public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-22 03:22:59 to 2022-09-23 08:55:08 UTC [more...]

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-09-23  8:54 UTC  (16+ messages)

[PATCH v7 0/2] Enable notify VM exit
 2022-09-23  7:33 UTC  (3+ messages)
` [PATCH v7 1/2] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v7 2/2] i386: Add notify VM exit support

[PATCH v5 00/30] KVM: hardware enable/disable reorganize
 2022-09-23  6:58 UTC  (32+ messages)
` [PATCH v5 01/30] KVM: x86: Drop kvm_user_return_msr_cpu_online()
` [PATCH v5 02/30] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
` [PATCH v5 03/30] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v5 04/30] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v5 05/30] KVM: Provide more information in kernel log if hardware enabling fails
` [PATCH v5 06/30] KVM: arm64: Simplify the CPUHP logic
` [PATCH v5 07/30] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v5 08/30] KVM: Do compatibility checks on hotplugged CPUs
` [PATCH v5 09/30] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v5 10/30] KVM: Add arch hooks when VM is added/deleted
` [PATCH v5 11/30] KVM: Add arch hook for reboot event
` [PATCH v5 12/30] KVM: Add arch hook for suspend
` [PATCH v5 13/30] KVM: Add arch hook for resume event
` [PATCH v5 14/30] KVM: Add arch hook for cpu online event
` [PATCH v5 15/30] KVM: Add arch hook for cpu offline event
` [PATCH v5 16/30] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v5 17/30] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
` [PATCH v5 18/30] KVM: kvm_arch.c: Remove _nolock post fix
` [PATCH v5 19/30] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
` [PATCH v5 20/30] KVM: Introduce an arch wrapper to check all processor compatibility
` [PATCH v5 21/30] KVM: x86: Duplicate arch callbacks related to pm events and compat check
` [PATCH v5 22/30] KVM: x86: Move TSC fixup logic to KVM arch resume callback
` [PATCH v5 23/30] KVM: Eliminate kvm_arch_post_init_vm()
` [PATCH v5 24/30] KVM: Add config to not compile kvm_arch.c
` [PATCH v5 25/30] KVM: x86: Delete kvm_arch_hardware_enable/disable()
` [PATCH v5 26/30] KVM: x86: Make x86 processor compat check callback empty
` [PATCH v5 27/30] RFC: KVM: powerpc: Move processor compatibility check to hardware setup
` [PATCH v5 28/30] KVM: Eliminate kvm_arch_check_processor_compat()
` [PATCH v5 29/30] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
` [PATCH v5 30/30] RFC: KVM: "

[PATCH linux-next] KVM: selftests: remove redundant variable tsc_val
 2022-09-23  6:28 UTC  (4+ messages)

