messages from 2024-03-07 11:24:21 to 2024-03-11 04:46:12 UTC [more...]
[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
2024-03-11 4:45 UTC (5+ messages)
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
2024-03-11 4:00 UTC (6+ messages)
[RFC PATCH 0/8] KVM: Prepopulate guest memory API
2024-03-11 3:20 UTC (15+ messages)
` [RFC PATCH 1/8] KVM: Document KVM_MAP_MEMORY ioctl
` [RFC PATCH 2/8] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
[PATCH vhost v1 0/4] refactor the params of find_vqs()
2024-03-11 2:24 UTC (4+ messages)
` [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters
[PATCH v2 0/7] vfio: Interrupt eventfd hardening
2024-03-11 1:56 UTC (11+ messages)
` [PATCH v2 1/7] vfio/pci: Disable auto-enable of exclusive INTx IRQ
` [PATCH v2 2/7] vfio/pci: Lock external INTx masking ops
` [PATCH v2 3/7] vfio: Introduce interface to flush virqfd inject workqueue
` [PATCH v2 4/7] vfio/pci: Create persistent INTx handler
` [PATCH v2 5/7] vfio/platform: Disable virqfds on cleanup
` [PATCH v2 6/7] vfio/platform: Create persistent IRQ handlers
` [PATCH v2 7/7] vfio/fsl-mc: Block calling interrupt handler without trigger
[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
2024-03-11 1:16 UTC (7+ messages)
` [PATCH 1/5] KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
` [PATCH 2/5] KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1
` [PATCH 3/5] srcu: Add an API for a memory barrier after SRCU read lock
` [PATCH 4/5] KVM: x86: Ensure a full memory barrier is emitted in the VM-Exit path
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-03-11 1:28 UTC (20+ messages)
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
[PATCH 0/2] KVM: x86/pmu: Globally enable GP counters at "RESET"
2024-03-11 1:25 UTC (4+ messages)
` [PATCH 1/2] KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL "
` [PATCH 2/2] KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs test
[GIT PULL] Final set of KVM fixes for Linux 6.8
2024-03-10 16:33 UTC (2+ messages)
[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
2024-03-10 13:44 UTC (15+ messages)
` [PATCH v9 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PATCH v9 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v9 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
[PATCH 0/8] iommufd support pasid attach/replace
2024-03-10 13:05 UTC (4+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid
[PATCH v1 00/13] tools header compiler.h update
2024-03-10 11:45 UTC (16+ messages)
` [PATCH v1 01/13] tools bpf: Synchronize bpf.h with kernel uapi version
` [PATCH v1 02/13] libbpf: Make __printf define conditional
` [PATCH v1 03/13] libperf xyarray: Use correct stddef.h include
` [PATCH v1 04/13] perf expr: Add missing stdbool.h include
` [PATCH v1 05/13] perf expr: Tidy up header guard
` [PATCH v1 06/13] perf debug: Add missing linux/types.h include
` [PATCH v1 07/13] perf cacheline: "
` [PATCH v1 08/13] perf arm-spe: "
` [PATCH v1 09/13] tools headers: Rewrite linux/atomic.h using C11's stdatomic.h
` [PATCH v1 10/13] asm-generic: Avoid transitive dependency for unaligned.h
` [PATCH v1 11/13] tools headers: Sync linux/overflow.h
` [PATCH v1 12/13] tools headers: Sync compiler.h headers
` [PATCH v1 13/13] tools headers: Rename noinline to __noinline
[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
2024-03-10 9:35 UTC (15+ messages)
[PULL 18/43] target/i386/sev: Fix missing ERRP_GUARD() for error_prepend()
2024-03-09 19:21 UTC
[PATCH] KVM: SVM: Remove a useless zeroing of allocated memory
2024-03-09 17:15 UTC
[GIT PULL] KVM: x86: MMU(ish) fixes for 6.8
2024-03-09 16:49 UTC (2+ messages)
[GIT PULL] KVM/arm64 updates for 6.9
2024-03-09 16:40 UTC
[PATCH] SEV: disable SEV-ES DebugSwap by default
2024-03-09 16:31 UTC
[GIT PULL] KVM: GUEST_MEMFD fixes for 6.8
2024-03-09 16:30 UTC (3+ messages)
[PATCH v19 000/130] KVM TDX basic feature support
2024-03-09 16:28 UTC (17+ messages)
` [PATCH v19 001/130] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH v19 002/130] x86/virt/tdx: Move TDMR metadata fields map table to local variable
` [PATCH v19 003/130] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v19 005/130] x86/virt/tdx: Export global metadata read infrastructure
` [PATCH v19 014/130] KVM: Add KVM vcpu ioctl to pre-populate guest memory
` [PATCH v19 080/130] KVM: TDX: restore host xsave state when exit from the guest TD
[PATCH 0/5] KVM: arm64: Move host-specific data out of kvm_vcpu_arch
2024-03-09 13:00 UTC (11+ messages)
` [PATCH 1/5] KVM: arm64: Add accessor for per-CPU state
` [PATCH 5/5] KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
Unmapping KVM Guest Memory from Host Kernel
2024-03-09 11:14 UTC (9+ messages)
[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
2024-03-09 1:27 UTC (10+ messages)
` [PATCH v6 1/9] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
` [PATCH v6 2/9] x86/cpu: KVM: Move macro to encode PAT value to common header
` [PATCH v6 3/9] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
` [PATCH v6 4/9] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v6 5/9] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
` [PATCH v6 6/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
` [PATCH v6 7/9] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
` [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor
` [PATCH v6 9/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()
[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
2024-03-08 23:28 UTC (18+ messages)
` [PATCH 01/16] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
` [PATCH 05/16] KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
` [PATCH 09/16] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH 11/16] KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
[GIT PULL] KVM: x86 pull requests for 6.9
2024-03-08 22:37 UTC (9+ messages)
` [GIT PULL] KVM: Async #PF changes "
` [GIT PULL] KVM: Common MMU "
` [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 "
` [GIT PULL] KVM: Xen and gfn_to_pfn_cache "
Unmapping KVM Guest Memory from Host Kernel
2024-03-08 21:05 UTC
[PATCH 0/7] vfio: Interrupt eventfd hardening
2024-03-08 20:46 UTC (23+ messages)
` [PATCH 1/7] vfio/pci: Disable auto-enable of exclusive INTx IRQ
` [PATCH 2/7] vfio/pci: Lock external INTx masking ops
` [PATCH 3/7] vfio: Introduce interface to flush virqfd inject workqueue
` [PATCH 4/7] vfio/pci: Create persistent INTx handler
` [PATCH 5/7] vfio/platform: Disable virqfds on cleanup
[PATCH vfio 0/2] vfio/pds: Reset related fixes/improvements
2024-03-08 18:21 UTC (3+ messages)
` [PATCH vfio 1/2] vfio/pds: Make sure migration file isn't accessed after reset
` [PATCH vfio 2/2] vfio/pds: Refactor/simplify reset logic
[PATCH v2 0/8] KVM: x86/xen updates
2024-03-08 18:10 UTC (4+ messages)
` [PATCH v2 7/8] KVM: x86/xen: avoid blocking in hardirq context in kvm_xen_set_evtchn_fast()
[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
2024-03-08 17:54 UTC (9+ messages)
` [PATCH v2 08/13] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
` [PATCH v2 11/13] KVM: arm64: nv: Add emulation for ERETAx instructions
[PATCH v3 00/29] hw,target: Prefer fast cpu_env() over slower CPU QOM cast macro
2024-03-08 17:35 UTC (3+ messages)
` [PATCH v3 01/29] bulk: Access existing variables initialized to &S->F when available
[PATCH] vfio/platform: Convert to platform remove callback returning void
2024-03-08 17:06 UTC (2+ messages)
[PATCH v5 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
2024-03-08 16:52 UTC (5+ messages)
` [PATCH v5 08/10] crypto: qat - add interface for live migration
` [PATCH v5 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices
[PATCH 1/1] KVM: x86: Print names of apicv inhibit reasons in traces
2024-03-08 16:06 UTC (2+ messages)
[GIT PULL] KVM/riscv changes for 6.9
2024-03-08 15:40 UTC (6+ messages)
[PATCH 0/3] KVM: x86: Fix KVM_FEATURE_PV_UNHALT update logic
2024-03-08 10:44 UTC (5+ messages)
` [PATCH 3/3] KVM: selftests: Check that KVM_FEATURE_PV_UNHALT is cleared with KVM_X86_DISABLE_EXITS_HLT
[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
2024-03-08 6:03 UTC (8+ messages)
[PATCH v2 0/2] kvm: add support for guest physical bits
2024-03-08 5:47 UTC (3+ messages)
` [PATCH v2 2/2] "
[PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
2024-03-08 5:19 UTC (3+ messages)
[RESEND v3 0/3] KVM: irqchip: synchronize srcu only if needed
2024-03-08 4:06 UTC (3+ messages)
` [RESEND v3 1/3] KVM: setup empty irq routing when create vm
[PATCH v3 0/4] KVM: X86: Make bus clock frequency for vapic timer configurable
2024-03-08 1:36 UTC (4+ messages)
` [PATCH v3 3/4] KVM: X86: Add a capability to configure bus frequency for APIC timer
[PATCH v18 000/121] KVM TDX basic feature support
2024-03-08 1:07 UTC (9+ messages)
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory
[PATCH] KVM: selftests: Create memslot 0 at GPA 0x100000000 on x86_64
2024-03-07 23:53 UTC (4+ messages)
[PATCH] KVM: x86/mmu: Process atomically-zapped SPTEs after replacing REMOVED_SPTE
2024-03-07 21:34 UTC (2+ messages)
[PATCH v4 0/3] Add arch_timer_edge_cases selftest
2024-03-07 18:39 UTC (4+ messages)
` [PATCH v4 1/3] KVM: arm64: selftests: Standardize GIC base addresses
` [PATCH v4 2/3] KVM: arm64: selftests: Guarantee interrupts are handled
` [PATCH v4 3/3] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
[PATCH] KVM: x86: Do not mask LVTPC when handling a PMI on AMD platforms
2024-03-07 18:35 UTC (5+ messages)
[PATCH v1 0/5] Add support for the Idle HLT intercept feature
2024-03-07 18:24 UTC (6+ messages)
` [PATCH v1 3/5] tools: Add KVM exit reason for the Idle HLT
` [PATCH v1 5/5] selftests: KVM: SVM: Add Idle HLT intercept test
[PATCH v2] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running
2024-03-07 16:35 UTC
[PATCH 7/7] vfio/fsl-mc: Block calling interrupt handler without trigger
2024-03-07 15:21 UTC (2+ messages)
[GIT PULL] LoongArch KVM changes for v6.9
2024-03-07 14:49 UTC
[Patch v3] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
2024-03-07 12:02 UTC (7+ messages)
[PATCH v3 0/4] add debugfs to hisilicon migration driver
2024-03-07 11:51 UTC (4+ messages)
` [PATCH v3 2/4] hisi_acc_vfio_pci: Create subfunction for data reading
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox