summaryrefslogtreecommitdiffstats
path: root/include/uapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: support multishot in recvmsgDylan Yudaken2022-07-251-0/+7
* io_uring: multishot recvDylan Yudaken2022-07-251-0/+5
* io_uring: let to set a range for file slot allocationPavel Begunkov2022-07-251-0/+13
* io_uring: add support for passing fixed file descriptorsJens Axboe2022-07-251-0/+17
* io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva2022-07-251-1/+1
* io_uring: add sync cancelation API through io_uring_register()Jens Axboe2022-07-251-0/+15
* io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe2022-07-251-0/+2
* io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov2022-07-251-1/+4
* io_uring: add support for level triggered pollJens Axboe2022-07-251-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-07-231-1/+1
|\
| * KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean statsOliver Upton2022-07-191-1/+1
* | Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-171-4/+7
|\ \
| * | Input: document the units for resolution of size axesSiarhei Vishniakou2022-07-091-4/+7
* | | Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-07-161-1/+2
|\ \ \
| * | | tty: Add N_CAN327 line discipline ID for ELM327 based CAN driverMax Staudt2022-06-271-1/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-07-151-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | kvm: stats: tell userspace which values are booleanPaolo Bonzini2022-07-141-0/+1
* | | | Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-141-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-091-4/+7
| |\ \ \
| | * | | bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2022-07-081-4/+7
* | | | | Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-081-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | io_uring: explicit sqe padding for ioctl commandsPavel Begunkov2022-07-081-1/+4
* | | | | Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-011-1/+1
|\| | | |
| * | | | io_uring: keep sendrecv flags in ioprioPavel Begunkov2022-06-301-1/+1
| | |/ / | |/| |
* | | | Merge tag 'drm-fixes-2022-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-07-011-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | drm/fourcc: fix integer type usage in uapi headerCarlos Llamas2022-06-291-2/+2
| |/ /
* / / mptcp: fix conflict with <netinet/in.h>Ossama Othman2022-06-291-4/+5
|/ /
* | io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOTPavel Begunkov2022-06-141-6/+0
* | tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy2022-06-101-2/+2
* | Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-061-1/+5
|\ \
| * | delayacct: track delays from write-protect copyYang Yang2022-06-021-1/+5
* | | Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-051-0/+3
|\ \ \
| * | | gpiolib: cdev: Add hardware timestamp clock typeDipen Patel2022-05-041-0/+3
* | | | Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-06-034-0/+9
|\ \ \ \
| * | | | LoongArch: Add ELF-related definitionsHuacai Chen2022-06-034-0/+9
* | | | | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-032-26/+77
|\ \ \ \ \
| * | | | | habanalabs: add support for notification via eventfdTal Cohen2022-05-221-0/+15
| * | | | | habanalabs: add prefetch flag to the MAP operationOhad Sharabi2022-05-221-0/+1
| * | | | | habanalabs: expose compute ctx status through info ioctlOfir Bitton2022-05-221-0/+5
| * | | | | habanalabs: add user API to get valid DRAM page sizesOhad Sharabi2022-05-221-26/+37
| * | | | | habanalabs: add DRAM default page size to HW infoOhad Sharabi2022-05-221-0/+3
| * | | | | binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas2022-05-091-0/+16
* | | | | | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-032-145/+159
|\ \ \ \ \ \
| * | | | | | termbits.h: Remove posix_types.h includeIlpo Järvinen2022-05-191-2/+0
| * | | | | | termbits.h: Align lines & formatIlpo Järvinen2022-05-191-38/+38
| * | | | | | termbits.h: create termbits-common.h for identical bitsIlpo Järvinen2022-05-192-51/+67
| * | | | | | Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-162-8/+8
| |\ \ \ \ \ \
| * | | | | | | termbits: Convert octal defines to hexIlpo Järvinen2022-05-051-110/+110
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-0/+6
|\ \ \ \ \ \ \
| * | | | | | | io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang2022-05-311-0/+6