aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+0
2019-03-30Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+1
2019-03-30Merge tag 'acpi-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-0/+8
2019-03-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-12/+28
2019-03-29Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2019-03-29Merge tag 'char-misc-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+67
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKGravatar Andrei Vagin 1-0/+18
2019-03-29include/linux/list.h: fix list_is_first() kernel-docGravatar Randy Dunlap 1-1/+1
2019-03-29include/linux/hugetlb.h: convert to use vm_fault_tGravatar Souptick Joarder 1-1/+7
2019-03-29mm: add support for kmem caches in DMA32 zoneGravatar Nicolas Boichat 1-0/+2
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Gravatar Qian Cai 1-10/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 1-0/+2
2019-03-28Merge tag 'v5.1-rc2' into core/urgent, to resolve a conflictGravatar Ingo Molnar 11-13/+33
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 13-74/+212
2019-03-28virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xGravatar Hans de Goede 2-5/+67
2019-03-26net: phy: bcm54xx: Encode link speed and activity into LEDsGravatar Vladimir Oltean 1-0/+16
2019-03-26proc/kcore: Remove unused kclist_add_remap()Gravatar Bhupesh Sharma 1-11/+0
2019-03-25Revert "parport: daisy: use new parport device model"Gravatar Linus Torvalds 1-13/+0
2019-03-25ACPI: use different default debug value than ACPICAGravatar Erik Schmauss 2-0/+8
2019-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+2
2019-03-24Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linuxGravatar Linus Torvalds 1-0/+1
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-5/+20
2019-03-23Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-4/+4
2019-03-23Merge tag 'ceph-for-5.1-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+2
2019-03-23x86/gart: Exclude GART aperture from kcoreGravatar Kairui Song 1-0/+2
2019-03-22sbitmap: trivial - update comment for sbitmap_deferred_clear_bitGravatar Shenghui Wang 1-1/+1
2019-03-22gpio: amd-fch: Fix bogus SPDX identifierGravatar Thomas Gleixner 1-1/+1
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Gravatar Davide Caratti 2-1/+2
2019-03-21net/sched: don't dereference a->goto_chain to read the chain indexGravatar Davide Caratti 1-1/+1
2019-03-21net/sched: prepare TC actions to properly validate the control actionGravatar Davide Caratti 1-1/+6
2019-03-21Merge tag 'irqchip-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Thomas Gleixner 1-2/+1
2019-03-21genirq: Fix typo in comment of IRQD_MOVE_PCNTXTGravatar Peter Xu 1-1/+1
2019-03-20block: Unexport blk_mq_add_to_requeue_list()Gravatar Bart Van Assche 1-2/+0
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Gravatar Yufen Yu 1-0/+3
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Gravatar Ilya Dryomov 1-0/+2
2019-03-19blk-mq: remove unused 'nr_expired' from blk_mq_hw_ctxGravatar Dongli Zhang 1-1/+0
2019-03-18sctp: get sctphdr by offset in sctp_compute_cksumGravatar Xin Long 1-1/+1
2019-03-18packets: Always register packet sk in the same orderGravatar Maxime Chevallier 1-0/+6
2019-03-18block: add BIO_NO_PAGE_REF flagGravatar Jens Axboe 1-0/+1
2019-03-18iov_iter: add ITER_BVEC_FLAG_NO_REF flagGravatar Jens Axboe 1-5/+19
2019-03-18driver core: remove BUS_ATTR()Gravatar Greg Kroah-Hartman 1-2/+0
2019-03-17IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTGravatar Yishai Hadas 1-1/+2
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-1/+8
2019-03-17auxdisplay: charlcd: Introduce charlcd_free() helperGravatar Andy Shevchenko 1-0/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 2-1/+8
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 3-0/+11
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Gravatar Linus Torvalds 2-0/+6
2019-03-16Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-2/+4