kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-06 15:11:51 to 2022-12-08 06:25:33 UTC [more...]

[PATCH v3 0/8] Make Intel PT configurable
 2022-12-08  6:25 UTC  (7+ messages)
` [PATCH v3 1/8] target/i386: Print CPUID subleaf info for unsupported feature
` [PATCH v3 2/8] target/i386/intel-pt: Fix INTEL_PT_ADDR_RANGES_NUM_MASK
` [PATCH v3 3/8] target/i386/intel-pt: Introduce FeatureWordInfo for Intel PT CPUID leaf 0x14
` [PATCH v3 4/8] target/i386/intel-pt: print special message for INTEL_PT_ADDR_RANGES_NUM
` [PATCH v3 5/8] target/i386/intel-pt: Rework/rename the default INTEL-PT feature set
` [PATCH v3 6/8] target/i386/intel-pt: Enable host pass through of Intel PT

[PATCH kernel 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2022-12-08  6:11 UTC  (12+ messages)
` [PATCH kernel 1/3] x86/amd/dr_addr_mask: Cache values in percpu variables
` [PATCH kernel 3/3] x86/sev: Do not handle #VC for DR7 read/write

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-08  2:29 UTC  (32+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory

[RFC] Improving userfaultfd scalability for live migration
 2022-12-08  1:56 UTC  (11+ messages)

[PATCH v2] samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
 2022-12-08  1:33 UTC 

[PATCH] KVM: use unified srcu interface function
 2022-12-08  1:19 UTC 

[RFC 0/9] KVM perf support
 2022-12-08  1:11 UTC  (12+ messages)
` [RFC 8/9] RISC-V: KVM: Implement "

[PATCH 0/4] KVM: selftests: Fixes for ucall pool + page_fault_test
 2022-12-08  1:09 UTC  (14+ messages)
` [PATCH 1/4] KVM: selftests: Fix build due to ucall_uninit() removal
` [PATCH 2/4] KVM: selftests: Setup ucall after loading program into guest memory
` [PATCH 3/4] KVM: arm64: selftests: Align VA space allocator with TTBR0
` [PATCH 4/4] KVM: selftests: Allocate ucall pool from MEM_REGION_DATA

[PATCH] samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
 2022-12-08  1:07 UTC  (3+ messages)

[RFC PATCH vfio 0/7] pds vfio driver
 2022-12-07 23:34 UTC  (13+ messages)
` [RFC PATCH vfio 1/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [RFC PATCH vfio 2/7] vfio/pds: Add support to register as PDS client
` [RFC PATCH vfio 3/7] vfio/pds: Add VFIO live migration support
` [RFC PATCH vfio 4/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [RFC PATCH vfio 5/7] vfio/pds: Add support for dirty page tracking
` [RFC PATCH vfio 6/7] vfio/pds: Add support for firmware recovery
` [RFC PATCH vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH] vfio/type1: Cleanup remaining vaddr removal/update fragments
 2022-12-07 23:21 UTC  (2+ messages)

[PATCH V1 0/8] vfio virtual address update redo
 2022-12-07 23:20 UTC  (18+ messages)
` [PATCH V1 1/8] vfio: delete interfaces to update vaddr
` [PATCH V1 2/8] vfio/type1: dma owner permission
` [PATCH V1 3/8] vfio: close dma owner
` [PATCH V1 4/8] vfio/type1: "
` [PATCH V1 5/8] vfio/type1: track locked_vm per dma
` [PATCH V1 6/8] vfio/type1: update vaddr
` [PATCH V1 7/8] vfio: change dma owner
` [PATCH V1 8/8] vfio/type1: "

[PATCH 0/7] KVM: x86/MMU: Factor rmap operations out of mmu.c
 2022-12-07 22:58 UTC  (9+ messages)
` [PATCH 1/7] KVM: x86/MMU: Move pte_list operations to rmap.c
` [PATCH 2/7] KVM: x86/MMU: Move rmap_iterator to rmap.h
` [PATCH 3/7] KVM: x86/MMU: Move gfn_to_rmap() to rmap.c
` [PATCH 4/7] KVM: x86/MMU: Move rmap_can_add() and rmap_remove() "
` [PATCH 5/7] KVM: x86/MMU: Move the rmap walk iterator out of mmu.c
` [PATCH 6/7] KVM: x86/MMU: Move rmap zap operations to rmap.c
` [PATCH 7/7] KVM: x86/MMU: Move rmap_add() "

[GIT PULL] KVM/arm64 updates for 6.2
 2022-12-07 21:51 UTC  (8+ messages)

[PATCH] MAINTAINERS: adjust entry after renaming the vmx hyperv files
 2022-12-07 21:25 UTC  (3+ messages)

[PATCH] KVM: X86: set EXITING_GUEST_MODE as soon as vCPU exits
 2022-12-07 20:18 UTC  (4+ messages)

[RFC PATCH 0/5] Add new VFIO PCI driver for NVMe devices
 2022-12-07 20:08 UTC  (24+ messages)
` [RFC PATCH 1/5] nvme-pci: add function nvme_submit_vf_cmd to issue admin commands for VF driver

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2022-12-07 19:53 UTC  (8+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[Patch v2 0/2] NUMA aware page table allocation
 2022-12-07 19:05 UTC  (6+ messages)
` [Patch v2 2/2] KVM: x86/mmu: Allocate page table pages on NUMA node of underlying pages

[PATCH v5] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-07  9:33 UTC  (9+ messages)

[PATCH] KVM: x86/pmu: Avoid ternary operator by directly referring to counters->type
 2022-12-07 17:48 UTC  (6+ messages)

[PATCH kvm-unit-tests] x86/pmu: Add Intel Guest Transactional (commited) cycles testcase
 2022-12-07 17:32 UTC  (5+ messages)
` [PATCH] KVM: x86/pmu: Prevent zero period event from being repeatedly released

[PATCH] KVM: x86: ioapic: Fix level-triggered EOI and userspace IOAPIC reconfigure race
 2022-12-07 16:13 UTC  (3+ messages)

[RFC PATCH kvmtool v1 00/32] Add support for restricted guest memory in kvmtool
 2022-12-07 15:30 UTC  (6+ messages)
` [RFC PATCH kvmtool v1 25/32] Allocate guest memory as restricted if needed

[PATCH v1] drivers/vhost/vhost: fix overflow checks in vhost_overflow
 2022-12-07 15:01 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x: sie: Test whether the epoch extension field is working as expected
 2022-12-07 14:59 UTC  (2+ messages)

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-12-07 14:13 UTC  (3+ messages)
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests

[PATCH] kvm: Remove the unused macro KVM_MMU_READ_LOCK()
 2022-12-07 12:06 UTC 

[PATCH] kvm: x86/mmu: Remove duplicated "be split" in spte.h
 2022-12-07 12:05 UTC 

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-07 11:52 UTC  (13+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 2/7] s390x/cpu topology: reporting the CPU topology to the guest

[PATCH v7 00/20] TDX host kernel support
 2022-12-07 11:47 UTC  (9+ messages)
` [PATCH v7 11/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions

[RFC PATCH 0/2] Add vcpu debugfs to record statstical data for every single
 2022-12-07 11:09 UTC  (4+ messages)

[GIT PULL] KVM/riscv changes for 6.2
 2022-12-07 10:33 UTC 

[PATCH] KVM: selftests: Fix build for memstress.[ch] rename
 2022-12-07  7:54 UTC  (5+ messages)

[PATCH 00/10] Move group specific code into group.c
 2022-12-07  4:12 UTC  (8+ messages)

KVM 6.2 state
 2022-12-07  0:37 UTC  (2+ messages)

[PATCH] KVM: Delete extra block of "};" in the KVM API documentation
 2022-12-07  0:36 UTC 

[PATCH] KVM: x86: Add proper ReST tables for userspace MSR exits/flags
 2022-12-07  0:32 UTC  (2+ messages)

[RFC PATCH v4 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu
 2022-12-06 23:06 UTC  (2+ messages)

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2022-12-06 22:16 UTC  (20+ messages)
` [PATCH v2 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v2 08/13] riscv: module: move find_section to module.h
` [PATCH v2 09/13] riscv: switch to relative alternative entries
` [PATCH v2 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v2 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage
` [PATCH v2 01/13] riscv: fix jal offsets in patched alternatives

[PATCH 0/4] hisi_acc_vfio_pci: Add PRE_COPY migration feature support
 2022-12-06 21:49 UTC  (2+ messages)

[PATCH V4 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
 2022-12-06 21:49 UTC  (2+ messages)

[PATCH v6 08/19] iommufd: PFN handling for iopt_pages
 2022-12-06 20:57 UTC  (5+ messages)

[PATCH] KVM: selftests: Fix build due to ucall_uninit() removal
 2022-12-06 20:49 UTC  (2+ messages)

[PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
 2022-12-06 20:40 UTC  (4+ messages)

[GIT PULL] Final KVM changes for Linux 6.1
 2022-12-06 19:07 UTC  (2+ messages)

[PATCH 00/13] SVM: vNMI (with my fixes)
 2022-12-06 18:27 UTC  (5+ messages)
` [PATCH 07/13] KVM: SVM: Add VNMI support in get/set_nmi_mask

[RFC PATCH 5/5] nvme-vfio: Add a document for the NVMe device
 2022-12-06 18:00 UTC  (13+ messages)

[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
 2022-12-06 17:29 UTC  (4+ messages)

[Bug report] Null pointer dereference unbinding i915 with gvt enabled
 2022-12-06 16:33 UTC 


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).