messages from 2025-09-09 04:09:02 to 2025-09-10 18:08:00 UTC [more...]
[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
2025-09-10 18:07 UTC (16+ messages)
` [PATCH v2 01/20] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v2 02/20] s390: Move sske_frame() to a header
` [PATCH v2 03/20] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v2 04/20] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v2 05/20] KVM: s390: Add helper functions for fault handling
` [PATCH v2 06/20] KVM: s390: Rename some functions in gaccess.c
` [PATCH v2 08/20] KVM: s390: KVM page table management functions: allocation
` [PATCH v2 09/20] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v2 11/20] KVM: s390: KVM page table management functions: storage keys
` [PATCH v2 13/20] KVM: s390: KVM page table management functions: CMMA
` [PATCH v2 15/20] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v2 17/20] KVM: s390: Remove gmap from s390/mm
` [PATCH v2 18/20] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v2 19/20] KVM: s390: Enable 1M pages for gmap
` [PATCH v2 20/20] KVM: s390: Storage key manipulation IOCTL
[PATCH v14 00/22] Enable CET Virtualization
2025-09-10 18:06 UTC (38+ messages)
` [PATCH v14 01/22] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v14 02/22] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v14 03/22] KVM: x86: Check XSS validity against guest CPUIDs
` [PATCH v14 04/22] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v14 05/22] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v14 06/22] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v14 07/22] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v14 08/22] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v14 09/22] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v14 10/22] KVM: x86: Enable guest SSP read/write interface with new uAPIs
` [PATCH v14 11/22] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v14 12/22] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v14 13/22] KVM: VMX: Set up interception for CET MSRs
` [PATCH v14 14/22] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v14 15/22] KVM: x86: Don't emulate instructions guarded by CET
` [PATCH v14 16/22] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v14 17/22] KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
` [PATCH v14 18/22] KVM: nVMX: Prepare for enabling CET support for nested guest
` [PATCH v14 19/22] KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
` [PATCH v14 20/22] KVM: nVMX: Add consistency checks for CET states
` [PATCH v14 21/22] KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET state
` [PATCH v14 22/22] KVM: selftest: Add tests for KVM_{GET,SET}_ONE_REG
[PATCH v5 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
2025-09-10 17:49 UTC (3+ messages)
` [PATCH v5 3/4] x86/msr-index: Define AMD64_CPUID_FN_EXT MSR
[PATCH v3 06/11] iommu: Compute iommu_groups properly for PCIe MFDs
2025-09-10 17:43 UTC (8+ messages)
[PATCH v3 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()
2025-09-10 17:34 UTC (4+ messages)
[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-09-10 17:26 UTC (8+ messages)
` [PATCH v18 14/33] x86/resctrl: Add data structures and definitions for ABMC assignment
[PATCHv2 00/12] TDX: Enable Dynamic PAMT
2025-09-10 17:18 UTC (5+ messages)
[PATCH] x86/virt/tdx: Use precalculated TDVPR page physical address
2025-09-10 16:57 UTC (5+ messages)
[PATCH v3 05/11] PCI: Add pci_reachable_set()
2025-09-10 16:13 UTC (3+ messages)
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-09-10 14:45 UTC (6+ messages)
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
[PATCH v2 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
2025-09-10 13:33 UTC (5+ messages)
` [PATCH v2 1/2] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
` [PATCH v2 2/2] KVM: selftests: Test TPR / CR8 sync and interrupt masking
[RFC PATCH v1 0/5] x86/boot, KVM: Move VMXON/VMXOFF handling from KVM to CPU lifecycle
2025-09-10 13:13 UTC (12+ messages)
` [RFC PATCH v1 1/5] x86/boot: Shift VMXON from KVM init to CPU startup phase
` [RFC PATCH v1 2/5] x86/boot: Move VMXOFF from KVM teardown to CPU shutdown phase
` [RFC PATCH v1 3/5] x86/shutdown, KVM: VMX: Move VMCLEAR of VMCSs to cpu_disable_virtualization()
` [RFC PATCH v1 4/5] x86/reboot: Remove emergency_reboot_disable_virtualization()
` [RFC PATCH v1 5/5] KVM: Remove kvm_rebooting and its references
[PATCH v2 00/12] Implement support for IBS virtualization
2025-09-10 13:01 UTC (3+ messages)
` [PATCH v2 06/12] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests
[RFC PATCH 0/3] KVM: SVM: Fix IRQ window inhibit handling
2025-09-10 12:30 UTC (4+ messages)
[PATCH] Documentation: kvm: Fix ordering
2025-09-10 12:29 UTC (2+ messages)
[kvm-unit-tests PATCH v2] scripts/arch-run.bash: Drop the dependency on "jq"
2025-09-10 11:36 UTC (7+ messages)
[BUG] [KVM/VMX] Level triggered interrupts mishandled on Windows w/ nested virt(Credential Guard) when using split irqchip
2025-09-10 9:39 UTC (7+ messages)
[PATCH] vhost: vringh: Modify the return value check
2025-09-10 9:17 UTC
[PATCH v2] KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
2025-09-10 8:51 UTC
[PATCH v10 00/21] TDX KVM selftests
2025-09-10 7:46 UTC (5+ messages)
` [PATCH v10 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v10 20/21] KVM: selftests: Add ucall support for TDX
[PATCH] LoongArch: KVM: Fix VM migration failure with PTW enabled
2025-09-10 7:14 UTC
[PATCH 0/7] KVM: x86: Improve the handling of debug exceptions during instruction emulation
2025-09-10 2:49 UTC (8+ messages)
` [PATCH 1/7] KVM: x86: Set guest DR6 by kvm_queue_exception_p() in "
` [PATCH 2/7] KVM: x86: Check guest debug in DR access "
` [PATCH 3/7] KVM: x86: Only check effective code breakpoint in emulation
` [PATCH 4/7] KVM: x86: Consolidate KVM_GUESTDBG_SINGLESTEP check into the kvm_inject_emulated_db()
` [PATCH 5/7] KVM: VMX: Set 'BS' bit in pending debug exceptions during instruction emulation
` [PATCH 6/7] KVM: selftests: Verify guest debug DR7.GD checking "
` [PATCH 7/7] KVM: selftests: Verify 'BS' bit checking in pending debug exception during VM entry
[PATCH v13 00/21] Enable CET Virtualization
2025-09-10 2:55 UTC (7+ messages)
` [PATCH v13 05/21] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
2025-09-10 2:02 UTC (5+ messages)
` [PATCH v2 2/3] KVM: TDX: Do not retry locally when the retry is caused by invalid memslot
[PATCH] sched/fair: Only increment deadline once on yield
2025-09-10 1:43 UTC (2+ messages)
[PATCH 1/1] KVM: TDX: Fix uninitialized error code for __tdx_bringup()
2025-09-09 22:19 UTC (5+ messages)
[syzbot] [kvmarm?] [kvm?] WARNING: locking bug in vgic_put_irq
2025-09-09 22:14 UTC (3+ messages)
[PATCH RFC net-next 0/7] ice: implement live migration driver for E800 series hardware
2025-09-09 21:57 UTC (8+ messages)
` [PATCH RFC net-next 1/7] ice: add basic skeleton and TLV framework for live migration support
` [PATCH RFC net-next 2/7] ice: implement device suspension for live migration
` [PATCH RFC net-next 3/7] ice: add migration TLV for basic VF information
` [PATCH RFC net-next 4/7] ice: add migration TLVs for queue and interrupt state
` [PATCH RFC net-next 5/7] ice: add remaining migration TLVs
` [PATCH RFC net-next 6/7] ice-vfio-pci: add ice VFIO PCI live migration driver
` [PATCH RFC net-next 7/7] ice-vfio-pci: implement PCI .reset_done handling
[PATCH v3 02/11] PCI: Add pci_bus_isolated()
2025-09-09 21:21 UTC (4+ messages)
[PATCH v3 03/11] iommu: Compute iommu_groups properly for PCIe switches
2025-09-09 21:21 UTC (6+ messages)
[PATCH] vfio/pci: Fix INTx handling on legacy DisINTx- PCI devices
2025-09-09 20:48 UTC
[PATCH 0/4] KVM: selftests: Fastops DIV testcases
2025-09-09 20:28 UTC (5+ messages)
` [PATCH 1/4] KVM: selftests: Add support for #DE exception fixup
` [PATCH 2/4] KVM: selftests: Add coverage for 'b' (byte) sized fastops emulation
` [PATCH 3/4] KVM: selftests: Dedup the gnarly constraints of the fastops tests (more macros!)
` [PATCH 4/4] KVM: selftests: Add support for DIV and IDIV in the fastops test
[PATCH v2 0/2] Support for SEV-ES guest shadow stack
2025-09-09 20:04 UTC (3+ messages)
` [PATCH v2 2/2] x86/sev-es: Include XSS value in GHCB CPUID request
[PATCH v3 07/11] iommu: Validate that pci_for_each_dma_alias() matches the groups
2025-09-09 19:58 UTC (4+ messages)
[PATCH] KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
2025-09-09 19:52 UTC
[PATCH v3] mfd: max77705: rework interrupts
2025-09-09 18:23 UTC
[PATCH v6 0/8] Add SBI v3.0 PMU enhancements
2025-09-09 13:09 UTC (11+ messages)
` [PATCH v6 1/8] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v6 2/8] drivers/perf: riscv: Add raw event v2 support
` [PATCH v6 3/8] RISC-V: KVM: Add support for Raw event v2
` [PATCH v6 4/8] drivers/perf: riscv: Implement PMU event info function
` [PATCH v6 5/8] drivers/perf: riscv: Export "
` [PATCH v6 6/8] RISC-V: KVM: No need of explicit writable slot check
` [PATCH v6 7/8] RISC-V: KVM: Implement get event info function
` [PATCH v6 8/8] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[GIT PULL 0/3] KVM: s390: fixes for 6.17
2025-09-09 11:46 UTC (4+ messages)
` [GIT PULL 1/3] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
` [GIT PULL 2/3] KVM: s390: Fix incorrect usage of mmu_notifier_register()
` [GIT PULL 3/3] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion
[bug report] KVM: TDX: Get system-wide info about TDX module on initialization
2025-09-09 10:20 UTC (2+ messages)
[PATCH v4 0/4] KVM: Speed up MMIO registrations
2025-09-09 10:00 UTC (5+ messages)
` [PATCH v4 1/4] KVM: arm64: vgic-init: Remove vgic_ready() macro
` [PATCH v4 2/4] KVM: arm64: vgic: Explicitly implement vgic_dist::ready ordering
` [PATCH v4 3/4] KVM: Implement barriers before accessing kvm->buses[] on SRCU read paths
` [PATCH v4 4/4] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()
[PATCH v2 00/37] mm: remove nth_page()
2025-09-09 9:55 UTC (8+ messages)
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
[PATCH v3] riscv: skip csr restore if vcpu preempted reload
2025-09-09 6:49 UTC (2+ messages)
[PATCH] KVM: x86: Restrict writeback of SMI VCPU state
2025-09-09 6:42 UTC (2+ messages)
[kvm-unit-tests] riscv build failure
2025-09-09 5:08 UTC (3+ messages)
[PATCH v3 11/11] PCI: Check ACS Extended flags for pci_bus_isolated()
2025-09-09 5:04 UTC (2+ messages)
[PATCH v3 09/11] PCI: Enable ACS Enhanced bits for enable_acs and config_acs
2025-09-09 5:01 UTC (2+ messages)
[PATCH v3 08/11] PCI: Add the ACS Enhanced Capability definitions
2025-09-09 5:01 UTC (2+ messages)
[PATCH v3 04/11] iommu: Organize iommu_group by member size
2025-09-09 4:16 UTC (2+ messages)
[PATCH] KVM: x86: Latch INITs only in specific CPU states in KVM_SET_VCPU_EVENTS
2025-09-09 4:15 UTC (9+ messages)
` [External] "
[PATCH v3 01/11] PCI: Move REQ_ACS_FLAGS into pci_regs.h as PCI_ACS_ISOLATED
2025-09-09 4:08 UTC (2+ messages)
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