kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-24 17:24:56 to 2022-10-26 07:23:52 UTC [more...]

[PATCH v3] KVM: nVMX: Advertise ENCLS_EXITING to L1 iff SGX is fully supported
 2022-10-26  7:23 UTC 

[PATCH] KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
 2022-10-26  7:22 UTC 

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-10-26  4:17 UTC  (17+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 04/15] iommufd: Overview documentation
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 06/15] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v3 07/15] iommufd: PFN handling for iopt_pages
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
` [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 11/15] iommufd: Add a HW pagetable object
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v3 13/15] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
` [PATCH v3 15/15] iommufd: Add a selftest

[PATCH 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions
 2022-10-26  3:40 UTC  (9+ messages)
` [PATCH 1/6] x86: KVM: Enable CMPccXADD CPUID and expose it to guest
` [PATCH 4/6] x86: KVM: Enable AVX-VNNI-INT8 "

[PATCH v6 0/5] dirty_log_perf_test vCPU pinning
 2022-10-26  2:27 UTC  (7+ messages)
` [PATCH v6 2/5] KVM: selftests: Put command line options in alphabetical order in dirty_log_perf_test
` [PATCH v6 3/5] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v6 5/5] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[syzbot] WARNING in vcpu_enter_guest (2)
 2022-10-26  2:08 UTC 

[PATCH] KVM: s390: pci: Fix allocation size of aift kzdev elements
 2022-10-26  1:32 UTC 

[PATCH] KVM: x86: Exempt pending triple fault from event injection sanity check
 2022-10-25 23:30 UTC  (3+ messages)

[PATCH] x86/pmu: Disable inlining of measure()
 2022-10-25 23:12 UTC  (4+ messages)

[PATCH 0/4] KVM: API to block and resume all running vcpus in a vm
 2022-10-25 23:07 UTC  (17+ messages)
` [PATCH 3/4] KVM: introduce memory transaction semaphore
` [PATCH 4/4] KVM: use signals to abort enter_guest/blocking and retry

[PATCH] KVM: x86: Do not expose the host value of CPUID.8000001EH
 2022-10-25 21:31 UTC  (5+ messages)

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-25 19:58 UTC  (7+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

[PATCH] vfio: Decrement open_count before close_device()
 2022-10-25 19:38 UTC 

[PATCH v1 0/2] vfio/iova_bitmap: bug fixes
 2022-10-25 19:31 UTC  (3+ messages)
` [PATCH v1 1/2] vfio/iova_bitmap: Explicitly include linux/slab.h
` [PATCH v1 2/2] vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmaps

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-10-25 18:50 UTC  (11+ messages)
` [PATCH 01/10] vfio: Move vfio_device driver open/close code to a function
` [PATCH 02/10] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH 03/10] vfio: Rename vfio_device_assign/unassign_container()
` [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH 07/10] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH 08/10] vfio-iommufd: Support iommufd for emulated "
` [PATCH 09/10] vfio: Make vfio_container optionally compiled
` [PATCH 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio

[PATCH v6 0/8] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-25 17:47 UTC  (12+ messages)
` [PATCH v6 3/8] KVM: Add support for using dirty ring in conjunction with bitmap

[PATCH] KVM: vmx/nested: avoid blindly setting SECONDARY_EXEC_ENCLS_EXITING when sgx is enabled
 2022-10-25 17:21 UTC  (2+ messages)

[PATCH] KVM: x86: disable halt polling when powersave governor is used
 2022-10-25 17:06 UTC  (4+ messages)

[PATCH] KVM: x86: Fix the initial value of mcg_cap
 2022-10-25 16:22 UTC  (8+ messages)

