kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-22 14:09:58 to 2022-09-23 15:21:18 UTC [more...]

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

[RESEND PATCH v2] kvm: mmu: fix typos in struct kvm_arch
 2022-09-23 15:05 UTC 

[PATCH] kvm: vmx: keep constant definition format consistent
 2022-09-23 15:03 UTC 

[PATCH 0/6] KVM: Fix dirty-ring ordering on weakly ordered architectures
 2022-09-23 14:49 UTC  (17+ 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

[GIT PULL] KVM fixes for Linux 5.0-rc7
 2022-09-23 14:13 UTC 

[GIT PULL 0/4] KVM: s390: Fixes for 6.0 take 2
 2022-09-23 14:10 UTC  (6+ messages)
` [GIT PULL 1/4] KVM: s390: pci: fix plain integer as NULL pointer warnings
` [GIT PULL 2/4] KVM: s390: Pass initialized arg even if unused
` [GIT PULL 3/4] KVM: s390: pci: fix GAIT physical vs virtual pointers usage
` [GIT PULL 4/4] KVM: s390: pci: register pci hooks without interpretation

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-09-23 14:03 UTC  (21+ messages)

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-23 13:38 UTC  (8+ messages)

[PATCH 5.10 1/1] KVM: SEV: add cache flush to solve SEV cache incoherency issues
 2022-09-23 12:26 UTC  (2+ messages)

The root cause of failure of access_tracking_perf_test in a nested guest
 2022-09-23 11:57 UTC  (2+ messages)

[PATCH v3 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-09-23 10:52 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH v3 2/6] KVM: x86/mmu: Move round_gfn_for_level() helper into mmu_internal.h
` [PATCH v3 3/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
` [PATCH v3 4/6] KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_level()
` [PATCH v3 5/6] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH v3 6/6] KVM: x86/mmu: Cleanup range-based flushing for given page

[PATCH v8 0/8] s390x/pci: zPCI interpretation support
 2022-09-23 10:47 UTC  (3+ messages)
` [PATCH v8 2/8] s390x/pci: add routine to get host function handle from CLP info

[PATCH] smp/hotplug, x86/vmware: Put offline vCPUs in halt instead of mwait
 2022-09-23 10:45 UTC 

[PATCH v3 00/28] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-23 10:27 UTC  (3+ messages)
` [PATCH v3 07/28] KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled

[PATCH v2 00/23] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-23 10:19 UTC  (7+ messages)
` [PATCH v2 04/23] KVM: x86: Inhibit AVIC SPTEs if any vCPU enables x2APIC

simplify the mdev interface v8
 2022-09-23  9:26 UTC  (15+ messages)
` [PATCH 01/14] drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_types
` [PATCH 02/14] drm/i915/gvt: simplify vgpu configuration management
` [PATCH 03/14] vfio/mdev: make mdev.h standalone includable
` [PATCH 04/14] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 05/14] vfio/mdev: simplify mdev_type handling
` [PATCH 06/14] vfio/mdev: remove mdev_from_dev
` [PATCH 07/14] vfio/mdev: unexport mdev_bus_type
` [PATCH 08/14] vfio/mdev: remove mdev_parent_dev
` [PATCH 09/14] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 10/14] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 11/14] vfio/mdev: consolidate all the name "
` [PATCH 12/14] vfio/mdev: consolidate all the available_instance "
` [PATCH 13/14] vfio/mdev: consolidate all the description "
` [PATCH 14/14] vfio/mdev: add mdev available instance checking to the core

[RFC v2] KVM: x86/vmx: Suppress posted interrupt notification when CPU is in host
 2022-09-23  8:58 UTC 

[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  (9+ messages)

[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 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  (12+ messages)
` [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [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  (7+ 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 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  (9+ 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  (3+ messages)
` [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  (8+ messages)
` [RFC PATCH v2 2/3] perf/x86/intel/pt: Introduce and export pt_get_curr_event()


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).