summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-07-08acpi: Add helper for deactivating memory regionHeikki Krogerus
2018-07-03block: Fix transfer when chunk sectors exceeds maxKeith Busch
2018-07-03slub: fix failure when we delete and create a slab cacheMikulas Patocka
2018-07-03clk:aspeed: Fix reset bits for PCI/VGA and PECIJae Hyun Yoo
2018-07-03RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri
2018-07-03IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez
2018-07-03IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein
2018-07-03branch-check: fix long->int truncation when profiling branchesMikulas Patocka
2018-07-03x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com
2018-06-26genirq/migration: Avoid out of line call if pending is not setThomas Gleixner
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-16kvm: fix typo in flag nameMichael S. Tsirkin
2018-06-11ipmr: fix error path when ipmr_new_table failsSabrina Dubroca
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-02Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann
2018-05-31Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-05-30drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_senseNeil Armstrong
2018-05-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron
2018-05-25mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-05-25sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann
2018-05-23IB/uverbs: Fix uverbs_attr_get_objJason Gunthorpe
2018-05-23Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-05-20Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-05-19bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-05-18include/linux/mm.h: add new inline function vmf_error()Souptick Joarder
2018-05-18Merge tag 'mtd/fixes-for-4.17-rc6' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-05-18cfg80211: further limit wiphy names to 64 bytesEric Biggers
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins
2018-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-16Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-16net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long