public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-13 09:21:13 to 2023-06-14 21:31:55 UTC [more...]

[PATCH v10 vfio 0/7] pds_vfio driver
 2023-06-14 21:31 UTC  (4+ messages)
` [PATCH v10 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver

[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-06-14 21:27 UTC  (12+ messages)
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-14 21:23 UTC  (23+ messages)
` [PATCH v4 01/16] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 05/16] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v4 06/16] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v4 07/16] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v4 08/16] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
` [PATCH v4 10/16] KVM: x86: Implement KVM_CAP_NOWAIT_ON_FAULT

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-14 21:23 UTC  (73+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[kvm-unit-tests PATCH v2 00/16] x86: cleanups, fixes and new tests
 2023-06-14 21:02 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 06/16] x86/run_in_user: Change type of code label

[PATCH v3 0/3] vfio: Cleanup Kconfigs
 2023-06-14 19:39 UTC  (4+ messages)
` [PATCH v3 1/3] vfio/pci: Cleanup Kconfig
` [PATCH v3 2/3] vfio/platform: "
` [PATCH v3 3/3] vfio/fsl: Create Kconfig sub-menu

[PATCH v3 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-14 19:32 UTC  (15+ messages)

Fwd: [PATCH] KVM: x86: remove unneeded variable
 2023-06-14 19:18 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
 2023-06-14 19:07 UTC  (4+ messages)

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-14 17:30 UTC  (45+ messages)
` [PATCH v12 07/24] vfio: Block device access via device fd until device is opened
` [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v12 20/24] vfio: Only check group->type for noiommu test
` [PATCH v12 21/24] vfio: Determine noiommu device in __vfio_register_dev()
` [PATCH v12 24/24] docs: vfio: Add vfio device cdev description

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-14 16:47 UTC  (5+ messages)
` [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-14 16:29 UTC  (19+ messages)
` [PATCH v14 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v14 011/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v14 111/113] RFC: KVM: x86, TDX: Add check for setting CPUID

[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-14 16:16 UTC  (10+ messages)
` [PATCH v3 03/17] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 04/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH v3 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` (subset) [PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor

[PATCH kvmtool 00/21] arm64: Handle PSCI calls in userspace
 2023-06-14 16:05 UTC  (5+ messages)
` [PATCH kvmtool 14/21] aarch64: Add skeleton implementation for PSCI

[PATCH] KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1
 2023-06-14 15:51 UTC 

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-14 15:08 UTC  (5+ messages)
` [PATCH v10 07/59] arm64: Add AT operation encodings
` [PATCH v10 08/59] KVM: arm64: Add missing HCR_EL2 trap bits

[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-14 13:37 UTC  (25+ messages)
` [PATCH v7 3/9] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v7 4/9] iommufd: Add iommufd_ctx_has_group()
` [PATCH v7 5/9] iommufd: Add helper to retrieve iommufd_ctx and devid
` [PATCH v7 6/9] vfio: Mark cdev usage in vfio_device
` [PATCH v7 7/9] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v7 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v7 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-06-14 12:44 UTC  (6+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH 1/1] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
 2023-06-14 12:41 UTC  (8+ messages)

[PATCH] KVM: x86/vPMU: ignore the check of IA32_PERF_GLOBAL_CTRL bit35
 2023-06-14 12:36 UTC  (11+ messages)

[PATCH v11 00/20] TDX host kernel support
 2023-06-14 12:31 UTC  (30+ messages)
` [PATCH v11 11/20] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-06-14 12:23 UTC  (3+ messages)

[PATCH v5 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-06-14 12:19 UTC  (2+ messages)

[PATCH v3 00/10] Add Intel VT-d nested translation
 2023-06-14 11:52 UTC  (5+ messages)

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-14 10:50 UTC  (3+ messages)
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices

[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
 2023-06-14  5:39 UTC  (3+ messages)

[PATCH v3 00/28] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-06-14  3:06 UTC  (2+ messages)

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-06-14  1:09 UTC  (2+ messages)

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-14  0:01 UTC  (5+ messages)

[PATCH] KVM: SVM: WARN, but continue, if misc_cg_set_capacity() fails
 2023-06-13 23:22 UTC  (2+ messages)

[PATCH v3] KVM: selftests: Add new CFLAGS to generate dependency files
 2023-06-13 23:22 UTC  (2+ messages)

[PATCH] KVM: x86: Update comments about MSR lists exposed to userspace
 2023-06-13 23:21 UTC  (4+ messages)

[PATCH v2 0/2] kvm_io_bus_unregister_dev cleanup
 2023-06-13 23:21 UTC  (2+ messages)

[PATCH v2] KVM: MAINTAINERS: note that linux-kvm.org isn't current
 2023-06-13 21:58 UTC  (4+ messages)

[PATCH 0/3] KVM: x86: CR0 vs. KVM_SET_SREGS and !URG
 2023-06-13 20:30 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
` [PATCH 2/3] KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
` [PATCH 3/3] KVM: selftests: Expand x86's sregs test to cover illegal CR0 values

[RFC PATCH part-5 00/22] VMX emulation
 2023-06-13 19:50 UTC  (7+ messages)

[PATCH 0/3] KVM: x86: Use "standard" mmu_notifier hook for APIC page
 2023-06-13 19:07 UTC  (8+ messages)
` [PATCH 1/3] KVM: VMX: Retry APIC-access page reload if invalidation is in-progress

[ANNOUNCE / CFP] KVM Microconference at LPC 2023
 2023-06-13 18:21 UTC 

[RFC PATCH part-1 0/5] pKVM on Intel Platform Introduction
 2023-06-13 17:45 UTC  (8+ messages)

[ANNOUNCE] PUCK Agenda - 2023.06.14 - No Topic (Office Hours)
 2023-06-13 17:40 UTC 

[ANNOUNCE] PUCK Notes - 2023.06.07 - pKVM on x86
 2023-06-13 17:33 UTC 

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-06-13 14:19 UTC  (4+ messages)
` [PATCH -next v21 09/27] riscv: Introduce struct/helpers to save/restore per-task Vector state

[PATCH v2 0/3] i386: Minor fixes of building CPUIDs
 2023-06-13 13:19 UTC  (4+ messages)
` [PATCH v2 1/3] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
` [PATCH v2 2/3] i386/cpuid: Remove subleaf constraint on "
` [PATCH v2 3/3] i386/cpuid: Move leaf 7 to correct group

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-13 12:58 UTC  (13+ messages)
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption

[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
 2023-06-13 12:54 UTC  (8+ messages)

[PATCH v1] KVM: s390: selftests: CMMA: don't run if CMMA not supported
 2023-06-13 11:54 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