messages from 2022-11-23 05:58:35 to 2022-12-01 18:30:03 UTC [more...]
[PATCH 0/3] KVM: arm64: Handle CCSIDR associativity mismatches
2022-12-01 18:29 UTC (14+ 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 0/4] KVM: arm64: Parallel access faults
2022-12-01 18:11 UTC (25+ messages)
` [PATCH 1/4] KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set
` [PATCH 3/4] KVM: arm64: Handle access faults behind the read lock
` [PATCH 4/4] KVM: arm64: Condition HW AF updates on config option
[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
2022-12-01 16:51 UTC (23+ messages)
` [PATCH v4 04/16] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH v4 13/16] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v4 14/16] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
` [PATCH v4 15/16] KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification
[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
2022-12-01 16:38 UTC (112+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [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-01 15:49 UTC (9+ 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
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-12-01 1:34 UTC (8+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
[PATCH v5 0/8] arm64/sve: Clean up KVM integration and optimise syscalls
2022-11-29 19:52 UTC (3+ messages)
[PATCH v2 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64
2022-11-29 17:31 UTC (3+ messages)
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-11-29 9:33 UTC (5+ messages)
[PATCH v3 0/8] perf: Arm SPEv1.2 support
2022-11-28 17:15 UTC (9+ messages)
` [PATCH v3 7/8] perf: Add perf_event_attr::config3
[kvm-unit-tests PATCH v2 0/2] arm/arm64: teach virt_to_pte_phys() about block descriptors
2022-11-24 15:28 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm/arm64: mmu: Teach "
` [kvm-unit-tests PATCH v2 2/2] arm/arm64: mmu: Rename mmu_get_pte() -> follow_pte()
[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
2022-11-24 13:55 UTC (5+ messages)
` [External] "
KVM: arm64: A new approach for SPE support
2022-11-23 11:40 UTC (2+ messages)
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