public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-12 04:44:14 to 2023-06-13 11:48:02 UTC [more...]

[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-13 11:47 UTC  (11+ 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 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

[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
 2023-06-13 11:21 UTC  (12+ messages)
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI

[PATCH v11 00/20] TDX host kernel support
 2023-06-13 11:05 UTC  (35+ messages)
` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
` [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 v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-13  9:57 UTC  (19+ messages)
` [PATCH v3 02/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [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 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH v3 06/17] arm64: Allow EL1 physical timer access when running VHE
` [PATCH v3 07/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
` [PATCH v3 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` [PATCH v3 16/17] arm64: Allow arm64_sw.hvhe on command line

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-13  9:20 UTC  (20+ messages)
` [PATCH v12 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [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 22/24] vfio: Remove vfio_device_is_noiommu()
` [PATCH v12 24/24] docs: vfio: Add vfio device cdev description

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-13  7:28 UTC  (36+ 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

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-13  6:24 UTC  (45+ messages)
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating private memory
` [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 RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 06/51] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses
` [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses
` [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v9 34/51] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v9 35/51] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v9 36/51] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v9 37/51] KVM: SVM: Add support to handle "
` [PATCH RFC v9 38/51] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v9 39/51] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v9 40/51] KVM: SVM: Add support to handle RMP nested page faults
` [PATCH RFC v9 41/51] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v9 43/51] KVM: SEV: Configure MMU to check for private fault flags
` [PATCH RFC v9 44/51] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH RFC v9 45/51] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH RFC v9 46/51] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
` [PATCH RFC v9 48/51] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v9 49/51] x86/sev: Add KVM commands for per-instance certs
` [PATCH RFC v9 50/51] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v9 51/51] crypto: ccp: Add debug support for decrypting pages

[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-06-13  3:14 UTC  (4+ messages)
` [PATCH 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-13  3:01 UTC  (9+ messages)
` [PATCH v7 1/8] PCI/VGA: Use unsigned type for the io_state variable
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
` [PATCH v7 3/8] PCI/VGA: Tidy up the code and comment format
` [PATCH v7 4/8] PCI/VGA: Replace full MIT license text with SPDX identifier
` [PATCH v7 5/8] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
` [PATCH v7 7/8] drm/amdgpu: Implement the is_boot_device callback function
` [PATCH v7 8/8] drm/radeon: "

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-13  3:00 UTC  (5+ messages)
` [PATCH v7 1/8] PCI/VGA: Use unsigned type for the io_state variable
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
` [PATCH v7 3/8] PCI/VGA: Tidy up the code and comment format
` [PATCH v7 4/8] PCI/VGA: Replace full MIT license text with SPDX identifier

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-13  1:06 UTC  (3+ messages)

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

[PATCH 1/1] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
 2023-06-13  0:26 UTC  (7+ messages)

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-12 23:55 UTC  (5+ messages)
` [PATCH v14 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module

[syzbot] [kvm?] WARNING in kvm_arch_vcpu_ioctl_run (5)
 2023-06-12 23:52 UTC  (2+ messages)

[PATCH v2 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-06-12 21:30 UTC  (12+ messages)
` [PATCH v2 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH v2 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH v2 03/10] RISC-V: KVM: Add APLIC "
` [PATCH v2 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH v2 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH v2 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH v2 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH v2 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH v2 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH v2 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip

[PATCH] perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBS
 2023-06-12 20:45 UTC 

[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
 2023-06-12 18:30 UTC  (8+ messages)
` [RFC PATCH v4 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v4 02/17] vhost/vsock: "
` [RFC PATCH v4 03/17] vsock/virtio: support to send "

[PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
 2023-06-12 19:33 UTC 

[PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
 2023-06-12 19:25 UTC  (5+ messages)
` [PATCH v6 1/8] PCI/VGA: Use unsigned type for the io_state variable
` [PATCH v6 2/8] PCI/VGA: Deal only with VGA class devices
` [PATCH v6 3/8] PCI/VGA: Tidy up the code and comment format
` [PATCH v6 4/8] PCI/VGA: Replace full MIT license text with SPDX identifier

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

[PATCH v2] runtime: Allow to specify properties for accelerator
 2023-06-12 12:06 UTC  (3+ messages)

[kvm-unit-tests PATCH] runtime: Allow to specify properties for accelerator
 2023-06-12 11:18 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Allow Svnapot extension for Guest/VM
 2023-06-12 11:10 UTC 

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-12  9:53 UTC  (5+ messages)
` [PATCH RFC net-next v4 4/8] vsock: make vsock bind reusable
` [PATCH RFC net-next v4 7/8] vsock: Add lockless sendmsg() support

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-12  9:44 UTC  (11+ messages)
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[Bug 217516] New: FAIL: TSC reference precision test when do hyperv_clock test of kvm unit test
 2023-06-12  9:20 UTC  (2+ messages)
` [Bug 217516] "

[PATCH 0/2] KVM: x86: Snapshot host MSR_IA32_ARCH_CAPABILITIES
 2023-06-12  8:34 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIES

[PATCH v20 00/21] s390x: CPU Topology
 2023-06-12  7:55 UTC  (3+ messages)
` [PATCH v20 09/21] machine: adding s390 topology to query-cpu-fast

[PATCH v4 00/11] Add #VC exception handling for AMD SEV-ES
 2023-06-12  7:47 UTC  (12+ messages)
` [PATCH v4 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [PATCH v4 02/11] x86: Move svm.h to lib/x86/
` [PATCH v4 03/11] lib: Define unlikely()/likely() macros in libcflat.h
` [PATCH v4 04/11] lib: x86: Import insn decoder from Linux
` [PATCH v4 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [PATCH v4 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [PATCH v4 07/11] lib/x86: Move xsave helpers to lib/
` [PATCH v4 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [PATCH v4 09/11] x86: AMD SEV-ES: Handle MSR #VC
` [PATCH v4 10/11] x86: AMD SEV-ES: Handle IOIO #VC
` [PATCH v4 11/11] x86: AMD SEV-ES: Handle string IO for "

[PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-12  7:11 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