summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds50-189/+255
2017-11-14Merge branch 'topic/xilinx' into for-linusVinod Koul1-14/+0
2017-11-14Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-1/+10
2017-11-14Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-26/+850
2017-11-14Merge tag 'devprop-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+6
2017-11-14Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds5-4/+46
2017-11-14Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds12-40/+144
2017-11-14Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+10
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-461/+472
2017-11-14Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-11/+254
2017-11-14Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+6
2017-11-14Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-8/+52
2017-11-14RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky1-2/+2
2017-11-14IB/uverbs: Add CQ moderation capability to query_deviceYonatan Cohen2-0/+13
2017-11-14IB/mlx5: Exposing modify CQ callback to uverbs layerYonatan Cohen1-0/+3
2017-11-14IB/mlx4: Exposing modify CQ callback to uverbs layerYonatan Cohen1-0/+3
2017-11-14IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen2-1/+18
2017-11-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-51/+96
2017-11-14RDMA/core: Make function rdma_copy_addr return voidYuval Shaia1-2/+3
2017-11-14RDMA/vmw_pvrdma: Add shared receive queue supportBryan Tan1-0/+2
2017-11-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-43/+25
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre1-4/+0
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds40-406/+432
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
2017-11-13Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd...Dave Airlie1-0/+52
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+1
2017-11-13IB/mlx5: Fix ABI alignment to 64 bitNoa Osherovich1-0/+1
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+11
2017-11-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-4/+11
2017-11-13/proc/module: fix building without kallsymsArnd Bergmann1-2/+8
2017-11-13kallsyms: fix building without printkArnd Bergmann1-1/+2
2017-11-13Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-7/+57
2017-11-13Merge tag 'spi-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+31
2017-11-13Merge tag 'regulator-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-20/+7
2017-11-13Merge tag 'hwmon-for-linus-v4.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-74/+0
2017-11-13timekeeping: Eliminate the stale declaration of ktime_get_raw_and_real_ts64()Dou Liyang1-6/+0
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds4-71/+126
2017-11-13irqchip/gic-v4: Add forward definition of struct irq_domain_opsMarc Zyngier1-0/+1
2017-11-13afs: Protect call->state changes against signalsDavid Howells1-0/+30
2017-11-13afs: Trace page dirty/cleanDavid Howells1-0/+39
2017-11-13afs: Fix directory read/modify raceDavid Howells1-0/+21
2017-11-13afs: Trace the sending of pagesDavid Howells1-0/+61
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells1-0/+142
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-0/+1
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-6/+9
2017-11-13Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells15-461/+472
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2302-261/+3154
2017-11-13Merge branch 'for-next' into for-linusTakashi Iwai4-2/+6
2017-11-13cpu/hotplug: Get rid of CPU hotplug notifier leftoversThomas Gleixner1-17/+10
2017-11-13kprobes: Don't spam the build log with deprecation warningsIngo Molnar1-6/+6