kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-09 19:40:19 to 2025-01-10 23:55:45 UTC [more...]

[PATCH 0/6] riscv: add SBI FWFT misaligned exception delegation support
 2025-01-10 23:55 UTC  (11+ messages)
` [PATCH 1/6] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH 2/6] riscv: request misaligned exception delegation from SBI
` [PATCH 3/6] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH 4/6] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH 6/6] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
 2025-01-10 23:18 UTC  (15+ messages)
` [PATCH v8 01/11] KVM: Remove kvm_handle_hva_range helper functions
` [PATCH v8 02/11] KVM: Add lockless memslot walk to KVM
` [PATCH v8 03/11] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v8 04/11] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v8 05/11] KVM: x86/mmu: Rearrange kvm_{test_,}age_gfn
` [PATCH v8 06/11] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v8 08/11] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock

[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment
 2025-01-10 22:52 UTC  (13+ messages)
` [PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
` [PATCH net v2 2/5] vsock/bpf: return early if transport is not assigned
` [PATCH net v2 3/5] vsock/virtio: cancel close work in the destructor
` [PATCH net v2 4/5] vsock: reset socket state when de-assigning the transport
` [PATCH net v2 5/5] vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]

[PATCH v3 0/7] Move initializing SEV/SNP functionality to KVM
 2025-01-10 22:41 UTC  (7+ messages)
` [PATCH v3 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[PATCH v4 0/8] Basic SEV-SNP Selftests
 2025-01-10 21:55 UTC  (8+ messages)
` [PATCH v4 1/8] KVM: SEV: Disable SEV-SNP on FW validation failure
  ` [sos-linux-ext-patches] "
` [PATCH v4 2/8] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
  ` [sos-linux-ext-patches] "

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2025-01-10 21:15 UTC  (8+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2025-01-10 21:14 UTC  (26+ messages)
` [PATCH v4 0/7] Poisoned memory recovery on reboot
  ` [PATCH v4 1/7] hwpoison_page_list and qemu_ram_remap are based on pages
  ` [PATCH v4 2/7] system/physmem: poisoned memory discard on reboot
  ` [PATCH v4 5/7] hostmem: Factor out applying settings
  ` [PATCH v4 6/7] hostmem: Handle remapping of RAM
    ` [PATCH v4 6/7] c
  ` [PATCH v4 7/7] system/physmem: Memory settings applied on remap notification
` [PATCH v5 0/6] Poisoned memory recovery on reboot
  ` [PATCH v5 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
  ` [PATCH v5 2/6] system/physmem: poisoned memory discard on reboot
  ` [PATCH v5 3/6] accel/kvm: Report the loss of a large memory page
  ` [PATCH v5 4/6] numa: Introduce and use ram_block_notify_remap()
  ` [PATCH v5 5/6] hostmem: Factor out applying settings
  ` [PATCH v5 6/6] hostmem: Handle remapping of RAM

[RFC PATCH 0/2] mm: filemap: add filemap_grab_folios
 2025-01-10 21:08 UTC  (6+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] KVM: guest_memfd: use filemap_grab_folios in write

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-01-10 20:54 UTC  (24+ messages)
` [RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
` [RFC PATCH 08/12] vfio/pci: Create host unaccessible dma-buf for private device

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-10 18:40 UTC  (30+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag

[PATCH v1 00/13] KVM: s390: Stop using page->index and other things
 2025-01-10 17:43 UTC  (13+ messages)
` [PATCH v1 01/13] KVM: s390: wrapper for KVM_BUG
` [PATCH v1 02/13] KVM: s390: fake memslots for ucontrol VMs

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2025-01-10 17:30 UTC  (11+ messages)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD

[PATCH 0/7] Enable shared device assignment
 2025-01-10 14:50 UTC  (30+ messages)
` [PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
` [PATCH 5/7] memory: Register the RamDiscardManager instance upon guest_memfd creation

[PATCH 0/3] driver core: class: remove class_compat code
 2025-01-10 14:35 UTC  (3+ messages)
` [PATCH 2/3] vfio/mdev: inline needed class_compat functionality

[PATCH v7 RESEND 0/5] i386: Support SMP Cache Topology
 2025-01-10 14:51 UTC  (6+ messages)
` [PATCH v7 RESEND 1/5] hw/core/machine: Reject thread level cache
` [PATCH v7 RESEND 2/5] i386/cpu: Support module level cache topology
` [PATCH v7 RESEND 3/5] i386/cpu: Update cache topology with machine's configuration
` [PATCH v7 RESEND 4/5] i386/pc: Support cache topology in -machine for PC machine
` [PATCH v7 RESEND 5/5] i386/cpu: add has_caches flag to check smp_cache configuration

[PATCH v3 00/11] Remove implicit devres from pci_intx()
 2025-01-10 14:28 UTC  (3+ messages)
` [PATCH v3 05/11] misc: Use never-managed version of pci_intx()

[PATCH V2] KVM: SEV: fix wrong pinning of pages
 2025-01-10 11:53 UTC  (2+ messages)

[PATCH v7 0/5] i386: Support SMP Cache Topology
 2025-01-10 11:41 UTC  (5+ messages)
` [PATCH v7 1/5] hw/core/machine: Reject thread level cache

[PATCH v2 0/3] tun: Unify vnet implementation and fill full vnet header
 2025-01-10 11:32 UTC  (20+ messages)
` [PATCH v2 1/3] tun: Unify vnet implementation
` [PATCH v2 2/3] tun: Pad virtio header with zero
` [PATCH v2 3/3] tun: Set num_buffers for virtio 1.0

[kvm-unit-tests PATCH v6 0/5] riscv: add SBI SSE extension tests
 2025-01-10 11:12 UTC  (6+ messages)
` [kvm-unit-tests PATCH v6 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v6 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v6 3/5] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v6 4/5] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v6 5/5] riscv: sbi: Add SSE extension tests

[PATCH v2 24/25] KVM: x86: Introduce KVM_TDX_GET_CPUID
 2025-01-10 10:34 UTC  (3+ messages)

[PATCH] KVM: SVM: Use str_enabled_disabled() helper in svm_hardware_setup()
 2025-01-10 10:11 UTC 

[PATCH v6 0/6] tun: Introduce virtio-net hashing feature
 2025-01-10  9:47 UTC  (12+ messages)
` [PATCH v6 1/6] virtio_net: Add functions for hashing
` [PATCH v6 3/6] tun: Introduce virtio-net hash feature
` [PATCH v6 5/6] selftest: tun: Add tests for virtio-net hashing

[PATCH] KVM: SEV: Pin SEV guest memory out of CMA area
 2025-01-10  9:40 UTC  (3+ messages)

[kvm-unit-tests PATCH v5 0/5] riscv: add SBI SSE extension tests
 2025-01-10  9:23 UTC  (7+ messages)
` [kvm-unit-tests PATCH v5 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v5 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v5 3/5] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v5 4/5] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v5 5/5] riscv: sbi: Add SSE extension tests

