aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-30PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas1-0/+2
2018-01-30vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams1-1/+4
2018-01-30array_index_nospec: Sanitize speculative array de-referencesDan Williams1-0/+72
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-10/+18
2018-01-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+7
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+6
2018-01-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+48
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-90/+51
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe104-506/+587
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar674-9333/+14714
2018-01-29RDMA/nldev: Provide detailed QP informationLeon Romanovsky1-0/+42
2018-01-29RDMA/nldev: Provide global resource utilizationLeon Romanovsky1-0/+7
2018-01-29RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky2-0/+176
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+9
2018-01-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-61/+114
2018-01-29Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+7
2018-01-29Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-91/+121
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds3-6/+8
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+342
2018-01-29RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky1-3/+10
2018-01-29RDMA/core: Use the MODNAME instead of the function name for pd callersLeon Romanovsky1-1/+1
2018-01-29RDMA: Move enum ib_cq_creation_flags to uapi headersJason Gunthorpe2-6/+6
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds12-119/+299
2018-01-29Merge tag 'regmap-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-1/+49
2018-01-29Merge tag 'regulator-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+29
2018-01-29Merge tag 'spi-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-4/+2
2018-01-29Merge tag 'mmc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-3/+3
2018-01-29Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds6-143/+532
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds13-38/+325
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer1-1/+2
2018-01-29Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds6-20/+180
2018-01-29Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-97/+40
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang1-0/+2
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang1-0/+1
2018-01-29Merge tag 'sound-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds18-49/+166
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2-2/+4
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-265/+23
2018-01-29ptr_ring: prevent queue load/store tearingMichael S. Tsirkin1-2/+2
2018-01-29skb_array: use __ptr_ring_emptyMichael S. Tsirkin1-1/+1
2018-01-29Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin1-6/+1
2018-01-29ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin1-3/+4
2018-01-29ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin1-3/+8
2018-01-29ptr_ring: clean up documentationMichael S. Tsirkin1-16/+18
2018-01-29ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin1-9/+16
2018-01-29xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong1-0/+5
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+18
2018-01-29fs: handle inode->i_version more efficientlyJeff Layton2-56/+154
2018-01-29fs: don't take the i_lock in inode_inc_iversionJeff Layton1-3/+4
2018-01-29fs: new API for handling inode->i_versionJeff Layton2-15/+242
2018-01-29Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon3-73/+432