aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2020-02-14Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-20/+6
2020-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+21
2020-02-14Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-4/+1
2020-02-14of/address: Rework of_pci_range parsing for non-PCI busesRob Herring1-3/+9
2020-02-14of: Drop struct of_pci_range.pci_space fieldRob Herring1-1/+0
2020-02-14firmware: meson_sm: Add secure power domain supportJianxin Pan1-0/+2
2020-02-14drivers base/arch_topology: Reformat topology_get_[cpu/freq]_scale() function...Dietmar Eggemann1-4/+2
2020-02-14drivers base/arch_topology: Remove 'struct sched_domain' forward declarationDietmar Eggemann1-1/+0
2020-02-14netdevice.h: fix all kernel-doc and Sphinx warningsRandy Dunlap1-1/+15
2020-02-14Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+0
2020-02-14PM: QoS: Make CPU latency QoS depend on CONFIG_CPU_IDLERafael J. Wysocki1-0/+13
2020-02-14PM: QoS: Update file information commentsRafael J. Wysocki1-4/+11
2020-02-14PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY and rename related functionsRafael J. Wysocki1-42/+5
2020-02-14ieee80211: add WPA3 OWE AKM suite selectorSergey Matyukevich1-0/+1
2020-02-13icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld1-0/+6
2020-02-13Merge tag 'gpio-updates-for-v5.7-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-0/+73
2020-02-13PM: QoS: Add CPU latency QoS API wrappersRafael J. Wysocki1-0/+27
2020-02-13PM: QoS: Adjust pm_qos_request() signature and reorder pm_qos.hRafael J. Wysocki1-3/+3
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki1-1/+1
2020-02-13PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chainRafael J. Wysocki1-2/+0
2020-02-13PM: QoS: Redefine struct pm_qos_request and drop struct pm_qos_objectRafael J. Wysocki1-10/+10
2020-02-13PM: QoS: Drop the PM_QOS_SUM QoS typeRafael J. Wysocki1-1/+0
2020-02-13PM: QoS: Drop pm_qos_update_request_timeout()Rafael J. Wysocki1-4/+0
2020-02-12clone3: allow spawning processes into cgroupsChristian Brauner3-8/+21
2020-02-12cpuset: Make cpuset hotplug synchronousPrateek Sood1-3/+0
2020-02-12cgroup: Clean up css_set task traversalMichal Koutný1-3/+0
2020-02-12cgroup: Iterate tasks that did not finish do_exit()Michal Koutný1-0/+1
2020-02-12workqueue: Document (some) memory-ordering properties of {queue,schedule}_work()Andrea Parri1-0/+16
2020-02-12of: clk: Make of_clk_get_parent_{count,name}() parameter constGeert Uytterhoeven1-4/+4
2020-02-12linux/pipe_fs_i.h: fix kernel-doc warnings after @wait was splitRandy Dunlap1-1/+2
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera1-0/+1
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera1-0/+2
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera1-0/+4
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust1-20/+6
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus1-7/+0
2020-02-12usb: typec: Fix the description of struct typec_capabilityHeikki Krogerus1-2/+0
2020-02-12HID: core: increase HID report buffer size to 8KiBJohan Korsnes1-1/+1
2020-02-12kfifo: provide kfifo_is_empty_spinlocked()Bartosz Golaszewski1-0/+31
2020-02-12kfifo: provide noirqsave variants of spinlocked in and out helpersBartosz Golaszewski1-0/+42
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+2
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2020-02-11perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang1-0/+12
2020-02-11locking/percpu-rwsem: Fold __percpu_up_read()Davidlohr Bueso1-4/+15
2020-02-11locking/rwsem: Remove RWSEM_OWNER_UNKNOWNPeter Zijlstra1-6/+0
2020-02-11locking/percpu-rwsem: Remove the embedded rwsemPeter Zijlstra2-13/+7
2020-02-11locking/percpu-rwsem: Move __this_cpu_inc() into the slowpathPeter Zijlstra1-4/+6
2020-02-11locking/percpu-rwsem: Convert to boolPeter Zijlstra1-3/+3
2020-02-11locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_mapPeter Zijlstra1-10/+19
2020-02-11console: Introduce ->exit() callbackAndy Shevchenko1-0/+1