summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-29net: wire up support for file_operations->uring_cmd()io_uring-fops.v2Jens Axboe
2021-01-27block: add example ioctlJens Axboe
2021-01-27block: wire up support for file_operations->uring_cmd()Jens Axboe
2021-01-27io_uring: add support for IORING_OP_URING_CMDJens Axboe
2021-01-26fs: add file_operations->uring_cmd()Jens Axboe
2021-01-26Merge branch 'for-5.12/io_uring' into io_uring-fops.v2Jens Axboe
2021-01-26MAINTAINERS: update io_uring sectionPavel Begunkov
2021-01-26io_uring: Add skip option for __io_sqe_files_updatenoah
2021-01-26mailmap: remove the "repo-abbrev" commentÆvar Arnfjörð Bjarmason
2021-01-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-01-26Merge tag 'spi-fix-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-01-26Merge tag 'regulator-fix-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-01-26Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds
2021-01-26io_uring: cleanup files_update loopingPavel Begunkov
2021-01-25KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini
2021-01-25KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"Sean Christopherson
2021-01-25KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guestSean Christopherson
2021-01-25KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky
2021-01-25kvm: tracing: Fix unmatched kvm_entry and kvm_exit eventsLorenzo Brescia
2021-01-25KVM: Documentation: Update description of KVM_{GET,CLEAR}_DIRTY_LOGZenghui Yu
2021-01-25KVM: x86: get smi pending status correctlyJay Zhou
2021-01-25KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu
2021-01-25KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu
2021-01-25KVM: x86: Add more protection against undefined behavior in rsvd_bits()Sean Christopherson
2021-01-25KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VMQuentin Perret
2021-01-25Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-01-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-01-25fs/pipe: allow sendfile() to pipe againJohannes Berg
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-25Merge tag 'printk-for-5.11-urgent-fixup' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-01-25io_uring: consolidate putting reqs taskPavel Begunkov
2021-01-25io_uring: ensure only sqo_task has file notesPavel Begunkov
2021-01-25io_uring: simplify io_remove_personalities()Yejune Deng
2021-01-25io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe
2021-01-25io_uring: get rid of intermediate IORING_OP_CLOSE stageJens Axboe
2021-01-25fs: provide locked helper variant of close_fd_get_file()Jens Axboe
2021-01-25io_uring: save atomic dec for inline executed reqsPavel Begunkov
2021-01-25io_uring: don't flush CQEs deep down the stackPavel Begunkov
2021-01-25io_uring: help inlining of io_req_complete()Pavel Begunkov
2021-01-25io_uring: add a helper timeout mode calculationPavel Begunkov
2021-01-25io_uring: deduplicate failing task_work_addPavel Begunkov
2021-01-25io_uring: remove __io_state_file_putPavel Begunkov
2021-01-25io_uring: simplify io_alloc_req()Pavel Begunkov
2021-01-25io_uring: further deduplicate #CQ events calcPavel Begunkov
2021-01-25io_uring: inline __io_commit_cqring()Pavel Begunkov
2021-01-25io_uring: inline io_async_submit()Pavel Begunkov
2021-01-25io_uring: cleanup personalities under uring_lockPavel Begunkov
2021-01-25io_uring: refactor io_resubmit_prep()Pavel Begunkov
2021-01-25io_uring: optimise io_rw_reissue()Pavel Begunkov
2021-01-25io_uring: make percpu_ref_release names consistentBijan Mottahedeh