aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-10x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong
2023-03-10x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong
2023-03-10x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson
2023-03-10x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson
2023-03-10x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson
2023-03-10x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)Sean Christopherson
2023-03-10selftests: x86: Fix incorrect kernel headers search pathMathieu Desnoyers
2023-03-10KVM: SVM: hyper-v: placate modpost section mismatch errorRandy Dunlap
2023-03-10KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()Peter Gonda
2023-03-10KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32Sean Christopherson
2023-03-10KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPISean Christopherson
2023-03-10KVM: SVM: Don't put/load AVIC when setting virtual APIC modeSean Christopherson
2023-03-10KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid targetSean Christopherson
2023-03-10KVM: SVM: Flush the "current" TLB when activating AVICSean Christopherson
2023-03-10KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit IDSean Christopherson
2023-03-10KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabledSean Christopherson
2023-03-10KVM: x86: Blindly get current x2APIC reg value on "nodecode write" trapsSean Christopherson
2023-03-10KVM: x86: Purge "highest ISR" cache when updating APICv stateSean Christopherson
2023-03-10KVM: Register /dev/kvm as the _very_ last thing during initializationSean Christopherson
2023-03-10KVM: VMX: Fix crash due to uninitialized current_vmcsAlexandru Matei
2023-03-10KVM: Destroy target device if coalesced MMIO unregistration failsSean Christopherson
2023-03-10RDMA/siw: Fix user page pinning accountingBernard Metzler
2023-03-10md: don't update recovery_cp when curr_resync is ACTIVEHou Tao
2023-03-10udf: Fix file corruption when appending just after end of preallocated extentJan Kara
2023-03-10udf: Detect system inodes linked into directory hierarchyJan Kara
2023-03-10udf: Preserve link count of system filesJan Kara
2023-03-10udf: Do not update file length for failed writes to inline filesJan Kara
2023-03-10udf: Do not bother merging very long extentsJan Kara
2023-03-10udf: Truncate added extents on failed expansionJan Kara
2023-03-10selftests/landlock: Test ptrace as much as possible with YamaJeff Xu
2023-03-10selftests/landlock: Skip overlayfs tests when not supportedJeff Xu
2023-03-10fs/cramfs/inode.c: initialize file_ra_stateAndrew Morton
2023-03-10ocfs2: fix non-auto defrag path not working issueHeming Zhao via Ocfs2-devel
2023-03-10ocfs2: fix defrag path triggering jbd2 ASSERTHeming Zhao via Ocfs2-devel
2023-03-10f2fs: fix kernel crash due to null io->bioJaegeuk Kim
2023-03-10f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-03-10f2fs: retry to update the inode page given data corruptionJaegeuk Kim
2023-03-10f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers
2023-03-10fs: dlm: send FIN ack back in right casesAlexander Aring
2023-03-10fs: dlm: move sending fin message into state change handlingAlexander Aring
2023-03-10fs: dlm: don't set stop rx flag after node resetAlexander Aring
2023-03-10exfat: fix inode->i_blocks for non-512 byte sector size deviceYuezhang Mo
2023-03-10exfat: redefine DIR_DELETED as the bad cluster numberSungjong Seo
2023-03-10exfat: fix unexpected EOF while reading dirYuezhang Mo
2023-03-10exfat: fix reporting fs error when reading dir beyond EOFYuezhang Mo
2023-03-10fs: hfsplus: fix UAF issue in hfsplus_put_superDongliang Mu
2023-03-10hfs: fix missing hfs_bnode_get() in __hfs_bnode_createLiu Shixin
2023-03-10io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe
2023-03-10ARM: dts: exynos: correct HDMI phy compatible in Exynos4Krzysztof Kozlowski
2023-03-10torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)