[PATCH v4] x86: add etc/phys-bits fw_cfg file
 2022-09-23  6:23 UTC  (10+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-23  0:58 UTC  (10+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH 0/4] KVM: x86/pmu: Counter reprogramming fixes
 2022-09-23  0:13 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86/pmu: Force reprogramming of all counters on PMU filter change
` [PATCH 2/4] KVM: x86/pmu: Clear "reprogram" bit if counter is disabled or disallowed
` [PATCH 3/4] KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
` [PATCH 4/4] KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter

[PATCH v2] vfio: Follow a strict lifetime for struct iommu_group
 2022-09-23  0:06 UTC 

[PATCH 0/6] KVM: Fix dirty-ring ordering on weakly ordered architectures
 2022-09-23  0:04 UTC  (12+ messages)
` [PATCH 1/6] KVM: Use acquire/release semantics when accessing dirty ring GFN state
` [PATCH 2/6] KVM: Add KVM_CAP_DIRTY_LOG_RING_ORDERED capability and config option
` [PATCH 3/6] KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ORDERED
` [PATCH 4/6] KVM: Document weakly ordered architecture requirements for dirty ring
` [PATCH 5/6] KVM: selftests: dirty-log: Upgrade dirty_gfn_set_collected() to store-release
` [PATCH 6/6] KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ORDERED of available

[PATCH v3 0/7] x86/pmu: Corner cases fixes and optimization
 2022-09-22 23:59 UTC  (11+ messages)
` [PATCH v3 1/7] KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_mask
` [PATCH v3 3/7] KVM: x86/pmu: Avoid using PEBS perf_events for normal counters
` [PATCH v3 4/7] KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
` [PATCH v3 5/7] KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter

[PATCH] KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest
 2022-09-22 23:18 UTC 

[PATCH] KVM: selftests: Gracefully handle empty stack traces
 2022-09-22 23:17 UTC 

[PATCH 0/4] Fix splats releated to using the iommu_group after destroying devices
 2022-09-22 23:12 UTC  (6+ messages)
` [PATCH 2/4] vfio: Move the sanity check of the group to vfio_create_group()

[PATCH v2 0/8] vfio: Split the container code into a clean layer and dedicated file
 2022-09-22 22:49 UTC  (7+ messages)

[PATCH 0/4] x86/hyperv: KVM: VMCB enlightenment cleanups
 2022-09-22 22:22 UTC  (6+ messages)
` [PATCH 1/4] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH 4/4] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"

[PATCH v4 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-22 22:07 UTC  (11+ messages)
` [PATCH v4 1/6] x86/hyperv: Add HV_INVARIANT_TSC_EXPOSED define
` [PATCH v4 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v4 3/6] KVM: x86: Hyper-V invariant TSC control
` [PATCH v4 4/6] KVM: selftests: Rename 'msr->availble' to 'msr->fault_exepected' in hyperv_features test
` [PATCH v4 5/6] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass
 2022-09-22 21:51 UTC  (5+ messages)
` [PATCH v1 8/9] gdbstub: move breakpoint logic to accel ops
` [PATCH v1 9/9] gdbstub: move guest debug support check to ops

[PATCH 0/3] KVM: x86: Fix XSAVE related bugs
 2022-09-22 21:04 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: add missing update to max_mmu_rmap_size
 2022-09-22 21:03 UTC  (2+ messages)

[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
 2022-09-22 21:02 UTC  (2+ messages)

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

[PATCH v2] KVM: selftests: Check result in hyperv_features.c test only for successful hypercalls
 2022-09-22 20:25 UTC  (4+ messages)

[PATCH v2 3/4] x86/fpu: Disallow legacy states from fpstate_clear_xstate_component()
 2022-09-22 20:00 UTC 

[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-09-22 19:52 UTC  (17+ messages)
` [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v10 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush

[GIT PULL] KVM: x86: First batch of updates for 6.1, i.e. kvm/queue
 2022-09-22 19:41 UTC  (3+ messages)

[PATCH v8 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-09-22 19:32 UTC  (11+ messages)
` [PATCH v8 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v8 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v8 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v8 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v8 12/14] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v8 13/14] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v8 14/14] KVM: selftests: aarch64: Add mix of "

[PATCH v3 0/8] vfio: Split the container code into a clean layer and dedicated file
 2022-09-22 19:20 UTC  (9+ messages)
` [PATCH v3 1/8] vfio: Add header guards and includes to drivers/vfio/vfio.h
` [PATCH v3 2/8] vfio: Rename __vfio_group_unset_container()
` [PATCH v3 3/8] vfio: Split the container logic into vfio_container_attach_group()
` [PATCH v3 4/8] vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMU
` [PATCH v3 5/8] vfio: Split out container code from the init/cleanup functions
` [PATCH v3 6/8] vfio: Rename vfio_ioctl_check_extension()
` [PATCH v3 7/8] vfio: Split the register_device ops call into functions
` [PATCH v3 8/8] vfio: Move container code into drivers/vfio/container.c

[PATCH RFC 1/1] perf stat: do not fatal if the leader is errored
 2022-09-22 18:42 UTC  (6+ messages)

[PATCH 0/5] KVM: selftests: Fix "fix hypercall test" build errors
 2022-09-22 18:20 UTC  (10+ messages)
` [PATCH 1/5] KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use

[PATCH v4 00/15] Tidy up vfio_device life cycle
 2022-09-22 17:58 UTC  (2+ messages)

[PATCH 4/4] iommu: Fix ordering of iommu_release_device()
 2022-09-22 16:56 UTC  (11+ messages)

[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-22 14:52 UTC  (5+ messages)
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT

[RFC PATCH v2 0/3] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-22 14:42 UTC  (13+ messages)
` [RFC PATCH v2 1/3] perf/core: Expose perf_event_{en,dis}able_local()
` [RFC PATCH v2 2/3] perf/x86/intel/pt: Introduce and export pt_get_curr_event()
` [RFC PATCH v2 3/3] KVM: VMX: Stop/resume host PT before/after VMX transition when PT_MODE_HOST_GUEST

[PATCH -next] vfio/mlx5: Switch to use module_pci_driver() macro
 2022-09-22 12:48 UTC  (2+ messages)

[kvmtool PATCH] net: Use vfork() instead of fork() for script execution
 2022-09-22 12:45 UTC  (2+ messages)

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

[PATCH v2 1/2] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models
 2022-09-22 12:41 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: x86/pmu: Add PEBS support for SPR and future non-hybird models

[kvm-unit-tests PATCH] ci: Update the list of tests that we run in the Fedora Cirrus-CI
 2022-09-22 12:28 UTC 

[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
 2022-09-22 12:24 UTC  (8+ messages)

[PATCH 5.10 1/1] KVM: SEV: add cache flush to solve SEV cache incoherency issues
 2022-09-22 10:22 UTC 

[PATCH v3] x86: add etc/phys-bits fw_cfg file
 2022-09-22  9:55 UTC  (5+ messages)

[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
 2022-09-22  7:55 UTC  (5+ messages)
` [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState

[PATCH] KVM: s390: Fix double word in comments
 2022-09-22  7:49 UTC 

[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-09-22  6:20 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic

[PATCH] KVM: selftests: Fix hyperv_features test failure when built on Clang
 2022-09-22  6:03 UTC  (4+ messages)

[PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-22  5:18 UTC  (6+ messages)
` [PATCH v3 15/15] vfio: Add struct device to vfio_device


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