kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-02 16:21:08 to 2022-11-03 07:12:10 UTC [more...]

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-03  7:10 UTC  (46+ messages)
` [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
` [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
` [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-03  5:31 UTC  (5+ messages)
` [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-03  5:31 UTC  (11+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 15/15] iommufd: Add a selftest

[syzbot] WARNING in __perf_event_overflow
 2022-11-03  5:26 UTC 

[PATCH 2/2] KVM: x86: Fix a typo about the usage of kvcalloc()
 2022-11-03  5:21 UTC  (4+ messages)

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-03  4:52 UTC  (14+ messages)
` [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH 08/10] vfio-iommufd: Support iommufd for emulated VFIO devices

[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-03  3:50 UTC  (6+ messages)
` [RFC 1/6] KVM: arm64: Document PV-lock interface
` [RFC 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [RFC 5/6] KVM: arm64: Support the VCPU preemption check
` [RFC 6/6] KVM: selftests: add tests for PV time specific hypercalls

[RFC 0/1] KVM: selftests: rseq_test: use vdso_getcpu() instead of syscall()
 2022-11-03  2:59 UTC  (5+ messages)
` [RFC 1/1] "

[syzbot] BUG: unable to handle kernel paging request in vmx_handle_exit_irqoff
 2022-11-03  2:58 UTC  (2+ messages)

[PATCH v2 0/8] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
 2022-11-03  2:50 UTC  (9+ messages)
` [PATCH v2 1/8] x86: KVM: Move existing x86 CPUID leaf [CPUID_7_1_EAX] to kvm-only leaf
` [PATCH v2 2/8] x86/cpufeatures: Replace [CPUID_DUMMY] in cpuid_leafs[] with the last leaf
` [PATCH v2 3/8] x86: KVM: Advertise CMPccXADD CPUID to user space
` [PATCH v2 4/8] x86: KVM: Advertise AMX-FP16 "
` [PATCH v2 5/8] x86: KVM: Advertise AVX-IFMA "
` [PATCH v2 6/8] x86: KVM: Advertise AVX-VNNI-INT8 "
` [PATCH v2 7/8] x86: KVM: Advertise AVX-NE-CONVERT "
` [PATCH v2 8/8] x86: KVM: Advertise PREFETCHIT0/1 "

[PATCH 0/9] Linear Address Masking (LAM) KVM Enabling
 2022-11-03  2:40 UTC  (9+ messages)
` [PATCH 8/9] KVM: x86: When guest set CR3, handle LAM bits semantics

[PATCH 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions
 2022-11-03  2:38 UTC  (13+ messages)
` [PATCH 1/6] x86: KVM: Enable CMPccXADD CPUID and expose it to guest
` [PATCH 2/6] x86: KVM: Enable AMX-FP16 "

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-03  2:01 UTC  (13+ messages)
` [PATCH v10 010/108] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v10 014/108] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v10 017/108] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v10 060/108] KVM: Add functions to set GFN to private or shared

[PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-03  0:44 UTC  (16+ messages)
` [PATCH v7 1/9] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
` [PATCH v7 5/9] KVM: arm64: Improve no-running-vcpu report for dirty ring

[PATCH v8 0/7] dirty_log_perf_test vCPU pinning
 2022-11-03  0:18 UTC  (13+ messages)
` [PATCH v8 1/7] KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_test
` [PATCH v8 2/7] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v8 3/7] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v8 4/7] KVM: selftests: Use SZ_1G from sizes.h in max_guest_memory_test.c
` [PATCH v8 5/7] KVM: selftests: Shorten the test args in memslot_modification_stress_test.c
` [PATCH v8 6/7] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v8 7/7] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[PATCH v9 0/4] randomize memory access of dirty_log_perf_test
 2022-11-02 23:55 UTC  (7+ messages)
` [PATCH v9 1/4] KVM: selftests: implement random number generator for guest code
` [PATCH v9 2/4] KVM: selftests: create -r argument to specify random seed

[PATCH] KVM: x86: Fix a stall when KVM_SET_MSRS is called on the pmu counters
 2022-11-02 23:15 UTC  (8+ messages)

[PATCH v3 00/15] KVM: arm64: Parallel stage-2 fault handling
 2022-11-02 23:03 UTC  (4+ messages)
` [PATCH v3 12/15] KVM: arm64: Make block->table PTE changes parallel-aware

[kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions
 2022-11-02 22:51 UTC  (28+ messages)
` [kvm-unit-tests PATCH v5 01/27] x86/pmu: Add PDCM check before accessing PERF_CAP register
` [kvm-unit-tests PATCH v5 02/27] x86/pmu: Test emulation instructions on full-width counters
` [kvm-unit-tests PATCH v5 03/27] x86/pmu: Pop up FW prefix to avoid out-of-context propagation
` [kvm-unit-tests PATCH v5 04/27] x86/pmu: Report SKIP when testing Intel LBR on AMD platforms
` [kvm-unit-tests PATCH v5 05/27] x86/pmu: Fix printed messages for emulated instruction test
` [kvm-unit-tests PATCH v5 06/27] x86/pmu: Introduce __start_event() to drop all of the manual zeroing
` [kvm-unit-tests PATCH v5 07/27] x86/pmu: Introduce multiple_{one, many}() to improve readability
` [kvm-unit-tests PATCH v5 08/27] x86/pmu: Reset the expected count of the fixed counter 0 when i386
` [kvm-unit-tests PATCH v5 09/27] x86: create pmu group for quick pmu-scope testing
` [kvm-unit-tests PATCH v5 10/27] x86/pmu: Refine info to clarify the current support
` [kvm-unit-tests PATCH v5 11/27] x86/pmu: Update rdpmc testcase to cover #GP path
` [kvm-unit-tests PATCH v5 12/27] x86/pmu: Rename PC_VECTOR to PMI_VECTOR for better readability
` [kvm-unit-tests PATCH v5 13/27] x86/pmu: Add lib/x86/pmu.[c.h] and move common code to header files
` [kvm-unit-tests PATCH v5 14/27] x86: Add a helper for the BSP's final init sequence common to all flavors
` [kvm-unit-tests PATCH v5 15/27] x86/pmu: Snapshot PMU perf_capabilities during BSP initialization
` [kvm-unit-tests PATCH v5 16/27] x86/pmu: Snapshot CPUID.0xA PMU capabilities "
` [kvm-unit-tests PATCH v5 17/27] x86/pmu: Drop wrappers that just passthrough pmu_caps fields
` [kvm-unit-tests PATCH v5 18/27] x86/pmu: Track GP counter and event select base MSRs in pmu_caps
` [kvm-unit-tests PATCH v5 19/27] x86/pmu: Add helper to get fixed counter MSR index
` [kvm-unit-tests PATCH v5 20/27] x86/pmu: Reset GP and Fixed counters during pmu_init()
` [kvm-unit-tests PATCH v5 21/27] x86/pmu: Track global status/control/clear MSRs in pmu_caps
` [kvm-unit-tests PATCH v5 22/27] x86: Add tests for Guest Processor Event Based Sampling (PEBS)
` [kvm-unit-tests PATCH v5 23/27] x86/pmu: Add global helpers to cover Intel Arch PMU Version 1
` [kvm-unit-tests PATCH v5 24/27] x86/pmu: Add gp_events pointer to route different event tables
` [kvm-unit-tests PATCH v5 25/27] x86/pmu: Add pmu_caps flag to track if CPU is Intel (versus AMD)
` [kvm-unit-tests PATCH v5 26/27] x86/pmu: Update testcases to cover AMD PMU
` [kvm-unit-tests PATCH v5 27/27] x86/pmu: Add AMD Guest PerfMonV2 testcases

[PATCH v2] KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()
 2022-11-02 22:27 UTC  (2+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-02 22:07 UTC  (11+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v3 00/10] KVM: selftests: Fix and clean up emulator_error_test
 2022-11-02 22:02 UTC  (6+ messages)
` [PATCH v3 04/10] KVM: selftests: Move flds instruction emulation failure handling to header

[PATCH v2] vfio-pci: Accept a non-zero open_count on reset
 2022-11-02 21:58 UTC  (6+ messages)

[PATCH] KVM: x86: fix undefined behavior in bit shift for __feature_bit
 2022-11-02 20:56 UTC  (5+ messages)

[PATCH] KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit
 2022-11-02 20:39 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 00/24] x86/pmu: Test case optimization, fixes and additions
 2022-11-02 20:10 UTC  (19+ messages)
` [kvm-unit-tests PATCH v4 06/24] x86/pmu: Introduce __start_event() to drop all of the manual zeroing
` [kvm-unit-tests PATCH v4 11/24] x86/pmu: Update rdpmc testcase to cover #GP path
` [kvm-unit-tests PATCH v4 14/24] x86/pmu: Read cpuid(10) in the pmu_init() to reduce VM-Exit
` [kvm-unit-tests PATCH v4 15/24] x86/pmu: Initialize PMU perf_capabilities at pmu_init()
` [kvm-unit-tests PATCH v4 16/24] x86/pmu: Add GP counter related helpers
` [kvm-unit-tests PATCH v4 17/24] x86/pmu: Add GP/Fixed counters reset helpers
` [kvm-unit-tests PATCH v4 18/24] x86/pmu: Add a set of helpers related to global registers
` [kvm-unit-tests PATCH v4 23/24] x86/pmu: Update testcases to cover AMD PMU

[PATCH v2 0/7] vfio-ccw parent rework
 2022-11-02 20:00 UTC  (6+ messages)
` [PATCH v2 1/7] vfio/ccw: create a parent struct
` [PATCH v2 7/7] vfio: Remove vfio_free_device

[PATCH] KVM: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2022-11-02 19:39 UTC  (3+ messages)

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-11-02 19:14 UTC  (12+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap

[PATCH v5 00/30] KVM: hardware enable/disable reorganize
 2022-11-02 18:59 UTC  (5+ messages)

[PATCH v4 00/10] KVM: selftests: Fix and clean up emulator_error_test
 2022-11-02 18:46 UTC  (11+ messages)
` [PATCH v4 01/10] KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_test
` [PATCH v4 02/10] KVM: selftests: Explicitly require instructions bytes
` [PATCH v4 03/10] KVM: selftests: Delete dead ucall code
` [PATCH v4 04/10] KVM: selftests: Move flds instruction emulation failure handling to header
` [PATCH v4 05/10] KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masks
` [PATCH v4 06/10] KVM: selftests: Copy KVM PFERR masks into selftests
` [PATCH v4 07/10] KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()
` [PATCH v4 08/10] KVM: selftests: Provide error code as a KVM_ASM_SAFE() output
` [PATCH v4 09/10] KVM: selftests: Expect #PF(RSVD) when TDP is disabled
` [PATCH v4 10/10] KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILURE

[PATCH AUTOSEL 5.19 03/10] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
 2022-11-02 18:01 UTC  (2+ messages)

[PATCH AUTOSEL 6.0 03/11] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
 2022-11-02 18:00 UTC  (2+ messages)

[RFC PATCH 0/7] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
 2022-11-02 17:42 UTC  (4+ messages)
` [PATCH 1/7] KVM: VMX: remove regs argument of __vmx_vcpu_run

[PATCH] x86/pmu: Disable inlining of measure()
 2022-11-02 17:36 UTC  (2+ messages)

[PATCH v6 0/8] KVM: x86: Apply NX mitigation more precisely
 2022-11-02 17:35 UTC  (2+ messages)

[PATCH v5 0/8] KVM: x86: Intel LBR related perf cleanups
 2022-11-02 17:18 UTC  (2+ messages)

[PATCH v4 0/5] MSR filtering and MSR exiting flag clean up
 2022-11-02 17:09 UTC  (2+ messages)

[PATCH v4 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-11-02 17:06 UTC  (3+ messages)
` [PATCH v4 1/4] mm/gup: Add FOLL_INTERRUPTIBLE


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).