messages from 2025-03-25 04:59:40 to 2025-03-27 10:10:18 UTC [more...]
[PATCH RFC] KVM: TDX: Defer guest memory removal to decrease shutdown time
2025-03-27 10:10 UTC (3+ messages)
[PATCH 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
2025-03-27 9:43 UTC (7+ messages)
` [PATCH 1/5] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
` [PATCH 2/5] KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check
` [PATCH 3/5] cgroup: selftests: Move cgroup_util into its own library
` [PATCH 4/5] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
` [PATCH 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking
[RFC PATCH v3 5/8] KVM: arm64: Introduce module param to partition the PMU
2025-03-27 9:18 UTC (5+ messages)
[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
2025-03-27 9:14 UTC (8+ messages)
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device
[kvm-unit-tests PATCH v3 0/5] arm64: Change the default QEMU CPU type to "max"
2025-03-27 8:25 UTC (8+ messages)
` [kvm-unit-tests PATCH v3 1/5] configure: arm64: Don't display 'aarch64' as the default architecture
` [kvm-unit-tests PATCH v3 2/5] configure: arm/arm64: Display the correct default processor
` [kvm-unit-tests PATCH v3 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v3 4/5] configure: Add --qemu-cpu option
` [kvm-unit-tests PATCH v3 5/5] arm64: Use -cpu max as the default for TCG
pvclock time drifting backward
2025-03-27 8:10 UTC (5+ messages)
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-03-27 5:00 UTC (4+ messages)
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
[PATCH 0/3] Enable x86 mediated vPMU
2025-03-27 3:47 UTC (6+ messages)
` [PATCH 2/3] target/i386: Call KVM_CAP_PMU_CAPABILITY iotcl to enable/disable PMU
[PATCH] riscv: Remove duplicate CLINT_TIMER selections
2025-03-27 3:25 UTC (2+ messages)
[PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups
2025-03-27 3:24 UTC (2+ messages)
[PATCH v2] riscv: KVM: Remove unnecessary vcpu kick
2025-03-27 3:24 UTC (2+ messages)
[GIT PULL] KVM/riscv fixes for 6.14 take #1
2025-03-27 3:24 UTC (2+ messages)
[RFC V2] LoongArch: KVM: Handle interrupt early before enabling irq
2025-03-27 3:16 UTC (4+ messages)
[PATCH] RISC-V: KVM: Teardown riscv specific bits after kvm_exit
2025-03-27 1:55 UTC (4+ messages)
[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
2025-03-26 23:51 UTC (15+ messages)
` [PATCH v2 01/10] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH v2 02/10] vhost-scsi: Fix vhost_scsi_send_bad_target()
` [PATCH v2 03/10] vhost-scsi: Fix vhost_scsi_send_status()
` [PATCH v2 05/10] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH v2 06/10] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH v2 09/10] vhost-scsi: log event queue write descriptors
[PATCH] KVM: x86: Unify cross-vCPU IBPB
2025-03-26 22:42 UTC (4+ messages)
RESEND: SEV-SNP Alternate Injection
2025-03-26 22:21 UTC
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-03-26 20:09 UTC (4+ messages)
` [PATCH v4 21/38] KVM: x86/pmu/vmx: Save/load guest IA32_PERF_GLOBAL_CTRL with vm_exit/entry_ctrl
[PATCH 0/3] Unify IBRS virtualization
2025-03-26 19:52 UTC (4+ messages)
[RFC PATCH 00/24] KVM: SVM: Rework ASID management
2025-03-26 19:44 UTC (25+ messages)
` [RFC PATCH 01/24] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [RFC PATCH 02/24] KVM: SVM: Use cached local variable in init_vmcb()
` [RFC PATCH 03/24] KVM: SVM: Add helpers to set/clear ASID flush in VMCB
` [RFC PATCH 04/24] KVM: SVM: Flush everything if FLUSHBYASID is not available
` [RFC PATCH 05/24] KVM: SVM: Flush the ASID when running on a new CPU
` [RFC PATCH 06/24] KVM: SEV: Track ASID->vCPU instead of ASID->VMCB
` [RFC PATCH 07/24] KVM: SEV: Track ASID->vCPU on vCPU load
` [RFC PATCH 08/24] KVM: SEV: Drop pre_sev_run()
` [RFC PATCH 09/24] KVM: SEV: Generalize tracking ASID->vCPU with xarrays
` [RFC PATCH 10/24] KVM: SVM: Use a single ASID per VM
` [RFC PATCH 11/24] KVM: nSVM: Use a separate ASID for nested guests
` [RFC PATCH 12/24] KVM: x86: hyper-v: Pass is_guest_mode to kvm_hv_vcpu_purge_flush_tlb()
` [RFC PATCH 13/24] KVM: nSVM: Parameterize svm_flush_tlb_asid() by is_guest_mode
` [RFC PATCH 14/24] KVM: nSVM: Split nested_svm_transition_tlb_flush() into entry/exit fns
` [RFC PATCH 15/24] KVM: x86/mmu: rename __kvm_mmu_invalidate_addr()
` [RFC PATCH 16/24] KVM: x86/mmu: Allow skipping the gva flush in kvm_mmu_invalidate_addr()
` [RFC PATCH 17/24] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [RFC PATCH 18/24] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [RFC PATCH 19/24] KVM: nSVM: Flush the TLB if L1 changes L2's ASID
` [RFC PATCH 20/24] KVM: nSVM: Do not reset TLB_CONTROL in VMCB02 on nested entry
` [RFC PATCH 21/24] KVM: nSVM: Service local TLB flushes before nested transitions
` [RFC PATCH 22/24] KVM: nSVM: Handle INVLPGA interception correctly
` [RFC PATCH 23/24] KVM: nSVM: Allocate a new ASID for nested guests
` [RFC PATCH 24/24] KVM: nSVM: Stop bombing the TLB on nested transitions
[PATCH v2 0/2] KVM: selftests: access_tracking_perf_test: skip the test when NUMA balancing is active
2025-03-26 19:38 UTC (7+ messages)
` [PATCH v2 2/2] KVM: selftests: access_tracking_perf_test: add option to skip the sanity check
[PATCH] KVM: SVM: Fix SNP AP destroy race with VMRUN
2025-03-26 17:17 UTC (11+ messages)
[PATCH v7 5/9] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
2025-03-26 14:42 UTC (2+ messages)
[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
2025-03-26 9:22 UTC (58+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk
[PATCH v7 00/52] QEMU TDX support
2025-03-26 9:22 UTC (6+ messages)
` [PATCH v7 52/52] docs: Add TDX documentation
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-03-26 8:56 UTC (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[kvmtool PATCH 00/10] Add SBI system suspend and cpu-type option
2025-03-26 6:56 UTC (11+ messages)
` [kvmtool PATCH 01/10] Sync-up headers with Linux-6.14 kernel
` [kvmtool PATCH 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH 03/10] riscv: Add Zabha "
` [kvmtool PATCH 04/10] riscv: Add Ziccrse "
` [kvmtool PATCH 05/10] riscv: Add SBI system suspend support
` [kvmtool PATCH 06/10] riscv: Make system suspend time configurable
` [kvmtool PATCH 07/10] riscv: Fix no params with nodefault segfault
` [kvmtool PATCH 08/10] riscv: Include single-letter extensions in isa_info_arr[]
` [kvmtool PATCH 09/10] riscv: Add cpu-type command-line option
` [kvmtool PATCH 10/10] riscv: Allow including extensions in the min CPU type using command-line
[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
2025-03-26 6:14 UTC (3+ messages)
[RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
2025-03-26 4:26 UTC (2+ messages)
[ANNOUNCE] PUCK Agenda - 2025.03.26 - CANCELED
2025-03-25 22:51 UTC
[GIT PULL] First batch of KVM changes for Linux 6.15
2025-03-25 21:55 UTC (2+ messages)
[PATCH kvmtool 0/9] arm: Drop support for 32-bit kvmtool
2025-03-25 21:39 UTC (10+ messages)
` [PATCH kvmtool 1/9] Drop support for 32-bit arm
` [PATCH kvmtool 2/9] arm64: Move arm64-only features into main directory
` [PATCH kvmtool 3/9] arm64: Combine kvm.c
` [PATCH kvmtool 4/9] arm64: Merge kvm-cpu.c
` [PATCH kvmtool 5/9] arm64: Combine kvm-config-arch.h
` [PATCH kvmtool 6/9] arm64: Move remaining kvm/* headers
` [PATCH kvmtool 7/9] arm64: Move asm headers
` [PATCH kvmtool 8/9] arm64: Rename top-level directory
` [PATCH kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory
[RFC PATCH v3 7/8] perf: arm_pmuv3: Keep out of guest counter partition
2025-03-25 18:52 UTC (2+ messages)
[RFC kvmtool 0/9] arm: Drop support for 32-bit kvmtool
2025-03-25 17:08 UTC (7+ messages)
` [RFC kvmtool 1/9] Drop support for 32-bit arm
` [RFC kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory
[PATCH v6 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
2025-03-25 15:57 UTC (4+ messages)
` [PATCH v6 5/7] KVM: guest_memfd: Restore folio state after final folio_put()
[PATCH v7 00/17] Provide a new two step DMA mapping API
2025-03-25 14:41 UTC (7+ messages)
[PATCH v9 0/5] vfio-pci support pasid attach/detach
2025-03-25 13:25 UTC (2+ messages)
[RFC v2 00/17] AMD: Add Secure AVIC Guest Support
2025-03-25 12:10 UTC (5+ messages)
` [RFC v2 05/17] x86/apic: Add update_vector callback for Secure AVIC
[PATCH] vfio: pci: Advertise INTx only if LINE is connected
2025-03-25 7:13 UTC (2+ messages)
[PATCH] KVM: x86:Cancel hrtimer in the process of saving PIT state to reduce the performance overhead caused by hrtimer during guest stop
2025-03-25 6:10 UTC (3+ messages)
[PATCH v3 00/29] single-binary: start make hw/arm/ common
2025-03-25 5:02 UTC (13+ messages)
` [PATCH v3 19/29] target/arm/cpu: always define kvm related registers
` [PATCH v3 20/29] target/arm/cpu: flags2 is always uint64_t
` [PATCH v3 21/29] target/arm/cpu: define same set of registers for aarch32 and aarch64
` [PATCH v3 22/29] target/arm/cpu: remove inline stubs for aarch32 emulation
` [PATCH v3 23/29] meson: add common hw files
` [PATCH v3 24/29] hw/arm/boot: make compilation unit hw common
` [PATCH v3 25/29] hw/arm/armv7m: prepare compilation unit to be common
` [PATCH v3 26/29] hw/arm/digic_boards: "
` [PATCH v3 27/29] hw/arm/xlnx-zynqmp: "
` [PATCH v3 28/29] hw/arm/xlnx-versal: "
` [PATCH v3 29/29] hw/arm: make most of the compilation units common
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