summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+13
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+37
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-90/+100
2016-10-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+34
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+102
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+7
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds15-249/+321
2016-10-03Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-49/+58
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-2/+31
2016-10-03Merge tag 'rxrpc-rewrite-20160930' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller1-13/+15
2016-10-03openvswitch: use mpls_hdrJiri Benc1-12/+0
2016-10-03mpls: move mpls_hdr to a common locationJiri Benc1-0/+9
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-19/+13
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner2-0/+7
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-13/+7
2016-10-02IB/core: Add ib headers for general useMike Marciniszyn1-0/+178
2016-10-02Merge branches 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki2-5/+2
2016-10-02Merge branch 'pm-cpufreq'Rafael J. Wysocki2-8/+18
2016-10-02Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki2-8/+18
2016-10-02Merge branch 'pm-domains'Rafael J. Wysocki1-36/+38
2016-10-02Merge branches 'acpi-wdat' and 'acpi-ec'Rafael J. Wysocki1-0/+6
2016-10-02Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc'Rafael J. Wysocki1-6/+12
2016-10-02Merge branch 'acpi-bus'Rafael J. Wysocki1-0/+7
2016-10-02Merge branches 'acpi-sysfs', 'acpi-pci' and 'acpi-tables'Rafael J. Wysocki1-0/+4
2016-10-02Merge branch 'acpica'Rafael J. Wysocki12-243/+292
2016-10-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-4/+1
2016-10-01fuse: Add posix ACL supportSeth Forshee1-0/+3
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi1-1/+6
2016-10-01include/linux/property.h: fix typo/compile errorJohn Youn1-1/+1
2016-10-01mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner1-0/+2
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+2
2016-09-30Merge tag 'asoc-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai65-134/+829
2016-09-30Merge remote-tracking branches 'spi/topic/octeon', 'spi/topic/pic32-sqi', 'sp...Mark Brown1-12/+8
2016-09-30Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/imx', 'spi/to...Mark Brown1-4/+21
2016-09-30Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-32/+26
2016-09-30Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080...Mark Brown2-2/+14
2016-09-30Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx50...Mark Brown1-3/+0
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells1-12/+13
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-0/+2
2016-09-30mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas1-0/+8
2016-09-30fq.h: Port memory limit mechanism from fq_codelToke Høiland-Jørgensen2-1/+9
2016-09-30mac80211: Add API to report NAN function matchAyala Beker1-0/+16
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker1-0/+31
2016-09-30mac80211: implement nan_change_confAyala Beker1-0/+9
2016-09-30cfg80211: Provide an API to report NAN function terminationAyala Beker2-0/+34
2016-09-30cfg80211: provide a function to report a match for NANAyala Beker2-0/+68
2016-09-30cfg80211: allow the user space to change current NAN configurationAyala Beker2-2/+28
2016-09-30cfg80211: add add_nan_func / del_nan_funcAyala Beker2-0/+241
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker1-0/+9
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker2-1/+67