kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-09 15:10:18 to 2021-12-10 15:45:07 UTC [more...]

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-10 15:43 UTC  (17+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 02/40] x86/sev: "
` [PATCH v8 04/40] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v8 05/40] x86/sev: Save the negotiated GHCB version
` [PATCH v8 09/40] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v8 13/40] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v8 14/40] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH v8 15/40] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v8 16/40] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v8 17/40] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v8 19/40] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v8 20/40] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v8 21/40] x86/head: re-enable stack protection for 32/64-bit builds
` [PATCH v8 22/40] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v8 23/40] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v8 24/40] x86/compressed/acpi: move EFI system table lookup "

[PATCH 00/19] AMX Support in KVM
 2021-12-10 15:44 UTC  (3+ messages)
` [PATCH 07/19] kvm: x86: Propagate fpstate reallocation error to userspace

[kvm-unit-tests PATCH v9 0/9] MTTCG sanity tests for ARM
 2021-12-10 15:38 UTC  (2+ messages)

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-12-10 14:57 UTC  (16+ messages)
` [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files
` [PATCH v5 06/12] KVM: powerpc: "
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support

[GIT PULL] KVM fixes for Linux 5.16-rc5
 2021-12-10 14:50 UTC 

[GIT PULL] KVM fixes for Linux 5.16-rc5
 2021-12-10 14:50 UTC 

[PATCH v2 00/14] Use uncached stores while clearing huge pages
 2021-12-10 14:26 UTC  (6+ messages)
` [PATCH v2 07/14] x86/clear_page: add clear_page_uncached()

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-10 14:21 UTC  (24+ messages)
` [PATCH 09/32] s390/pci: export some routines related to RPCIT processing
` [PATCH 10/32] s390/pci: stash dtsm and maxstbl
` [PATCH 11/32] s390/pci: add helper function to find device by handle
` [PATCH 12/32] s390/pci: get SHM information from list pci
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH 14/32] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH 19/32] KVM: s390: mechanism to enable guest zPCI Interpretation

[PATCH v11 00/17] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-12-10 13:35 UTC  (18+ messages)
` [PATCH v11 01/17] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
` [PATCH v11 02/17] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH v11 03/17] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
` [PATCH v11 04/17] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH v11 05/17] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH v11 06/17] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
` [PATCH v11 07/17] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH v11 08/17] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH v11 09/17] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
` [PATCH v11 10/17] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH v11 11/17] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
` [PATCH v11 12/17] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
` [PATCH v11 13/17] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
` [PATCH v11 14/17] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
` [PATCH v11 15/17] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
` [PATCH v11 16/17] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
` [PATCH v11 17/17] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64

[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-12-10 13:23 UTC  (16+ messages)
` [RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API

[PATCH 0/6] RFC: KVM: SVM: Allow L1's AVIC to co-exist with nesting
 2021-12-10 13:10 UTC  (16+ messages)
` [PATCH 3/6] KVM: SVM: fix AVIC race of host->guest IPI delivery vs AVIC inhibition
` [PATCH 4/6] KVM: SVM: fix races in the AVIC incomplete IPI delivery to vCPUs
` [PATCH 5/6] KVM: x86: never clear irr_pending in kvm_apic_update_apicv

[PATCH 0/7] KVM: x86/mmu: Obsolete root shadow page fix
 2021-12-10 12:41 UTC  (3+ messages)
` [PATCH 1/7] KVM: x86: Retry page fault if MMU reload is pending and root has no sp

[PATCH kvmtool] Makefile: 'lvm version' works incorrect. Because CFLAGS can not get sub-make variable $(KVMTOOLS_VERSION)
 2021-12-10 11:00 UTC  (4+ messages)

[RFC PATCH 0/6] KVM: X86: Add and use shadow page with level promoted or acting as pae_root
 2021-12-10 10:27 UTC  (8+ messages)
` [RFC PATCH 1/6] KVM: X86: Check root_level only in fast_pgd_switch()
` [RFC PATCH 2/6] KVM: X86: Walk shadow page starting with shadow_root_level
` [RFC PATCH 3/6] KVM: X86: Add arguement gfn and role to kvm_mmu_alloc_page()
` [RFC PATCH 4/6] KVM: X86: Introduce role.level_promoted
` [RFC PATCH 5/6] KVM: X86: Alloc pae_root shadow page
` [RFC PATCH 6/6] KVM: X86: Use level_promoted and pae_root shadow page for 32bit guests

[PATCH v2 0/6] KVM: x86/pmu: Count two basic events for emulated instructions
 2021-12-10 10:20 UTC  (17+ messages)
` [PATCH v2 1/6] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
` [PATCH v2 2/6] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
` [PATCH v2 4/6] KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()

[PATCH v1 00/12] Add riscv kvm accel support
 2021-12-10 10:11 UTC  (26+ messages)
` [PATCH v1 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v1 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v1 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v1 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v1 07/12] target/riscv: Support setting external interrupt "
` [PATCH v1 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v1 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v1 12/12] target/riscv: Support virtual time context synchronization

[PATCH v2 00/12] Add riscv kvm accel support
 2021-12-10 10:07 UTC  (13+ messages)
` [PATCH v2 01/12] update-linux-headers: Add asm-riscv/kvm.h
` [PATCH v2 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v2 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v2 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v2 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v2 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v2 07/12] target/riscv: Support setting external interrupt "
` [PATCH v2 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v2 09/12] target/riscv: Add host cpu type
` [PATCH v2 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v2 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH v2 12/12] target/riscv: Support virtual time context synchronization

[RFC PATCH v2 00/44] TDX support
 2021-12-10  9:54 UTC  (4+ messages)
` [RFC PATCH v2 34/44] target/i386/tdx: set reboot action to shutdown when tdx

[PATCH 00/12] KVM: X86: misc fixes and cleanup
 2021-12-10  9:34 UTC  (4+ messages)
` [PATCH 01/12] KVM: X86: Fix when shadow_root_level=5 && guest root_level<4
  ` [PATCH 1/12] "

[PATCH] KVM: x86: avoid out of bounds indices for fixed performance counters
 2021-12-10  9:03 UTC  (3+ messages)

[PATCH 00/11] Parallel CPU bringup for x86_64
 2021-12-10  4:26 UTC  (21+ messages)
` [PATCH 01/11] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH 02/11] rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
    ` [PATCH v1.1 "
` [PATCH 03/11] rcu: Add mutex for rcu boost kthread spawning and affinity setting
` [PATCH 04/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH 07/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH 08/11] x86/tsc: Avoid synchronizing TSCs with multiple CPUs in parallel
` [PATCH 09/11] x86/boot: Support parallel startup of secondary CPUs
` [PATCH 10/11] x86/smp: Bring up secondary CPUs in parallel
` [PATCH 11/11] x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time

