Show patches with: State = Action Required       |    Archived = No       |   179 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v12,43/84] KVM: Add kvm_faultin_pfn() to specifically service guest page faults KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,42/84] KVM: Move declarations of memslot accessors up in kvm_host.h KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,40/84] KVM: x86/mmu: Add helper to "finish" handling a guest page fault KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,39/84] KVM: x86/mmu: Add common helper to handle prefetching SPTEs KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,38/84] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,37/84] KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,36/84] KVM: x86: Use kvm_lookup_pfn() to check if APIC access page was installed KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,35/84] KVM: x86: Use kvm_lookup_pfn() to check if retrying #PF is useful KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,34/84] KVM: Add a helper to lookup a pfn without grabbing a reference KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,33/84] KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by default KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,32/84] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,31/84] KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,30/84] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,29/84] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,28/84] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,27/84] KVM: pfncache: Precisely track refcounted pages KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,26/84] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,25/84] KVM: Provide refcounted page as output field in struct kvm_follow_pfn KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,22/84] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,21/84] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,20/84] KVM: Use NULL for struct page pointer to indicate mremapped memory KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,19/84] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,18/84] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,17/84] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,16/84] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,15/84] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,14/84] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,13/84] KVM: Annotate that all paths in hva_to_pfn() might sleep KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,12/84] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,11/84] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages() KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,10/84] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,09/84] KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bit KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,08/84] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,07/84] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,06/84] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,05/84] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,03/84] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error KVM: Stop grabbing references to PFNMAP'd pages - - - - --- 2024-07-26 Sean Christopherson New
[v12,02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging KVM: Stop grabbing references to PFNMAP'd pages - 1 - - --- 2024-07-26 Sean Christopherson New
[v12,01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE KVM: Stop grabbing references to PFNMAP'd pages - 1 - - --- 2024-07-26 Sean Christopherson New
[v8,5/5] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test Add Svade and Svadu Extensions Support - - 1 - --- 2024-07-26 Yong-Xuan Wang New
[v8,4/5] KVM: riscv: selftests: Fix compile error Add Svade and Svadu Extensions Support - 1 1 - --- 2024-07-26 Yong-Xuan Wang New
[v8,3/5] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM Add Svade and Svadu Extensions Support - - 2 - --- 2024-07-26 Yong-Xuan Wang New
[v8,2/5] dt-bindings: riscv: Add Svade and Svadu Entries Add Svade and Svadu Extensions Support 1 - 2 - --- 2024-07-26 Yong-Xuan Wang New
[v8,1/5] RISC-V: Add Svade and Svadu Extensions Support Add Svade and Svadu Extensions Support - - 2 - --- 2024-07-26 Yong-Xuan Wang New
[2/2] riscv: Add Sscofpmf extensiona support Add RISC-V ISA extensions based on Linux-6.10 - - - - --- 2024-07-22 Anup Patel New
[1/2] Sync-up headers with Linux-6.10 kernel Add RISC-V ISA extensions based on Linux-6.10 - - - - --- 2024-07-22 Anup Patel New
[kvm-unit-tests,v4,5/5] riscv: sbi: Add test for timer extension riscv: sbi: Add support to test timer extension - - - - --- 2024-07-21 James Raphael Tiovalen New
[kvm-unit-tests,v4,4/5] riscv: Add some delay and timer routines riscv: sbi: Add support to test timer extension - - 1 - --- 2024-07-21 James Raphael Tiovalen New
[kvm-unit-tests,v4,3/5] riscv: Add method to probe for SBI extensions riscv: sbi: Add support to test timer extension - - 1 - --- 2024-07-21 James Raphael Tiovalen New
[kvm-unit-tests,v4,2/5] riscv: Update exception cause list riscv: sbi: Add support to test timer extension - - 1 - --- 2024-07-21 James Raphael Tiovalen New
[kvm-unit-tests,v4,1/5] riscv: Extend exception handling support for interrupts riscv: sbi: Add support to test timer extension - - - - --- 2024-07-21 James Raphael Tiovalen New
[13/13] RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEs Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[12/13] RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit() Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[11/13] RISC-V: KVM: Use SBI sync SRET call when available Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[10/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRs Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[09/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRs Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[08/13] RISC-V: KVM: Add common nested acceleration support Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[07/13] RISC-V: Add defines for the SBI nested acceleration extension Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[06/13] RISC-V: KVM: Don't setup SGEI for zero guest external interrupts Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[05/13] RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value() Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[04/13] RISC-V: KVM: Break down the __kvm_riscv_switch_to() into macros Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[03/13] RISC-V: KVM: Save/restore SCOUNTEREN in C source Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[02/13] RISC-V: KVM: Save/restore HSTATUS in C source Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[01/13] RISC-V: KVM: Order the object files alphabetically Accelerate KVM RISC-V when running as a guest - - - - --- 2024-07-19 Anup Patel New
[kvm-unit-tests,v3,5/5] riscv: sbi: Add test for timer extension [kvm-unit-tests,v3,1/5] riscv: Extend exception handling support for interrupts - - - - --- 2024-07-19 James Raphael Tiovalen New
[kvm-unit-tests,v3,4/5] riscv: Add some delay and timer routines [kvm-unit-tests,v3,1/5] riscv: Extend exception handling support for interrupts - - 1 - --- 2024-07-19 James Raphael Tiovalen New
[kvm-unit-tests,v3,3/5] riscv: Add method to probe for SBI extensions [kvm-unit-tests,v3,1/5] riscv: Extend exception handling support for interrupts - - 1 - --- 2024-07-19 James Raphael Tiovalen New
[kvm-unit-tests,v3,2/5] riscv: Update exception cause list [kvm-unit-tests,v3,1/5] riscv: Extend exception handling support for interrupts - - 1 - --- 2024-07-19 James Raphael Tiovalen New
[kvm-unit-tests,v3,1/5] riscv: Extend exception handling support for interrupts [kvm-unit-tests,v3,1/5] riscv: Extend exception handling support for interrupts - - - - --- 2024-07-19 James Raphael Tiovalen New
[2/2] riscv: KVM: add basic support for host vs guest profiling Add perf support to collect KVM guest statistics from host side - - 1 - --- 2024-07-18 Quan Zhou New
[1/2] riscv: perf: add guest vs host distinction Add perf support to collect KVM guest statistics from host side - - - - --- 2024-07-18 Quan Zhou New
[GIT,PULL] KVM/riscv changes for 6.11 [GIT,PULL] KVM/riscv changes for 6.11 - - - - --- 2024-07-12 Anup Patel New
[v7,4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test Add Svade and Svadu Extensions Support - - 1 - --- 2024-07-12 Yong-Xuan Wang New
[v7,3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM Add Svade and Svadu Extensions Support - - 2 - --- 2024-07-12 Yong-Xuan Wang New
[v7,2/4] dt-bindings: riscv: Add Svade and Svadu Entries Add Svade and Svadu Extensions Support 1 - 2 - --- 2024-07-12 Yong-Xuan Wang New
[v7,1/4] RISC-V: Add Svade and Svadu Extensions Support Add Svade and Svadu Extensions Support - - 2 - --- 2024-07-12 Yong-Xuan Wang New
[kvm-unit-tests,v2,3/3] riscv: sbi: Add test for timer extension riscv: sbi: Add support to test timer extension - - - - --- 2024-07-07 James Raphael Tiovalen New
[kvm-unit-tests,v2,2/3] riscv: Update exception cause list riscv: sbi: Add support to test timer extension - - 1 - --- 2024-07-07 James Raphael Tiovalen New
[kvm-unit-tests,v2,1/3] riscv: Extend exception handling support for interrupts riscv: sbi: Add support to test timer extension - - - - --- 2024-07-07 James Raphael Tiovalen New
[kvm-unit-tests,v2] riscv: sbi: debug console write tests [kvm-unit-tests,v2] riscv: sbi: debug console write tests - - - - --- 2024-07-06 Cade Richard New
[kvm-unit-tests] riscv: sbi: debug console write tests [kvm-unit-tests] riscv: sbi: debug console write tests - - - - --- 2024-07-06 Cade Richard New
[kvm-unit-tests] riscv: Fix virt_to_phys() [kvm-unit-tests] riscv: Fix virt_to_phys() - 1 - - --- 2024-07-06 Cade Richard New
[kvm-unit-tests] This patch adds a unit test for the debug console write() and write_byte() functio… [kvm-unit-tests] This patch adds a unit test for the debug console write() and write_byte() functio… - - - - --- 2024-07-04 Cade Richard New
[v6,4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test Add Svade and Svadu Extensions Support - - 1 - --- 2024-06-28 Yong-Xuan Wang New
[v6,3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM Add Svade and Svadu Extensions Support - - 1 - --- 2024-06-28 Yong-Xuan Wang New
[v6,2/4] dt-bindings: riscv: Add Svade and Svadu Entries Add Svade and Svadu Extensions Support - - - - --- 2024-06-28 Yong-Xuan Wang New
[v6,1/4] RISC-V: Add Svade and Svadu Extensions Support Add Svade and Svadu Extensions Support - - 1 - --- 2024-06-28 Yong-Xuan Wang New
[v4,3/3] perf: RISC-V: Check standard event availability Assorted fixes in RISC-V PMU driver - 1 1 1 --- 2024-06-28 Atish Patra New
[v4,2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus Assorted fixes in RISC-V PMU driver - - - - --- 2024-06-28 Atish Patra New
[v4,1/3] drivers/perf: riscv: Do not update the event data if uptodate Assorted fixes in RISC-V PMU driver - 1 - - --- 2024-06-28 Atish Patra New
[v3,3/3] perf: RISC-V: Check standard event availability Assorted fixes in RISC-V PMU driver - 1 1 1 --- 2024-06-26 Atish Patra New
[v3,2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus Assorted fixes in RISC-V PMU driver - - - - --- 2024-06-26 Atish Patra New
[v3,1/3] drivers/perf: riscv: Do not update the event data if uptodate Assorted fixes in RISC-V PMU driver - 1 - - --- 2024-06-26 Atish Patra New
[RFC,v2,2/2] riscv: Use Zawrs to accelerate IPI to idle cpu riscv: Idle thread using Zawrs extension - - - - --- 2024-06-21 Xu Lu New
[RFC,v2,1/2] riscv: process: Introduce idle thread using Zawrs extension riscv: Idle thread using Zawrs extension - - 3 - --- 2024-06-21 Xu Lu New
[5/5] KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test riscv: add support for Zaamo and Zalrsc extensions - - - - --- 2024-06-19 Clément Léger New
[4/5] RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VM riscv: add support for Zaamo and Zalrsc extensions - - - - --- 2024-06-19 Clément Léger New
[3/5] riscv: hwprobe: export Zaamo and Zalrsc extensions riscv: add support for Zaamo and Zalrsc extensions - - 1 - --- 2024-06-19 Clément Léger New
[2/5] riscv: add parsing for Zaamo and Zalrsc extensions riscv: add support for Zaamo and Zalrsc extensions 1 - - - --- 2024-06-19 Clément Léger New
« 1 2 »