messages from 2025-03-17 17:08:20 to 2025-03-19 02:19:30 UTC [more...]
Lockdep failure due to 'wierd' per-cpu wakeup_vcpus_on_cpu_lock lock
2025-03-19 2:19 UTC
[ANNOUNCE] PUCK Agenda - 2025.03.19 - CANCELED
2025-03-19 1:56 UTC (2+ messages)
[PATCH v3 0/4] KVM: x86: Introduce quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
2025-03-19 1:20 UTC (3+ messages)
` [PATCH v3 1/6] KVM: x86: do not allow re-enabling quirks
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-19 0:58 UTC (13+ messages)
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
[ANNOUNCE] PUCK Agenda - 2025.03.12 - CANCELED
2025-03-19 0:21 UTC (3+ messages)
[PATCH 00/13] single-binary: start make hw/arm/ common (boot.c)
2025-03-18 22:58 UTC (38+ messages)
` [PATCH 01/13] exec/cpu-all: restrict BSWAP_NEEDED to target specific code
` [PATCH 02/13] exec/cpu-all: restrict compile time assert "
` [PATCH 03/13] exec/target_page: runtime defintion for TARGET_PAGE_BITS_MIN
` [PATCH 04/13] exec/cpu-all: allow to include specific cpu
` [PATCH 05/13] target/arm/cpu: move KVM_HAVE_MCE_INJECTION to kvm-all.c file directly
` [PATCH 06/13] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned
` [PATCH 07/13] target/arm/cpu: always define kvm related registers
` [PATCH 08/13] target/arm/cpu: flags2 is always uint64_t
` [PATCH 09/13] target/arm/cpu: define ARM_MAX_VQ once for aarch32 and aarch64
` [PATCH 10/13] target/arm/cpu: define same set of registers "
` [PATCH 11/13] target/arm/cpu: remove inline stubs for aarch32 emulation
` [PATCH 12/13] meson: add common hw files
` [PATCH 13/13] hw/arm/boot: make compilation unit hw common
[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
2025-03-18 22:48 UTC (9+ messages)
[PATCH RFC 0/5] KVM: s390: Add VSIE Interpretation Extension Facility (vsie_sigpif)
2025-03-18 22:26 UTC (7+ messages)
` [PATCH RFC 1/5] KVM: s390: Add vsie_sigpif detection
` [PATCH RFC 2/5] KVM: s390: Add ssca_block and ssca_entry structs for vsie_ie
` [PATCH RFC 3/5] KVM: s390: Shadow VSIE SCA in guest-1
` [PATCH RFC 4/5] KVM: s390: Re-init SSCA on switch to ESCA
` [PATCH RFC 5/5] KVM: s390: Add VSIE shadow stat counters
[PATCH RFC] KVM: TDX: Defer guest memory removal to decrease shutdown time
2025-03-18 21:11 UTC (4+ messages)
[PATCH v3] crypto: ccp: Abort doing SEV INIT if SNP INIT fails
2025-03-18 21:06 UTC
[Invitation] bi-weekly guest_memfd upstream call on 2025-03-20
2025-03-18 20:42 UTC
[PATCH v2] crypto: ccp: Abort doing SEV INIT if SNP INIT fails
2025-03-18 20:35 UTC (3+ messages)
[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
2025-03-18 19:13 UTC (9+ messages)
[GIT PULL] KVM: x86: Changes for 6.15
2025-03-18 18:03 UTC (9+ messages)
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PV clock "
` [GIT PULL] KVM: Selftests changes for 6.15, part 2
` [GIT PULL] KVM: Selftests changes for 6.15, part 1
` [GIT PULL] KVM: x86: SVM changes for 6.15
` [GIT PULL] KVM: x86: VMX "
` [GIT PULL] KVM: x86: Xen "
[PATCH] vfio: pci: Advertise INTx only if LINE is connected
2025-03-18 17:58 UTC (2+ messages)
[kvm-unit-tests PATCH v2] riscv: Refactor SBI FWFT lock tests
2025-03-18 17:43 UTC
[PATCH v2 0/4] KVM: TDX: Cleanup the kvm_x86_ops structure for vmx/tdx
2025-03-18 16:31 UTC (7+ messages)
` [PATCH v2 1/4] KVM: TDX: Fix definition of tdx_guest_nr_guest_keyids()
` [PATCH v2 2/4] KVM: VMX: Move apicv_pre_state_restore to posted_intr.c
` [PATCH v2 3/4] KVM: VMX: Make naming consistent for kvm_complete_insn_gp via define
` [PATCH v2 4/4] KVM: VMX: Clean up and macrofy x86_ops
[PATCH v6 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
2025-03-18 16:20 UTC (8+ messages)
` [PATCH v6 1/7] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH v6 2/7] KVM: guest_memfd: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock
` [PATCH v6 3/7] KVM: guest_memfd: Track folio sharing within a struct kvm_gmem_private
` [PATCH v6 4/7] KVM: guest_memfd: Folio sharing states and functions that manage their transition
` [PATCH v6 5/7] KVM: guest_memfd: Restore folio state after final folio_put()
` [PATCH v6 6/7] KVM: guest_memfd: Handle invalidation of shared memory
` [PATCH v6 7/7] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as shared
[PATCH v7 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-03-18 16:18 UTC (10+ messages)
` [PATCH v7 1/9] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v7 2/9] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v7 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v7 4/9] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v7 5/9] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v7 6/9] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v7 7/9] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v7 8/9] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v7 9/9] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH v4 0/8] Introduce CET supervisor state support
2025-03-18 15:31 UTC (9+ messages)
` [PATCH v4 1/8] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v4 2/8] x86/fpu: Drop @perm from guest pseudo FPU container
` [PATCH v4 3/8] x86/fpu/xstate: Add CET supervisor xfeature support
` [PATCH v4 4/8] x86/fpu/xstate: Differentiate default features for host and guest FPUs
` [PATCH v4 5/8] x86/fpu: Initialize guest FPU permissions from guest defaults
` [PATCH v4 6/8] x86/fpu: Initialize guest fpstate and FPU pseudo container "
` [PATCH v4 7/8] x86/fpu/xstate: Introduce "guest-only" supervisor xfeature set
` [PATCH v4 8/8] x86/fpu/xstate: Warn if guest-only supervisor states are detected in normal fpstate
[PATCH v3 00/10] Introduce CET supervisor state support
2025-03-18 15:24 UTC (3+ messages)
[PATCH] rseq/selftests: ensure the rseq abi TLS is actually 1024 bytes
2025-03-18 15:11 UTC (3+ messages)
[PATCH] KVM: SVM: Fix SNP AP destroy race with VMRUN
2025-03-18 13:47 UTC (6+ messages)
[PATCH 0/8] x86/irq: KVM: Optimize KVM's PIR harvesting
2025-03-18 9:27 UTC (5+ messages)
` [PATCH 2/8] x86/irq: Track if IRQ was found in PIR during initial loop (to load PIR vals)
[PATCH net-next v7 0/9] Device memory TCP TX
2025-03-18 8:52 UTC (7+ messages)
` [PATCH net-next v7 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v7 4/9] net: devmem: Implement TX path
` [PATCH net-next v7 6/9] net: enable driver support for netmem TX
[RFC v2 0/5] accel/kvm: Support KVM PMU filter
2025-03-18 7:35 UTC (2+ messages)
[PATCH v6 0/5] bugfix some driver issues
2025-03-18 6:45 UTC (6+ messages)
` [PATCH v6 1/5] hisi_acc_vfio_pci: fix XQE dma address error
` [PATCH v6 2/5] hisi_acc_vfio_pci: add eq and aeq interruption restore
` [PATCH v6 3/5] hisi_acc_vfio_pci: bugfix cache write-back issue
` [PATCH v6 4/5] hisi_acc_vfio_pci: bugfix the problem of uninstalling driver
` [PATCH v6 5/5] hisi_acc_vfio_pci: bugfix live migration function without VF device driver
[PATCH v5 0/5] bugfix some driver issues
2025-03-18 6:20 UTC (4+ messages)
` [PATCH v5 5/5] hisi_acc_vfio_pci: bugfix live migration function without VF device driver
[PATCH v5 4/4] KVM: SVM: Enable Secure TSC for SNP guests
2025-03-18 3:53 UTC (2+ messages)
` [PATCH v5.1] "
[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
2025-03-18 2:09 UTC (3+ messages)
[PATCH v3 0/7] Enable shared device assignment
2025-03-18 1:54 UTC (7+ messages)
` [PATCH v3 4/7] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd
[PATCH v2 0/5] Small changes related to prefetch and spurious faults
2025-03-18 1:33 UTC (6+ messages)
` [PATCH v2 1/5] KVM: x86/mmu: Further check old SPTE is leaf for spurious prefetch fault
` [PATCH v2 2/5] KVM: x86/tdp_mmu: Merge prefetch and access checks for spurious faults
` [PATCH v2 3/5] KVM: x86/tdp_mmu: WARN if PFN changes "
` [PATCH v2 4/5] KVM: x86/mmu: Warn if PFN changes on shadow-present SPTE in shadow MMU
` [PATCH v2 5/5] KVM: x86/mmu: Check and free obsolete roots in kvm_mmu_reload()
[PATCH v2 00/10] vhost-scsi: log write descriptors for live migration (and three bugfix)
2025-03-18 1:12 UTC (16+ 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 04/10] vhost: modify vhost_log_write() for broader users
` [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 07/10] vhost-scsi: log I/O queue write descriptors
` [PATCH v2 08/10] vhost-scsi: log control "
` [PATCH v2 09/10] vhost-scsi: log event "
` [PATCH v2 10/10] vhost: add WARNING if log_num is more than limit
[RFC kvmtool 0/9] arm: Drop support for 32-bit kvmtool
2025-03-18 1:10 UTC (4+ messages)
[PATCH] vfio/type1: conditional rescheduling while pinning
2025-03-17 22:53 UTC (4+ messages)
[PATCH 0/7] Make ASIDs static for SVM
2025-03-17 22:13 UTC (7+ messages)
` [PATCH 6/7] KVM: SVM: Use a single ASID per VM
` [PATCH 7/7] KVM: SVM: Share more code between pre_sev_run() and pre_svm_run()
[PATCH] KVM: x86: Add a module param to control and enumerate device posted IRQs
2025-03-17 19:54 UTC (4+ messages)
[PATCH v8 0/5] vfio-pci support pasid attach/detach
2025-03-17 19:28 UTC (4+ messages)
[PATCH v6 00/18] make system memory API available for common code
2025-03-17 18:34 UTC (19+ messages)
` [PATCH v6 01/18] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH v6 02/18] exec/tswap: implement {ld,st}.*_p as functions instead of macros
` [PATCH v6 03/18] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH v6 04/18] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH v6 05/18] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH v6 06/18] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH v6 07/18] exec/exec-all: remove dependency on cpu.h
` [PATCH v6 08/18] exec/memory-internal: "
` [PATCH v6 09/18] exec/ram_addr: "
` [PATCH v6 10/18] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH v6 11/18] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH v6 12/18] hw/xen: add stubs for various functions
` [PATCH v6 13/18] system/xen: remove inline stubs
` [PATCH v6 14/18] system/physmem: compilation unit is now common to all targets
` [PATCH v6 15/18] include/exec/memory: extract devend_big_endian from devend_memop
` [PATCH v6 16/18] include/exec/memory: move devend functions to memory-internal.h
` [PATCH v6 17/18] system/memory: make compilation unit common
` [PATCH v6 18/18] system/ioport: "
[PATCH 0/3] KVM: x86: Dynamically allocate hashed page list
2025-03-17 17:11 UTC (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Dynamically allocate shadow MMU's "
[PATCH v4 00/18] riscv: add SBI FWFT misaligned exception delegation support
2025-03-17 17:06 UTC (9+ messages)
` [PATCH v4 11/18] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v4 12/18] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v4 13/18] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v4 14/18] selftests: riscv: add misaligned access testing
` [PATCH v4 15/18] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v4 16/18] RISC-V: KVM: add SBI extension reset callback
` [PATCH v4 17/18] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v4 18/18] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
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