[PATCH v2] KVM: LAPIC: Per vCPU control over kvm_can_post_timer_interrupt
 2021-12-10  3:47 UTC  (5+ messages)

[PATCH v2 kvmtool] Makefile: Calculate the correct kvmtool version
 2021-12-10  3:07 UTC 

[PATCH kvm-next] selftests/kvm: remove unneeded variable
 2021-12-10  2:27 UTC 

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2021-12-10  1:25 UTC  (2+ messages)

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-10  1:23 UTC  (8+ messages)
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management

[PATCH 0/3 v2] KVM: nSVM: Test MBZ bits in nested CR3 (nCR3)
 2021-12-09 23:53 UTC  (4+ messages)
` [PATCH 1/3 v2] nSVM: Check MBZ bits in nested CR3 (nCR3) on VMRUN of nested guests
` [PATCH 2/3 v2] nSVM: Test MBZ bits in nested CR3 (nCR3)
` [PATCH 3/3 v2] nSVM: Use VCPU's implemented physical bit width to genereate MBZ mask for CR3

[PATCH v3] vfio: Documentation for the migration region
 2021-12-10  0:46 UTC  (3+ messages)

[PATCH v3] selftests: KVM: avoid failures due to reserved HyperTransport region
 2021-12-09 22:49 UTC  (2+ messages)

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-12-09 22:46 UTC  (4+ messages)
` [PATCH 17/15] KVM: X86: Ensure pae_root to be reconstructed for shadow paging if the guest PDPTEs is changed

[PATCH v2] selftests: KVM: avoid failures due to reserved HyperTransport region
 2021-12-09 22:21 UTC  (3+ messages)

[PATCH v2 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2021-12-09 22:08 UTC  (4+ messages)
` [PATCH v2 2/4] intel_iommu: Support IR-only mode without DMA translation
` [PATCH v2 3/4] intel_iommu: Only allow interrupt remapping to be enabled if it's supported
` [PATCH v2 4/4] intel_iommu: Fix irqchip / X2APIC configuration checks

linux-next: manual merge of the kvm tree with the perf tree
 2021-12-09 21:51 UTC 

[kvm-unit-tests PATCH 0/3] Add additional testing for routing L2 exceptions
 2021-12-09 21:15 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Fix a #GP from occurring in usermode's exception handlers
` [kvm-unit-tests PATCH 2/3] x86: Align L2's stacks
` [kvm-unit-tests PATCH 3/3] x86: Add test coverage for the routing logic when exceptions occur in L2

[PATCH 0/3] Fixes for SEV mirror VM tests
 2021-12-09 20:45 UTC  (7+ messages)
` [PATCH 2/3] selftests: sev_migrate_tests: Fix sev_ioctl()
` [PATCH 3/3] selftests: sev_migrate_tests: Add mirror command tests

[PATCH v2] KVM: x86: Always set kvm_run->if_flag
 2021-12-09 18:55 UTC  (8+ messages)

[PATCH V0.1 2/3] selftests: sev_migrate_tests: Fix sev_ioctl()
 2021-12-09 18:24 UTC 

[PATCH] KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode
 2021-12-09 17:55 UTC  (2+ messages)

[PATCH] KVM: x86: Always set kvm_run->if_flag
 2021-12-09 17:52 UTC  (6+ messages)

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-09 16:08 UTC  (5+ messages)
` [PATCH v5 1/1] s390x: KVM: accept STSI for CPU topology information

[PATCH v3 00/26] KVM: x86: Halt and APICv overhaul
 2021-12-09 16:03 UTC  (8+ messages)

[PATCH 0/2] KVM: x86: Rep string I/O WARN removal and test
 2021-12-09 15:50 UTC  (4+ 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).