summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: split out filesystem related operationsJens Axboe2022-07-254-283/+316
* io_uring: move nop into its own fileJens Axboe2022-07-254-15/+32
* io_uring: move xattr related opcodes to its own fileJens Axboe2022-07-254-247/+277
* io_uring: handle completions in the coreJens Axboe2022-07-252-134/+142
* io_uring: set completion results upfrontJens Axboe2022-07-252-12/+22
* io_uring: add io_uring_types.hJens Axboe2022-07-252-488/+499
* io_uring: define a request type cleanup handlerJens Axboe2022-07-251-69/+86
* io_uring: unify struct io_symlink and io_hardlinkJens Axboe2022-07-251-20/+7
* io_uring: convert iouring_cmd to io_cmd_typeJens Axboe2022-07-251-8/+10
* io_uring: convert xattr to use io_cmd_typeJens Axboe2022-07-251-10/+9
* io_uring: convert rsrc_update to io_cmd_typeJens Axboe2022-07-251-16/+19
* io_uring: convert msg and nop to io_cmd_typeJens Axboe2022-07-251-9/+9
* io_uring: convert splice to use io_cmd_typeJens Axboe2022-07-251-5/+4
* io_uring: convert epoll to io_cmd_typeJens Axboe2022-07-251-7/+8
* io_uring: convert file system request types to use io_cmd_typeJens Axboe2022-07-251-45/+57
* io_uring: convert madvise/fadvise to use io_cmd_typeJens Axboe2022-07-251-10/+12
* io_uring: convert open/close path to use io_cmd_typeJens Axboe2022-07-251-32/+40
* io_uring: convert timeout path to use io_cmd_typeJens Axboe2022-07-251-49/+68
* io_uring: convert cancel path to use io_cmd_typeJens Axboe2022-07-251-11/+13
* io_uring: convert the sync and fallocate paths to use io_cmd_typeJens Axboe2022-07-251-19/+24
* io_uring: convert net related opcodes to use io_cmd_typeJens Axboe2022-07-251-26/+27
* io_uring: remove recvmsg knowledge from io_arm_poll_handler()Jens Axboe2022-07-251-2/+6
* io_uring: convert poll_update path to use io_cmd_typeJens Axboe2022-07-251-8/+8
* io_uring: convert poll path to use io_cmd_typeJens Axboe2022-07-251-25/+28
* io_uring: convert read/write path to use io_cmd_typeJens Axboe2022-07-251-88/+106
* io_uring: add generic command payload type to struct io_kiocbJens Axboe2022-07-251-4/+17
* io_uring: move req async preparation into opcode handlerJens Axboe2022-07-251-28/+10
* io_uring: move to separate directoryJens Axboe2022-07-258-10/+10
* io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe2022-07-251-458/+350
* Linux 5.19-rc8v5.19-rc8Linus Torvalds2022-07-241-1/+1
* certs: make system keyring depend on x509 parserAdam Borowski2022-07-241-0/+1
* Merge tag 'perf_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-07-241-9/+10
|\
| * perf/x86/intel/lbr: Fix unchecked MSR access error on HSWKan Liang2022-07-201-9/+10
* | Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-07-241-1/+4
|\ \
| * | sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-211-1/+4
| |/
* | Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-248-12/+36
|\ \
| * | x86/speculation: Make all RETbleed mitigations 64-bit onlyBen Hutchings2022-07-231-4/+4
| * | lkdtm: Disable return thunks in rodata.cJosh Poimboeuf2022-07-202-3/+7
| * | x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta2022-07-201-0/+3
| * | x86/alternative: Report missing return thunk detailsKees Cook2022-07-201-1/+3
| * | virt: sev-guest: Pass the appropriate argument type to iounmap()Tom Lendacky2022-07-191-3/+6
| * | x86/amd: Use IBPB for firmware callsPeter Zijlstra2022-07-183-1/+13
| |/
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-241-1/+1
|\ \
| * | clk: lan966x: Fix the lan966x clock gate register addressHerve Codina2022-07-191-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-07-235-6/+16
|\ \ \
| * | | KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis2022-07-191-0/+8
| * | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesPaolo Bonzini2022-07-191-1/+2
| * | | KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan2022-07-191-3/+5
| * | | KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean statsOliver Upton2022-07-192-2/+2
* | | | Merge tag 'spi-fix-v5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-07-233-5/+13
|\ \ \ \