messages from 2022-11-01 18:50:33 to 2022-11-02 23:20:58 UTC [more...]
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-02 23:18 UTC (15+ 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] 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 (10+ messages)
` [PATCH v3 08/15] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v3 09/15] KVM: arm64: Free removed stage-2 tables in RCU callback
` [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 (7+ messages)
[PATCH 0/9] Linear Address Masking (LAM) KVM Enabling
2022-11-02 21:05 UTC (7+ messages)
` [PATCH 8/9] KVM: x86: When guest set CR3, handle LAM bits semantics
[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 (12+ messages)
` [PATCH v2 1/7] vfio/ccw: create a parent struct
` [PATCH v2 2/7] vfio/ccw: remove private->sch
` [PATCH v2 3/7] vfio/ccw: move private initialization to callback
` [PATCH v2 4/7] vfio/ccw: move private to mdev lifecycle
` [PATCH v2 5/7] vfio/ccw: remove release completion
` [PATCH v2 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [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 v3 00/15] IOMMUFD Generic interface
2022-11-02 18:49 UTC (14+ messages)
` [PATCH v3 07/15] iommufd: PFN handling for iopt_pages
` [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
` [PATCH v3 15/15] iommufd: Add a selftest
[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 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions
2022-11-02 18:21 UTC (5+ messages)
` [PATCH 2/6] x86: KVM: Enable AMX-FP16 CPUID and expose it to guest
[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 (7+ messages)
` [PATCH 1/7] KVM: VMX: remove regs argument of __vmx_vcpu_run
` [PATCH 6/7] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
[PATCH] x86/pmu: Disable inlining of measure()
2022-11-02 17:36 UTC (8+ messages)
` [kvm-unit-tests PATCH] "
[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 v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking
2022-11-02 17:18 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 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
[syzbot] BUG: unable to handle kernel paging request in vmx_handle_exit_irqoff
2022-11-02 16:19 UTC
[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check
2022-11-02 16:13 UTC (7+ messages)
` [RFC 1/6] KVM: arm64: Document PV-lock interface
` [RFC 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [RFC 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [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
[PATCH v9 0/4] randomize memory access of dirty_log_perf_test
2022-11-02 16:00 UTC (5+ 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 v9 3/4] KVM: selftests: randomize which pages are written vs read
` [PATCH v9 4/4] KVM: selftests: randomize page access order
[PATCH 0/4] KVM: simplify hardware initialization
2022-11-02 15:39 UTC (6+ messages)
` [PATCH 1/4] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH 2/4] KVM: Make cpus_hardware_enabled cpumask_t instead of cpumask_var_t
` [PATCH 3/4] KVM: kvm_main.c: Remove a global variable, hardware_enable_failed
` [PATCH 4/4] KVM: arm64: Simplify the CPUHP logic
[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-11-02 14:19 UTC (8+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
` [PATCH 1/5] s390/cmpxchg: use symbolic names for inline assembly operands
` [PATCH 2/5] s390/cmpxchg: make variables local to each case label
` [PATCH 3/5] s390/cmpxchg: remove digits from input constraints
` [PATCH 4/5] s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macro
` [PATCH 5/5] s390/uaccess: add cmpxchg_user_key()
[RFC 0/1] KVM: selftests: rseq_test: use vdso_getcpu() instead of syscall()
2022-11-02 12:46 UTC (4+ messages)
` [RFC 1/1] "
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-11-02 11:27 UTC (15+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
[GIT PULL] KVM/arm64 fixes for 6.1, take #3
2022-11-02 9:10 UTC
[PATCH v5 00/15] KVM: nVMX: VMX MSR quirk+fixes, CR4 fixes
2022-11-02 8:54 UTC (7+ messages)
` [PATCH v5 05/15] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value
[PATCH] RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
2022-11-02 8:14 UTC (2+ messages)
[PATCH v10 000/108] KVM TDX basic feature support
2022-11-02 8:06 UTC (3+ messages)
` [PATCH v10 017/108] KVM: TDX: Refuse to unplug the last cpu on the package
[PATCH kvmtool] hw/i8042: Fix value uninitialized in kbd_io()
2022-11-02 8:05 UTC
[PATCH kvmtool] hw/i8042: Fix value uninitialized in kbd_io()
2022-11-02 8:00 UTC
[PATCH] hw/i8042: Fix value uninitialized in kbd_io()
2022-11-02 7:57 UTC
[PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
2022-11-02 7:28 UTC (2+ messages)
[PATCH v3] vfio/pci: Accept a non-zero open_count on reset
2022-11-02 5:57 UTC
iommufd branch into linux-next
2022-11-01 21:51 UTC (2+ messages)
[PATCH 27/30] KVM: x86/mmu: Use kstrtobool() instead of strtobool()
2022-11-01 21:14 UTC
[GIT PULL] KVM changes for 6.1-rc4
2022-11-01 19:32 UTC (2+ messages)
[PATCH v7 0/5] dirty_log_perf_test vCPU pinning
2022-11-01 19:28 UTC (6+ messages)
` [PATCH v7 4/5] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
[PATCH v2 0/2] KVM: nVMX: Add IBPB between L2 and L1 to
2022-11-01 19:23 UTC (6+ messages)
` [PATCH v2 1/2] KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
` [PATCH v2 2/2] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
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;
as well as URLs for NNTP newsgroup(s).