[PATCH v2 0/1] KVM: s390: vsie: clarifications on setting the APCB
 2022-10-25 16:20 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-25 16:17 UTC  (11+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory
` [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[kvm-unit-tests PATCH] MAINTAINERS: new kvmarm mailing list
 2022-10-25 16:07 UTC 

[PATCH] vfio: Add an option to get migration data size
 2022-10-25 14:43 UTC  (3+ messages)

[kvm-unit-tests GIT PULL 00/22] s390x: tests and fixes for PV, timing
 2022-10-25 14:04 UTC  (24+ messages)
` [kvm-unit-tests GIT PULL 01/22] s390x: Add specification exception test
` [kvm-unit-tests GIT PULL 02/22] s390x: Test specification exceptions during transaction
` [kvm-unit-tests GIT PULL 03/22] lib/s390x: move TOD clock related functions to library
` [kvm-unit-tests GIT PULL 04/22] s390x: add migration TOD clock test
` [kvm-unit-tests GIT PULL 05/22] s390x: add exittime tests
` [kvm-unit-tests GIT PULL 06/22] s390x: do not enable PV dump support by default
` [kvm-unit-tests GIT PULL 07/22] s390x: uv-host: Add access checks for donated memory
` [kvm-unit-tests GIT PULL 08/22] s390x: uv-host: Add uninitialized UV tests
` [kvm-unit-tests GIT PULL 09/22] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests GIT PULL 10/22] s390x: uv-host: Add access exception test
` [kvm-unit-tests GIT PULL 11/22] s390x: uv-host: Add a set secure config parameters test function
` [kvm-unit-tests GIT PULL 12/22] s390x: uv-host: Remove duplicated +
` [kvm-unit-tests GIT PULL 13/22] s390x: uv-host: Fence against being run as a PV guest
` [kvm-unit-tests GIT PULL 14/22] s390x: uv-host: Fix init storage origin and length check
` [kvm-unit-tests GIT PULL 15/22] lib: s390x: terminate if PGM interrupt in interrupt handler
` [kvm-unit-tests GIT PULL 16/22] s390x: uv-host: fix allocation of UV memory
` [kvm-unit-tests GIT PULL 17/22] s390x: snippets: asm: Add a macro to write an exception PSW
` [kvm-unit-tests GIT PULL 18/22] s390x: MAKEFILE: Use $< instead of pathsubst
` [kvm-unit-tests GIT PULL 19/22] lib: s390x: sie: Improve validity handling and make it vm specific
` [kvm-unit-tests GIT PULL 20/22] lib: s390x: Use a new asce for each PV guest
` [kvm-unit-tests GIT PULL 21/22] lib: s390x: Enable reusability of VMs that were in PV mode
` [kvm-unit-tests GIT PULL 22/22] lib: s390x: sie: Properly populate SCA

[PATCH 0/4] nSVM: fix L0 crash if L2 has shutdown condtion which L1 doesn't intercept
 2022-10-25 13:37 UTC  (4+ messages)
` [PATCH 4/4] KVM: x86: forcibly leave nested mode on vCPU reset

[PATCH RESEND v4 00/23] SMM emulation and interrupt shadow fixes
 2022-10-25 12:47 UTC  (24+ messages)
` [PATCH RESEND v4 01/23] KVM: x86: start moving SMM-related functions to new files
` [PATCH RESEND v4 02/23] KVM: x86: move SMM entry to a new file
` [PATCH RESEND v4 03/23] KVM: x86: move SMM exit "
` [PATCH RESEND v4 04/23] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH RESEND v4 05/23] KVM: allow compiling out SMM support
` [PATCH RESEND v4 06/23] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH RESEND v4 07/23] KVM: x86: remove SMRAM address space if SMM is not supported
` [PATCH RESEND v4 08/23] KVM: x86: do not define KVM_REQ_SMI if SMM disabled
` [PATCH RESEND v4 09/23] bug: introduce ASSERT_STRUCT_OFFSET
` [PATCH RESEND v4 10/23] KVM: x86: emulator: em_sysexit should update ctxt->mode
` [PATCH RESEND v4 11/23] KVM: x86: emulator: introduce emulator_recalc_and_set_mode
` [PATCH RESEND v4 12/23] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH RESEND v4 13/23] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH RESEND v4 14/23] KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format
` [PATCH RESEND v4 15/23] KVM: x86: smm: check for failures on smm entry
` [PATCH RESEND v4 16/23] KVM: x86: smm: add structs for KVM's smram layout
` [PATCH RESEND v4 17/23] KVM: x86: smm: use smram structs in the common code
` [PATCH RESEND v4 18/23] KVM: x86: smm: use smram struct for 32 bit smram load/restore
` [PATCH RESEND v4 19/23] KVM: x86: smm: use smram struct for 64 "
` [PATCH RESEND v4 20/23] KVM: svm: drop explicit return value of kvm_vcpu_map
` [PATCH RESEND v4 21/23] KVM: x86: SVM: use smram structs
` [PATCH RESEND v4 22/23] KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable
` [PATCH RESEND v4 23/23] KVM: x86: smm: preserve interrupt shadow in SMRAM

