public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2022-11-30 23:09:59 to 2022-12-05 11:35:14 UTC [more...]

[PATCH v5 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-12-05  7:47 UTC  (8+ messages)
` [PATCH v5 08/14] KVM: arm64: Protect stage-2 traversal with RCU

[PATCH] KVM: arm64: Always mask CCSIDR associativity bits
 2022-12-04 20:08 UTC  (4+ messages)

[PATCH 0/3] KVM: arm64: Handle CCSIDR associativity mismatches
 2022-12-04 14:57 UTC  (28+ messages)
` [PATCH 1/3] KVM: arm64: Make CCSIDRs consistent
` [PATCH 2/3] arm64: errata: Check for mismatched cache associativity
` [PATCH 3/3] KVM: arm64: Handle CCSIDR associativity mismatches

[PATCH v2 00/14] arm64/nmi: Support for FEAT_NMI
 2022-12-03  9:45 UTC  (4+ messages)

[PATCH v2 0/6] KVM: arm64: Parallel access faults
 2022-12-02 18:51 UTC  (14+ messages)
` [PATCH v2 1/6] KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
` [PATCH v2 2/6] KVM: arm64: Ignore EAGAIN for walks outside of a fault
` [PATCH v2 3/6] KVM: arm64: Return EAGAIN for invalid PTE in attr walker
` [PATCH v2 4/6] KVM: arm64: Don't serialize if the access flag isn't set
` [PATCH v2 5/6] KVM: arm64: Handle access faults behind the read lock
` [PATCH v2 6/6] KVM: arm64: Condition HW AF updates on config option

[PATCH 0/9] tools: Make {clear,set}_bit() atomic for reals
 2022-12-02 18:27 UTC  (8+ messages)
` [PATCH 5/9] perf tools: Use dedicated non-atomic clear/set bit helpers

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-02 16:31 UTC  (120+ messages)
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

[PATCH 00/12] KVM: arm64: FF-A proxy for pKVM
 2022-12-02 11:17 UTC  (11+ messages)
` [PATCH 01/12] firmware: arm_ffa: Move constants to header file
` [PATCH 02/12] firmware: arm_ffa: Move comment before the field it is documenting

[kvm-unit-tests PATCH 0/3] arm: pmu: Add support for PMUv3p5
 2022-12-02  4:55 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH 2/3] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH 3/3] arm: pmu: Add tests for "

[PATCH 0/4] KVM: arm64: Parallel access faults
 2022-12-01 18:11 UTC  (10+ messages)
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set

[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-12-01 16:51 UTC  (6+ messages)
` [PATCH v4 04/16] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-12-01  1:34 UTC  (7+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules


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