Show patches with: Archived = No       |   4277 patches
« 1 2 3 442 43 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
KVM/riscv changes for 5.19 KVM/riscv changes for 5.19 - - - - --- 2022-05-20 Anup Patel Accepted
KVM/riscv changes for 6.7 KVM/riscv changes for 6.7 - - - - --- 2023-10-24 Anup Patel Superseded
KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR - - 1 - --- 2021-12-23 Vincent Chen Superseded
KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes - 1 1 - --- 2023-01-23 Alexandre Ghiti Accepted
KVM: RISC-V: Retry fault if vma_lookup() results become invalid KVM: RISC-V: Retry fault if vma_lookup() results become invalid - 1 - 1 --- 2023-03-17 David Matlack Accepted
KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay 4 - 1 - --- 2025-12-05 Sean Christopherson Accepted
KVM: TDX: Take MMU lock around tdh_vp_init() KVM: TDX: Take MMU lock around tdh_vp_init() - 1 - - --- 2025-10-28 Edgecombe, Rick P Handled Elsewhere
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union 1 - 1 - --- 2023-07-29 Sean Christopherson Accepted
KVM: riscv: Fix Spectre-v1 in APLIC interrupt handling KVM: riscv: Fix Spectre-v1 in APLIC interrupt handling - 1 1 - --- 2026-01-16 Lukas Gerlach New
KVM: riscv: Power on secondary vCPUs from migration KVM: riscv: Power on secondary vCPUs from migration - - - 1 --- 2025-09-15 Jinyu Tang Not Applicable
KVM: riscv: Support enabling dirty log gradually in small chunks KVM: riscv: Support enabling dirty log gradually in small chunks - - 1 - --- 2025-11-03 Dong Yang Accepted
KVM: riscv: selftests: Add SBI base extension test KVM: riscv: selftests: Add SBI base extension test - - - - --- 2024-04-01 Haibo Xu Not Applicable
KVM: riscv: selftests: Fix get-reg-list print_reg defaults KVM: riscv: selftests: Fix get-reg-list print_reg defaults - 1 1 - --- 2023-12-07 Andrew Jones Accepted
KVM: riscv: selftests: get-reg-list print_reg should never fail KVM: riscv: selftests: get-reg-list print_reg should never fail - - 1 - --- 2023-09-20 Andrew Jones Accepted
KVM: selftest: Define _GNU_SOURCE for all selftests code KVM: selftest: Define _GNU_SOURCE for all selftests code 3 - 1 - --- 2024-04-23 Sean Christopherson Accepted
KVM: selftests: Fix RISC-V compilation KVM: selftests: Fix RISC-V compilation - 1 - - --- 2024-06-03 Andrew Jones Accepted
KVM: selftests: Fix compile error for non-x86 vm_compute_max_gfn() KVM: selftests: Fix compile error for non-x86 vm_compute_max_gfn() - 1 - - --- 2021-12-21 Anup Patel Not Applicable
MAINTAINERS: Limit KVM RISC-V entry to existing selftests MAINTAINERS: Limit KVM RISC-V entry to existing selftests - - - - --- 2022-06-01 Lukas Bulwahn Accepted
MAINTAINERS: Update Anup's email address MAINTAINERS: Update Anup's email address 1 - - - --- 2022-01-03 Anup Patel Accepted
MAINTAINERS: Update Atish's email address MAINTAINERS: Update Atish's email address - - - - --- 2025-05-05 Atish 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
MAINTAINERS: git://github -> https://github.com for kvm-riscv MAINTAINERS: git://github -> https://github.com for kvm-riscv 1 - - - --- 2022-10-13 Palmer Dabbelt Accepted
RISC-V KVM: Add exit logic to main.c RISC-V KVM: Add exit logic to main.c - - 1 1 --- 2022-11-04 XiakaiPan Accepted
RISC-V KVM: Remove unnecessary HGATP csr_read RISC-V KVM: Remove unnecessary HGATP csr_read - - - - --- 2025-08-19 Guo Ren Superseded
RISC-V: Align SBI probe implementation with spec RISC-V: Align SBI probe implementation with spec - 1 1 - --- 2023-04-26 Andrew Jones Superseded
RISC-V: KVM: Allow Svnapot extension for Guest/VM RISC-V: KVM: Allow Svnapot extension for Guest/VM - - 1 - --- 2023-06-12 Anup Patel Accepted
RISC-V: KVM: Allow Zbb extension for Guest/VM RISC-V: KVM: Allow Zbb extension for Guest/VM - - 2 - --- 2023-04-01 Anup Patel Accepted
RISC-V: KVM: Allow to downgrade HGATP mode via SATP mode RISC-V: KVM: Allow to downgrade HGATP mode via SATP mode 1 - - - --- 2025-11-22 fangyu.yu@linux.alibaba.com Not Applicable
RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map() RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map() - - 1 - --- 2025-06-11 Quan Zhou Accepted
RISC-V: KVM: Change the SBI specification version to v1.0 RISC-V: KVM: Change the SBI specification version to v1.0 - - 1 - --- 2022-09-08 Anup Patel Accepted
RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment - 1 2 - --- 2025-08-11 Quan Zhou Accepted
RISC-V: KVM: Delegate illegal instruction fault RISC-V: KVM: Delegate illegal instruction fault - - - - --- 2025-06-20 Xu Lu Superseded
RISC-V: KVM: Disable instret/cycle for VU mode by default RISC-V: KVM: Disable instret/cycle for VU mode by default - - - - --- 2025-05-14 Atish Patra Superseded
RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put() RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put() - 1 - - --- 2022-03-17 Anup Patel Accepted
RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data - 1 - - --- 2024-08-15 Anup Patel Accepted
RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails - - 1 - --- 2022-11-08 Anup Patel Accepted
RISC-V: KVM: Fix SBI implementation version RISC-V: KVM: Fix SBI implementation version - 1 - - --- 2022-01-31 Anup Patel Accepted
RISC-V: KVM: Fix SBI_FWFT_POINTER_MASKING_PMLEN algorithm RISC-V: KVM: Fix SBI_FWFT_POINTER_MASKING_PMLEN algorithm - 1 1 - --- 2025-09-15 Samuel Holland Accepted
RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests() RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests() - 1 1 2 --- 2022-07-10 Anup Patel Accepted
RISC-V: KVM: Fix check for local interrupts on riscv32 RISC-V: KVM: Fix check for local interrupts on riscv32 - 1 1 - --- 2025-10-16 Samuel Holland Accepted
RISC-V: KVM: Fix comments in kvm_riscv_vcpu_isa_disable_allowed RISC-V: KVM: Fix comments in kvm_riscv_vcpu_isa_disable_allowed - - - - --- 2025-02-20 Chao Du Superseded
RISC-V: KVM: Fix compilation without RISCV_ISA_ZICBOM RISC-V: KVM: Fix compilation without RISCV_ISA_ZICBOM - 2 - - --- 2022-10-10 Andrew Jones Superseded
RISC-V: KVM: Fix compile after merge RISC-V: KVM: Fix compile after merge - 1 - - --- 2022-08-05 Andrew Jones Not Applicable
RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bit RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bit - 1 2 - --- 2024-11-24 Michael Neuling Superseded
RISC-V: KVM: Fix guest page fault within HLV* instructions RISC-V: KVM: Fix guest page fault within HLV* instructions - 1 - - --- 2025-09-12 fangyu.yu@linux.alibaba.com Changes Requested
RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_ext function RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_ext function - - 1 - --- 2024-05-23 Quan Zhou Accepted
RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc - 1 1 - --- 2022-10-19 Anup Patel Accepted
RISC-V: KVM: Fix sbiret init before forwarding to userspace RISC-V: KVM: Fix sbiret init before forwarding to userspace - 1 - - --- 2024-08-07 Andrew Jones Accepted
RISC-V: KVM: Fix variable spelling mistake RISC-V: KVM: Fix variable spelling mistake - - - - --- 2022-07-01 Zhang Jiaming Accepted
RISC-V: KVM: Improve ISA extension by using a bitmap RISC-V: KVM: Improve ISA extension by using a bitmap - - - - --- 2022-06-20 Atish Patra Accepted
RISC-V: KVM: Improve vector save/restore functions RISC-V: KVM: Improve vector save/restore functions - - 1 - --- 2023-08-04 Andrew Jones Accepted
RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE - - - - --- 2025-07-14 BillXiang Superseded
RISC-V: KVM: Make ISA ext mappings explicit RISC-V: KVM: Make ISA ext mappings explicit - - - - --- 2022-09-19 Andrew Jones Accepted
RISC-V: KVM: Prevent HGATP_MODE_BARE passed RISC-V: KVM: Prevent HGATP_MODE_BARE passed - - 3 - --- 2025-08-19 Guo Ren Superseded
RISC-V: KVM: Read HGEIP CSR on the correct cpu RISC-V: KVM: Read HGEIP CSR on the correct cpu - 1 1 - --- 2025-10-16 fangyu.yu@linux.alibaba.com Accepted
RISC-V: KVM: Redirect AMO load/store misaligned traps to guest RISC-V: KVM: Redirect AMO load/store misaligned traps to guest - - 1 - --- 2023-05-20 wchen Accepted
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 Superseded
RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAP 1 1 2 1 --- 2025-10-20 fangyu.yu@linux.alibaba.com Superseded
RISC-V: KVM: Remove experimental tag for RISC-V RISC-V: KVM: Remove experimental tag for RISC-V - - - - --- 2025-05-05 Atish Patra Accepted
RISC-V: KVM: Remove unnecessary 'ret' assignments RISC-V: KVM: Remove unnecessary 'ret' assignments - 1 1 - --- 2025-12-29 Qiang Ma Accepted
RISC-V: KVM: Require HAVE_KVM RISC-V: KVM: Require HAVE_KVM - 1 - - --- 2024-01-04 Andrew Jones Superseded
RISC-V: KVM: Simplify kvm_arch_prepare_memory_region() RISC-V: KVM: Simplify kvm_arch_prepare_memory_region() - - 1 - --- 2022-11-13 Christophe JAILLET Accepted
RISC-V: KVM: Teardown riscv specific bits after kvm_exit RISC-V: KVM: Teardown riscv specific bits after kvm_exit - 2 2 - --- 2025-03-17 Atish Patra Accepted
RISC-V: KVM: Transparent huge page support RISC-V: KVM: Transparent huge page support - - - - --- 2025-09-28 liu.xuemei1@zte.com.cn Superseded
RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAs RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAs - - 1 - --- 2025-06-17 Quan Zhou Accepted
RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap RISC-V: KVM: Using user-mode pte within kvm_riscv_gstage_ioremap - - 2 - --- 2025-08-07 fangyu.yu@linux.alibaba.com Accepted
RISC-V: KVM: Write hgatp register with valid mode bits RISC-V: KVM: Write hgatp register with valid mode bits - - - - --- 2025-08-16 fangyu.yu@linux.alibaba.com Superseded
RISC-V: KVM: fix __le64 type assignments RISC-V: KVM: fix __le64 type assignments - - - - --- 2026-01-06 Ben Dooks New
RISC-V: KVM: fix stack overrun when loading vlenb RISC-V: KVM: fix stack overrun when loading vlenb - 1 2 - --- 2025-08-05 Radim Krčmář Accepted
RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries - 1 1 - --- 2025-10-02 Ben Zong-You Xie Superseded
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
RISC-V: KVM: lock the correct mp_state during reset RISC-V: KVM: lock the correct mp_state during reset - 1 1 - --- 2025-05-23 Radim Krčmář Accepted
RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode - 1 - - --- 2022-01-31 Mayuresh Chitale Accepted
RISC-V: KVM: provide UAPI for host SATP mode RISC-V: KVM: provide UAPI for host SATP mode - - 1 - --- 2023-07-05 Daniel Henrique Barboza Superseded
RISC-V: KVM: remove a redundant condition in kvm_arch_vcpu_ioctl_run() RISC-V: KVM: remove a redundant condition in kvm_arch_vcpu_ioctl_run() - - 1 - --- 2023-12-11 Chao Du Accepted
RISC-V: KVM: use bitmap_zero() API RISC-V: KVM: use bitmap_zero() API - - 1 - --- 2023-05-06 ye.xingchen@zte.com.cn Accepted
RISC-V: KVM: use vma_lookup() instead of find_vma_intersection() RISC-V: KVM: use vma_lookup() instead of find_vma_intersection() - - 1 - --- 2022-11-01 Bo Liu Accepted
RISC-V: fix typos in comments RISC-V: fix typos in comments 1 - 1 - --- 2022-04-30 Julia Lawall Accepted
RISC-V: perf/kvm: Add reporting of interrupt events RISC-V: perf/kvm: Add reporting of interrupt events - - - - --- 2025-06-13 Quan Zhou Accepted
RISC-V:KVM: Add AMO load/store access fault traps to redirect to guest RISC-V:KVM: Add AMO load/store access fault traps to redirect to guest - - 1 - --- 2024-04-29 Yu-Wei Hsu Accepted
RISCV: KVM: Add support for userspace to suspend a vCPU RISCV: KVM: Add support for userspace to suspend a vCPU - - - - --- 2025-09-18 Zhe Qiao Not Applicable
RISCV: KVM: use raw_spinlock for critical section in imsic RISCV: KVM: use raw_spinlock for critical section in imsic - - 2 - --- 2024-09-19 Cyan Yang Accepted
Revert "irqchip/riscv-imsic: Embed the vector array in lpriv" Revert "irqchip/riscv-imsic: Embed the vector array in lpriv" - - - - --- 2025-12-23 Anup Patel Accepted
[-fixes,v2] RISC-V: KVM: Require HAVE_KVM [-fixes,v2] RISC-V: KVM: Require HAVE_KVM - 1 1 1 --- 2024-01-04 Andrew Jones Accepted
[-fixes,v2] riscv: Fix missing PAGE_PFN_MASK [-fixes,v2] riscv: Fix missing PAGE_PFN_MASK 1 1 2 1 --- 2022-06-13 Alexandre Ghiti Accepted
[-for-next] riscv: Fix missing PAGE_PFN_MASK [-for-next] riscv: Fix missing PAGE_PFN_MASK - 1 1 - --- 2022-05-30 Alexandre Ghiti Superseded
[-next,v13,01/19] riscv: Rename __switch_to_aux -> fpu riscv: Add vector ISA support - - 3 - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,02/19] riscv: Extending cpufeature.c to detect V-extension riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,03/19] riscv: Add new csr defines related to vector extension riscv: Add vector ISA support 1 - 2 - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,04/19] riscv: Clear vector regfile on bootup riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,05/19] riscv: Disable Vector Instructions for kernel itself riscv: Add vector ISA support - - 1 - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,06/19] riscv: Introduce Vector enable/disable helpers riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,07/19] riscv: Introduce riscv_vsize to record size of Vector context riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,09/19] riscv: Add task switch support for vector riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,10/19] riscv: Allocate user's vector context in the first-use trap riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,11/19] riscv: Add ptrace vector support riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,12/19] riscv: signal: check fp-reserved words unconditionally riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,13/19] riscv: signal: Add sigcontext save/restore for vector riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
[-next,v13,14/19] riscv: signal: Report signal frame size to userspace via auxv riscv: Add vector ISA support - - - - --- 2023-01-25 Andy Chiu Superseded
« 1 2 3 442 43 »