public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-08 09:01:15 to 2023-06-09 16:47:02 UTC [more...]

[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-09 16:22 UTC  (12+ messages)
` [PATCH v3 01/17] KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()
` [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 08/17] KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor context
` [PATCH v3 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` [PATCH v3 13/17] KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
` [PATCH v3 17/17] KVM: arm64: Terrible timer hack for M1 with hVHE

[RFC PATCH v2 0/6] SVM guest shadow stack support
 2023-06-09 16:46 UTC  (5+ messages)
` [RFC PATCH v2 6/6] KVM: SVM: Add CET features to supported_xss

[GIT PULL] virtio,vhost,vdpa: bugfixes
 2023-06-09 16:17 UTC 

[PATCH v2 0/3] vfio: Cleanup Kconfigs
 2023-06-09 16:02 UTC  (5+ messages)
` [PATCH v2 3/3] vfio/fsl: Create Kconfig sub-menu

[PATCH 0/3] Relax break-before-make use with FEAT_BBM
 2023-06-09 15:44 UTC  (8+ messages)
` [PATCH 2/3] KVM: arm64: Clear possible conflict aborts
` [PATCH 3/3] KVM: arm64: Skip break phase when we have FEAT_BBM level 2

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-06-09 14:50 UTC  (7+ messages)
` [PATCH -next v21 03/27] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v21 11/27] riscv: Allocate user's vector context in the first-use trap

[PATCH v11 00/20] TDX host kernel support
 2023-06-09 14:42 UTC  (59+ messages)
` [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
` [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 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v11 09/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v11 11/20] x86/virt/tdx: Fill out "
` [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v11 13/20] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v11 14/20] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v11 15/20] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v11 16/20] x86/virt/tdx: Initialize all TDMRs
` [PATCH v11 17/20] x86/kexec: Flush cache of TDX private memory
` [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 v11 20/20] Documentation/x86: Add documentation for TDX host support

[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-09 14:38 UTC  (11+ messages)
` [PATCH v7 4/9] iommufd: Add iommufd_ctx_has_group()
` [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

[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
 2023-06-09 14:31 UTC  (14+ messages)
` [kvm-unit-tests PATCH v6 12/32] arm64: Add support for discovering the UART through ACPI
` [kvm-unit-tests PATCH v6 19/32] lib/efi: Add support for reading an FDT
` [kvm-unit-tests PATCH v6 28/32] arm64: Add support for efi in Makefile

[PATCH v5] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-06-09 13:39 UTC 

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-09 13:35 UTC  (14+ messages)
` [PATCH v3 01/10] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v3 02/10] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v3 03/10] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v3 04/10] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v3 05/10] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v3 06/10] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 08/10] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-09 13:04 UTC  (12+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` kvm/arm64: Spark benchmark
` kvm/powerpc: memcached benchmark
` kvm/x86: multichase benchmark

[PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-09 12:53 UTC  (2+ messages)

[PATCH v4] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-06-09 12:32 UTC  (6+ messages)

[PATCH v3 0/4] PCI/VGA: introduce is_boot_device function callback to vga_client_register
 2023-06-09 12:22 UTC  (12+ messages)
` [PATCH v3 1/4] PCI/VGA: tidy up the code and comment format
  ` [Intel-gfx] "
` [PATCH v3 2/4] PCI/VGA: Use unsigned type for the io_state variable
` [PATCH v3 3/4] PCI/VGA: only deal with VGA class devices
  ` [Intel-gfx] "
` [PATCH v3 4/4] PCI/VGA: introduce is_boot_device function callback to vga_client_register
  ` [Intel-gfx] "

[PATCH kvmtool 00/21] arm64: Handle PSCI calls in userspace
 2023-06-09 10:59 UTC  (3+ messages)
` [PATCH kvmtool 12/21] Add helpers to pause the VM from vCPU thread

[PATCH v3 4/6] target/riscv: Create an KVM AIA irqchip
 2023-06-09 10:09 UTC  (3+ messages)

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:46 UTC  (10+ 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
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:44 UTC  (2+ messages)

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:08 UTC  (31+ messages)
` [PATCH v13 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v13 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v13 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v13 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v13 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v13 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v13 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v13 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v13 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v13 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v13 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v13 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v13 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v13 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v13 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v13 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v13 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v13 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-09  9:02 UTC  (5+ messages)

[RFC PATCH part-5 00/22] VMX emulation
 2023-06-09  8:34 UTC  (6+ messages)

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

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-09  7:37 UTC  (21+ messages)

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-06-09  6:05 UTC  (14+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-06-09  1:20 UTC  (6+ messages)
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH kvmtool v2 00/17] Fix vhost-net, scsi and vsock
 2023-06-08 21:45 UTC  (2+ messages)

[PATCH kvmtool 0/3] Build fixes
 2023-06-08 21:45 UTC  (2+ messages)

[PATCH] vfio/iommu_type1: acquire iommu lock in vfio_iommu_type1_release()
 2023-06-08 20:56 UTC  (4+ messages)

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-08 20:55 UTC  (9+ messages)
` [PATCH v14 011/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v14 055/113] KVM: TDX: TDP MMU TDX support

[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
 2023-06-08 20:17 UTC  (6+ messages)
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value

[PATCH v7] vfio/cdx: add support for CDX bus
 2023-06-08 20:06 UTC  (2+ messages)

[PATCH] vfio/pci-core: Add capability for AtomicOp copleter support
 2023-06-08 19:57 UTC  (2+ messages)

[PATCH v11 0/5] Support writable CPU ID registers from userspace
 2023-06-08 17:57 UTC  (7+ messages)
` [PATCH 0/3] RE: Support writable CPU ID registers from userspace [v11]
  ` [PATCH 3/3] KVM: arm64: Use per guest ID register for ID_AA64PFR1_EL1.MTE

Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
 2023-06-08 17:13 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-06-08 16:38 UTC  (2+ messages)

QEMU developers fortnightly conference call for 2023-06-13
 2023-06-08 16:19 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.4, take #4
 2023-06-08 15:52 UTC 

KVM Forum BoF on I/O + secure virtualization
 2023-06-08 14:32 UTC  (5+ messages)
    `  "

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
 2023-06-08 14:03 UTC  (2+ messages)
` [RFC PATCH 1/3] x86/paravirt: move some functions and defines to alternative

[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
 2023-06-08 12:34 UTC 

[PATCH v12 00/31] Add KVM LoongArch support
 2023-06-08 11:44 UTC  (4+ messages)
` [PATCH v12 26/31] LoongArch: KVM: Implement kvm exception vector
    `  "

[PATCH 0/2] KVM: selftests: Add tests for PEBS and MSR_IA32_DS_AREA
 2023-06-08 11:34 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Test consistency of setting MSR_IA32_DS_AREA
` [PATCH 2/2] KVM: selftests: Add PEBS test for MSR_IA32_PERF_CAPABILITIES

[PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs
 2023-06-08 10:12 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