kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-27 17:42:23 to 2023-06-29 02:40:14 UTC [more...]

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-06-29  2:40 UTC  (3+ messages)
` [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features

[PATCH 0/4] Part of fix for host and guest LBR event coexist
 2023-06-29  2:39 UTC  (20+ messages)
` [PATCH 1/4] perf/x86/intel: Get shared reg constraints first for vLBR
` [PATCH 2/4] KVM: VMX/pmu: Save host debugctlmsr just before vm entry
` [PATCH 3/4] KVM: VMX/pmu: Enable inactive vLBR event in guest LBR MSR emulation
` [PATCH 4/4] KVM: selftests: Add test case for guest and host LBR preemption

[PATCH v3 00/11] KVM: x86/mmu: refine memtype related mmu zap
 2023-06-29  1:51 UTC  (13+ messages)
` [PATCH v3 03/11] KVM: x86/mmu: Use KVM honors guest MTRRs helper when CR0.CD toggles
` [PATCH v3 04/11] KVM: x86/mmu: Use KVM honors guest MTRRs helper when update mtrr
` [PATCH v3 08/11] KVM: x86: move vmx code to get EPT memtype when CR0.CD=1 to x86 common code
` [PATCH v3 09/11] KVM: x86/mmu: serialize vCPUs to zap gfn when guest MTRRs are honored

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-29  2:16 UTC  (14+ messages)

[PATCH v12 00/22] TDX host kernel support
 2023-06-29  1:03 UTC  (60+ messages)
` [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v12 06/22] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v12 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v12 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
` [PATCH v12 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[PATCH v15 00/30] Add KVM LoongArch support
 2023-06-29  0:34 UTC  (9+ messages)
` [PATCH v15 27/30] LoongArch: KVM: Implement vcpu world switch

[PATCH] MIPS: KVM: Fix NULL pointer dereference
 2023-06-29  0:07 UTC  (2+ messages)

[RFC PATCH v3 00/11] KVM: guest memory: Misc enhacnement
 2023-06-28 22:43 UTC  (12+ messages)
` [RFC PATCH v3 01/11] KVM: selftests: Fix test_add_overlapping_private_memory_regions()
` [RFC PATCH v3 02/11] KVM: selftests: Fix guest_memfd()
` [RFC PATCH v3 03/11] KVM: selftests: x86: typo in private_mem_conversions_test.c
` [RFC PATCH v3 04/11] KVM: x86: Add is_vm_type_supported callback
` [RFC PATCH v3 05/11] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault
` [RFC PATCH v3 06/11] KVM: x86: Introduce PFERR_GUEST_ENC_MASK to indicate fault is private
` [RFC PATCH v3 07/11] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [RFC PATCH v3 08/11] KVM: Fix set_mem_attr ioctl when error case
` [RFC PATCH v3 09/11] KVM: Add new members to struct kvm_gfn_range to operate on
` [RFC PATCH v3 10/11] KVM: x86: Add gmem hook for initializing private memory
` [RFC PATCH v3 11/11] KVM: x86: Add gmem hook for invalidating "

[PATCH 0/2] KVM: selftests: Add tests for PEBS and MSR_IA32_DS_AREA
 2023-06-28 21:55 UTC  (5+ messages)
` [PATCH 1/2] KVM: selftests: Test consistency of setting MSR_IA32_DS_AREA
` [PATCH 2/2] KVM: selftests: Add PEBS test for MSR_IA32_PERF_CAPABILITIES

[PATCH v3 0/4] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-06-28 21:30 UTC  (9+ messages)
` [PATCH v3 1/4] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v3 2/4] KVM: selftests: Test unavailable event filters are rejected
` [PATCH v3 3/4] KVM: selftests: Check if event filter meets expectations on fixed counters
` [PATCH v3 4/4] KVM: selftests: Test gp event filters don't affect fixed event filters

[PATCH v2 0/8] KVM: selftests: Test the consistency of the PMU's CPUID and its features
 2023-06-28 21:05 UTC  (12+ messages)
` [PATCH v2 1/8] KVM: selftests: KVM: selftests: Add macros for fixed counters in processor.h
` [PATCH v2 2/8] KVM: selftests: Add pmu.h for PMU events and common masks
` [PATCH v2 3/8] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v2 6/8] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v2 7/8] KVM: selftests: Test Intel supported fixed counters bit mask

[PATCH] KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPU
 2023-06-28 19:07 UTC  (5+ messages)

