kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-12 12:06:49 to 2023-06-14 00:42:27 UTC [more...]

[PATCH v11 00/20] TDX host kernel support
 2023-06-14  0:42 UTC  (32+ 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 v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[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/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
 2023-06-13 23:21 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 kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-06-13 23:19 UTC  (10+ messages)
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-13 22:16 UTC  (37+ 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 v2] KVM: MAINTAINERS: note that linux-kvm.org isn't current
 2023-06-13 21:58 UTC  (4+ messages)

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

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-06-13 21:16 UTC  (2+ messages)

[PATCH] KVM: x86/vPMU: ignore the check of IA32_PERF_GLOBAL_CTRL bit35
 2023-06-13 21:00 UTC  (10+ 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

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-13 20:10 UTC  (43+ 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

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

[PATCH v3 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-13 19:24 UTC  (12+ 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

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

[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 

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-13 17:38 UTC  (9+ messages)
` [PATCH v14 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v14 111/113] RFC: KVM: x86, TDX: Add check for setting CPUID

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

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

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

[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 RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-13  6:24 UTC  (21+ messages)
` [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 48/51] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command

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

[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  (3+ messages)
` [PATCH v2 06/10] RISC-V: KVM: Implement device interface for "

[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 v2] runtime: Allow to specify properties for accelerator
 2023-06-12 12:06 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;
as well as URLs for NNTP newsgroup(s).