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

[PATCH v7 00/20] TDX host kernel support
 2022-11-21  3:07 UTC  (23+ messages)
` [PATCH v7 01/20] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v7 02/20] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v7 03/20] x86/virt/tdx: Disable TDX if X2APIC is not enabled
` [PATCH v7 04/20] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v7 05/20] x86/virt/tdx: Implement functions to make SEAMCALL
` [PATCH v7 06/20] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v7 07/20] x86/virt/tdx: Do TDX module global initialization
` [PATCH v7 08/20] x86/virt/tdx: Do logical-cpu scope TDX module initialization
` [PATCH v7 09/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v7 11/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v7 12/20] x86/virt/tdx: Create "
` [PATCH v7 13/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v7 14/20] x86/virt/tdx: Set up reserved areas for all TDMRs
` [PATCH v7 15/20] x86/virt/tdx: Reserve TDX module global KeyID
` [PATCH v7 16/20] x86/virt/tdx: Configure TDX module with TDMRs and "
` [PATCH v7 17/20] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v7 18/20] x86/virt/tdx: Initialize all TDMRs
` [PATCH v7 19/20] x86/virt/tdx: Flush cache in kexec() when TDX is enabled
` [PATCH v7 20/20] Documentation/x86: Add documentation for TDX host support

[RFC PATCH 0/3] KVM: Restore original behavior of kvm.halt_poll_ns
 2022-11-21  1:42 UTC  (10+ messages)
` [RFC PATCH 1/3] KVM: Cap vcpu->halt_poll_ns before halting rather than after
` [RFC PATCH 2/3] KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-polling
` [RFC PATCH 3/3] KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL

[PATCH -next] RISC-V: KVM: optimize kvm_arch_hardware_enable()
 2022-11-21  0:39 UTC 