[PATCH v4 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-28 19:00 UTC  (5+ messages)

[PATCH v6 00/33] Split ptdesc from struct page
 2023-06-28 18:51 UTC  (11+ messages)
` [PATCH v6 03/33] pgtable: Create struct ptdesc

[PATCH v2 0/4] KVM: selftests: add powerpc support
 2023-06-28 18:30 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [PATCH v2 2/4] KVM: selftests: Add aligned guest physical page allocator

[PATCH] KVM: PPC: Update MAINTAINERS
 2023-06-28 17:56 UTC  (2+ messages)

[PATCH v9 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-06-28 17:40 UTC  (9+ messages)
` [PATCH v9 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v9 4/6] KVM: x86: Introduce untag_addr() in kvm_x86_ops
` [PATCH v9 5/6] KVM: x86: Untag address when LAM applicable

[PATCH] .debug ignore - to squash with efi:keep efi
 2023-06-28 17:33 UTC  (12+ messages)
` [kvm-unit-tests PATCH v3 0/6] arm64: improve debuggability
` [kvm-unit-tests PATCH v3 1/6] efi: keep efi debug information in a separate file
` [kvm-unit-tests PATCH v3 2/6] lib/stack: print base addresses on relocation setups
` [kvm-unit-tests PATCH v3 3/6] arm64: enable frame pointer and support stack unwinding
` [kvm-unit-tests PATCH v3 4/6] arm64: stack: update trace stack on exception
` [kvm-unit-tests PATCH v3 5/6] efi: print address of image
` [kvm-unit-tests PATCH v3 6/6] arm64: dump stack on bad exception

[RFC PATCH v2 0/6] KVM: guest memory: Misc enhacnement
 2023-06-28 17:05 UTC  (12+ messages)
` [RFC PATCH v2 4/6] KVM: x86: Introduce fault type to indicate kvm page fault is private
` [RFC PATCH v2 5/6] KVM: Add flags to struct kvm_gfn_range

[PATCH] KVM: nVMX: Prevent vmlaunch with EPTP pointing outside assigned memory area
 2023-06-28 15:37 UTC  (2+ messages)

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-28 14:41 UTC  (9+ messages)
` [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-06-28 14:04 UTC 

[Bug 217574] New: kvm_intel loads only after suspend
 2023-06-28 13:53 UTC  (3+ messages)
` [Bug 217574] "

[PATCH v1 1/1] KVM: s390: pv: simplify shutdown and fix race
 2023-06-28 13:10 UTC 

[PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-06-28 12:34 UTC  (9+ messages)
` [PATCH v13 22/22] docs: vfio: Add vfio device cdev description

[PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-28 11:58 UTC  (4+ messages)
` [PATCH v3 01/16] MAINTAINERS: Update Roman Bolshakov email address

[kvm-unit-tests PATCH v3 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-06-28 11:45 UTC  (4+ messages)

[kvm-unit-tests PATCH] arm64: timer: ignore ISTATUS with disabled timer
 2023-06-28 11:40 UTC  (2+ messages)

[PATCH kvmtool 0/2] vfio/pci: Fix unmaskable MSI
 2023-06-28 11:23 UTC  (3+ messages)
` [PATCH kvmtool 1/2] vfio/pci: Initialize MSI vectors unmasked
` [PATCH kvmtool 2/2] vfio/pci: Clarify the MSI states

[PATCH V2] MIPS: KVM: Fix NULL pointer dereference
 2023-06-28 11:08 UTC 

[PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API
 2023-06-28 10:29 UTC  (13+ messages)
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test

[kvm-unit-tests PATCH] runtime: Teach pretty-print-stacks about EFI debug info
 2023-06-28 10:05 UTC 

[PATCH v1 0/6] LASS KVM virtualization support
 2023-06-28  8:42 UTC  (15+ messages)
` [PATCH v1 1/6] KVM: x86: Consolidate flags for __linearize()
` [PATCH v1 2/6] KVM: x86: Virtualize CR4.LASS
` [PATCH v1 3/6] KVM: VMX: Add new ops in kvm_x86_ops for LASS violation check
` [PATCH v1 4/6] KVM: x86: Add emulator helper "

[PATCH] vfio/mdev: Move the compat_class initialization to module init
 2023-06-28  7:39 UTC  (3+ messages)

[syzbot] [kernel?] kernel BUG in workingset_activation (2)
 2023-06-28  8:20 UTC  (2+ messages)

[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
 2023-06-28  7:35 UTC  (2+ messages)
` [Bug 217558] "

[RFC 0/4] reconnect support in vduse
 2023-06-28  8:13 UTC  (9+ messages)
` [RFC 1/4] vduse: Add the struct to save the vq reconnect info
` [RFC 2/4] vduse: Add file operation for mmap
` [RFC 3/4] vduse: Add the function for get/free the mapp pages
` [RFC 4/4] vduse: update the vq_info in ioctl

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-06-28  4:53 UTC  (5+ messages)
` [PATCH -next v21 03/27] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0

[PATCH] MIPS: KVM: Fix NULL pointer dereference
 2023-06-28  7:34 UTC  (3+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-28  6:45 UTC  (2+ messages)

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-28  1:42 UTC  (8+ messages)
` [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs

[ANNOUNCE] PUCK Agenda - 2023.06.28 - CANCELED
 2023-06-27 23:06 UTC 

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-27 21:57 UTC  (11+ messages)
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-06-27 21:37 UTC  (3+ messages)
` [Bug 217307] "

[PATCH 5/5] MAINTAINERS: Update KVM/MIPS maintainers
 2023-06-27 18:58 UTC  (8+ 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).