public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-31 08:32:44 to 2023-09-04 13:02:01 UTC [more...]

[PATCH v3 0/2] KVM: s390: add counters for vsie performance
 2023-09-04 13:01 UTC 

[PATCH v2 0/8] Add printf attribute to kselftest functions
 2023-09-04 12:44 UTC  (2+ messages)
` [PATCH v2 6/8] selftests/kvm: Replace attribute with macro

[PATCH 00/13] target/i386: Cleanups around KVM declarations
 2023-09-04 12:43 UTC  (14+ messages)
` [PATCH 01/13] hw/i386/pc: Include missing 'sysemu/tcg.h' header
` [PATCH 02/13] hw/i386/pc: Include missing 'cpu.h' header
` [PATCH 03/13] hw/i386/fw_cfg: "
` [PATCH 04/13] target/i386/helper: Restrict KVM declarations to system emulation
` [PATCH 05/13] target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()
` [PATCH 06/13] target/i386: Remove unused KVM stubs
` [PATCH 07/13] target/i386: Allow elision of kvm_enable_x2apic()
` [PATCH 08/13] target/i386: Allow elision of kvm_hv_vpindex_settable()
` [PATCH 09/13] target/i386: Restrict declarations specific to CONFIG_KVM
` [PATCH 10/13] sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targets
` [PATCH 11/13] sysemu/kvm: Restrict kvm_get_apic_state() "
` [PATCH 12/13] sysemu/kvm: Restrict kvm_has_pit_state2() "
` [PATCH 13/13] sysemu/kvm: Restrict kvm_pc_setup_irq_routing() "

[PATCH] arm64: Restore trapless ptimer access
 2023-09-04 12:05 UTC  (7+ messages)

[kvm-unit-tests PATCH v6 0/8] s390x: Add support for running guests without MSO/MSL
 2023-09-04 11:40 UTC  (16+ messages)