[PATCH v4 00/23] SMM emulation and interrupt shadow fixes
 2022-10-25 12:42 UTC  (18+ messages)
` [PATCH v4 01/23] KVM: x86: start moving SMM-related functions to new files
` [PATCH v4 02/23] KVM: x86: move SMM entry to a new file
` [PATCH v4 03/23] KVM: x86: move SMM exit "
` [PATCH v4 04/23] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v4 05/23] KVM: allow compiling out SMM support
` [PATCH v4 06/23] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH v4 07/23] KVM: x86: remove SMRAM address space if SMM is not supported
` [PATCH v4 08/23] KVM: x86: do not define KVM_REQ_SMI if SMM disabled
` [PATCH v4 09/23] bug: introduce ASSERT_STRUCT_OFFSET
` [PATCH v4 10/23] KVM: x86: emulator: em_sysexit should update ctxt->mode
` [PATCH v4 11/23] KVM: x86: emulator: introduce emulator_recalc_and_set_mode
` [PATCH v4 12/23] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH v4 13/23] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH v4 14/23] KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format
` [PATCH v4 15/23] KVM: x86: smm: check for failures on smm entry
` [PATCH v4 16/23] KVM: x86: smm: add structs for KVM's smram layout
` [PATCH v4 17/23] KVM: x86: smm: use smram structs in the common code

[PATCH] KVM: vmx/nested: avoid blindly setting SECONDARY_EXEC_ENCLS_EXITING when sgx is enabled
 2022-10-25 12:36 UTC  (3+ messages)

[v2] KVM: s390: pv: fix external interruption loop not always detected
 2022-10-25 12:00 UTC  (2+ messages)

[v2 0/1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
 2022-10-25 11:36 UTC  (6+ messages)
` [v2 1/1] "

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-25 10:25 UTC  (13+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[GIT PULL] KVM patches for Linux 6.1-rc2
 2022-10-25  9:42 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-10-25  8:34 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 10/13] x86/pmu: Update testcases to cover Intel Arch PMU Version 1

[v1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
 2022-10-25  8:21 UTC  (3+ messages)

[PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-24 23:18 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/16] kvm-unit-tests: set of fixes and new tests
 2022-10-24 22:49 UTC  (23+ messages)
` [kvm-unit-tests PATCH 01/16] x86: make irq_enable avoid the interrupt shadow
` [kvm-unit-tests PATCH 02/16] x86: add few helper functions for apic local timer
` [kvm-unit-tests PATCH 07/16] x86: Add a simple test for SYSENTER instruction
` [kvm-unit-tests PATCH 14/16] svm: rewerite vm entry macros
` [kvm-unit-tests PATCH 15/16] svm: introduce svm_vcpu
` [kvm-unit-tests PATCH 16/16] add IPI loss stress test

[RFC PATCH] Add Hyperv extended hypercall support in KVM
 2022-10-24 20:24 UTC  (9+ messages)

[PATCH v2 0/8] KVM: x86: allow compiling out SMM support
 2022-10-24 12:33 UTC  (9+ messages)
` [PATCH v2 3/8] KVM: x86: move SMM exit to a new file
` [PATCH v2 4/8] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v2 6/8] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH v2 7/8] KVM: x86: remove SMRAM address space if SMM is not supported

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-10-24 18:05 UTC  (7+ messages)

(Extra) KVM call for 2022-10-25
 2022-10-24 17:48 UTC 

[kvm-unit-tests PATCH v5 0/2] S390x: CPU Topology Information
 2022-10-24 14:20 UTC 

[PATCH] KVM: SVM: Name and check reserved fields with structs offset
 2022-10-24 16:44 UTC 

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

[PATCH] KVM: SVM: Fix reserved fields of struct sev_es_save_area
 2022-10-24 16:35 UTC  (5+ messages)

[RFC PATCH] x86/sev-es: Include XSS value in GHCB CPUID request
 2022-10-24 16:31 UTC  (4+ messages)

[PATCH v2 11/27] KVM: x86/mmu: Zap only the relevant pages when removing a memslot
 2022-10-24 15:55 UTC  (11+ messages)


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