Show patches with: State = Action Required       |    Archived = No       |   867 patches
« 1 2 3 48 9 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[kvmtool,8/8] riscv: Add Zimop extension support Add RISC-V ISA extensions based on Linux-6.11 - - - --- 2024-08-31 Anup Patel New
[kvmtool,7/8] riscv: Add Zcmop extension support Add RISC-V ISA extensions based on Linux-6.11 - - - --- 2024-08-31 Anup Patel New
[kvmtool,6/8] riscv: Add Zcf extension support Add RISC-V ISA extensions based on Linux-6.11 - - - --- 2024-08-31 Anup Patel New
[kvmtool,5/8] riscv: Add Zcd extension support Add RISC-V ISA extensions based on Linux-6.11 - - - --- 2024-08-31 Anup Patel New
[kvmtool,4/8] riscv: Add Zcb extension support Add RISC-V ISA extensions based on Linux-6.11 - - - --- 2024-08-31 Anup Patel New
[kvmtool,3/8] riscv: Add Zca extension support Add RISC-V ISA extensions based on Linux-6.11 - - - --- 2024-08-31 Anup Patel New
[kvmtool,2/8] riscv: Add Zawrs extension support Add RISC-V ISA extensions based on Linux-6.11 - - - --- 2024-08-31 Anup Patel New
[kvmtool,1/8] Sync-up headers with Linux-6.11-rc4 kernel Add RISC-V ISA extensions based on Linux-6.11 - - - --- 2024-08-31 Anup Patel New
[v2,22/22] KVM: x86/mmu: WARN on MMIO cache hit when emulating write-protected gfn KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,21/22] KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,20/22] KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,19/22] KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure() KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,18/22] KVM: x86: Update retry protection fields when forcing retry on emulation failure KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,17/22] KVM: x86: Apply retry protection to "unprotect on failure" path KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,16/22] KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,15/22] KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,14/22] KVM: x86/mmu: Move event re-injection unprotect+retry into common path KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,13/22] KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,12/22] KVM: x86/mmu: Don't try to unprotect an INVALID_GPA KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,11/22] KVM: x86: Fold retry_instruction() into x86_emulate_instruction() KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,10/22] KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction() KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,09/22] KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,08/22] KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,07/22] KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,06/22] KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,05/22] KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,04/22] KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,03/22] KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults KVM: x86: Fix multiple #PF RO infinite loop bugs - 1 - --- 2024-08-31 Sean Christopherson New
[v2,02/22] KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper KVM: x86: Fix multiple #PF RO infinite loop bugs - - - --- 2024-08-31 Sean Christopherson New
[v2,01/22] KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is valid KVM: x86: Fix multiple #PF RO infinite loop bugs - 1 - --- 2024-08-31 Sean Christopherson New
[GIT,PULL] KVM: x86: Fixes for 6.11-rcN [GIT,PULL] KVM: x86: Fixes for 6.11-rcN - - - --- 2024-08-30 Sean Christopherson New
[v7,10/10] cpuidle/poll_state: limit POLL_IDLE_RELAX_COUNT on arm64 Enable haltpoll on arm64 - - - --- 2024-08-30 Ankur Arora New
[v7,09/10] arm64: support cpuidle-haltpoll Enable haltpoll on arm64 - - 2 --- 2024-08-30 Ankur Arora New
[v7,08/10] arm64: idle: export arch_cpu_idle Enable haltpoll on arm64 - - - --- 2024-08-30 Ankur Arora New
[v7,07/10] arm64: define TIF_POLLING_NRFLAG Enable haltpoll on arm64 - 1 - --- 2024-08-30 Ankur Arora New
[v7,06/10] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL Enable haltpoll on arm64 - - - --- 2024-08-30 Ankur Arora New
[v7,05/10] governors/haltpoll: drop kvm_para_available() check Enable haltpoll on arm64 1 - - --- 2024-08-30 Ankur Arora New
[v7,04/10] cpuidle-haltpoll: define arch_haltpoll_want() Enable haltpoll on arm64 - - - --- 2024-08-30 Ankur Arora New
[v7,03/10] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig Enable haltpoll on arm64 - - - --- 2024-08-30 Ankur Arora New
[v7,02/10] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL Enable haltpoll on arm64 - - - --- 2024-08-30 Ankur Arora New
[v7,01/10] cpuidle/poll_state: poll via smp_cond_load_relaxed() Enable haltpoll on arm64 - 2 - --- 2024-08-30 Ankur Arora New
[kvm-unit-tests,2/2] sbi: dbcn: Add write-byte test with more than byte given riscv: sbi: Rename sbi ecall wrappers - - - --- 2024-08-30 Andrew Jones New
[kvm-unit-tests,1/2] sbi: Rename __*_sbi_ecall to sbi_* riscv: sbi: Rename sbi ecall wrappers - - - --- 2024-08-30 Andrew Jones New
[net-next,v16,04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly Untitled series #885216 1 1 - --- 2024-08-30 Yunsheng Lin New
[kvm-unit-tests,4/3] riscv: Provide helpers for IPIs riscv: Improve on-cpu and IPI support - - - --- 2024-08-30 Andrew Jones New
[vhost,v2,7/7] vdpa/mlx5: Postpone MR deletion vdpa/mlx5: Optimze MKEY operations - 1 - --- 2024-08-30 Dragos Tatulea New
[vhost,v2,6/7] vdpa/mlx5: Introduce init/destroy for MR resources vdpa/mlx5: Optimze MKEY operations - 1 - --- 2024-08-30 Dragos Tatulea New
[vhost,v2,5/7] vdpa/mlx5: Rename mr_mtx -> lock vdpa/mlx5: Optimze MKEY operations 1 1 - --- 2024-08-30 Dragos Tatulea New
[vhost,v2,4/7] vdpa/mlx5: Extract mr members in own resource struct vdpa/mlx5: Optimze MKEY operations 1 1 - --- 2024-08-30 Dragos Tatulea New
[vhost,v2,3/7] vdpa/mlx5: Rename function vdpa/mlx5: Optimze MKEY operations - 1 - --- 2024-08-30 Dragos Tatulea New
[vhost,v2,2/7] vdpa/mlx5: Delete direct MKEYs in parallel vdpa/mlx5: Optimze MKEY operations 1 1 - --- 2024-08-30 Dragos Tatulea New
[vhost,v2,1/7] vdpa/mlx5: Create direct MKEYs in parallel vdpa/mlx5: Optimze MKEY operations - 1 - --- 2024-08-30 Dragos Tatulea New
[kvm-unit-tests] riscv: Fix argc [kvm-unit-tests] riscv: Fix argc - - - --- 2024-08-30 Andrew Jones New
[kvm-unit-tests,3/3] riscv: Introduce SBI IPI convenience functions riscv: Improve on-cpu and IPI support - - - --- 2024-08-30 Andrew Jones New
[kvm-unit-tests,2/3] lib/on-cpus: Introduce on_cpumask and on_cpumask_async riscv: Improve on-cpu and IPI support - - - --- 2024-08-30 Andrew Jones New
[kvm-unit-tests,1/3] lib/cpumask: Fix and simplify a few functions riscv: Improve on-cpu and IPI support - - - --- 2024-08-30 Andrew Jones New
[v8,3/3] irqchip/loongson-eiointc: Add extioi virt extension support Add extioi virt extension support - - - --- 2024-08-30 Bibo Mao New
[v8,2/3] LoongArch: KVM: Implement function kvm_para_has_feature Add extioi virt extension support - - - --- 2024-08-30 Bibo Mao New
[v8,1/3] LoongArch: KVM: Enable paravirt feature control from VMM Add extioi virt extension support - - - --- 2024-08-30 Bibo Mao New
KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspace KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspace - - - --- 2024-08-30 Sean Christopherson New
[v4,10/10] KVM: x86: Register "emergency disable" callbacks when virt is enabled KVM: Register cpuhp/syscore callbacks when enabling virt 1 2 1 --- 2024-08-30 Sean Christopherson New
[v4,09/10] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef KVM: Register cpuhp/syscore callbacks when enabling virt 1 2 1 --- 2024-08-30 Sean Christopherson New
[v4,08/10] KVM: Add arch hooks for enabling/disabling virtualization KVM: Register cpuhp/syscore callbacks when enabling virt 1 2 1 --- 2024-08-30 Sean Christopherson New
[v4,07/10] KVM: Add a module param to allow enabling virtualization when KVM is loaded KVM: Register cpuhp/syscore callbacks when enabling virt 1 2 1 --- 2024-08-30 Sean Christopherson New
[v4,06/10] KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM KVM: Register cpuhp/syscore callbacks when enabling virt - 1 - --- 2024-08-30 Sean Christopherson New
[v4,05/10] KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVM KVM: Register cpuhp/syscore callbacks when enabling virt - - - --- 2024-08-30 Sean Christopherson New
[v4,04/10] KVM: Rename arch hooks related to per-CPU virtualization enabling KVM: Register cpuhp/syscore callbacks when enabling virt - 1 - --- 2024-08-30 Sean Christopherson New
[v4,03/10] KVM: Rename symbols related to enabling virtualization hardware KVM: Register cpuhp/syscore callbacks when enabling virt 1 2 1 --- 2024-08-30 Sean Christopherson New
[v4,02/10] KVM: Register cpuhp and syscore callbacks when enabling hardware KVM: Register cpuhp/syscore callbacks when enabling virt 1 1 1 --- 2024-08-30 Sean Christopherson New
[v4,01/10] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock KVM: Register cpuhp/syscore callbacks when enabling virt 1 1 1 --- 2024-08-30 Sean Christopherson New
[-next] KVM: x86: Remove some unused declarations [-next] KVM: x86: Remove some unused declarations - - - --- 2024-08-30 Yue Haibing New
[RFC,v2,5/5] mm: guest_memfd: Add option to remove inaccessible memory from direct map mm: Introduce guest_memfd library - - - --- 2024-08-29 Elliot Berman New
[RFC,v2,4/5] mm: guest_memfd: Add ability for userspace to mmap pages mm: Introduce guest_memfd library - - - --- 2024-08-29 Elliot Berman New
[RFC,v2,3/5] kvm: Convert to use guest_memfd library mm: Introduce guest_memfd library - - - --- 2024-08-29 Elliot Berman New
[RFC,v2,2/5] mm: guest_memfd: Allow folios to be accessible to host mm: Introduce guest_memfd library - - - --- 2024-08-29 Elliot Berman New
[RFC,v2,1/5] mm: Introduce guest_memfd mm: Introduce guest_memfd library - - - --- 2024-08-29 Elliot Berman New
[2/2] KVM: Harden guest memory APIs against out-of-bounds accesses [1/2] KVM: Write the per-page "segment" when clearing (part of) a guest page - - - --- 2024-08-29 Sean Christopherson New
[1/2] KVM: Write the per-page "segment" when clearing (part of) a guest page [1/2] KVM: Write the per-page "segment" when clearing (part of) a guest page - - - --- 2024-08-29 Sean Christopherson New
[0/2] KVM: Fix a lurking bug in kvm_clear_guest() - - - --- 2024-08-29 Sean Christopherson New
[v2,4/4] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock KVM: x86/mmu: Run NX huge page recovery under MMU read lock - - - --- 2024-08-29 Vipin Sharma New
[v2,3/4] KVM: x86/mmu: Rearrange locks and to_zap count for NX huge page recovery KVM: x86/mmu: Run NX huge page recovery under MMU read lock - - - --- 2024-08-29 Vipin Sharma New
[v2,2/4] KVM: x86/mmu: Extract out TDP MMU NX huge page recovery code KVM: x86/mmu: Run NX huge page recovery under MMU read lock - - - --- 2024-08-29 Vipin Sharma New
[v2,1/4] KVM: x86/mmu: Track TDP MMU NX huge pages separately KVM: x86/mmu: Run NX huge page recovery under MMU read lock - - - --- 2024-08-29 Vipin Sharma New
[RFC,5/5] vfio/platform: Add tegra234-mgbe vfio platform reset module vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-08-29 Eric Auger New
[RFC,4/5] vfio-platform: Add a new handle to store reset data vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-08-29 Eric Auger New
[RFC,3/5] vfio_platform: reset: Introduce new open and close callbacks vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-08-29 Eric Auger New
[RFC,2/5] vfio_platform: reset: Prepare for additional reset ops vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-08-29 Eric Auger New
[RFC,1/5] vfio_platform: Introduce vfio_platform_get_region helper vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-08-29 Eric Auger New
RISC-V: KVM: Redirect instruction access fault trap to guest RISC-V: KVM: Redirect instruction access fault trap to guest - - - --- 2024-08-29 Quan Zhou New
[RFC,5/5] KVM: SVM: Add Secure TSC support for SNP Guest Enable Secure TSC for SEV-SNP - - - --- 2024-08-29 Nikunj A Dadhania New
[RFC,4/5] KVM: SVM: Prevent writes to TSC MSR when Secure TSC is enabled Enable Secure TSC for SEV-SNP - - - --- 2024-08-29 Nikunj A Dadhania New
[RFC,3/5] KVM: SVM: Add GUEST_TSC_FREQ MSR Enable Secure TSC for SEV-SNP - - - --- 2024-08-29 Nikunj A Dadhania New
[RFC,2/5] KVM: SVM: Set TSC frequency for SecureTSC-enabled guests Enable Secure TSC for SEV-SNP - - - --- 2024-08-29 Nikunj A Dadhania New
[RFC,1/5] x86/cpufeatures: Add SNP Secure TSC Enable Secure TSC for SEV-SNP - - - --- 2024-08-29 Nikunj A Dadhania New
KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request() KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request() - - - --- 2024-08-28 Sean Christopherson New
KVM: selftests: Explicitly include committed one-off assets in .gitignore KVM: selftests: Explicitly include committed one-off assets in .gitignore - - - --- 2024-08-28 Sean Christopherson New
[v2,2/2] KVM: Clean up coalesced MMIO ring full check KVM: Coalesced IO cleanup and test - 1 - --- 2024-08-28 Sean Christopherson New
[v2,1/2] KVM: selftests: Add a test for coalesced MMIO (and PIO on x86) KVM: Coalesced IO cleanup and test - - - --- 2024-08-28 Sean Christopherson New
[kvm-unit-tests,4/3] riscv: QEMU Sstc timer stop workaround riscv: Timer support - - - --- 2024-08-28 Andrew Jones New
[kvm-unit-tests,3/3] riscv: Provide timer_start and timer_stop riscv: Timer support - - - --- 2024-08-28 Andrew Jones New
« 1 2 3 48 9 »