KVM-RISCV Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-31 17:25:00 to 2022-10-27 13:02:47 UTC [more...]

[PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
 2022-10-27 13:02 UTC  (10+ messages)
` [PATCH 1/9] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH 2/9] RISC-V: Add Zicboz detection and block size parsing
` [PATCH 3/9] RISC-V: insn-def: Define cbo.zero
` [PATCH 4/9] RISC-V: Use Zicboz in clear_page when available
` [PATCH 5/9] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH 6/9] RISC-V: KVM: Expose Zicboz to the guest
` [PATCH 7/9] RISC-V: lib: Improve memset assembler formatting
` [PATCH 8/9] RISC-V: lib: Use named labels in memset
` [PATCH 9/9] RISC-V: Use Zicboz in memset when available

[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-10-27  7:38 UTC  (2+ messages)

[syzbot] riscv/fixes build error
 2022-10-26 12:37 UTC 

[GIT PULL] KVM/riscv fixes for 6.1, take #1
 2022-10-22  9:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for kvm-riscv
 2022-10-22  8:41 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc
 2022-10-21  6:47 UTC  (3+ messages)

[PATCH kvmtool 0/6] RISC-V Svinval, Zihintpause, anad Zicbom support
 2022-10-18 14:08 UTC  (7+ messages)
` [PATCH kvmtool 1/6] Update UAPI headers based on Linux-6.1-rc1
` [PATCH kvmtool 2/6] riscv: Add Svinval extension support
` [PATCH kvmtool 3/6] riscv: Add zihintpause "
` [PATCH kvmtool 4/6] riscv: Move reg encoding helpers to kvm-cpu-arch.h
` [PATCH kvmtool 5/6] riscv: Add Zicbom extension support
` [PATCH kvmtool 6/6] riscv: Add --disable-<xyz> options to allow user disable extensions

Build regressions/improvements in v6.1-rc1
 2022-10-18 13:28 UTC  (4+ messages)

[PATCH v2] RISC-V: KVM: Fix compilation without RISCV_ISA_ZICBOM
 2022-10-13 20:05 UTC  (6+ messages)

[PATCH] RISC-V: KVM: Fix compilation without RISCV_ISA_ZICBOM
 2022-10-13 13:44 UTC  (6+ messages)

[PATCH v6 0/7] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-10-06  0:34 UTC  (8+ messages)
` [PATCH v6 1/7] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v6 2/7] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v6 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v6 4/7] tools: Add atomic_test_and_set_bit()
` [PATCH v6 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v6 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
` [PATCH v6 7/7] KVM: selftests: Add ucall pool based implementation

[GIT PULL] KVM/riscv changes for 6.1
 2022-10-03 19:34 UTC  (2+ messages)

Status of RISC-V KVM Guest Debug support?
 2022-10-02  6:12 UTC  (2+ messages)

