public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-28 19:08:11 to 2023-06-30 10:02:46 UTC [more...]

[PATCH v12 00/22] TDX host kernel support
 2023-06-30 10:02 UTC  (76+ messages)
` [PATCH v12 04/22] x86/cpu: Detect TDX partial write machine check erratum
` [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 v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder
 2023-06-30 10:00 UTC  (4+ messages)
` [PATCH v4 4/6] target/riscv: Create an KVM AIA irqchip

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-06-30 10:00 UTC  (13+ messages)
` [PATCH 01/12] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-30  9:34 UTC  (8+ messages)
` [PATCH v3 10/21] KVM:x86: Add #CP support in guest exception classification

[PATCH v21 00/20] s390x: CPU Topology
 2023-06-30  9:17 UTC  (21+ messages)
` [PATCH v21 01/20] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v21 02/20] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v21 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v21 04/20] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v21 05/20] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v21 06/20] s390x/cpu topology: interception of PTF instruction
` [PATCH v21 07/20] target/s390x/cpu topology: activate CPU topology
` [PATCH v21 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v21 09/20] machine: adding s390 topology to query-cpu-fast
` [PATCH v21 10/20] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v21 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command
` [PATCH v21 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v21 14/20] tests/avocado: s390x cpu topology core
` [PATCH v21 15/20] tests/avocado: s390x cpu topology polarisation
` [PATCH v21 16/20] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v21 17/20] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v21 18/20] tests/avocado: s390x cpu topology test socket full
` [PATCH v21 19/20] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v21 20/20] tests/avocado: s390x cpu topology bad move

[PATCH 0/2] KVM: selftests: Add tests for PEBS and MSR_IA32_DS_AREA
 2023-06-30  8:59 UTC  (6+ 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 00/11] KVM: x86/mmu: refine memtype related mmu zap
 2023-06-30  7:49 UTC  (15+ 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] kvm/x86: clear hlt for intel cpu when resetting vcpu
 2023-06-30  7:26 UTC 

[PATCH] KVM: nVMX: Prevent vmlaunch with EPTP pointing outside assigned memory area
 2023-06-30  5:01 UTC  (6+ messages)

[PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-30  4:42 UTC  (6+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-06-30  4:16 UTC  (2+ messages)

[PATCH v3 0/4] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-06-30  2:47 UTC  (10+ 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 kernel 0/9] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-06-30  2:08 UTC  (5+ messages)
` [PATCH kernel 0/9 v6] "

[PATCH 0/4] Part of fix for host and guest LBR event coexist
 2023-06-30  2:05 UTC  (10+ messages)
` [PATCH 1/4] perf/x86/intel: Get shared reg constraints first for vLBR
` [PATCH 4/4] KVM: selftests: Add test case for guest and host LBR preemption

[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
 2023-06-30  0:31 UTC  (5+ messages)

[PATCH] KVM: SVM: Update destination when updating pi irte
 2023-06-29 22:35 UTC  (5+ messages)

[ANNOUNCE] PUCK Agenda - 2023.06.28 - CANCELED
 2023-06-29 21:10 UTC  (2+ messages)

[GIT PULL] VFIO updates for v6.5-rc1
 2023-06-29 20:49 UTC 

[PATCH v9 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-06-29 17:26 UTC  (10+ messages)
` [PATCH v9 4/6] KVM: x86: Introduce untag_addr() in kvm_x86_ops

[PATCH] KVM: x86/tsc: Update guest tsc_offset again before vcpu first runs
 2023-06-29 17:19 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix the meta info of test cases in the header comments
 2023-06-29 15:55 UTC  (2+ messages)

[PATCH v1 0/6] LASS KVM virtualization support
 2023-06-29 15:06 UTC  (4+ messages)
` [PATCH v1 4/6] KVM: x86: Add emulator helper for LASS violation check

[PATCH] MIPS: KVM: Fix NULL pointer dereference
 2023-06-29 14:58 UTC  (6+ messages)

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-29 14:41 UTC  (3+ messages)
` [PATCH v7 6/8] "

[kvm-unit-tests PATCH v10 0/2] S390x: CPU Topology Information
 2023-06-29 12:53 UTC  (6+ messages)
` [kvm-unit-tests PATCH v10 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v10 2/2] s390x: topology: Checking Configuration Topology Information

[RFC PATCH 0/2] accel/kvm: Extract 'sysemu/kvm_irq.h' from 'sysemu/kvm.h'
 2023-06-29 12:38 UTC  (2+ messages)

[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
 2023-06-29 12:32 UTC  (7+ messages)
` [RFC PATCH v4 05/17] vsock/virtio: "

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-29 12:30 UTC  (8+ messages)
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams

[PATCH 0/2] KVM: s390: interrupt: Fix stepping into interrupt handlers
 2023-06-29  8:32 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: s390: interrupt: Fix stepping into program "

[PATCH v16 00/30] Add KVM LoongArch support
 2023-06-29  7:55 UTC  (31+ messages)
` [PATCH v16 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v16 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v16 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v16 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v16 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v16 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v16 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v16 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v16 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v16 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v16 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v16 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v16 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v16 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v16 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v16 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v16 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v16 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v16 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v16 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v16 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v16 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v16 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v16 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v16 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v16 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v16 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v16 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v16 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v16 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH] .debug ignore - to squash with efi:keep efi
 2023-06-29  7:43 UTC  (6+ messages)

[PATCH] target/riscv: Remove unuseful KVM stubs
 2023-06-29  7:15 UTC  (2+ messages)

[PATCH v3 0/6] target/ppc: Few cleanups in kvm_ppc.h
 2023-06-29  6:37 UTC  (16+ messages)
` [PATCH v3 1/6] target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'
` [PATCH v3 2/6] target/ppc: Reorder #ifdef'ry in kvm_ppc.h
` [PATCH v3 3/6] target/ppc: Move CPU QOM definitions to cpu-qom.h
` [PATCH v3 4/6] target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.h
` [PATCH v3 5/6] target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c
` [PATCH v3 6/6] target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-29  7:03 UTC  (3+ messages)

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

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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox