summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2019-04-12Merge tag 'sound-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-2/+10
2019-04-12Merge tag 'drm-fixes-2019-04-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+4
2019-04-11Merge tag 'asoc-fix-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai-7101/+20825
2019-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+2
2019-04-08ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()Michael Zhivich-1/+1
2019-04-08KEYS: trusted: fix -Wvarags warningndesaulniers@google.com-1/+1
2019-04-08virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck-1/+1
2019-04-08Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard-194/+448
2019-04-08ASoC: core: conditionally increase module refcount on component openRanjani Sridharan-2/+7
2019-04-07Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-1/+4
2019-04-07Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into a...Olof Johansson-1/+4
2019-04-06nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter-1/+1
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov-0/+4
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-25/+31
2019-04-05mm: writeback: use exact memcg dirty countsGreg Thelen-1/+4
2019-04-05mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn-1/+1
2019-04-05include/linux/bitrev.h: fix constant bitrevArnd Bergmann-23/+23
2019-04-05lib/string.c: implement a basic bcmpNick Desaulniers-0/+3
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-20/+14
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)-8/+2
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)-9/+4
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-17/+44
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)-3/+8
2019-04-02ALSA: uapi: #include <time.h> in asound.hDaniel Mentz-0/+1
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni-7/+19
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni-0/+18
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra-1/+1
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+0
2019-03-30Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-1/+1
2019-03-30Merge tag 'acpi-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+8
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-12/+28
2019-03-29Merge tag 'mlx5-fixes-2019-03-29' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller-0/+2
2019-03-29Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+0
2019-03-29Merge tag 'char-misc-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+67
2019-03-29net/mlx5e: Add a lock on tir listYuval Avnery-0/+2
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin-0/+18
2019-03-29include/linux/list.h: fix list_is_first() kernel-docRandy Dunlap-1/+1
2019-03-29include/linux/hugetlb.h: convert to use vm_fault_tSouptick Joarder-1/+7
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat-0/+2
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Qian Cai-10/+0
2019-03-29drm/atomic-helper: Make atomic_enable/disable crtc callbacks optionalRodrigo Siqueira-0/+4
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet-8/+3
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada-0/+2
2019-03-28Merge tag 'v5.1-rc2' into core/urgent, to resolve a conflictIngo Molnar-13/+33
2019-03-27net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t() helperClaudiu Manoil-1/+1
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-74/+212
2019-03-28virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xHans de Goede-5/+67
2019-03-26net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean-0/+16