[PATCH v3 0/3] riscv: kvm: use generic entry for TIF_NOTIFY_RESUME and misc
 2022-10-01 12:37 UTC  (8+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Record number of signal exits as a vCPU stat
` [PATCH v3 2/3] RISC-V: KVM: Use generic guest entry infrastructure
` [PATCH v3 3/3] riscv: select HAVE_POSIX_CPU_TIMERS_TASK_WORK

[PATCH v3 0/2] riscv: KVM: Expose Zicbom to the guest
 2022-09-26 10:05 UTC  (8+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Provide UAPI for Zicbom block size
` [PATCH v3 2/2] RISC-V: KVM: Expose Zicbom to the guest

[PATCH] RISC-V: KVM: Make ISA ext mappings explicit
 2022-09-26  9:26 UTC  (2+ messages)

[RFC 0/9] KVM perf support
 2022-09-23 21:04 UTC  (4+ messages)
` [RFC 8/9] RISC-V: KVM: Implement "

[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-22 14:52 UTC  (15+ messages)
` [PATCH v4 01/12] KVM: x86: make vendor code check for all nested events
` [PATCH v4 02/12] KVM: nVMX: Make an event request when pending an MTF nested VM-Exit
` [PATCH v4 03/12] KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
` [PATCH v4 04/12] KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
` [PATCH v4 05/12] KVM: x86: lapic does not have to process INIT if it is blocked
` [PATCH v4 06/12] KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
` [PATCH v4 07/12] KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-Enter
` [PATCH v4 08/12] KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pending
` [PATCH v4 09/12] KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested events
` [PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT

[PATCH kvmtool 0/5] KVMTOOL RISC-V Svpbmt and Sstc Support
 2022-09-22 12:45 UTC  (2+ messages)

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-09-21 21:43 UTC  (17+ messages)
` [PATCH v12 02/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH v12 03/17] riscv: Add new csr defines related to vector extension
` [PATCH v12 04/17] riscv: Add vector feature to compile
` [PATCH v12 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH v12 06/17] riscv: Reset vector register
` [PATCH v12 07/17] riscv: Add vector struct and assembler definitions
` [PATCH v12 08/17] riscv: Add task switch support for vector
` [PATCH v12 09/17] riscv: Add ptrace vector support
` [PATCH v12 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH v12 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH v12 12/17] riscv: Add support for kernel mode vector
` [PATCH v12 13/17] riscv: Add vector extension XOR implementation
` [PATCH v12 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH v12 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH v12 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH v12 17/17] riscv: prctl to enable vector commands

[PATCH 00/17] Prctl to enable vector commands, previous vector patches rebased
 2022-09-21 21:33 UTC  (20+ messages)
` [PATCH 01/17] riscv: Rename __switch_to_aux -> fpu
` [PATCH 02/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH 03/17] riscv: Add new csr defines related to vector extension
` [PATCH 04/17] riscv: Add vector feature to compile
` [PATCH 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH 06/17] riscv: Reset vector register
` [PATCH 07/17] riscv: Add vector struct and assembler definitions
` [PATCH 08/17] riscv: Add task switch support for vector
` [PATCH 09/17] riscv: Add ptrace vector support
` [PATCH 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH 12/17] riscv: Add support for kernel mode vector
` [PATCH 13/17] riscv: Add vector extension XOR implementation
` [PATCH 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH 17/17] riscv: prctl to enable vector commands

[PATCH kernel v3] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-09-21 17:08 UTC  (2+ messages)

[PATCH kernel v2] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-09-21 17:04 UTC  (4+ messages)

[PATCH v1] RISC-V: KVM: Allow Guest use Zihintpause extension
 2022-09-20 18:28 UTC  (4+ messages)

[PATCH -next] RISC-V: KVM: add __init annotation to riscv_kvm_init()
 2022-09-20 13:47 UTC 

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2022-09-16  9:00 UTC  (6+ messages)

[PATCH] RISC-V: KVM: Change the SBI specification version to v1.0
 2022-09-16  4:59 UTC  (3+ messages)

[PATCH 0/3] Svinval support for KVM RISC-V
 2022-09-16  4:58 UTC  (6+ messages)
` [PATCH 1/3] RISC-V: Probe Svinval extension form ISA string
` [PATCH 2/3] RISC-V: KVM: Use Svinval for local TLB maintenance when available
` [PATCH 3/3] RISC-V: KVM: Allow Guest use Svinval extension

[PATCH v2 0/4] riscv: Introduce support for defining instructions
 2022-09-09 12:10 UTC  (15+ messages)
` [PATCH v2 1/4] riscv: Add X register names to gpr-nums
` [PATCH v2 2/4] riscv: Introduce support for defining instructions
` [PATCH v2 3/4] riscv: KVM: Apply insn-def to hfence encodings
` [PATCH v2 4/4] riscv: KVM: Apply insn-def to hlv encodings

[PATCH v2 0/2] riscv: KVM: Expose Zicbom to the guest
 2022-09-08  7:43 UTC  (6+ messages)
` [PATCH v2 1/2] RISC-V: KVM: Provide UAPI for Zicbom block size
` [PATCH v2 2/2] RISC-V: KVM: Expose Zicbom to the guest

[PATCH 0/3] riscv: KVM: Expose Zicbom to the guest
 2022-09-06 14:51 UTC  (12+ messages)
` [PATCH 1/3] RISC-V: Output cbom-block-size
` [PATCH 2/3] RISC-V: KVM: Provide UAPI for Zicbom block size
` [PATCH 3/3] RISC-V: KVM: Expose Zicbom to the guest

[PATCH v2 0/5] riscv: add PREEMPT_RT support
 2022-09-06  1:46 UTC  (17+ messages)
` [PATCH v2 1/5] RISC-V: KVM: Record number of signal exits as a vCPU stat
` [PATCH v2 2/5] RISC-V: KVM: Use generic guest entry infrastructure
` [PATCH v2 3/5] riscv: select HAVE_POSIX_CPU_TIMERS_TASK_WORK
` [PATCH v2 4/5] riscv: add lazy preempt support
` [PATCH v2 5/5] riscv: Allow to enable RT

[GIT PULL] KVM/riscv fixes for 6.0, take #1
 2022-09-01 22:46 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox