summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2018-01-29Merge tag 'sound-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-49/+166
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel-2/+4
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-265/+23
2018-01-29ptr_ring: prevent queue load/store tearingMichael S. Tsirkin-2/+2
2018-01-29skb_array: use __ptr_ring_emptyMichael S. Tsirkin-1/+1
2018-01-29Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin-6/+1
2018-01-29ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin-3/+4
2018-01-29ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin-3/+8
2018-01-29ptr_ring: clean up documentationMichael S. Tsirkin-16/+18
2018-01-29ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin-9/+16
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong-0/+5
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+18
2018-01-29fs: handle inode->i_version more efficientlyJeff Layton-56/+154
2018-01-29fs: don't take the i_lock in inode_inc_iversionJeff Layton-3/+4
2018-01-29fs: new API for handling inode->i_versionJeff Layton-15/+242
2018-01-29drm/fourcc: Add a alpha field to drm_format_infoMaxime Ripard-0/+2
2018-01-29Merge drm-next into drm-intel-next-queuedJoonas Lahtinen-1368/+1041
2018-01-29Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-73/+432
2018-01-29Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-1/+11
2018-01-28NTB: Fix UB/bug in ntb_mw_get_align()Serge Semin-1/+1
2018-01-28NTB: Rename NTB messaging API methodsSerge Semin-18/+16
2018-01-28ntb_hw_switchtec: Add initialization code for crosslinkLogan Gunthorpe-6/+9
2018-01-28ntb_hw_switchtec: Expand PFF CSR registersLogan Gunthorpe-1/+14
2018-01-28ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setupsKelvin Cao-0/+8
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-9/+140
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas-20/+2
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas-24/+4
2018-01-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+7
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner-37/+178
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly-0/+36
2018-01-26Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner...Stephen Boyd-0/+52
2018-01-26Merge branches 'clk-remove-asm-clkdev', 'clk-debugfs-fixes', 'clk-renesas' an...Stephen Boyd-36/+74
2018-01-26Merge branch 'clk-divider-container' into clk-nextStephen Boyd-1/+1
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann-0/+2
2018-01-26Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk...Stephen Boyd-0/+2
2018-01-26Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and...Stephen Boyd-0/+664
2018-01-26Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' ...Stephen Boyd-0/+63
2018-01-26Input: mms114 - drop platform data and use generic APIsSimon Shields-24/+0
2018-01-26Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/...Mark Brown-4/+2
2018-01-26Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown-10/+29
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+13
2018-01-26regulator: add PM suspend and resume hooksChunyan Zhang-3/+12
2018-01-26regulator: empty the old suspend functionsChunyan Zhang-3/+2
2018-01-26regulator: leave one item to record whether regulator is enabledChunyan Zhang-4/+15
2018-01-26module/retpoline: Warn about missing retpoline in moduleAndi Kleen-0/+9
2018-01-26drm/dp: Add definitions for TPS4 bits and macros to check the supportManasi Navare-0/+17
2018-01-26drm/dp: Add HBR3 support in existing DRM DP helpersManasi Navare-0/+1
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu-0/+1
2018-01-25net: erspan: create erspan metadata uapi headerWilliam Tu-30/+54
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu-33/+94