November 2023 Archives by date
Starting: Wed Nov 1 00:25:23 PDT 2023
Ending: Thu Nov 30 10:39:17 PST 2023
Messages: 223
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Xiaoyao Li
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Binbin Wu
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Fuad Tabba
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Huang, Kai
- [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
Fuad Tabba
- [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
Fuad Tabba
- [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
Fuad Tabba
- [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
Fuad Tabba
- [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Fuad Tabba
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Sean Christopherson
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Paolo Bonzini
- [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Fuad Tabba
- [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
Xu Yilun
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Sean Christopherson
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Sean Christopherson
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Paolo Bonzini
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Sean Christopherson
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Paolo Bonzini
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Xiaoyao Li
- [PATCH v13 13/35] KVM: Introduce per-page memory attributes
Huang, Kai
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Huang, Kai
- [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
Binbin Wu
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Huang, Kai
- [PATCH v13 13/35] KVM: Introduce per-page memory attributes
Paolo Bonzini
- [PATCH v13 13/35] KVM: Introduce per-page memory attributes
Huang, Kai
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Paolo Bonzini
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Paolo Bonzini
- [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
Paolo Bonzini
- [PATCH v3 0/4] Add Svadu Extension Support
Yong-Xuan Wang
- [PATCH v3 1/4] RISC-V: Detect and Enable Svadu Extension Support
Yong-Xuan Wang
- [PATCH v3 2/4] dt-bindings: riscv: Add Svadu Entry
Yong-Xuan Wang
- [PATCH v3 3/4] RISC-V: KVM: Add Svadu Extension Support for Guest/VM
Yong-Xuan Wang
- [PATCH v3 4/4] KVM: riscv: selftests: Add Svadu Extension to get-reg-list testt
Yong-Xuan Wang
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Fuad Tabba
- [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
Fuad Tabba
- [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
Fuad Tabba
- [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
Fuad Tabba
- [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
Fuad Tabba
- [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
Fuad Tabba
- [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
Fuad Tabba
- [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
Sean Christopherson
- [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM
Fuad Tabba
- [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
Fuad Tabba
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Sean Christopherson
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Sean Christopherson
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Paolo Bonzini
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Paolo Bonzini
- [RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running
Zeng Guang
- [RFC PATCH v1 1/8] KVM: selftests: x86: Fix bug in addr_arch_gva2gpa()
Zeng Guang
- [RFC PATCH v1 2/8] KVM: selftests: x86: Support guest running on canonical linear-address organization
Zeng Guang
- [RFC PATCH v1 3/8] KVM: selftests: Add virt_arch_ucall_prealloc() arch specific implementation
Zeng Guang
- [RFC PATCH v1 4/8] KVM : selftests : Adapt selftest cases to kernel canonical linear address
Zeng Guang
- [RFC PATCH v1 5/8] KVM: selftests: x86: Prepare setup for user mode support
Zeng Guang
- [RFC PATCH v1 6/8] KVM: selftests: x86: Allow user to access user-mode address and I/O address space
Zeng Guang
- [RFC PATCH v1 7/8] KVM: selftests: x86: Support vcpu run in user mode
Zeng Guang
- [RFC PATCH v1 8/8] KVM: selftests: x86: Add KVM forced emulation prefix capability
Zeng Guang
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Sean Christopherson
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Sean Christopherson
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
- [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
Christian Brauner
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
David Matlack
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Huang, Kai
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Xu Yilun
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Fuad Tabba
- [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
Paolo Bonzini
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Xu Yilun
- [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
Xu Yilun
- [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
Paolo Bonzini
- [PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
Paolo Bonzini
- [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
Paolo Bonzini
- [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
Paolo Bonzini
- [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
Paolo Bonzini
- [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
Paolo Bonzini
- [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
Paolo Bonzini
- [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
Paolo Bonzini
- [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
- [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Paolo Bonzini
- [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Paolo Bonzini
- [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
Paolo Bonzini
- [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
Paolo Bonzini
- [PATCH 12/34] KVM: Introduce per-page memory attributes
Paolo Bonzini
- [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
Paolo Bonzini
- [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
Paolo Bonzini
- [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Paolo Bonzini
- [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
Paolo Bonzini
- [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
Paolo Bonzini
- [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
Paolo Bonzini
- [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
Paolo Bonzini
- [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
Paolo Bonzini
- [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
Paolo Bonzini
- [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
Paolo Bonzini
- [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Paolo Bonzini
- [PATCH 24/34] KVM: selftests: Add support for creating private memslots
Paolo Bonzini
- [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
Paolo Bonzini
- [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
Paolo Bonzini
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Paolo Bonzini
- [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
Paolo Bonzini
- [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
Paolo Bonzini
- [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
Paolo Bonzini
- [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
Paolo Bonzini
- [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
Paolo Bonzini
- [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
Paolo Bonzini
- [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
Paolo Bonzini
- [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
Paolo Bonzini
- [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory
Paolo Bonzini
- [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Huang, Kai
- [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
Huang, Kai
- [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
Huang, Kai
- [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
Huang, Kai
- [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Fuad Tabba
- [PATCH 12/34] KVM: Introduce per-page memory attributes
Fuad Tabba
- [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Fuad Tabba
- [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
Fuad Tabba
- [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
Fuad Tabba
- [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
Fuad Tabba
- [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
Fuad Tabba
- [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
Paolo Bonzini
- [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Fuad Tabba
- [PATCH 24/34] KVM: selftests: Add support for creating private memslots
Fuad Tabba
- [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
Fuad Tabba
- [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared
Fuad Tabba
- [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
Fuad Tabba
- [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
Fuad Tabba
- [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
Fuad Tabba
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Fuad Tabba
- [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
Xu Yilun
- [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
Paolo Bonzini
- [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
Christian Brauner
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
- [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
Sean Christopherson
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Sean Christopherson
- [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
Sean Christopherson
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Fuad Tabba
- [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
Fuad Tabba
- [PATCH v2 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
Palmer Dabbelt
- [PATCH v2 5/5] riscv: kvm: use ".L" local labels in assembly when applicable
Palmer Dabbelt
- [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Yuan Yao
- [PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
patchwork-bot+linux-riscv at kernel.org
- [kvmtool PATCH v2 0/6] RISC-V AIA irqchip and Svnapot support
Will Deacon
- [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
Fuad Tabba
- [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
Fuad Tabba
- [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
Fuad Tabba
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Anish Moorthy
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Anish Moorthy
- [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
Anish Moorthy
- [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Xiaoyao Li
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Paolo Bonzini
- [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
Fuad Tabba
- [6.6 regression] qemu-system-riscv64: Unable to read ISA_EXT KVM register ssaia, error -1
Andreas Schwab
- [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Andreas Schwab
- [6.6 regression] qemu-system-riscv64: Unable to read ISA_EXT KVM register ssaia, error -1
Palmer Dabbelt
- [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Daniel Henrique Barboza
- [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Xiaoyao Li
- [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
Xiaoyao Li
- [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
- [PATCH v3 0/9] RISC-V SBI debug console extension support
patchwork-bot+linux-riscv at kernel.org
- [PATCH v3 0/6] KVM RISC-V Conditional Operations
patchwork-bot+linux-riscv at kernel.org
- [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Xiaoyao Li
- [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Andreas Schwab
- [6.6 regression] qemu-system-riscv64: Unable to read ISA_EXT KVM register ssaia, error -1
Andreas Schwab
- [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Daniel Henrique Barboza
- [PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
Paolo Bonzini
- [PATCH v3 0/4] Add Svadu Extension Support
Conor Dooley
- [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
Ackerley Tng
- [PATCH v3 6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
Anup Patel
- [PATCH v3 7/9] tty/serial: Add RISC-V SBI debug console based earlycon
Anup Patel
- [PATCH v3 8/9] tty: Add SBI debug console support to HVC SBI driver
Anup Patel
- [kvmtool PATCH v2 3/6] riscv: Make irqchip support pluggable
Anup Patel
- [kvmtool PATCH v2 4/6] riscv: Add IRQFD support for in-kernel AIA irqchip
Anup Patel
- [kvmtool PATCH v2 5/6] riscv: Use AIA in-kernel irqchip whenever KVM RISC-V supports
Anup Patel
- [kvmtool PATCH v3 0/6] RISC-V AIA irqchip and Svnapot support
Anup Patel
- [kvmtool PATCH v3 1/6] Sync-up header with Linux-6.6 for KVM RISC-V
Anup Patel
- [kvmtool PATCH v3 2/6] riscv: Add Svnapot extension support
Anup Patel
- [kvmtool PATCH v3 3/6] riscv: Make irqchip support pluggable
Anup Patel
- [kvmtool PATCH v3 4/6] riscv: Add IRQFD support for in-kernel AIA irqchip
Anup Patel
- [kvmtool PATCH v3 5/6] riscv: Use AIA in-kernel irqchip whenever KVM RISC-V supports
Anup Patel
- [kvmtool PATCH v3 6/6] riscv: Fix guest/init linkage for multilib toolchain
Anup Patel
- [kvmtool PATCH v2 0/6] RISC-V AIA irqchip and Svnapot support
Anup Patel
- [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
Mark Brown
- [PATCH v3 0/4] Add Svadu Extension Support
Yong-Xuan Wang
- [kvmtool PATCH v3 0/6] RISC-V AIA irqchip and Svnapot support
Will Deacon
- [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
Paolo Bonzini
- [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
Andrew Jones
- [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
Haibo Xu
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Vlastimil Babka
- [PATCH 00/15] KVM RISC-V report more ISA extensions through ONE_REG
Anup Patel
- [PATCH 01/15] KVM: riscv: selftests: Generate ISA extension reg_list using macros
Anup Patel
- [PATCH 02/15] RISC-V: KVM: Allow Zbc extension for Guest/VM
Anup Patel
- [PATCH 03/15] KVM: riscv: selftests: Add Zbc extension to get-reg-list test
Anup Patel
- [PATCH 04/15] RISC-V: KVM: Allow scalar crypto extensions for Guest/VM
Anup Patel
- [PATCH 05/15] KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list test
Anup Patel
- [PATCH 06/15] RISC-V: KVM: Allow vector crypto extensions for Guest/VM
Anup Patel
- [PATCH 07/15] KVM: riscv: selftests: Add vector crypto extensions to get-reg-list test
Anup Patel
- [PATCH 08/15] RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM
Anup Patel
- [PATCH 09/15] KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list test
Anup Patel
- [PATCH 10/15] RISC-V: KVM: Allow Zihintntl extension for Guest/VM
Anup Patel
- [PATCH 11/15] KVM: riscv: selftests: Add Zihintntl extension to get-reg-list test
Anup Patel
- [PATCH 12/15] RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM
Anup Patel
- [PATCH 13/15] KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list test
Anup Patel
- [PATCH 14/15] RISC-V: KVM: Allow Zfa extension for Guest/VM
Anup Patel
- [PATCH 15/15] KVM: riscv: selftests: Add Zfa extension to get-reg-list test
Anup Patel
- [kvmtool PATCH 00/10] SBI debug console and few ISA extensions
Anup Patel
- [kvmtool PATCH 01/10] Sync-up header with Linux-6.7-rc3 for KVM RISC-V
Anup Patel
- [kvmtool PATCH 02/10] riscv: Improve warning in generate_cpu_nodes()
Anup Patel
- [kvmtool PATCH 03/10] riscv: Make CPU_ISA_MAX_LEN depend upon isa_info_arr array size
Anup Patel
- [kvmtool PATCH 04/10] riscv: Add Zba and Zbs extension support
Anup Patel
- [kvmtool PATCH 05/10] riscv: Add Zicntr and Zihpm extension support
Anup Patel
- [kvmtool PATCH 06/10] riscv: Add Zicsr and Zifencei extension support
Anup Patel
- [kvmtool PATCH 07/10] riscv: Add Smstateen extension support
Anup Patel
- [kvmtool PATCH 08/10] riscv: Add Zicond extension support
Anup Patel
- [kvmtool PATCH 09/10] riscv: Set mmu-type DT property based on satp_mode ONE_REG interface
Anup Patel
- [kvmtool PATCH 10/10] riscv: Handle SBI DBCN calls from Guest/VM
Anup Patel
- [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
Sean Christopherson
- [kvmtool PATCH] riscv: Fix guest poweroff when using PLIC emulation
Anup Patel
- [PATCH 0/6] RISC-V: KVM: Make SBI uapi consistent with ISA uapi
Andrew Jones
- [PATCH 1/6] RISC-V: KVM: Don't add SBI multi regs in get-reg-list
Andrew Jones
- [PATCH 2/6] KVM: riscv: selftests: Drop SBI multi registers
Andrew Jones
- [PATCH 4/6] KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
Andrew Jones
- [PATCH 5/6] KVM: riscv: selftests: Use register subtypes
Andrew Jones
- [PATCH 6/6] RISC-V: KVM: selftests: Treat SBI ext regs like ISA ext regs
Andrew Jones
Last message date:
Thu Nov 30 10:39:17 PST 2023
Archived on: Thu Dec 14 08:17:42 PST 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).