public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-06 12:37:01 to 2022-12-07 21:48:29 UTC [more...]

[PATCH 0/4] KVM: selftests: Fixes for ucall pool + page_fault_test
 2022-12-07 21:48 UTC  (2+ messages)
` [PATCH 1/4] KVM: selftests: Fix build due to ucall_uninit() removal

[PATCH] vfio/type1: Cleanup remaining vaddr removal/update fragments
 2022-12-07 21:45 UTC 

[RFC PATCH vfio 0/7] pds vfio driver
 2022-12-07 21:32 UTC  (11+ 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] 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  (41+ messages)
` [RFC PATCH 1/5] nvme-pci: add function nvme_submit_vf_cmd to issue admin commands for VF driver
` [RFC PATCH 4/5] nvme-vfio: check if the hardware supports live migration
` [RFC PATCH 5/5] nvme-vfio: Add a document for the NVMe device

[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 kernel 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2022-12-07 19:07 UTC  (11+ 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 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 v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-07 17:16 UTC  (30+ 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 V1 0/8] vfio virtual address update redo
 2022-12-07 17:00 UTC  (17+ 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: "

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

[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  (14+ 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)

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

[PATCH] samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
 2022-12-07  7:21 UTC 

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

[RFC] Improving userfaultfd scalability for live migration
 2022-12-06 20:41 UTC  (10+ 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 0/1] QEMU: Dirty quota-based throttling of vcpus
 2022-12-06 17:29 UTC  (4+ messages)

[PATCH 0/7] KVM: x86/MMU: Factor rmap operations out of mmu.c
 2022-12-06 17:36 UTC  (8+ 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() "

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

[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
 2022-12-06 14:29 UTC  (28+ messages)
` [kvm-unit-tests PATCH v3 01/27] x86: replace irq_{enable|disable}() with sti()/cli()
` [kvm-unit-tests PATCH v3 09/27] svm: add simple nested shutdown test
` [kvm-unit-tests PATCH v3 11/27] lib: Add random number generator
` [kvm-unit-tests PATCH v3 15/27] svm: move some svm support functions into lib/x86/svm_lib.h
` [kvm-unit-tests PATCH v3 18/27] svm: move vmcb_ident to svm_lib.c
` [kvm-unit-tests PATCH v3 19/27] svm: rewerite vm entry macros
` [kvm-unit-tests PATCH v3 21/27] svm: cleanup the default_prepare
` [kvm-unit-tests PATCH v3 25/27] svm: move nested vcpu to test context

[PATCH] KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning
 2022-12-06 13:53 UTC  (3+ messages)

[PATCH] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
 2022-12-06 12:59 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox