summaryrefslogtreecommitdiff
path: root/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2020-01-29io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe1-0/+1
2020-01-29Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds7-62/+170
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds26-15/+783
2020-01-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2020-01-29Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+13
2020-01-28prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2-0/+5
2020-01-28Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+6
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+52
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+228
2020-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+1
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2020-01-27Merge tag 'asoc-v5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai7-28/+45
2020-01-27drm/lima: support heap buffer creationQiang Yu1-1/+8
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek1-0/+1
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek1-0/+1
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek2-0/+19
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek1-0/+1
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek1-0/+1
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek2-0/+16
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio1-0/+15
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso1-0/+2
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani2-0/+3
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-01-24net: bridge: vlan: add per-vlan stateNikolay Aleksandrov1-0/+1
2020-01-24net: bridge: vlan: add basic option setting supportNikolay Aleksandrov1-0/+1
2020-01-24dmaengine: idxd: Init and probe for Intel data acceleratorsDave Jiang1-0/+228
2020-01-23bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig1-0/+1
2020-01-23bcache: use a separate data structure for the on-disk super blockChristoph Hellwig1-0/+51
2020-01-23Merge branch 'asoc-5.6' into asoc-nextMark Brown2-3/+8
2020-01-23net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani1-0/+31
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-4/+74
2020-01-23bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau1-1/+8
2020-01-23Merge tag 'exynos-drm-next-for-v5.6' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie1-1/+1
2020-01-23Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie1-0/+17
2020-01-23bpf: Introduce dynamic program extensionsAlexei Starovoitov1-0/+1
2020-01-22Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2-5/+6
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2020-01-21wan/hdlc_x25: make lapb params configurableMartin Schiller2-0/+10
2020-01-21drm/exynos: Rename Exynos to lowercaseKrzysztof Kozlowski1-1/+1
2020-01-21io_uring: optimise sqe-to-req flags translationPavel Begunkov1-5/+18
2020-01-21io_uring: add support for probing opcodesJens Axboe1-0/+18
2020-01-21io_uring: add support for IORING_OP_OPENAT2Jens Axboe1-0/+1
2020-01-21io_uring: enable option to only trigger eventfd for async completionsJens Axboe1-0/+1
2020-01-21io_uring: add support for send(2) and recv(2)Jens Axboe1-0/+2
2020-01-21io_uring: add support for IORING_SETUP_CLAMPJens Axboe1-0/+1
2020-01-21io_uring: add IORING_OP_MADVISEJens Axboe1-0/+1
2020-01-21io_uring: add IORING_OP_FADVISEJens Axboe1-0/+2
2020-01-21io_uring: allow use of offset == -1 to mean file positionJens Axboe1-0/+1
2020-01-21io_uring: add non-vectored read/write commandsJens Axboe1-0/+2