April 2024 Archives by date
Starting: Mon Apr 1 01:20:18 PDT 2024
Ending: Tue Apr 30 17:28:15 PDT 2024
Messages: 526
- [PATCH] KVM: riscv: selftests: Add SBI base extension test
Haibo Xu
- [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
- [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
Atish Patra
- [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
Atish Patra
- [PATCH 1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
Anup Patel
- [PATCH v3 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Anup Patel
- [PATCH v3 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
Anup Patel
- [PATCH v3 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
Anup Patel
- [PATCH v4 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
Chao Du
- [PATCH v4 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
- [PATCH v4 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
Chao Du
- [PATCH v4 3/3] RISC-V: KVM: selftests: Add ebreak test support
Chao Du
- [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
Atish Patra
- [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
Atish Patra
- [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
- [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow
Atish Patra
- [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
Atish Patra
- [PATCH] KVM: riscv: selftests: Add SBI base extension test
Andrew Jones
- [PATCH v4 3/3] RISC-V: KVM: selftests: Add ebreak test support
Andrew Jones
- [GIT PULL] KVM/riscv fixes for 6.9, take #1
Anup Patel
- [GIT PULL] KVM/riscv fixes for 6.9, take #1
Paolo Bonzini
- [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
- [PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
Atish Patra
- [PATCH v5 01/22] RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
- [PATCH v5 02/22] RISC-V: Add FIRMWARE_READ_HI definition
Atish Patra
- [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
Atish Patra
- [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
- [PATCH v5 05/22] RISC-V: Add SBI PMU snapshot definitions
Atish Patra
- [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
- [PATCH v5 07/22] drivers/perf: riscv: Fix counter mask iteration for RV32
Atish Patra
- [PATCH v5 08/22] RISC-V: KVM: Fix the initial sample period value
Atish Patra
- [PATCH v5 09/22] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
Atish Patra
- [PATCH v5 10/22] RISC-V: KVM: No need to update the counter value during reset
Atish Patra
- [PATCH v5 11/22] RISC-V: KVM: No need to exit to the user space if perf event failed
Atish Patra
- [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
- [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
Atish Patra
- [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
Atish Patra
- [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function
Atish Patra
- [PATCH v5 16/22] KVM: riscv: selftests: Move sbi definitions to its own header file
Atish Patra
- [PATCH v5 17/22] KVM: riscv: selftests: Add helper functions for extension checks
Atish Patra
- [PATCH v5 18/22] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
Atish Patra
- [PATCH v5 19/22] KVM: riscv: selftests: Add SBI PMU extension definitions
Atish Patra
- [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
Atish Patra
- [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
- [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow
Atish Patra
- [kvmtool PATCH v2 00/10] More ISA extensions
Anup Patel
- [PATCH 0/5] Add parsing for Zimop ISA extension
Clément Léger
- [PATCH 1/5] dt-bindings: riscv: add Zimop ISA extension description
Clément Léger
- [PATCH 2/5] riscv: add ISA extension parsing for Zimop
Clément Léger
- [PATCH 3/5] riscv: hwprobe: export Zimop ISA extension
Clément Léger
- [PATCH 4/5] RISC-V: KVM: Allow Zimop extension for Guest/VM
Clément Léger
- [PATCH 5/5] KVM: riscv: selftests: Add Zimop extension to get-reg-list test
Clément Léger
- [PATCH v5 01/22] RISC-V: Fix the typo in Scountovf CSR name
Andrew Jones
- [PATCH v5 02/22] RISC-V: Add FIRMWARE_READ_HI definition
Andrew Jones
- [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
Andrew Jones
- [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
Andrew Jones
- [PATCH v5 05/22] RISC-V: Add SBI PMU snapshot definitions
Andrew Jones
- [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
Andrew Jones
- [PATCH v5 07/22] drivers/perf: riscv: Fix counter mask iteration for RV32
Andrew Jones
- [PATCH v5 08/22] RISC-V: KVM: Fix the initial sample period value
Andrew Jones
- [PATCH v5 09/22] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
Andrew Jones
- [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
Andrew Jones
- [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
Andrew Jones
- [PATCH v5 11/22] RISC-V: KVM: No need to exit to the user space if perf event failed
Andrew Jones
- [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
Andrew Jones
- [kvm-unit-tests PATCH v8 33/35] configure: Make arch_libdir a first-class entity
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 00/17] add shellcheck support
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 01/17] Add initial shellcheck checking
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 02/17] shellcheck: Fix SC2223
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 03/17] shellcheck: Fix SC2295
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 04/17] shellcheck: Fix SC2094
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 05/17] shellcheck: Fix SC2006
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 06/17] shellcheck: Fix SC2155
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 07/17] shellcheck: Fix SC2235
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 08/17] shellcheck: Fix SC2119, SC2120
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 09/17] shellcheck: Fix SC2143
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 10/17] shellcheck: Fix SC2013
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 11/17] shellcheck: Fix SC2145
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 12/17] shellcheck: Fix SC2124
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 13/17] shellcheck: Fix SC2294
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 14/17] shellcheck: Fix SC2178
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 15/17] shellcheck: Fix SC2048
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 16/17] shellcheck: Fix SC2153
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages
Nicholas Piggin
- [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
Andrew Jones
- [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
Andrew Jones
- [PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
Paolo Bonzini
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
- [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
Paolo Bonzini
- [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
Paolo Bonzini
- [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()
Paolo Bonzini
- [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
Andrew Jones
- [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
Andrew Jones
- [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function
Andrew Jones
- [PATCH v5 16/22] KVM: riscv: selftests: Move sbi definitions to its own header file
Andrew Jones
- [PATCH v5 17/22] KVM: riscv: selftests: Add helper functions for extension checks
Andrew Jones
- [PATCH v5 19/22] KVM: riscv: selftests: Add SBI PMU extension definitions
Andrew Jones
- [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
Andrew Jones
- [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
Andrew Jones
- [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Andrew Jones
- [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow
Andrew Jones
- [kvm-unit-tests RFC PATCH 00/17] add shellcheck support
Andrew Jones
- [kvm-unit-tests RFC PATCH 01/17] Add initial shellcheck checking
Andrew Jones
- [kvm-unit-tests RFC PATCH 02/17] shellcheck: Fix SC2223
Andrew Jones
- [kvm-unit-tests RFC PATCH 03/17] shellcheck: Fix SC2295
Andrew Jones
- [kvm-unit-tests RFC PATCH 04/17] shellcheck: Fix SC2094
Andrew Jones
- [kvm-unit-tests RFC PATCH 05/17] shellcheck: Fix SC2006
Andrew Jones
- [kvm-unit-tests RFC PATCH 06/17] shellcheck: Fix SC2155
Andrew Jones
- [kvm-unit-tests RFC PATCH 07/17] shellcheck: Fix SC2235
Andrew Jones
- [kvm-unit-tests RFC PATCH 08/17] shellcheck: Fix SC2119, SC2120
Andrew Jones
- [kvm-unit-tests RFC PATCH 09/17] shellcheck: Fix SC2143
Andrew Jones
- [kvm-unit-tests RFC PATCH 10/17] shellcheck: Fix SC2013
Andrew Jones
- [kvm-unit-tests RFC PATCH 11/17] shellcheck: Fix SC2145
Andrew Jones
- [kvm-unit-tests RFC PATCH 12/17] shellcheck: Fix SC2124
Andrew Jones
- [kvm-unit-tests RFC PATCH 13/17] shellcheck: Fix SC2294
Andrew Jones
- [kvm-unit-tests RFC PATCH 14/17] shellcheck: Fix SC2178
Andrew Jones
- [kvm-unit-tests RFC PATCH 15/17] shellcheck: Fix SC2048
Andrew Jones
- [kvm-unit-tests RFC PATCH 16/17] shellcheck: Fix SC2153
Andrew Jones
- [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages
Andrew Jones
- [PATCH 0/5] Add parsing for Zimop ISA extension
Andrew Jones
- [PATCH RFC 02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT
Andrew Jones
- [PATCH 0/5] Add parsing for Zimop ISA extension
Deepak Gupta
- [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 00/17] add shellcheck support
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 01/17] Add initial shellcheck checking
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 07/17] shellcheck: Fix SC2235
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 11/17] shellcheck: Fix SC2145
Nicholas Piggin
- [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages
Andrew Jones
- [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 02/14] shellcheck: Fix SC2223
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 03/14] shellcheck: Fix SC2295
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 04/14] shellcheck: Fix SC2094
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 05/14] shellcheck: Fix SC2006
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 06/14] shellcheck: Fix SC2155
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 07/14] shellcheck: Fix SC2143
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 08/14] shellcheck: Fix SC2013
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 09/14] shellcheck: Fix SC2145
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 10/14] shellcheck: Fix SC2124
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 11/14] shellcheck: Fix SC2294
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 12/14] shellcheck: Fix SC2178
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 13/14] shellcheck: Fix SC2048
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 14/14] shellcheck: Suppress various messages
Nicholas Piggin
- [PATCH 0/2] perf kvm: Add kvm stat support on riscv
Shenlin Liang
- [PATCH] KVM: riscv: selftests: Add SBI base extension test
Haibo Xu
- [PATCH] KVM: riscv: selftests: Add SBI base extension test
Anup Patel
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Anup Patel
- [PATCH] KVM: riscv: selftests: Add SBI base extension test
Haibo Xu
- [PATCH 1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
Yong-Xuan Wang
- [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()
Philippe Mathieu-Daudé
- [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
Philippe Mathieu-Daudé
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
maobibo
- [RFC kvm-unit-tests PATCH v2 08/14] shellcheck: Fix SC2013
Andrew Jones
- [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
David Hildenbrand
- [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()
David Hildenbrand
- [RFC kvm-unit-tests PATCH v2 14/14] shellcheck: Suppress various messages
Andrew Jones
- [PATCH 0/5] Add parsing for Zimop ISA extension
Clément Léger
- [PATCH 0/5] Add parsing for Zimop ISA extension
Andrew Jones
- [PATCH 0/5] Add parsing for Zimop ISA extension
Andrew Jones
- [PATCH 0/5] Add parsing for Zimop ISA extension
Clément Léger
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Michael Ellerman
- [PATCH v4 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
Anup Patel
- [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events
Anup Patel
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Peter Xu
- [PATCH 0/5] Add parsing for Zimop ISA extension
Andrew Jones
- [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
Atish Patra
- [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
- [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
- [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
- [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
Atish Patra
- [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
Andrew Jones
- [PATCH 1/5] dt-bindings: riscv: add Zimop ISA extension description
Conor Dooley
- [kvmtool PATCH 1/1] riscv: Add zacas extension
Will Deacon
- [kvmtool PATCH 1/1] riscv: Add zacas extension
Will Deacon
- [PATCH RFC 02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT
Conor Dooley
- [kvmtool PATCH v2 00/10] More ISA extensions
Will Deacon
- [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
Atish Kumar Patra
- [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
- [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow
Atish Patra
- [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
Atish Patra
- [RFC kvm-unit-tests PATCH v2 08/14] shellcheck: Fix SC2013
Nicholas Piggin
- [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Andrew Jones
- [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events
Eric Cheng
- [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
Andrew Jones
- [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
- [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Andrew Jones
- [PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
Clément Léger
- [PATCH 01/10] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
Clément Léger
- [PATCH 02/10] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
- [PATCH 03/10] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
Clément Léger
- [PATCH 04/10] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
Clément Léger
- [PATCH 05/10] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
Clément Léger
- [PATCH 06/10] dt-bindings: riscv: add Zcmop ISA extension description
Clément Léger
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Clément Léger
- [PATCH 08/10] riscv: hwprobe: export Zcmop ISA extension
Clément Léger
- [PATCH 09/10] RISC-V: KVM: Allow Zcmop extension for Guest/VM
Clément Léger
- [PATCH 10/10] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test
Clément Léger
- [PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
Andrew Morton
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Deepak Gupta
- [PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
Deepak Gupta
- [PATCH 0/5] Add parsing for Zimop ISA extension
Deepak Gupta
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Conor Dooley
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Conor Dooley
- [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Deepak Gupta
- [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
Atish Patra
- [PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
Atish Patra
- [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
- [PATCH v6 02/24] RISC-V: Add FIRMWARE_READ_HI definition
Atish Patra
- [PATCH v6 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
Atish Patra
- [PATCH v6 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
- [PATCH v6 05/24] RISC-V: Add SBI PMU snapshot definitions
Atish Patra
- [PATCH v6 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
Atish Patra
- [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
Atish Patra
- [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
- [PATCH v6 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
Atish Patra
- [PATCH v6 10/24] RISC-V: KVM: Fix the initial sample period value
Atish Patra
- [PATCH v6 11/24] RISC-V: KVM: No need to update the counter value during reset
Atish Patra
- [PATCH v6 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
Atish Patra
- [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
- [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
Atish Patra
- [PATCH v6 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
Atish Patra
- [PATCH v6 16/24] RISC-V: KVM: Improve firmware counter read function
Atish Patra
- [PATCH v6 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
Atish Patra
- [PATCH v6 18/24] KVM: riscv: selftests: Add helper functions for extension checks
Atish Patra
- [PATCH v6 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
Atish Patra
- [PATCH v6 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
Atish Patra
- [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
Atish Patra
- [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
- [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
Atish Patra
- [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
Atish Patra
- [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking
Thomas Huth
- [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events
Shenlin Liang
- [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events
Shenlin Liang
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Clément Léger
- [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
Andrew Jones
- [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
Andrew Jones
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Conor Dooley
- [PATCH 0/2] KVM RISC-V HW IMSIC guest files
Anup Patel
- [PATCH 1/2] RISC-V: KVM: Share APLIC and IMSIC defines with irqchip drivers
Anup Patel
- [PATCH 2/2] RISC-V: KVM: Use IMSIC guest files when available
Anup Patel
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Clément Léger
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Conor Dooley
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
- [PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
Paolo Bonzini
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Peter Xu
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Will Deacon
- [PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
Marc Zyngier
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Marc Zyngier
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Sean Christopherson
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
David Hildenbrand
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Marc Zyngier
- [PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
Shenlin Liang
- [PATCH v2 1/2] RISCV: KVM: add tracepoints for entry and exit events
Shenlin Liang
- [PATCH v2 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V
Shenlin Liang
- [PATCH 1/1] RISC-V: KVM: No need to use mask when hart-index-bit is 0
Yong-Xuan Wang
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Clément Léger
- [RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
Thomas Huth
- [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
Andrew Jones
- [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
Andrew Jones
- [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Andrew Jones
- [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
Andrew Jones
- [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
Andrew Jones
- [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
Andrew Jones
- [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Andrew Jones
- [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
Andrew Jones
- [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
Andrew Jones
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Sean Christopherson
- [RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
Nicholas Piggin
- [PATCH v2 1/2] RISCV: KVM: add tracepoints for entry and exit events
Anup Patel
- [PATCH v2 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V
Anup Patel
- [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking
Nicholas Piggin
- [RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
Thomas Huth
- [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
Atish Patra
- [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
- [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
Atish Patra
- [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
Andrew Jones
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Conor Dooley
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Clément Léger
- [PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
Atish Patra
- [PATCH v7 01/24] RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
- [PATCH v7 02/24] RISC-V: Add FIRMWARE_READ_HI definition
Atish Patra
- [PATCH v7 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
Atish Patra
- [PATCH v7 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
- [PATCH v7 05/24] RISC-V: Add SBI PMU snapshot definitions
Atish Patra
- [PATCH v7 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
Atish Patra
- [PATCH v7 07/24] RISC-V: Use the minor version mask while computing sbi version
Atish Patra
- [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
- [PATCH v7 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
Atish Patra
- [PATCH v7 10/24] RISC-V: KVM: Fix the initial sample period value
Atish Patra
- [PATCH v7 11/24] RISC-V: KVM: No need to update the counter value during reset
Atish Patra
- [PATCH v7 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
Atish Patra
- [PATCH v7 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
- [PATCH v7 14/24] RISC-V: KVM: Add perf sampling support for guests
Atish Patra
- [PATCH v7 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
Atish Patra
- [PATCH v7 16/24] RISC-V: KVM: Improve firmware counter read function
Atish Patra
- [PATCH v7 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
Atish Patra
- [PATCH v7 18/24] KVM: riscv: selftests: Add helper functions for extension checks
Atish Patra
- [PATCH v7 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
Atish Patra
- [PATCH v7 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
Atish Patra
- [PATCH v7 21/24] KVM: riscv: selftests: Add SBI PMU selftest
Atish Patra
- [PATCH v7 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
- [PATCH v7 23/24] KVM: riscv: selftests: Add a test for counter overflow
Atish Patra
- [PATCH v7 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
Atish Patra
- [PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
Palmer Dabbelt
- Very Urgent Reply!!!!
Dip Paul Enes
- [PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
Atish Patra
- [RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
Nicholas Piggin
- [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Samuel Holland
- [PATCH v2 0/2] RISCV: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
Yong-Xuan Wang
- [PATCH v2 1/2] RISCV: KVM: Introduce mp_state_lock to avoid lock inversion in SBI_EXT_HSM_HART_START
Yong-Xuan Wang
- [PATCH v2 2/2] RISCV: KVM: Introduce vcpu->reset_cntx_lock
Yong-Xuan Wang
- [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
Conor Dooley
- [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
- [PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
Clément Léger
- [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
Clément Léger
- [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
Clément Léger
- [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
Clément Léger
- [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
- [PATCH v2 05/12] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
Clément Léger
- [PATCH v2 06/12] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
Clément Léger
- [PATCH v2 07/12] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
Clément Léger
- [PATCH v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description
Clément Léger
- [PATCH v2 09/12] riscv: add ISA extension parsing for Zcmop
Clément Léger
- [PATCH v2 10/12] riscv: hwprobe: export Zcmop ISA extension
Clément Léger
- [PATCH v2 11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM
Clément Léger
- [PATCH v2 12/12] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test
Clément Léger
- [PATCH v2 06/12] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
Anup Patel
- [PATCH v2 07/12] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
Anup Patel
- [PATCH v2 11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM
Anup Patel
- [PATCH v2 12/12] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test
Anup Patel
- [PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
Anup Patel
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Will Deacon
- [RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
Clément Léger
- [RFC PATCH 1/7] riscv: kvm: add support for FWFT SBI extension
Clément Léger
- [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description
Clément Léger
- [RFC PATCH 3/7] riscv: add Ssdbltrp ISA extension parsing
Clément Léger
- [RFC PATCH 4/7] riscv: handle Ssdbltrp mstatus SDT bit
Clément Léger
- [RFC PATCH 5/7] riscv: add double trap driver
Clément Léger
- [RFC PATCH 6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE
Clément Léger
- [RFC PATCH 7/7] RISC-V: KVM: add support for double trap exception
Clément Léger
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Sean Christopherson
- [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Samuel Holland
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Will Deacon
- [PATCH v2 0/6] riscv: Apply Zawrs when available
Andrew Jones
- [PATCH v2 1/6] riscv: Provide a definition for 'pause'
Andrew Jones
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Andrew Jones
- [PATCH v2 3/6] riscv: Add Zawrs support for spinlocks
Andrew Jones
- [PATCH v2 4/6] riscv: hwprobe: export Zawrs ISA extension
Andrew Jones
- [PATCH v2 5/6] KVM: riscv: Support guest wrs.nto
Andrew Jones
- [PATCH v2 6/6] KVM: riscv: selftests: Add Zawrs extension to get-reg-list test
Andrew Jones
- [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Sean Christopherson
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Conor Dooley
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Andrew Jones
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Conor Dooley
- [PATCH v2 3/6] riscv: Add Zawrs support for spinlocks
Conor Dooley
- [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
Conor Dooley
- [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
Conor Dooley
- [PATCH v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description
Conor Dooley
- [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Conor Dooley
- [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
Conor Dooley
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Charlie Jenkins
- [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Kumar Patra
- [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
Samuel Holland
- [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
Atish Kumar Patra
- [PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
Atish Patra
- [PATCH v8 01/24] RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
- [PATCH v8 02/24] RISC-V: Add FIRMWARE_READ_HI definition
Atish Patra
- [PATCH v8 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
Atish Patra
- [PATCH v8 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
- [PATCH v8 05/24] RISC-V: Add SBI PMU snapshot definitions
Atish Patra
- [PATCH v8 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
Atish Patra
- [PATCH v8 07/24] RISC-V: Use the minor version mask while computing sbi version
Atish Patra
- [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
Atish Patra
- [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Patra
- [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
Atish Patra
- [PATCH v8 11/24] RISC-V: KVM: No need to update the counter value during reset
Atish Patra
- [PATCH v8 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
Atish Patra
- [PATCH v8 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
- [PATCH v8 14/24] RISC-V: KVM: Add perf sampling support for guests
Atish Patra
- [PATCH v8 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
Atish Patra
- [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
Atish Patra
- [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
Atish Patra
- [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
Atish Patra
- [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
Atish Patra
- [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
Atish Patra
- [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
Atish Patra
- [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
- [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
Atish Patra
- [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
Atish Patra
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Andrew Jones
- [PATCH v2 3/6] riscv: Add Zawrs support for spinlocks
Andrea Parri
- [PATCH v2 1/2] RISCV: KVM: Introduce mp_state_lock to avoid lock inversion in SBI_EXT_HSM_HART_START
Anup Patel
- [PATCH v2 2/2] RISCV: KVM: Introduce vcpu->reset_cntx_lock
Anup Patel
- [PATCH v2 0/2] RISCV: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
Anup Patel
- [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
Anup Patel
- [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
Anup Patel
- [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
Anup Patel
- [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
Anup Patel
- [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
Anup Patel
- [PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
Shenlin Liang
- [PATCH v3 1/2] RISCV: KVM: add tracepoints for entry and exit events
Shenlin Liang
- [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V
Shenlin Liang
- [PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
Shenlin Liang
- [PATCH v2 3/6] riscv: Add Zawrs support for spinlocks
Andrew Jones
- [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
Clément Léger
- [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
- [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Conor Dooley
- [PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
Anup Patel
- [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
- [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
Conor Dooley
- [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Conor Dooley
- [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
Clément Léger
- [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
- [PATCH] target/riscv/kvm: Fix exposure of Zkr
Andrew Jones
- [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Samuel Holland
- [PATCH] target/riscv/kvm: Fix exposure of Zkr
Daniel Henrique Barboza
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Charlie Jenkins
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Andrew Jones
- [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
Muhammad Usama Anjum
- [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
Muhammad Usama Anjum
- [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
Muhammad Usama Anjum
- [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
Muhammad Usama Anjum
- [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
Muhammad Usama Anjum
- [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Muhammad Usama Anjum
- [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
Muhammad Usama Anjum
- [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
Muhammad Usama Anjum
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Conor Dooley
- [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
Andrew Jones
- [PATCH v3 00/11] Add support for a few Zc* extensions as well as Zcmop
Clément Léger
- [PATCH v3 01/11] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
Clément Léger
- [PATCH v3 02/11] riscv: add ISA extensions validation
Clément Léger
- [PATCH v3 03/11] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
- [PATCH v3 04/11] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
Clément Léger
- [PATCH v3 05/11] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
Clément Léger
- [PATCH v3 06/11] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
Clément Léger
- [PATCH v3 07/11] dt-bindings: riscv: add Zcmop ISA extension description
Clément Léger
- [PATCH v3 08/11] riscv: add ISA extension parsing for Zcmop
Clément Léger
- [PATCH v3 09/11] riscv: hwprobe: export Zcmop ISA extension
Clément Léger
- [PATCH v3 10/11] RISC-V: KVM: Allow Zcmop extension for Guest/VM
Clément Léger
- [PATCH v3 11/11] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test
Clément Léger
- [RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
Conor Dooley
- [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description
Conor Dooley
- [RFC PATCH 5/7] riscv: add double trap driver
Conor Dooley
- [PATCH 2/5] riscv: add ISA extension parsing for Zimop
Conor Dooley
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Charlie Jenkins
- [PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
Sean Christopherson
- [PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
Muhammad Usama Anjum
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Charlie Jenkins
- [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
Atish Kumar Patra
- [PATCH] target/riscv/kvm: Fix exposure of Zkr
Alistair Francis
- [PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
Anup Patel
- [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description
Clément Léger
- [RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
Clément Léger
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Andrew Jones
- [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description
Conor Dooley
- [PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
Claudio Imbrenda
- [RFC PATCH 5/7] riscv: add double trap driver
Clément Léger
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Christoph Müllner
- [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Andrew Jones
- [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description
Ved Shanbhogue
- [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Dan Carpenter
- [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Shuah Khan
- [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
- [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Shuah Khan
- [kvm-riscv/for-next 1/2] drivers/perf: riscv: Remove the warning from stop function
Samuel Holland
- [kvm-riscv/for-next 2/2] drivers/perf: riscv: Fix RV32 snapshot overflow use case
Samuel Holland
- [kvm-riscv/for-next 1/2] drivers/perf: riscv: Remove the warning from stop function
Atish Patra
- [PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
Oliver Upton
- [kvm-riscv/for-next 0/2] Fixes for kvm-riscv
Atish Patra
- [kvm-riscv/for-next 1/2] drivers/perf: riscv: Remove the warning from stop function
Atish Patra
- [kvm-riscv/for-next 2/2] drivers/perf: riscv: Fix RV32 snapshot overflow use case
Atish Patra
- [PATCH v2 kvm-riscv/for-next 0/2] Fixes for kvm-riscv
Atish Patra
- [PATCH v2 kvm-riscv/for-next 1/2] drivers/perf: riscv: Remove the warning from stop function
Atish Patra
- [PATCH v2 kvm-riscv/for-next 2/2] drivers/perf: riscv: Fix RV32 snapshot overflow use case
Atish Patra
- [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Jarkko Sakkinen
- [PATCH v2 kvm-riscv/for-next 0/2] Fixes for kvm-riscv
Anup Patel
- [PATCH v3 0/6] riscv: Apply Zawrs when available
Andrew Jones
- [PATCH v3 1/6] riscv: Provide a definition for 'pause'
Andrew Jones
- [PATCH v3 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Andrew Jones
- [PATCH v3 3/6] riscv: Add Zawrs support for spinlocks
Andrew Jones
- [PATCH v3 4/6] riscv: hwprobe: export Zawrs ISA extension
Andrew Jones
- [PATCH v3 5/6] KVM: riscv: Support guest wrs.nto
Andrew Jones
- [PATCH v3 6/6] KVM: riscv: selftests: Add Zawrs extension to get-reg-list test
Andrew Jones
- [PATCH v3 02/11] riscv: add ISA extensions validation
Conor Dooley
- [PATCH v3 03/11] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Conor Dooley
- [PATCH v3 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
Conor Dooley
- [RFC PATCH 1/7] riscv: kvm: add support for FWFT SBI extension
Deepak Gupta
- [RFC PATCH 5/7] riscv: add double trap driver
Deepak Gupta
- [RFC PATCH 6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE
Deepak Gupta
- [RFC PATCH 7/7] RISC-V: KVM: add support for double trap exception
Deepak Gupta
- [RFC PATCH 6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE
Deepak Gupta
- [PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
Shenlin Liang
- [PATCH v3 02/11] riscv: add ISA extensions validation
Clément Léger
- [PATCH] RISC-V:KVM: Add AMO load/store access fault traps to redirect to guest
Yu-Wei Hsu
- [PATCH v4 00/11] Add support for a few Zc* extensions as well as Zcmop
Clément Léger
- [PATCH v4 01/11] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
Clément Léger
- [PATCH v4 02/11] riscv: add ISA extensions validation
Clément Léger
- [PATCH v4 03/11] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
- [PATCH v4 04/11] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
Clément Léger
- [PATCH v4 05/11] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
Clément Léger
- [PATCH v4 06/11] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
Clément Léger
- [PATCH v4 07/11] dt-bindings: riscv: add Zcmop ISA extension description
Clément Léger
- [PATCH v4 08/11] riscv: add ISA extension parsing for Zcmop
Clément Léger
- [PATCH v4 09/11] riscv: hwprobe: export Zcmop ISA extension
Clément Léger
- [PATCH v4 10/11] RISC-V: KVM: Allow Zcmop extension for Guest/VM
Clément Léger
- [PATCH v4 11/11] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test
Clément Léger
- [PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
Arnaldo Carvalho de Melo
- [PATCH 00/18] KVM: selftests: Clean up x86's DT initialization
Sean Christopherson
- [PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
Sean Christopherson
- [PATCH v4 02/11] riscv: add ISA extensions validation
Conor Dooley
- [PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
Anup Patel
- [PATCH v4 02/11] riscv: add ISA extensions validation
Clément Léger
- [RFC PATCH 1/7] riscv: kvm: add support for FWFT SBI extension
Clément Léger
- [PATCH v4 02/11] riscv: add ISA extensions validation
Conor Dooley
- [PATCH v4 02/11] riscv: add ISA extensions validation
Clément Léger
- [PATCH v4 02/11] riscv: add ISA extensions validation
Conor Dooley
- [PATCH v4 02/11] riscv: add ISA extensions validation
Clément Léger
- [RFC PATCH 7/7] RISC-V: KVM: add support for double trap exception
Clément Léger
- [PATCH 0/4] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
- [PATCH 1/4] KVM: Plumb in a @sched_in flag to kvm_arch_vcpu_load()
Sean Christopherson
- [PATCH 2/4] KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
Sean Christopherson
- [PATCH 3/4] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
- [PATCH 4/4] KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
- [PATCH 0/4] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Oliver Upton
Last message date:
Tue Apr 30 17:28:15 PDT 2024
Archived on: Tue Apr 30 17:28:42 PDT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).