summaryrefslogtreecommitdiff
path: root/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds1-2/+43
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+67
2022-08-01Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2022-08-01Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2022-07-27Merge tag 'asm-generic-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2022-07-25io_uring: add zc notification flush requestsPavel Begunkov1-0/+1
2022-07-25io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov1-1/+11
2022-07-25io_uring: flush notifiers after sendzcPavel Begunkov1-0/+4
2022-07-25io_uring: sendzc with fixed buffersPavel Begunkov1-1/+5
2022-07-25io_uring: allow to pass addr into sendzcPavel Begunkov1-1/+1
2022-07-25io_uring: wire send zc request typePavel Begunkov1-0/+5
2022-07-25io_uring: add notification slot registrationPavel Begunkov1-0/+17
2022-07-25io_uring: support multishot in recvmsgDylan Yudaken1-0/+7
2022-07-25io_uring: multishot recvDylan Yudaken1-0/+5
2022-07-25io_uring: let to set a range for file slot allocationPavel Begunkov1-0/+13
2022-07-25io_uring: add support for passing fixed file descriptorsJens Axboe1-0/+17
2022-07-25io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-07-25io_uring: add sync cancelation API through io_uring_register()Jens Axboe1-0/+15
2022-07-25io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe1-0/+2
2022-07-25io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov1-1/+4
2022-07-25io_uring: add support for level triggered pollJens Axboe1-0/+3
2022-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-07-20tools: Fixed MIPS builds due to struct flock re-definitionFlorian Fainelli1-0/+2
2022-07-19KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean statsOliver Upton1-1/+1
2022-07-17Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+7
2022-07-16Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+2
2022-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+7
2022-07-14kvm: stats: tell userspace which values are booleanPaolo Bonzini1-0/+1
2022-07-09Input: document the units for resolution of size axesSiarhei Vishniakou1-4/+7
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+7
2022-07-08Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong1-4/+7
2022-07-08io_uring: explicit sqe padding for ioctl commandsPavel Begunkov1-1/+4
2022-07-01Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein1-0/+8
2022-07-01Merge tag 'drm-fixes-2022-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2022-06-30io_uring: keep sendrecv flags in ioprioPavel Begunkov1-1/+1
2022-06-29drm/fourcc: fix integer type usage in uapi headerCarlos Llamas1-2/+2
2022-06-29mptcp: fix conflict with <netinet/in.h>Ossama Othman1-4/+5
2022-06-28perf/core: Add a new read format to get a number of lost samplesNamhyung Kim1-1/+4
2022-06-27tty: Add N_CAN327 line discipline ID for ELM327 based CAN driverMax Staudt1-1/+2
2022-06-14io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOTPavel Begunkov1-6/+0
2022-06-10tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy1-2/+2
2022-06-06Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+5
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2022-06-04Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-0/+9
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-26/+77
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-145/+159
2022-06-03Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6