[PATCH v3 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
 2025-01-10  8:58 UTC  (3+ messages)
` [PATCH v3] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching

[PATCH net 0/2] vsock: some fixes due to transport de-assignment
 2025-01-10  8:39 UTC  (4+ messages)
` [PATCH net 1/2] vsock/virtio: discard packets if the transport changes

[PATCH v2 0/2] KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
 2025-01-10  8:23 UTC  (4+ messages)
` [PATCH v2 1/2] x86, lib: Add WBNOINVD helper functions
` [PATCH v2 2/2] KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency

[PATCH 00/16] KVM: TDX: TDX interrupts
 2025-01-10  5:36 UTC  (4+ messages)
` [PATCH 01/16] KVM: TDX: Add support for find pending IRQ in a protected local APIC

[PATCH v2 00/25] TDX vCPU/VM creation
 2025-01-10  4:47 UTC  (3+ messages)
` [PATCH v2 24/25] KVM: x86: Introduce KVM_TDX_GET_CPUID

[PATCH 0/8] KVM: selftests: Binary stats fixes and infra updates
 2025-01-10  1:15 UTC  (3+ messages)

[PATCH v2 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-09 22:57 UTC  (7+ messages)
` [PATCH v2 2/3] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v2 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status

[PATCH v2 00/13] KVM: Introduce KVM Userfault
 2025-01-09 20:49 UTC  (14+ messages)
` [PATCH v2 01/13] KVM: Add KVM_MEM_USERFAULT memslot flag and bitmap
` [PATCH v2 02/13] KVM: Add KVM_MEMORY_EXIT_FLAG_USERFAULT
` [PATCH v2 03/13] KVM: Allow late setting of KVM_MEM_USERFAULT on guest_memfd memslot
` [PATCH v2 04/13] KVM: Advertise KVM_CAP_USERFAULT in KVM_CHECK_EXTENSION
` [PATCH v2 05/13] KVM: x86/mmu: Add support for KVM_MEM_USERFAULT
` [PATCH v2 06/13] KVM: arm64: "
` [PATCH v2 07/13] KVM: selftests: Fix vm_mem_region_set_flags docstring
` [PATCH v2 08/13] KVM: selftests: Fix prefault_mem logic
` [PATCH v2 09/13] KVM: selftests: Add va_start/end into uffd_desc
` [PATCH v2 10/13] KVM: selftests: Add KVM Userfault mode to demand_paging_test
` [PATCH v2 11/13] KVM: selftests: Inform set_memory_region_test of KVM_MEM_USERFAULT
` [PATCH v2 12/13] KVM: selftests: Add KVM_MEM_USERFAULT + guest_memfd toggle tests
` [PATCH v2 13/13] KVM: Documentation: Add KVM_CAP_USERFAULT and KVM_MEM_USERFAULT details

[PATCH v2 0/2] KVM: x86: read the PML log in the same order it was written
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH 1/1] KVM: VMX: Fix comment of handle_vmx_instruction
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH] KVM: VMX: Reinstate __exit attribute for vmx_exit
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH] KVM: SVM: Use str_enabled_disabled() helper in sev_hardware_setup()
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH] KVM: selftests: Use data load to trigger LLC references/misses in Intel PMU
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH] KVM: selftests: Add helpers for locally (un)blocking IRQs on x86
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH] KVM: selftests: Add printf attribute to _no_printf()
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH] KVM: selftests: Remove unneeded semicolon
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH v2 0/6] Extend pmu_counters_test to AMD CPUs
 2025-01-09 19:47 UTC  (2+ messages)

Subject: [PATCH] x86: kvmclock: Clean up the usage of the apic_lvt_mask array
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH] KVM: x86: Avoid double RDPKRU when loading host/guest PKRU
 2025-01-09 19:47 UTC  (2+ messages)

[PATCH 0/8] Add SBI v3.0 PMU enhancements
 2025-01-09 19:40 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).