[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
 2022-11-20 22:54 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-20 21:34 UTC  (11+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 39/49] KVM: SVM: Introduce ops for the post gfn map and unmap

[syzbot] inconsistent lock state in sync_info_debugfs_show
 2022-11-20 20:51 UTC 

[PATCH] KVM: Using __weak instead of __attribute__((weak))
 2022-11-20 15:01 UTC 

[PATCH V5] virt: sev: Prevent IV reuse in SNP guest driver
 2022-11-19 18:25 UTC  (4+ messages)

[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-19 12:54 UTC  (11+ messages)
` [PATCH v4 07/16] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v4 09/16] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [PATCH v4 11/16] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH v4 12/16] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "

[PATCH 0/3] kvm: fix two svm pmu virtualization bugs
 2022-11-19 12:29 UTC  (4+ messages)
` [PATCH 1/3] kvm: introduce a helper before creating the 1st vcpu
` [PATCH 2/3] i386: kvm: disable KVM_CAP_PMU_CAPABILITY if "pmu" is disabled
` [PATCH 3/3] target/i386/kvm: get and put AMD pmu registers

[PATCH 1/4] MAINTAINERS: Add KVM x86/xen maintainer list
 2022-11-19 11:46 UTC  (8+ messages)
` [PATCH 2/4] KVM: x86/xen: Compatibility fixes for shared runstate area
` [PATCH 3/4] KVM: Update gfn_to_pfn_cache khva when it moves within the same page
` [PATCH 4/4] KVM: x86/xen: Add runstate tests for 32-bit mode and crossing page boundary

[PATCH 1/2] KVM: Mark KVM_SET_MEMORY_REGION and KVM_SET_MEMORY_ALIAS as obsoleted
 2022-11-19  8:56 UTC  (2+ messages)
` [PATCH 2/2] KVM: Add missing arch for KVM_CREATE_DEVICE and KVM_{SET,GET}_DEVICE_ATTR

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-11-19  3:46 UTC  (19+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
` [RFC PATCH V2 02/18] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V2 03/18] x86/hyperv: apic change for sev-snp enlightened guest
` [RFC PATCH V2 04/18] x86/hyperv: Decrypt hv vp assist page in "
` [RFC PATCH V2 05/18] x86/hyperv: Get Virtual Trust Level via hvcall
` [RFC PATCH V2 06/18] x86/hyperv: Use vmmcall to implement hvcall in sev-snp enlightened guest
` [RFC PATCH V2 07/18] clocksource: hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V2 08/18] x86/hyperv: decrypt vmbus pages for "
` [RFC PATCH V2 09/18] x86/hyperv: set target vtl in the vmbus init message
` [RFC PATCH V2 10/18] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest
` [RFC PATCH V2 11/18] Drivers: hv: vmbus: Decrypt vmbus ring buffer
` [RFC PATCH V2 12/18] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest
` [RFC PATCH V2 13/18] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V2 14/18] x86/hyperv: Add hyperv-specific hadling for VMMCALL under SEV-ES
` [RFC PATCH V2 15/18] x86/sev: Add a #HV exception handler
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests
` [RFC PATCH V2 17/18] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V2 18/18] x86/sev: Fix interrupt exit code paths "

[PATCH] KVM: VMX: Access @flags as a 32-bit value in __vmx_vcpu_run()
 2022-11-19  3:17 UTC  (2+ messages)

[PATCH 0/9] tools: Make {clear,set}_bit() atomic for reals
 2022-11-19  1:34 UTC  (10+ messages)
` [PATCH 1/9] KVM: selftests: Add rdmsr_from_l2() implementation in Hyper-V eVMCS test
` [PATCH 2/9] KVM: selftests: Remove unused "vcpu" param to fix build error
` [PATCH 3/9] KVM: arm64: selftests: Enable single-step without a "full" ucall()
` [PATCH 4/9] tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpers
` [PATCH 5/9] perf tools: Use dedicated non-atomic clear/set bit helpers
` [PATCH 6/9] KVM: selftests: Use non-atomic clear/set bit helpers in KVM tests
` [PATCH 7/9] tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpers
` [PATCH 8/9] tools: Drop "atomic_" prefix from atomic test_and_set_bit()
` [PATCH 9/9] tools: KVM: selftests: Convert clear/set_bit() to actual atomics

[PATCH v2 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64
 2022-11-18 21:15 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Have perf_test_util signal when to stop vCPUs
` [PATCH v2 2/2] KVM: selftests: Build access_tracking_perf_test for arm64

[PATCH v3 00/11] Connect VFIO to IOMMUFD
 2022-11-18 20:36 UTC  (14+ messages)
` [PATCH v3 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH v3 07/11] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH v3 08/11] vfio-iommufd: Support iommufd for emulated "
` [PATCH v3 10/11] vfio: Make vfio_container optionally compiled
` [PATCH v3 11/11] iommufd: Allow iommufd to supply /dev/vfio/vfio

[PATCH v5 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd
 2022-11-18 20:25 UTC  (5+ messages)

[PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
 2022-11-18 20:23 UTC  (3+ messages)

[PATCH v4 0/6] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
 2022-11-18 18:34 UTC  (12+ messages)
` [PATCH v4 1/6] x86: KVM: Advertise CMPccXADD CPUID "
` [PATCH v4 2/6] x86: KVM: Advertise AMX-FP16 "
` [PATCH v4 3/6] x86: KVM: Advertise AVX-IFMA "
` [PATCH v4 4/6] x86: KVM: Advertise AVX-VNNI-INT8 "
` [PATCH v4 5/6] x86: KVM: Advertise AVX-NE-CONVERT "
` [PATCH v4 6/6] x86: KVM: Advertise PREFETCHIT0/1 "

KVM 6.2 state
 2022-11-18 18:28 UTC  (2+ messages)

[PATCH v4 0/3] KVM: arm64: Fixes for parallel faults series
 2022-11-18 18:22 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
` [PATCH v4 2/3] KVM: arm64: Don't acquire RCU read lock for exclusive table walks
` [PATCH v4 3/3] KVM: arm64: Reject shared table walks in the hyp code

[PATCH v13 00/48] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-11-18 18:16 UTC  (4+ messages)

[PATCH] kvm, vmx: don't use "unsigned long" in vmx_vcpu_enter_exit()
 2022-11-18 17:44 UTC  (2+ messages)

[PATCH] kvm: account allocation in generic version of kvm_arch_alloc_vm()
 2022-11-18 17:30 UTC  (2+ messages)

[PATCH v2] KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeed
 2022-11-18 17:21 UTC  (2+ messages)

[PATCH v3 0/2] KVM: arm64: Fixes for parallel faults series
 2022-11-18 17:12 UTC  (6+ messages)
` [PATCH v3 2/2] KVM: arm64: Don't acquire RCU read lock for exclusive table walks

[RFC PATCH 2/3] KVM: arm64: Allow userspace to trap SMCCC sub-ranges
 2022-11-18 17:04 UTC  (3+ messages)

[PATCH] KVM: x86: Allow APICv APIC ID inhibit to be cleared on legacy kernels
 2022-11-18 16:04 UTC  (3+ messages)
` [PATCH v3] KVM: x86: Allow APICv APIC ID inhibit to be cleared

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-18 15:59 UTC  (10+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH] KVM: s390: remove unused gisa_clear_ipm_gisc() function
 2022-11-18 15:56 UTC  (2+ messages)

[PATCH v5 00/19] IOMMUFD Generic interface
 2022-11-18 15:22 UTC  (9+ messages)
` [PATCH v5 08/19] iommufd: PFN handling for iopt_pages
` [PATCH v5 10/19] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-18 15:15 UTC  (14+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v3 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v3 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v3 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v3 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v3 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v3 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[PATCH] x86/sev: Add SEV-SNP guest feature negotiation support
 2022-11-18 13:28 UTC  (5+ messages)

[PATCH v2] s390/vfio-ap: GISA: sort out physical vs virtual pointers usage
 2022-11-18 10:43 UTC  (2+ messages)

[PATCH v3 0/3] KVM: allow listener to stop all vcpus before
 2022-11-18  9:53 UTC  (7+ messages)
` [PATCH v3 1/3] accel: introduce accelerator blocker API
` [PATCH v3 2/3] KVM: keep track of running ioctls

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2022-11-18  9:47 UTC  (12+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v7 2/4] KVM: x86: Dirty "
` [PATCH v7 3/4] KVM: arm64: "

[PATCH v5 05/19] iommufd: Document overview of iommufd
 2022-11-18  9:06 UTC  (2+ messages)

[PATCH v3] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-11-18  8:33 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: simplify kvm_tdp_mmu_map flow when guest has to retry
 2022-11-18  8:28 UTC  (7+ messages)

[PATCH] vfio/mdev: fix possible memory leak in module init funcs
 2022-11-18  3:28 UTC 

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2022-11-18  2:29 UTC  (10+ messages)
` disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)

[PATCH] KVM: x86: avoid memslot check in NX hugepage recovery if it cannot be true
 2022-11-18  0:37 UTC  (2+ messages)

[PATCH] vmx: use mov instead of lea in __vmx_vcpu_run()
 2022-11-18  0:20 UTC  (2+ messages)

[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-18  0:20 UTC  (4+ messages)
  ` [External] "

[RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection
 2022-11-18  0:05 UTC  (12+ messages)

[GIT PULL] KVM: selftests: Early pile of updates for 6.2
 2022-11-18  0:05 UTC  (4+ messages)

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-17 23:45 UTC  (14+ messages)
` [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
` [PATCH v10 071/108] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v10 072/108] KVM: TDX: restore user ret MSRs
` [PATCH v10 076/108] KVM: TDX: handle vcpu migration over logical processor

VMX HOST_RIP target alignment
 2022-11-17 23:22 UTC  (2+ messages)

[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
 2022-11-17 21:50 UTC  (7+ messages)
` [RFC PATCH 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()

[PATCH 00/13] SVM: vNMI (with my fixes)
 2022-11-17 20:33 UTC  (11+ messages)
` [PATCH 04/13] KVM: nSVM: clean up copying of int_ctl fields back to vmcb01/vmcb12
` [PATCH 06/13] KVM: SVM: Add VNMI bit definition
` [PATCH 12/13] KVM: nSVM: emulate VMEXIT_INVALID case for nested VNMI


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