` [kvm-unit-tests PATCH v6 1/8] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests PATCH v6 2/8] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v6 3/8] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v6 4/8] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v6 5/8] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v6 6/8] s390x: add test source dir to include paths
` [kvm-unit-tests PATCH v6 7/8] s390x: add a test for SIE without MSO/MSL
` [kvm-unit-tests PATCH v6 8/8] lib: s390x: interrupt: remove TEID_ASCE defines

[PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
 2023-09-04 11:15 UTC  (10+ messages)
` [PATCH v2 1/8] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v2 2/8] KVM: arm64: selftest: Split arch_timer test code
` [PATCH v2 3/8] tools: riscv: Add header file csr.h
` [PATCH v2 4/8] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v2 5/8] KVM: riscv: selftests: Add exception handling support
` [PATCH v2 6/8] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
` [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test

[PATCH] x86/kvm/mmu: Remove unnecessary ‘NULL’ values from sptep
 2023-09-04 10:39 UTC  (3+ messages)

[PATCH 00/13] Implement support for IBS virtualization
 2023-09-04  9:53 UTC  (14+ messages)
` [PATCH 01/13] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH 02/13] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH 03/13] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH 04/13] x86/cpufeatures: Add CPUID feature bit for virtualized IBS
` [PATCH 05/13] KVM: x86/cpuid: Add a KVM-only leaf for IBS capabilities
` [PATCH 06/13] KVM: x86: Extend CPUID range to include new leaf
` [PATCH 07/13] KVM: SVM: Extend VMCB area for virtualized IBS registers
` [PATCH 08/13] perf/x86/amd: Add framework to save/restore host IBS state
` [PATCH 09/13] KVM: SVM: add support for IBS virtualization for non SEV-ES guests
` [PATCH 10/13] x86/cpufeatures: Add CPUID feature bit for VIBS in SEV-ES guest
` [PATCH 11/13] KVM: SVM: Add support for IBS virtualization for SEV-ES guests
` [PATCH 12/13] KVM: SVM: Enable IBS virtualization on non SEV-ES and "
` [PATCH 13/13] KVM: x86: nSVM: Implement support for nested IBS virtualization

[RFC v2] KVM: arm/arm64: optimize vSGI injection performance
 2023-09-04  9:57 UTC  (2+ messages)

[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-09-04  9:18 UTC  (11+ messages)

[PATCH v4 00/12] KVM: x86/mmu: refine memtype related mmu zap
 2023-09-04  8:48 UTC  (21+ messages)
` [PATCH v4 07/12] KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED
` [PATCH v4 08/12] KVM: x86: centralize code to get CD=1 memtype when guest MTRRs are honored
` [PATCH v4 09/12] KVM: x86/mmu: serialize vCPUs to zap gfn "
` [PATCH v4 10/12] KVM: x86/mmu: fine-grained gfn zap "
` [PATCH v4 11/12] KVM: x86/mmu: split a single gfn zap range "
` [PATCH v4 12/12] KVM: x86/mmu: convert kvm_zap_gfn_range() to use shared mmu_lock in TDP MMU

[PATCH net-next v7 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-09-04  8:21 UTC  (9+ messages)
` [PATCH net-next v7 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v7 2/4] vsock/virtio: support to send "
` [PATCH net-next v7 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[RFC PATCH 0/3] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-09-04  7:03 UTC  (4+ messages)
` [RFC PATCH 3/3] KVM: x86/mmu: skip zap maybe-dma-pinned pages for NUMA migration

[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
 2023-09-04  7:03 UTC  (6+ messages)

[PATCH v4] KVM: s390: fix gisa destroy operation might lead to cpu stalls
 2023-09-04  7:05 UTC  (2+ messages)

[kvm-unit-tests PATCH v1] s390x: explicitly mark stack as not executable
 2023-09-04  6:40 UTC  (3+ messages)

[PATCH 0/2] KVM: x86: Fix a WARN in kvm_apic_send_ipi()
 2023-09-04  5:02 UTC  (9+ messages)
` [PATCH 1/2] x86/apic: Introduce X2APIC_ICR_UNUSED_12 for x2APIC mode
` [PATCH 2/2] KVM: x86: Clear X2APIC_ICR_UNUSED_12 after APIC-write VM-exit

[v2 PATCH] x86/kvm/mmu: Remove unnecessary ‘NULL’ values from sptep
 2023-09-05 18:20 UTC 

[GIT PULL] virtio: features
 2023-09-03 22:13 UTC 

[PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit
 2023-09-02 19:06 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Mask LVTPC when handling a PMI

[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
 2023-09-02 13:59 UTC  (3+ messages)

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases
 2023-09-01 23:13 UTC 

[GIT PULL] KVM: x86 pull requests for 6.6
 2023-09-01 21:49 UTC  (19+ messages)
` [GIT PULL] KVM: Non-x86 changes "
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU "
` [GIT PULL] KVM: x86: Selftests "
` [GIT PULL] KVM: x86: VMX "

[kvm-unit-tests PATCH 0/7] nVMX: Fix garbage "host addr size" tests
 2023-09-01 22:50 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/7] nVMX: Test CR4.PCIDE can be set for 64-bit host iff PCID is supported
` [kvm-unit-tests PATCH 2/7] nVMX: Assert CR4.PAE is set when testing 64-bit host
` [kvm-unit-tests PATCH 3/7] nVMX: Assert that the test is configured for 64-bit mode
` [kvm-unit-tests PATCH 4/7] nVMX: Rename vmlaunch_succeeds() to vmlaunch()
` [kvm-unit-tests PATCH 5/7] nVMX: Shuffle test_host_addr_size() tests to "restore" CR4 and RIP
` [kvm-unit-tests PATCH 6/7] nVMX: Drop testcase that falsely claims to verify vmcs.HOST_RIP[63:32]
` [kvm-unit-tests PATCH 7/7] nVMX: Fix the noncanonical HOST_RIP testcase

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-01 16:46 UTC  (3+ messages)

Linux 6.5 speed regression, boot VERY slow with anything systemd related
 2023-09-01 12:24 UTC  (10+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-09-01  9:10 UTC  (11+ messages)
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable

[GIT PULL] KVM/riscv changes for 6.6
 2023-09-01  8:03 UTC  (3+ messages)

[kvm-unit-tests 0/6] vPMU v5 test case
 2023-09-01  7:40 UTC  (7+ messages)
` [kvm-unit-tests 1/6] x86: pmu: remove duplicate code
` [kvm-unit-tests 2/6] x86: pmu: Add Freeze_LBRS_On_PMI test case
` [kvm-unit-tests 3/6] x86: pmu: PERF_GLOBAL_STATUS_SET MSR verification for vPMU v4
` [kvm-unit-tests 4/6] x86: pmu: PERF_GLOBAL_INUSE "
` [kvm-unit-tests 5/6] x86: pmu: Limit vcpu's fixed counter into fixed_events[]
` [kvm-unit-tests 6/6] x86: pmu: Support fixed counter enumeration in vPMU v5

[PATCH 0/9] Upgrade vPMU version to 5
 2023-09-01  7:28 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86/PMU: Don't release vLBR caused by PMI
` [PATCH 2/9] KVM: x85/pmu: Add Streamlined FREEZE_LBR_ON_PMI for vPMU v4
` [PATCH 3/9] KVM: x86/pmu: Add PERF_GLOBAL_STATUS_SET MSR emulation
` [PATCH 4/9] KVM: x86/pmu: Add MSR_PERF_GLOBAL_INUSE emulation
` [PATCH 5/9] KVM: x86/pmu: Check CPUID.0AH.ECX consistency
` [PATCH 6/9] KVM: x86/pmu: Add Intel PMU supported fixed counters mask
` [PATCH 7/9] KVM: x86/pmu: Add fixed counter enumeration for pmu v5
` [PATCH 8/9] KVM: x86/pmu: Upgrade pmu version to 5 on intel processor
` [PATCH 9/9] KVM: selftests: Add fixed counters enumeration test case

[PATCH 0/4] target/i386: add support for FRED
 2023-09-01  5:30 UTC  (5+ messages)
` [PATCH 1/4] target/i386: add support for FRED in CPUID enumeration
` [PATCH 2/4] target/i386: mark CR4.FRED not reserved
` [PATCH 3/4] target/i386: enumerate VMX nested-exception support
` [PATCH 4/4] target/i386: add live migration support for FRED

[PATCH] iommu/amd: remove amd_iommu_snp_enable
 2023-09-01  5:50 UTC  (2+ messages)

[PATCH v7 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-09-01  5:48 UTC  (10+ messages)

[PATCH v4 00/10] iommu: Prepare to deliver page faults to user space
 2023-09-01  2:50 UTC  (13+ messages)
` [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic

[PATCH v15 0/2] add debugfs to migration driver
 2023-09-01  2:36 UTC  (3+ messages)
` [PATCH v15 1/2] vfio/migration: Add debugfs to live "
` [PATCH v15 2/2] Documentation: add debugfs description for vfio

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-08-31 21:18 UTC  (7+ messages)
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn

[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-08-31 20:24 UTC  (11+ messages)
` [PATCH v10 1/9] KVM: x86/mmu: Use GENMASK_ULL() to define __PT_BASE_ADDR_MASK

[GIT PULL v2 00/10] KVM: s390: Changes for 6.6
 2023-08-31 17:22 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for Linux v6.6
 2023-08-31 17:19 UTC  (2+ messages)

[RFC PATCH v2 0/2] vsock: handle writes to shutdowned socket
 2023-08-31 17:04 UTC  (7+ messages)
` [RFC PATCH v2 1/2] vsock: send SIGPIPE on write "
` [RFC PATCH v2 2/2] test/vsock: shutdowned socket test

[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
 2023-08-31 16:50 UTC  (9+ messages)
` [PATCH 4/8] KVM: gmem: protect kvm_mmu_invalidate_end()

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-08-31 16:43 UTC  (3+ messages)

[ANNOUNCE] PUCK Agenda - 2023.08.23 - CANCELED
 2023-08-31 16:32 UTC  (4+ messages)
` PUCK Agenda - 2023.08.30

[PATCH v4 00/29] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-08-31 16:11 UTC  (6+ messages)
` [PATCH v4 16/29] KVM: x86: Reject memslot MOVE operations if KVMGT is attached

[PATCH 0/6] Add printf attribute to kselftest functions
 2023-08-31 14:33 UTC  (5+ messages)
` [PATCH 6/6] selftests/kvm: Replace attribute with macro

[PULL 04/41] bulk: Do not declare function prototypes using 'extern' keyword
 2023-08-31 12:56 UTC  (2+ messages)
` [PULL 33/41] hw/i386: Remove unuseful kvmclock_create() stub

[PATCH] Add kvm_arch helper functions for guests' callchains
 2023-08-31 12:26 UTC 

Fwd: kvm: Windows Server 2003 VM fails to work on 6.1.44 (works fine on 6.1.43)
 2023-08-31  9:42 UTC  (3+ messages)

[PATCH v3] KVM: s390: fix gisa destroy operation might lead to cpu stalls
 2023-08-31  9:18 UTC  (3+ messages)

[PATCH v2 0/3] vfio: use __aligned_u64 for ioctl structs
 2023-08-31  8:45 UTC  (3+ messages)
` [PATCH v2 1/3] vfio: trivially "

[PATCH v20 00/30] Add KVM LoongArch support
 2023-08-31  8:30 UTC  (5+ messages)
` [PATCH v20 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v20 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v20 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v20 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM


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