kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-09 09:51:43 to 2022-09-14 08:06:09 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-09-14  8:05 UTC  (8+ messages)
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap

[PATCH v2 0/3] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-14  7:48 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: x86: Hyper-V invariant TSC control
` [PATCH v2 2/3] KVM: selftests: Rename 'msr->availble' to 'msr->should_not_gp' in hyperv_features test
` [PATCH v2 3/3] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH v2 00/23] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-14  7:42 UTC  (7+ messages)
` [PATCH v2 04/23] KVM: x86: Inhibit AVIC SPTEs if any vCPU enables x2APIC
` [PATCH v2 13/23] KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-14  6:16 UTC  (4+ messages)

[PATCH 0/3] KVM: arm64: Fix a bug of single-step execution enabled by userspace
 2022-09-14  6:13 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: Don't set PSTATE.SS when Software Step state is Active-pending

[PATCH v6 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-09-14  4:08 UTC  (2+ messages)

[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-09-14  0:53 UTC  (17+ messages)
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH 08/14] KVM: arm64: Protect page table traversal with RCU
` [PATCH 09/14] KVM: arm64: Free removed stage-2 tables in RCU callback
` [PATCH 11/14] KVM: arm64: Make changes block->table to leaf PTEs parallel-aware

[PATCH v14 00/11] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2022-09-13 23:42 UTC  (2+ messages)

[PATCH kvmtool] pci: Disable writes to Status register
 2022-09-13 18:40 UTC  (4+ messages)

[PATCH] selftests/kvm: Use num_vcpus when testing ICR in the xapic_state_test
 2022-09-13 16:19 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-13 16:12 UTC  (18+ messages)

[PATCH v3 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-09-13 14:53 UTC  (6+ messages)
` [PATCH v3 2/2] s390/vfio-ap: fix unlinking of queues from the mdev

ath11k VFIO MSI issue with DMAR
 2022-09-13 14:55 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-09-13 13:57 UTC  (11+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH v2 4/6] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH v2 6/6] KVM: x86/mmu: Use 1 as the size of gfn range for tlb flushing in FNAME(invlpg)()

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-09-13 13:34 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2022-09-13 12:50 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/2] s390x: dump support for PV tests
 2022-09-13 12:36 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: factor out common args for genprotimg
` [kvm-unit-tests PATCH v3 2/2] s390x: create persistent comm-key

KVM call for 2022-09-20
 2022-09-13 10:16 UTC 

[PATCH v3 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
 2022-09-13  9:44 UTC  (8+ messages)
` [PATCH v3 1/7] "
` [PATCH v3 2/7] KVM: arm64: Remove internal accessor helpers for id regs
` [PATCH v3 3/7] KVM: arm64: Drop raz parameter from read_id_reg()
` [PATCH v3 4/7] KVM: arm64: Spin off helper for calling visibility hook
` [PATCH v3 5/7] KVM: arm64: Add a visibility bit to ignore user writes
` [PATCH v3 6/7] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
` [PATCH v3 7/7] KVM: selftests: Add test for AArch32 ID registers

[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
 2022-09-13  9:40 UTC  (6+ messages)

[PATCH] KVM: x86/mmu: fix some comment typos
 2022-09-13  9:17 UTC 

[PATCH] KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
 2022-09-13  9:05 UTC 

[PATCH] KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
 2022-09-13  8:54 UTC 

[PATCH v6 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-09-13  8:36 UTC  (22+ messages)
` [PATCH v6 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-09-13  7:28 UTC  (8+ messages)
` [PATCH RFC v2 02/13] iommufd: Overview documentation

[PATCH kernel] KVM: SVM: Fix function name in comment
 2022-09-13  6:38 UTC  (5+ messages)

[PATCH] KVM: SVM: Fix x2apic logical cluster mode decoding and sanity check
 2022-09-13  5:29 UTC  (2+ messages)

[PATCH v3 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-09-13  4:10 UTC  (4+ messages)
` [PATCH v3 6/7] KVM: arm64: permit all VM_MTE_ALLOWED "

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-13  2:56 UTC  (13+ messages)
` [RFC PATCH 1/9] kvm_main.c: move slot check in kvm_set_memory_region
` [RFC PATCH 2/9] kvm.h: introduce KVM_SET_USER_MEMORY_REGION_LIST ioctl
` [RFC PATCH 3/9] kvm_main.c: introduce kvm_internal_memory_region_list
` [RFC PATCH 4/9] kvm_main.c: split logic in kvm_set_memslots
` [RFC PATCH 5/9] kvm_main.c: split __kvm_set_memory_region logic in kvm_check_mem and kvm_prepare_batch
` [RFC PATCH 6/9] kvm_main.c: simplify change-specific callbacks
` [RFC PATCH 7/9] kvm_main.c: duplicate invalid memslot also in inactive list
` [RFC PATCH 8/9] kvm_main.c: find memslots from the inactive memslot list
` [RFC PATCH 9/9] kvm_main.c: handle atomic memslot update

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

[PATCH v5 0/5] KVM: Dirty quota-based throttling
 2022-09-12 21:57 UTC  (8+ messages)
` [PATCH v5 1/5] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v5 2/5] KVM: x86: Dirty "
` [PATCH v5 3/5] KVM: arm64: "
` [PATCH v5 4/5] KVM: s390x: "
` [PATCH v5 5/5] KVM: selftests: Add selftests for dirty quota throttling

[PATCH v6 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-09-12 19:58 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v6 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v6 3/3] KVM: selftests: randomize page access order

[PATCH v5 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-09-12 19:14 UTC  (15+ messages)
` [PATCH v5 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v5 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v5 3/3] KVM: selftests: randomize page access order

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-09-12 18:12 UTC  (7+ messages)
    ` Call to discuss vsock netdev/sk_buff [was Re: [PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc]

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-12 15:40 UTC  (12+ messages)
` [PATCH v9 02/10] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v9 08/10] target/s390x: interception of PTF instruction
` [PATCH v9 10/10] docs/s390x: document s390x cpu topology

[PATCH v2] x86/PCI: Prefer MMIO over PIO on VMware hypervisor
 2022-09-12 15:17 UTC  (2+ messages)

[PATCH v4 00/26] KVM: hardware enable/disable reorganize
 2022-09-12 15:07 UTC  (24+ messages)
` [PATCH v4 06/26] KVM: arm64: Simplify the CPUHP logic
` [PATCH v4 09/26] KVM: Do processor compatibility check on resume
` [PATCH v4 10/26] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v4 11/26] KVM: Add arch hooks for PM events with empty stub
` [PATCH v4 12/26] KVM: x86: Move TSC fixup logic to KVM arch resume callback
` [PATCH v4 13/26] KVM: Add arch hook when VM is added/deleted
` [PATCH v4 16/26] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
` [PATCH v4 23/26] RFC: KVM: powerpc: Move processor compatibility check to hardware setup

[PATCH] KVM: SVM: don't apply host security mitigations to the guest
 2022-09-12 11:58 UTC 

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

[PATCH] KVM: s390: vsie: fix crycb virtual vs physical usage
 2022-09-12  8:03 UTC  (3+ messages)

[PATCH AUTOSEL 5.19 06/38] kvm: x86: mmu: Always flush TLBs when enabling dirty logging
 2022-09-10 21:15 UTC 

[PATCH 0/9] KVM: arm64: selftests: Test linked {break,watch}points
 2022-09-10  5:22 UTC  (16+ messages)
` [PATCH 2/9] KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
` [PATCH 3/9] KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
` [PATCH 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
` [PATCH 7/9] KVM: arm64: selftests: Add a test case for a linked breakpoint

[PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-09 23:53 UTC  (5+ messages)
` [PATCH v3 01/15] vfio: Add helpers for unifying "

[PATCH] KVM: x86: Un-inhibit APICv/AVIC when switching to x2APIC mode
 2022-09-09 19:54 UTC 

[GIT PULL] VFIO fix for v6.0-rc5
 2022-09-09 18:58 UTC  (7+ messages)

[PATCH RFC v2 03/13] iommufd: File descriptor, context, kconfig and makefiles
 2022-09-09 18:46 UTC  (3+ messages)

Call for Outreachy Dec-Mar internship project ideas
 2022-09-09 16:41 UTC 

[PATCH 0/4] Fix splats releated to using the iommu_group after destroying devices
 2022-09-09 16:24 UTC  (3+ messages)

[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
 2022-09-09 16:11 UTC  (2+ messages)

[PATCH v2] KVM:x86: Clean up ModR/M "reg" initialization in reg op decoding
 2022-09-09 14:57 UTC  (4+ messages)

[PATCH 1/2] KVM: x86/xen: Remove redundant NULL check
 2022-09-09 14:46 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Introduce kvm_gfn_to_hva_cache_valid()

[PATCH] arm:Add PSCI_CPU_OFF testscase to arm/psci testsuite
 2022-09-09 14:32 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm/psci: Test that CPU 1 has been successfully brought online
 2022-09-09 14:29 UTC 

[PATCH v2 4/4] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2022-09-09 14:09 UTC  (12+ messages)

[PATCH] KVM: s390: pci: fix GAIT physical vs virtual pointers usage
 2022-09-09  9:52 UTC  (2+ messages)

[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
 2022-09-09 11:02 UTC  (10+ messages)
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase

[RFC PATCH 0/1] accel/kvm: implement KVM_SET_USER_MEMORY_REGION_LIST
 2022-09-09 11:00 UTC  (2+ messages)
` [RFC PATCH 1/1] kvm/kvm-all.c: implement KVM_SET_USER_MEMORY_REGION_LIST ioctl

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-09  8:04 UTC  (3+ messages)
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH v2 0/7] KVM: arm64: Use visibility hook to treat ID regs as RAZ
 2022-09-09 10:15 UTC  (4+ messages)
` [PATCH v2 6/7] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system


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