Show patches with: none      |   2505 patches
« 1 2 ... 22 23 2425 26 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,09/22] KVM: x86/mmu: Move guest PT write-protection to account_shadowed() KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-16 David Matlack Accepted
[v6,08/22] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-16 David Matlack Accepted
[v6,07/22] KVM: x86/mmu: Consolidate shadow page allocation and initialization KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-16 David Matlack Accepted
[v6,06/22] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-16 David Matlack Accepted
[v6,05/22] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-16 David Matlack Accepted
[v6,04/22] KVM: x86/mmu: Derive shadow MMU page role from parent KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-16 David Matlack Accepted
[v6,03/22] KVM: x86/mmu: Stop passing @direct to mmu_alloc_root() KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-16 David Matlack Accepted
[v6,02/22] KVM: x86/mmu: Use a bool for direct KVM: Extend Eager Page Splitting to the shadow MMU - - 2 - --- 2022-05-16 David Matlack Accepted
[v6,01/22] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs KVM: Extend Eager Page Splitting to the shadow MMU - - 3 - --- 2022-05-16 David Matlack Accepted
[v5,21/21] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-13 David Matlack Changes Requested
[v5,19/21] KVM: x86/mmu: Refactor drop_large_spte() KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-13 David Matlack Changes Requested
[v5,18/21] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-13 David Matlack Changes Requested
[v5,17/21] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,16/21] KVM: x86/mmu: Cache the access bits of shadowed translations KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,15/21] KVM: x86/mmu: Update page stats in __rmap_add() KVM: Extend Eager Page Splitting to the shadow MMU - - 2 - --- 2022-05-13 David Matlack Changes Requested
[v5,14/21] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu KVM: Extend Eager Page Splitting to the shadow MMU - - 2 - --- 2022-05-13 David Matlack Changes Requested
[v5,13/21] KVM: x86/mmu: Pass const memslot to rmap_add() KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-13 David Matlack Changes Requested
[v5,12/21] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page() KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,11/21] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page() KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,10/21] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page() KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,09/21] KVM: x86/mmu: Pass memory caches to allocate SPs separately KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,08/21] KVM: x86/mmu: Move guest PT write-protection to account_shadowed() KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-13 David Matlack Changes Requested
[v5,07/21] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-13 David Matlack Changes Requested
[v5,06/21] KVM: x86/mmu: Consolidate shadow page allocation and initialization KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,05/21] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-13 David Matlack Changes Requested
[v5,04/21] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-05-13 David Matlack Changes Requested
[v5,03/21] KVM: x86/mmu: Derive shadow MMU page role from parent KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-05-13 David Matlack Changes Requested
[v5,02/21] KVM: x86/mmu: Use a bool for direct KVM: Extend Eager Page Splitting to the shadow MMU - - 2 - --- 2022-05-13 David Matlack Changes Requested
[v5,01/21] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs KVM: Extend Eager Page Splitting to the shadow MMU - - 3 - --- 2022-05-13 David Matlack Changes Requested
[v3] RISC-V: KVM: Introduce ISA extension register [v3] RISC-V: KVM: Introduce ISA extension register - - - - --- 2022-05-09 Atish Kumar Patra Accepted
MAINTAINERS: Update KVM RISC-V entry to cover selftests support MAINTAINERS: Update KVM RISC-V entry to cover selftests support - - - - --- 2022-05-09 Anup Patel Accepted
[kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent [kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent 2 - - - --- 2022-05-04 Alexey Kardashevskiy Superseded
RISC-V: fix typos in comments RISC-V: fix typos in comments 1 - 1 - --- 2022-04-30 Julia Lawall Accepted
[v3,4/4] RISC-V: KVM: Support sstc extension Add Sstc extension support - - - - --- 2022-04-26 Atish Kumar Patra Superseded
[v3,3/4] RISC-V: Prefer sstc extension if available Add Sstc extension support - - - - --- 2022-04-26 Atish Kumar Patra Superseded
[v3,2/4] RISC-V: Enable sstc extension parsing from DT Add Sstc extension support - - 1 - --- 2022-04-26 Atish Kumar Patra Superseded
[v3,1/4] RISC-V: Add SSTC extension CSR details Add Sstc extension support - - 1 - --- 2022-04-26 Atish Kumar Patra Superseded
[v3,6/6] KVM: mips/mmu: count KVM page table pages in pagetable stats KVM: mm: count KVM page table pages in memory stats - - - - --- 2022-04-26 Yosry Ahmed Deferred
[v3,5/6] KVM: riscv/mmu: count KVM page table pages in pagetable stats KVM: mm: count KVM page table pages in memory stats - - - - --- 2022-04-26 Yosry Ahmed Deferred
[v3,4/6] KVM: arm64/mmu: count KVM page table pages in pagetable stats KVM: mm: count KVM page table pages in memory stats - - - - --- 2022-04-26 Yosry Ahmed Deferred
[v3,3/6] KVM: x86/mmu: count KVM page table pages in pagetable stats KVM: mm: count KVM page table pages in memory stats - - - - --- 2022-04-26 Yosry Ahmed Deferred
[v3,2/6] KVM: mmu: add a helper to account page table pages used by KVM. KVM: mm: count KVM page table pages in memory stats - - - - --- 2022-04-26 Yosry Ahmed Deferred
[v3,1/6] mm: add NR_SECONDARY_PAGETABLE stat KVM: mm: count KVM page table pages in memory stats - - - - --- 2022-04-26 Yosry Ahmed Deferred
[v4,20/20] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,19/20] KVM: Allow for different capacities in kvm_mmu_memory_cache structs KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,18/20] KVM: x86/mmu: Refactor drop_large_spte() KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-04-22 David Matlack Changes Requested
[v4,17/20] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-04-22 David Matlack Changes Requested
[v4,16/20] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,15/20] KVM: x86/mmu: Cache the access bits of shadowed translations KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,14/20] KVM: x86/mmu: Update page stats in __rmap_add() KVM: Extend Eager Page Splitting to the shadow MMU - - 2 - --- 2022-04-22 David Matlack Changes Requested
[v4,13/20] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu KVM: Extend Eager Page Splitting to the shadow MMU - - 2 - --- 2022-04-22 David Matlack Changes Requested
[v4,12/20] KVM: x86/mmu: Pass const memslot to rmap_add() KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-04-22 David Matlack Changes Requested
[v4,11/20] KVM: x86/mmu: Allow for NULL vcpu pointer in __kvm_mmu_get_shadow_page() KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,10/20] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page() KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,09/20] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page() KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,08/20] KVM: x86/mmu: Pass memory caches to allocate SPs separately KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,07/20] KVM: x86/mmu: Move guest PT write-protection to account_shadowed() KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-04-22 David Matlack Changes Requested
[v4,06/20] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-04-22 David Matlack Changes Requested
[v4,05/20] KVM: x86/mmu: Consolidate shadow page allocation and initialization KVM: Extend Eager Page Splitting to the shadow MMU - - - - --- 2022-04-22 David Matlack Changes Requested
[v4,04/20] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-04-22 David Matlack Changes Requested
[v4,03/20] KVM: x86/mmu: Derive shadow MMU page role from parent KVM: Extend Eager Page Splitting to the shadow MMU - - 1 - --- 2022-04-22 David Matlack Changes Requested
[v4,02/20] KVM: x86/mmu: Use a bool for direct KVM: Extend Eager Page Splitting to the shadow MMU - - 2 - --- 2022-04-22 David Matlack Changes Requested
[v4,01/20] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs KVM: Extend Eager Page Splitting to the shadow MMU - - 3 - --- 2022-04-22 David Matlack Changes Requested
[v2] RISC-V: KVM: Introduce ISA extension register [v2] RISC-V: KVM: Introduce ISA extension register - - - - --- 2022-04-22 Atish Kumar Patra Superseded
[GIT,PULL] KVM/riscv fixes for 5.18, take #2 [GIT,PULL] KVM/riscv fixes for 5.18, take #2 - - - - --- 2022-04-21 Anup Patel Accepted
[v2,7/7] RISC-V: KVM: Cleanup stale TLB entries when host CPU changes KVM RISC-V Sv57x4 support and HFENCE improvements - - 1 - --- 2022-04-20 Anup Patel Accepted
[v2,6/7] RISC-V: KVM: Add remote HFENCE functions based on VCPU requests KVM RISC-V Sv57x4 support and HFENCE improvements 1 - - - --- 2022-04-20 Anup Patel Accepted
[v2,5/7] RISC-V: KVM: Reduce KVM_MAX_VCPUS value KVM RISC-V Sv57x4 support and HFENCE improvements - - 1 - --- 2022-04-20 Anup Patel Accepted
[v2,4/7] RISC-V: KVM: Introduce range based local HFENCE functions KVM RISC-V Sv57x4 support and HFENCE improvements - - 1 - --- 2022-04-20 Anup Patel Accepted
[v2,3/7] RISC-V: KVM: Treat SBI HFENCE calls as NOPs KVM RISC-V Sv57x4 support and HFENCE improvements - - 1 - --- 2022-04-20 Anup Patel Accepted
[v2,2/7] RISC-V: KVM: Add Sv57x4 mode support for G-stage KVM RISC-V Sv57x4 support and HFENCE improvements - - 1 - --- 2022-04-20 Anup Patel Accepted
[v2,1/7] RISC-V: KVM: Use G-stage name for hypervisor page table KVM RISC-V Sv57x4 support and HFENCE improvements - - 1 - --- 2022-04-20 Anup Patel Accepted
[2/2] RISC-V: KVM: Restrict the extensions that can be disabled Miscellenous ISA string fixup - 1 - - --- 2022-04-20 Atish Kumar Patra Accepted
[1/2] RISC-V: KVM: Remove 's' & 'u' as valid ISA extension Miscellenous ISA string fixup - 1 - - --- 2022-04-20 Atish Kumar Patra Accepted
[3/3] KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused KVM: x86 SRCU bug fix and SRCU hardening - - - 1 --- 2022-04-15 Sean Christopherson Accepted
[2/3] KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy KVM: x86 SRCU bug fix and SRCU hardening - - - - --- 2022-04-15 Sean Christopherson Accepted
[1/3] KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io() KVM: x86 SRCU bug fix and SRCU hardening - 1 1 - --- 2022-04-15 Sean Christopherson Accepted
[6/6] RISC-V: KVM: Add remote HFENCE functions based on VCPU requests KVM RISC-V Sv57x4 support and HFENCE improvements - - - - --- 2022-04-12 Anup Patel Superseded
[5/6] RISC-V: KVM: Reduce KVM_MAX_VCPUS value KVM RISC-V Sv57x4 support and HFENCE improvements - - - - --- 2022-04-12 Anup Patel Superseded
[4/6] RISC-V: KVM: Introduce range based local HFENCE functions KVM RISC-V Sv57x4 support and HFENCE improvements - - - - --- 2022-04-12 Anup Patel Superseded
[3/6] RISC-V: KVM: Treat SBI HFENCE calls as NOPs KVM RISC-V Sv57x4 support and HFENCE improvements - - - - --- 2022-04-12 Anup Patel Superseded
[2/6] RISC-V: KVM: Add Sv57x4 mode support for G-stage KVM RISC-V Sv57x4 support and HFENCE improvements - - - - --- 2022-04-12 Anup Patel Superseded
[1/6] RISC-V: KVM: Use G-stage name for hypervisor page table KVM RISC-V Sv57x4 support and HFENCE improvements - - - - --- 2022-04-12 Anup Patel Superseded
[v5,13/13] selftests: KVM: Test SYSTEM_SUSPEND PSCI call KVM: arm64: PSCI SYSTEM_SUSPEND support - - - - --- 2022-04-09 Oliver Upton Accepted
[v5,12/13] selftests: KVM: Refactor psci_test to make it amenable to new tests KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,11/13] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test KVM: arm64: PSCI SYSTEM_SUSPEND support - - - - --- 2022-04-09 Oliver Upton Accepted
[v5,10/13] selftests: KVM: Create helper for making SMCCC calls KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,09/13] selftests: KVM: Rename psci_cpu_on_test to psci_test KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,08/13] KVM: arm64: Implement PSCI SYSTEM_SUSPEND KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,07/13] KVM: arm64: Add support for userspace to suspend a vCPU KVM: arm64: PSCI SYSTEM_SUSPEND support - - - - --- 2022-04-09 Oliver Upton Accepted
[v5,06/13] KVM: arm64: Return a value from check_vcpu_requests() KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,05/13] KVM: Create helper for setting a system event exit KVM: arm64: PSCI SYSTEM_SUSPEND support 1 - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,04/13] KVM: arm64: Rename the KVM_REQ_SLEEP handler KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,03/13] KVM: arm64: Track vCPU power state using MP state values KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,02/13] KVM: arm64: Dedupe vCPU power off helpers KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[v5,01/13] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2 KVM: arm64: PSCI SYSTEM_SUSPEND support - - 1 - --- 2022-04-09 Oliver Upton Accepted
[GIT,PULL] KVM/riscv fixes for 5.18, take #1 [GIT,PULL] KVM/riscv fixes for 5.18, take #1 - - - - --- 2022-04-09 Anup Patel Accepted
RISC-V: KVM: include missing hwcap.h into vcpu_fp RISC-V: KVM: include missing hwcap.h into vcpu_fp - 1 - - --- 2022-04-08 Heiko Stübner Accepted
[v2,5/5] KVM: mips: mm: count KVM page table pages in pagetable stats KVM: mm: count KVM page table pages in pagetable stats - - - - --- 2022-04-04 Yosry Ahmed Superseded
« 1 2 ... 22 23 2425 26 »