summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-07-24io_uring: move nop into its own fileJens Axboe-15/+32
2022-07-24io_uring: move xattr related opcodes to its own fileJens Axboe-247/+277
2022-07-24io_uring: handle completions in the coreJens Axboe-134/+142
2022-07-24io_uring: set completion results upfrontJens Axboe-12/+22
2022-07-24io_uring: add io_uring_types.hJens Axboe-488/+499
2022-07-24io_uring: define a request type cleanup handlerJens Axboe-69/+86
2022-07-24io_uring: unify struct io_symlink and io_hardlinkJens Axboe-20/+7
2022-07-24io_uring: convert iouring_cmd to io_cmd_typeJens Axboe-8/+10
2022-07-24io_uring: convert xattr to use io_cmd_typeJens Axboe-10/+9
2022-07-24io_uring: convert rsrc_update to io_cmd_typeJens Axboe-16/+19
2022-07-24io_uring: convert msg and nop to io_cmd_typeJens Axboe-9/+9
2022-07-24io_uring: convert splice to use io_cmd_typeJens Axboe-5/+4
2022-07-24io_uring: convert epoll to io_cmd_typeJens Axboe-7/+8
2022-07-24io_uring: convert file system request types to use io_cmd_typeJens Axboe-45/+57
2022-07-24io_uring: convert madvise/fadvise to use io_cmd_typeJens Axboe-10/+12
2022-07-24io_uring: convert open/close path to use io_cmd_typeJens Axboe-32/+40
2022-07-24io_uring: convert timeout path to use io_cmd_typeJens Axboe-49/+68
2022-07-24io_uring: convert cancel path to use io_cmd_typeJens Axboe-11/+13
2022-07-24io_uring: convert the sync and fallocate paths to use io_cmd_typeJens Axboe-19/+24
2022-07-24io_uring: convert net related opcodes to use io_cmd_typeJens Axboe-26/+27
2022-07-24io_uring: remove recvmsg knowledge from io_arm_poll_handler()Jens Axboe-2/+6
2022-07-24io_uring: convert poll_update path to use io_cmd_typeJens Axboe-8/+8
2022-07-24io_uring: convert poll path to use io_cmd_typeJens Axboe-25/+28
2022-07-24io_uring: convert read/write path to use io_cmd_typeJens Axboe-88/+106
2022-07-24io_uring: add generic command payload type to struct io_kiocbJens Axboe-4/+17
2022-07-24io_uring: move req async preparation into opcode handlerJens Axboe-28/+10
2022-07-24io_uring: move to separate directoryJens Axboe-10/+10
2022-07-24io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe-458/+350
2022-07-24Linux 5.19-rc8v5.19-rc8Linus Torvalds-1/+1
2022-07-24certs: make system keyring depend on x509 parserAdam Borowski-0/+1
2022-07-24Merge tag 'perf_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+10
2022-07-24Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+4
2022-07-24Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-12/+36
2022-07-24Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-6/+16
2022-07-23x86/speculation: Make all RETbleed mitigations 64-bit onlyBen Hutchings-4/+4
2022-07-22Merge tag 'spi-fix-v5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+13
2022-07-22Merge tag 'riscv-for-linus-5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+10
2022-07-22Merge tag 'acpi-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-2/+4
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+11
2022-07-22Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+3
2022-07-22Merge tag 'i2c-for-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-27/+7
2022-07-22Merge tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+16
2022-07-22Merge tag 'pinctrl-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-104/+184
2022-07-22Merge tag 'sound-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-129/+31
2022-07-22Merge tag 'mmc-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds-6/+8
2022-07-22Merge tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-98/+505
2022-07-22Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-24/+92
2022-07-22mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE caseLinus Torvalds-3/+0
2022-07-22gpio: gpio-xilinx: Fix integer overflowSrinivas Neeli-1/+1