Linux KVM
[Prev Page][Next Page]
- [PATCH 1/2] KVM: nVMX: use vmx_segment_cache_clear, (continued)
- [GIT PULL] KVM: x86 pull requests for 6.11,
Sean Christopherson
- [GIT PULL] KVM: x86: Single Xen fix for 6.10 or 6.11,
Sean Christopherson
- [GIT PULL] KVM: Generic changes for 6.11,
Sean Christopherson
- [GIT PULL] KVM: x86: Misc changes for 6.11,
Sean Christopherson
- [GIT PULL] KVM: x86: MMU changes for 6.11,
Sean Christopherson
- [GIT PULL] KVM: x86: Remove MTRR virtualization,
Sean Christopherson
- [GIT PULL] KVM: x86: PMU changes for 6.11,
Sean Christopherson
- [GIT PULL] KVM: Selftests changes for 6.11,
Sean Christopherson
- [GIT PULL (sort of)] KVM: x86: Static call changes for 6.11,
Sean Christopherson
- [GIT PULL] KVM: x86: SVM changes for 6.11,
Sean Christopherson
- [GIT PULL] KVM: x86: VMX changes for 6.11,
Sean Christopherson
- [PATCH] fixup! KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE,
Rick Edgecombe
- [PATCH 00/26] Address Space Isolation (ASI) 2024,
Brendan Jackman
- [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible,
Brendan Jackman
- [PATCH 02/26] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION,
Brendan Jackman
- [PATCH 04/26] objtool: let some noinstr functions make indirect calls,
Brendan Jackman
- [PATCH 03/26] mm: asi: Introduce ASI core API,
Brendan Jackman
- [PATCH 05/26] mm: asi: Add infrastructure for boot-time enablement,
Brendan Jackman
- [PATCH 06/26] mm: asi: ASI support in interrupts/exceptions,
Brendan Jackman
- [PATCH 07/26] mm: asi: Switch to unrestricted address space before a context switch,
Brendan Jackman
- [PATCH 08/26] mm: asi: Use separate PCIDs for restricted address spaces,
Brendan Jackman
- [PATCH 09/26] mm: asi: Make __get_current_cr3_fast() ASI-aware,
Brendan Jackman
- [PATCH 10/26] mm: asi: Avoid warning from NMI userspace accesses in ASI context,
Brendan Jackman
- [PATCH 11/26] mm: asi: ASI page table allocation functions,
Brendan Jackman
- [PATCH 12/26] mm: asi: asi_exit() on PF, skip handling if address is accessible,
Brendan Jackman
- [PATCH 13/26] mm: asi: Functions to map/unmap a memory range into ASI page tables,
Brendan Jackman
- [PATCH 14/26] mm: asi: Add basic infrastructure for global non-sensitive mappings,
Brendan Jackman
- [PATCH 15/26] mm: Add __PAGEFLAG_FALSE,
Brendan Jackman
- [PATCH 16/26] mm: asi: Map non-user buddy allocations as nonsensitive,
Brendan Jackman
- [PATCH 17/26] mm: asi: Map kernel text and static data as nonsensitive,
Brendan Jackman
- [PATCH 18/26] mm: asi: Map vmalloc/vmap data as nonsesnitive,
Brendan Jackman
- [PATCH 19/26] percpu: clean up all mappings when pcpu_map_pages() fails,
Brendan Jackman
- [PATCH 20/26] mm: asi: Map dynamic percpu memory as nonsensitive,
Brendan Jackman
- [PATCH 21/26] KVM: x86: asi: Restricted address space for VM execution,
Brendan Jackman
- [PATCH 22/26] KVM: x86: asi: Stabilize CR3 when potentially accessing with ASI,
Brendan Jackman
- [PATCH 23/26] mm: asi: Stabilize CR3 in switch_mm_irqs_off(),
Brendan Jackman
- [PATCH 24/26] mm: asi: Make TLB flushing correct under ASI,
Brendan Jackman
- [PATCH 25/26] mm: asi: Stop ignoring asi=on cmdline flag,
Brendan Jackman
- [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions,
Brendan Jackman
- Re: [PATCH 00/26] Address Space Isolation (ASI) 2024,
Brendan Jackman
- Re: [PATCH 00/26] Address Space Isolation (ASI) 2024,
Brendan Jackman
- [PATCH 0/2] KVM: x86/mmu: Clean up hugepage split error handling,
Sean Christopherson
- [PATCH] KVM: x86: Suppress MMIO that is triggered during task switch emulation,
Sean Christopherson
- [GIT PULL] KVM/riscv changes for 6.11,
Anup Patel
- [PATCH v2 0/4] x86/cpu: Add Bus Lock Detect support for AMD,
Ravi Bangoria
- [PATCH v7 0/4] Add Svade and Svadu Extensions Support,
Yong-Xuan Wang
- [PATCH v2] KVM/x86: make function emulator_do_task_switch as noinline_for_stack,
flyingpenghao
- [Patch v2] KVM: x86/pmu: Insert #GP for invalid architectural PMU MSRs access,
Dapeng Mi
- [Bug 219034] New: [linux-next][tag next-20240709] kernel BUG at lib/dynamic_queue_limits.c:99! and Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI,
bugzilla-daemon
- [PATCH 00/12] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP,
Paolo Bonzini
- [PATCH 02/12] KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparation,
Paolo Bonzini
- [PATCH 01/12] KVM: guest_memfd: return folio from __kvm_gmem_get_pfn(),
Paolo Bonzini
- [PATCH 04/12] KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*,
Paolo Bonzini
- [PATCH 03/12] KVM: guest_memfd: do not go through struct page,
Paolo Bonzini
- [PATCH 05/12] KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn,
Paolo Bonzini
- [PATCH 06/12] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest,
Paolo Bonzini
- [PATCH 09/12] KVM: guest_memfd: move check for already-populated page to common code,
Paolo Bonzini
- [PATCH 08/12] KVM: remove kvm_arch_gmem_prepare_needed(),
Paolo Bonzini
- [PATCH 11/12] KVM: extend kvm_range_has_memory_attributes() to check subset of attributes,
Paolo Bonzini
- [PATCH 07/12] KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm,
Paolo Bonzini
- [PATCH 10/12] KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes(),
Paolo Bonzini
- [PATCH 12/12] KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns,
Paolo Bonzini
- [PATCH] mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLE,
Paolo Bonzini
- [PATCH net-next v3 0/2] vsock: avoid queuing on workqueue if possible,
Luigi Leonardi via B4 Relay
- [PATCH] KVM: eventfd: Use synchronize_srcu_expedited(),
Li RongQing
- [GIT PULL 0/3] KVM: s390x: changes for v6.11,
Janosch Frank
- [RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd,
James Houghton
- [RFC PATCH 01/18] KVM: Add KVM_USERFAULT build option,
James Houghton
- [RFC PATCH 02/18] KVM: Add KVM_CAP_USERFAULT and KVM_MEMORY_ATTRIBUTE_USERFAULT,
James Houghton
- [RFC PATCH 03/18] KVM: Put struct kvm pointer in memslot,
James Houghton
- [RFC PATCH 04/18] KVM: Fail __gfn_to_hva_many for userfault gfns.,
James Houghton
- [RFC PATCH 05/18] KVM: Add KVM_PFN_ERR_USERFAULT,
James Houghton
- [RFC PATCH 06/18] KVM: Add KVM_MEMORY_EXIT_FLAG_USERFAULT,
James Houghton
- [RFC PATCH 07/18] KVM: Provide attributes to kvm_arch_pre_set_memory_attributes,
James Houghton
- [RFC PATCH 09/18] KVM: x86: Add vCPU fault fast-path for Userfault,
James Houghton
- [RFC PATCH 08/18] KVM: x86: Add KVM Userfault support,
James Houghton
- [RFC PATCH 10/18] KVM: arm64: Add KVM Userfault support,
James Houghton
- [RFC PATCH 11/18] KVM: arm64: Add vCPU memory fault fast-path for Userfault,
James Houghton
- [RFC PATCH 12/18] KVM: arm64: Add userfault support for steal-time,
James Houghton
- [RFC PATCH 13/18] KVM: Add atomic parameter to __gfn_to_hva_many,
James Houghton
- [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT,
James Houghton
- [RFC PATCH 15/18] KVM: guest_memfd: Add KVM Userfault support,
James Houghton
- [RFC PATCH 16/18] KVM: Advertise KVM_CAP_USERFAULT in KVM_CHECK_EXTENSION,
James Houghton
- [RFC PATCH 17/18] KVM: selftests: Add KVM Userfault mode to demand_paging_test,
James Houghton
- [RFC PATCH 18/18] KVM: selftests: Remove restriction in vm_set_memory_attributes,
James Houghton
- Re: [RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd,
James Houghton
- Re: [RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd,
James Houghton
- Re: [RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd,
David Matlack
- RE: [RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd,
Wang, Wei W
- [RFC 0/5] SEV Kernel Selftests,
Pratik R. Sampat
- [RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams,
Amery Hung
- [RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports,
Amery Hung
- [RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code,
Amery Hung
- [RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams,
Amery Hung
- [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions,
Amery Hung
- [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table,
Amery Hung
- [RFC PATCH net-next v6 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM,
Amery Hung
- [RFC PATCH net-next v6 08/14] af_vsock: add vsock_find_bound_dgram_socket(),
Amery Hung
- [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path,
Amery Hung
- [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path,
Amery Hung
- [RFC PATCH net-next v6 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit,
Amery Hung
- [RFC PATCH net-next v6 11/14] vhost/vsock: implement datagram support,
Amery Hung
- [RFC PATCH net-next v6 12/14] vsock/loopback: implement datagram support,
Amery Hung
- [RFC PATCH net-next v6 13/14] virtio/vsock: implement datagram support,
Amery Hung
- [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests,
Amery Hung
- Re: [RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams,
Stefano Garzarella
- [no subject],
Unknown
- [PATCH v5 0/7] KVM: Guest Memory Pre-Population API,
Paolo Bonzini
- [GIT PULL] VFIO fix for v6.10,
Alex Williamson
- [PATCH v2 2/2] virtio: fix vq # for balloon,
Michael S. Tsirkin
- [PATCH 0/6] KVM: Improve MMIO Coalescing API,
Ilias Stamatis
- [GIT PULL] LoongArch KVM changes for v6.11,
Huacai Chen
- [PATCH] KVM: x86: Include host suspended time in steal time.,
Suleiman Souhlal
- [RFC 0/5] accel/kvm: Support KVM PMU filter,
Zhao Liu
- [PATCH v2] i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT,
Michael Roth
- [PATCH] vfio/pci: Init the count variable in collecting hot-reset devices,
Yi Liu
- [PATCH] KVM: selftests: Add SEV-ES shutdown test,
Peter Gonda
- [RFC PATCH v1 0/4] Add support for the Bus Lock Threshold,
Manali Shukla
- [no subject],
Unknown
- [PATCH net-next v10 05/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly,
Yunsheng Lin
- [PATCH net-next v10 04/15] mm: page_frag: add '_va' suffix to page_frag API,
Yunsheng Lin
- [RFC PATCH 0/8] Unmapping guest_memfd from Direct Map,
Patrick Roy
- [RFC PATCH 1/8] kvm: Allow reading/writing gmem using kvm_{read,write}_guest,
Patrick Roy
- [RFC PATCH 2/8] kvm: use slowpath in gfn_to_hva_cache if memory is private,
Patrick Roy
- [RFC PATCH 4/8] kvm: x86: support walking guest page tables in gmem,
Patrick Roy
- [RFC PATCH 3/8] kvm: pfncache: enlighten about gmem,
Patrick Roy
- [RFC PATCH 5/8] kvm: gmem: add option to remove guest private memory from direct map,
Patrick Roy
- [RFC PATCH 6/8] kvm: gmem: Temporarily restore direct map entries when needed,
Patrick Roy
- [RFC PATCH 7/8] mm: secretmem: use AS_INACCESSIBLE to prohibit GUP,
Patrick Roy
- [RFC PATCH 8/8] kvm: gmem: Allow restricted userspace mappings,
Patrick Roy
- Re: [RFC PATCH 0/8] Unmapping guest_memfd from Direct Map,
Vlastimil Babka (SUSE)
- Re: [RFC PATCH 0/8] Unmapping guest_memfd from Direct Map,
Yosry Ahmed
- [PATCH v1 0/9] selftests: kvm: s390: Add s390x ucontrol selftests,
Christoph Schlameuss
- [PATCH] KVM: x86/pmu: Return KVM_MSR_RET_INVALID for invalid PMU MSR access,
Dapeng Mi
- [PATCH 0/7] KVM: arm64: Add support for FP8,
Marc Zyngier
- [syzbot] [kvm?] WARNING in kvm_recalculate_apic_map,
syzbot
- [PATCH 0/2] KVM: x86: Check hypercall's exit to userspace generically,
Binbin Wu
- [PATCH] vdpa/mlx5: Add the support of set mac address,
Cindy Lu
- [PATCH v3 0/2] vdpa: support set mac address from vdpa tool,
Cindy Lu
- [kvm-unit-tests PATCH v2 0/3] riscv: sbi: Add support to test timer extension,
James Raphael Tiovalen
- [PATCH kvm-unit-tests v2] riscv: sbi: debug console write tests,
Cade Richard
- [PATCH kvm-unit-tests] riscv: sbi: debug console write tests,
Cade Richard
- [PATCH kvm-unit-tests] riscv: Fix virt_to_phys(),
Cade Richard
- [Bug 219010] New: [REGRESSION][VFIO] kernel 6.9.7 causing qemu crash because of "Collect hot-reset devices to local buffer",
bugzilla-daemon
- RE: [PATCH v3 4/6] target/i386: add support for VMX FRED controls,
Li, Xin3
[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- Re: [Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
Maxim Levitsky
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
- [Bug 219009] Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected),
bugzilla-daemon
[PATCH 2/2] virtio: fix vq # when vq skipped,
Michael S. Tsirkin
[GIT PULL] KVM changes for Linux 6.10-rc7,
Paolo Bonzini
[mst-vhost:vhost 45/58] drivers/s390/virtio/virtio_ccw.c:708:22: error: 'vq_info' undeclared; did you mean 'vqs_info'?,
kernel test robot
[mst-vhost:vhost 45/58] drivers/s390/virtio/virtio_ccw.c:708:8: error: use of undeclared identifier 'vq_info'; did you mean 'vqs_info'?,
kernel test robot
[PATCH 00/11] Added Interrupt controller emulation for loongarch kvm,
Xianglai Li
- [PATCH 02/11] LoongArch: KVM: Add IPI device support,
Xianglai Li
- [PATCH 03/11] LoongArch: KVM: Add IPI read and write function,
Xianglai Li
- [PATCH 01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel,
Xianglai Li
- [PATCH 04/11] LoongArch: KVM: Add IPI user mode read and write function,
Xianglai Li
- [PATCH 05/11] LoongArch: KVM: Add EXTIOI device support,
Xianglai Li
- [PATCH 07/11] LoongArch: KVM: Add EXTIOI user mode read and write functions,
Xianglai Li
- [PATCH 08/11] LoongArch: KVM: Add PCHPIC device support,
Xianglai Li
- [PATCH 09/11] LoongArch: KVM: Add PCHPIC read and write functions,
Xianglai Li
- [PATCH 06/11] LoongArch: KVM: Add EXTIOI read and write functions,
Xianglai Li
- [PATCH 10/11] LoongArch: KVM: Add PCHPIC user mode read and write functions,
Xianglai Li
- [PATCH 11/11] LoongArch: KVM: Add irqfd support,
Xianglai Li
[GIT PULL] Kselftest fixes for v6.10,
Mickaël Salaün
[GIT PULL 0/1] KVM: s390: Fix z16 support (for KVM master),
Christian Borntraeger
[PATCH] target/i386: Add Bus Lock Detect support,
Ravi Bangoria
[PATCH kvm-unit-tests] This patch adds a unit test for the debug console write() and write_byte() functions. It also fixes the virt_to_phys() function to return the offset address, not the PTE aligned address.,
Cade Richard
[PATCH 0/8] Introduce SMP Cache Topology,
Zhao Liu
[PATCH 3/8] hw/core: Add smp cache topology for machine,
Zhao Liu
[PATCH 4/8] hw/core: Check smp cache topology support for machine,
Zhao Liu
[PATCH 5/8] i386/cpu: Support thread and module level cache topology,
Zhao Liu
[PATCH 6/8] i386/cpu: Update cache topology with machine's configuration,
Zhao Liu
[PATCH 7/8] i386/pc: Support cache topology in -machine for PC machine,
Zhao Liu
[PATCH 8/8] qemu-options: Add the description of smp-cache object,
Zhao Liu
Re: [PATCH 0/8] Introduce SMP Cache Topology,
Zhao Liu
[PATCH 1/2] KVM: x86: Introudce trace_kvm_vmx_debug(),
Yao Yuan
[PATCH] i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT,
Michael Roth
[PULL v3 58/85] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late,
Michael S. Tsirkin
[PULL v3 30/85] linux-headers: update to 6.10-rc1,
Michael S. Tsirkin
[PATCH v2 3/8] mm/mprotect: Push mmu notifier to PUDs,
Peter Xu
[PATCH] KVM: x86: Free the MSR filter after destorying VCPUs,
Aaron Lewis
[PATCH v1 0/2] s390: Two small fixes and improvements,
Claudio Imbrenda
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]