summaryrefslogtreecommitdiff
path: root/include/uapi/linux
AgeCommit message (Expand)Author
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-24Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-24Merge tag 'media/v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2022-05-24Merge tag 'for-linus-2022052401' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-05-24Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-24Merge tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-05-23bpf: Add dynptr data slicesJoanne Koong
2022-05-23bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong
2022-05-23bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/cdrom-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün
2022-05-23landlock: Fix landlock_add_rule(2) documentationMickaël Salaün
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-21Merge tag 'drm-misc-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-05-20nvme: enable uring-passthrough for admin commandsKanchan Joshi
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny
2022-05-18io_uring: add support for ring mapped supplied buffersJens Axboe
2022-05-18cachefiles: implement on-demand readJeffle Xu
2022-05-18cachefiles: notify the user daemon when withdrawing cookieJeffle Xu
2022-05-18cachefiles: notify the user daemon when looking up cookieJeffle Xu
2022-05-17dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspaceJérôme Pouiller
2022-05-17media: uapi: Add IPU3 packed Y10 formatDaniel Scally
2022-05-16can: isotp: add support for transmission without flow controlOliver Hartkopp
2022-05-16include/uapi/linux/vfio.h: Fix trivial typo - _IORW should be _IOWR insteadThomas Huth
2022-05-16Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier
2022-05-16btrfs: move definition of btrfs_raid_types to volumes.hQu Wenruo
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet
2022-05-15cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsoletePaul Gortmaker
2022-05-14io_uring: add IORING_ACCEPT_MULTISHOT for acceptHao Xu
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu
2022-05-13io_uring: add flag for allocating a fully sparse direct descriptor spaceJens Axboe
2022-05-13io_uring: allow allocated fixed files for openat/openat2Jens Axboe
2022-05-13agpgart.h: do not include <stdlib.h> from exported headerMasahiro Yamada
2022-05-12ELF, uapi: fixup ELF_ST_TYPE definitionAlexey Dobriyan
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou