messages from 2023-09-20 07:46:02 to 2023-10-20 07:21:40 UTC [more...]
[PATCH v3 0/9] RISC-V SBI debug console extension support
2023-10-20 7:21 UTC (10+ messages)
` [PATCH v3 1/9] RISC-V: Add defines for SBI debug console extension
` [PATCH v3 2/9] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH v3 3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
` [PATCH v3 4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [PATCH v3 5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test
` [PATCH v3 6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v3 7/9] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v3 8/9] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v3 9/9] RISC-V: Enable SBI based earlycon support
[PATCH v2 0/8] RISC-V SBI debug console extension support
2023-10-20 5:26 UTC (20+ messages)
` [PATCH v2 1/8] RISC-V: Add defines for SBI debug console extension
` [PATCH v2 2/8] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH v2 3/8] RISC-V: KVM: Allow some SBI extensions to be disabled by default
` [PATCH v2 4/8] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [PATCH v2 5/8] RISC-V: Add inline version of sbi_console_putchar/getchar() functions
` [PATCH v2 6/8] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v2 7/8] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v2 8/8] RISC-V: Enable SBI based earlycon support
[PATCH 0/5] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
2023-10-19 9:06 UTC (13+ messages)
` [PATCH 1/5] riscv: Use WRITE_ONCE() when setting page table entries
` [PATCH 2/5] mm: Introduce pudp/p4dp/pgdp_get() functions
` [PATCH 3/5] riscv: mm: Only compile pgtable.c if MMU
` [PATCH 4/5] riscv: Suffix all page table entry pointers with 'p'
` [PATCH 5/5] riscv: Use accessors to page table entries instead of direct dereference
Subscribing to kvm-riscv
2023-10-17 2:51 UTC
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-10-13 18:45 UTC (46+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
[PATCH v3 0/6] KVM RISC-V Conditional Operations
2023-10-12 14:04 UTC (11+ messages)
` [PATCH v3 1/6] dt-bindings: riscv: Add Zicond extension entry
` [PATCH v3 2/6] RISC-V: Detect Zicond from ISA string
` [PATCH v3 3/6] RISC-V: KVM: Allow Zicond extension for Guest/VM
` [PATCH v3 4/6] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH v3 5/6] KVM: riscv: selftests: Add smstateen registers "
` [PATCH v3 6/6] KVM: riscv: selftests: Add condops extensions "
[kvmtool PATCH v2 0/6] RISC-V AIA irqchip and Svnapot support
2023-10-12 4:20 UTC (2+ messages)
[PATCH 0/6] RISC-V SBI debug console extension support
2023-10-11 15:38 UTC (21+ messages)
` [PATCH 1/6] RISC-V: Add defines for SBI debug console extension
` [PATCH 2/6] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH 3/6] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [PATCH 4/6] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH 5/6] tty: Add SBI debug console support to HVC SBI driver
` [PATCH 6/6] RISC-V: Enable SBI based earlycon support
[PATCH] KVM: riscv: selftests: get-reg-list print_reg should never fail
2023-10-10 5:59 UTC (5+ messages)
[PATCH -next v21 00/27] riscv: Add vector ISA support
2023-10-09 17:08 UTC (5+ messages)
` [PATCH -next v21 14/27] riscv: signal: Add sigcontext save/restore for vector
[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
2023-10-08 2:58 UTC (4+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
Public Review: Advanced Configuration and Power Interface - Functional Fixed Hardware
2023-10-06 22:44 UTC
Public Review: Supervisor Binary Interface(SBI) v2.0
2023-10-06 22:44 UTC
[RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
2023-10-06 12:47 UTC (3+ messages)
[PATCH 0/7] KVM RISC-V Conditional Operations
2023-10-05 6:49 UTC (23+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH 2/7] RISC-V: Detect Zicond "
` [PATCH 3/7] RISC-V: KVM: Allow XVentanaCondOps extension for Guest/VM
` [PATCH 4/7] RISC-V: KVM: Allow Zicond "
` [PATCH 5/7] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH 6/7] KVM: riscv: selftests: Add smstateen registers "
` [PATCH 7/7] KVM: riscv: selftests: Add condops extensions "
[PATCH 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
2023-10-04 14:30 UTC (6+ messages)
` [PATCH 1/5] riscv: use ".L" local labels in assembly when applicable
` [PATCH 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH 3/5] riscv: kernel: Use correct SYM_DATA_*() macro for data
` [PATCH 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH 5/5] riscv: kvm: use ".L" local labels in assembly when applicable
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-09-28 22:21 UTC (13+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
[PATCH v2 0/3] Add Svadu Extension Support
2023-09-27 18:44 UTC (13+ messages)
` [PATCH v2 1/3] RISC-V: Detect and Enable "
` [PATCH v2 2/3] dt-bindings: riscv: Add Svadu Entry
` [PATCH v2 3/3] RISC-V: KVM: Add Svadu Extension Support for Guest/VM
[PATCH v2 0/9] KVM RISC-V Conditional Operations
2023-09-27 15:26 UTC (25+ messages)
` [PATCH v2 1/9] dt-bindings: riscv: Add XVentanaCondOps extension entry
` [PATCH v2 2/9] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH v2 3/9] dt-bindings: riscv: Add Zicond extension entry
` [PATCH v2 4/9] RISC-V: Detect Zicond from ISA string
` [PATCH v2 5/9] RISC-V: KVM: Allow XVentanaCondOps extension for Guest/VM
` [PATCH v2 6/9] RISC-V: KVM: Allow Zicond "
` [PATCH v2 7/9] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH v2 8/9] KVM: riscv: selftests: Add smstateen registers "
` [PATCH v2 9/9] KVM: riscv: selftests: Add condops extensions "
[PATCH 0/2] RISC-V: KVM: A couple kselftests improvements
2023-09-25 13:28 UTC (2+ messages)
[GIT PULL] KVM/riscv fixes for 6.6, take #1
2023-09-22 21:27 UTC (2+ messages)
[PATCH v2 0/4] KVM RISC-V fixes for ONE_REG interface
2023-09-21 5:22 UTC (7+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
` [PATCH v2 2/4] RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
` [PATCH v2 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
` [PATCH v2 4/4] KVM: riscv: selftests: Selectively filter-out AIA registers
[PATCH 0/4] KVM RISC-V fixes for ONE_REG interface
2023-09-21 5:12 UTC (11+ messages)
` [PATCH 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
` [PATCH 4/4] KVM: riscv: selftests: Selectively filter-out AIA registers
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox