kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-15 02:16:29 to 2023-05-16 12:02:55 UTC [more...]

[PATCH v8 0/6] Support writable CPU ID registers from userspace
 2023-05-16 11:55 UTC  (6+ messages)
` [PATCH v8 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg

[PATCH] vfio/type1: check pfn valid before converting to struct page
 2023-05-16 11:50 UTC  (2+ messages)

[PATCH v5] vfio/cdx: add support for CDX bus
 2023-05-16 11:37 UTC  (3+ messages)

[RFC PATCH V6 00/14] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-05-16 10:29 UTC  (21+ messages)
` [RFC PATCH V6 01/14] x86/sev: Add a #HV exception handler
` [RFC PATCH V6 02/14] x86/sev: Add Check of #HV event in path
` [RFC PATCH V6 03/14] x86/sev: Add AMD sev-snp enlightened guest support on hyperv
` [RFC PATCH V6 04/14] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V6 05/14] x86/hyperv: Add sev-snp enlightened guest static key
` [RFC PATCH V6 06/14] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [RFC PATCH V6 07/14] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V6 08/14] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [RFC PATCH V6 09/14] clocksource/drivers/hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V6 10/14] hv: vmbus: Mask VMBus pages unencrypted for "
` [RFC PATCH V6 11/14] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V6 12/14] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V6 13/14] x86/hyperv: Add smp support for sev-snp guest
  ` [EXTERNAL] "
` [RFC PATCH V6 14/14] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES

[PATCH v5 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
 2023-05-16 10:21 UTC  (11+ messages)
` [PATCH v5 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()

[PATCH v3 00/28] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-05-16  9:37 UTC  (10+ messages)
` [PATCH v3 02/28] drm/i915/gvt: remove interface intel_gvt_is_valid_gfn
` [PATCH v3 03/28] drm/i915/gvt: Verify hugepages are contiguous in physical address space
` [PATCH v3 05/28] drm/i915/gvt: Explicitly check that vGPU is attached before shadowing
` [PATCH v3 06/28] drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry type

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-05-16  9:20 UTC  (13+ messages)
` [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
` [RFC PATCH v2 03/11] KVM: x86: Advertise BHI_CTRL support
` [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support

[PATCH -next v19 00/24] riscv: Add vector ISA support
 2023-05-16  7:13 UTC  (8+ messages)
` [PATCH -next v19 20/24] riscv: Add prctl controls for userspace vector management
` [PATCH -next v19 21/24] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v19 24/24] riscv: Add documentation for Vector

[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-05-16  4:07 UTC  (23+ messages)
` [PATCH v7 01/19] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v7 02/19] iommufd: Add iommufd_group
` [PATCH v7 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v7 04/19] iommu: Export iommu_get_resv_regions()
` [PATCH v7 05/19] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v7 06/19] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v7 07/19] iommufd: Make sw_msi_start a group global
` [PATCH v7 08/19] iommufd: Move putting a hwpt to a helper function
` [PATCH v7 09/19] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v7 10/19] iommufd: Allow a hwpt to be aborted after allocation
` [PATCH v7 11/19] iommufd: Fix locking around hwpt allocation
` [PATCH v7 12/19] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v7 13/19] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v7 14/19] iommufd: Add iommufd_device_replace()
` [PATCH v7 15/19] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v7 16/19] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v7 17/19] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v7 18/19] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v7 19/19] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-05-16  3:30 UTC  (4+ messages)
` [PATCH v8 6/6] KVM: x86: Expose LAM feature to userspace VMM

[PATCH -next v19 04/24] riscv: Add new csr defines related to vector extension
 2023-05-16  3:15 UTC  (3+ messages)

[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
 2023-05-16  3:12 UTC  (4+ messages)

[PATCH -next v19 01/24] riscv: Rename __switch_to_aux() -> fpu
 2023-05-16  2:47 UTC  (3+ messages)

[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
 2023-05-16  1:49 UTC  (5+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO

Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
 2023-05-15 23:46 UTC  (4+ messages)

[PULL v2 00/16] Block patches
 2023-05-15 23:37 UTC  (18+ messages)
` [PULL v2 01/16] block/block-common: add zoned device structs
` [PULL v2 02/16] block/file-posix: introduce helper functions for sysfs attributes
` [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PULL v2 04/16] block/raw-format: add zone operations to pass through requests
` [PULL v2 05/16] block: add zoned BlockDriver check to block layer
` [PULL v2 06/16] iotests: test new zone operations
` [PULL v2 07/16] block: add some trace events for new block layer APIs
` [PULL v2 08/16] docs/zoned-storage: add zoned device documentation
` [PULL v2 09/16] file-posix: add tracking of the zone write pointers
` [PULL v2 10/16] block: introduce zone append write for zoned devices
` [PULL v2 11/16] qemu-iotests: test zone append operation
` [PULL v2 12/16] block: add some trace events for zone append
` [PULL v2 13/16] virtio-blk: add zoned storage emulation for zoned devices
` [PULL v2 14/16] block: add accounting for zone append operation
` [PULL v2 15/16] virtio-blk: add some trace events for zoned emulation
` [PULL v2 16/16] docs/zoned-storage:add zoned emulation use case

[PATCH v3] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-05-15 23:00 UTC  (2+ messages)

[PATCH v2 0/8] KVM: x86: Clean up MSR PAT handling
 2023-05-15 22:21 UTC  (7+ messages)
` [PATCH v2 5/8] KVM: x86: Use MTRR macros to define possible MTRR MSR ranges

[kvm-unit-tests PATCH] arm64: Make vector_table and vector_stub weak symbols
 2023-05-15 22:15 UTC 

[PATCH 5.15 0/8] KVM CR0.WP series backport
 2023-05-15 21:05 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
 2023-05-15 20:46 UTC  (3+ messages)
` [PATCH 1/2] arm64: Add missing Set/Way CMO encodings
` [PATCH 2/2] KVM: arm64: Handle trap of tagged Set/Way CMOs

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-15 19:11 UTC  (4+ messages)
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-05-15 17:31 UTC  (60+ messages)
` [PATCH v10 01/59] KVM: arm64: Move VTCR_EL2 into struct s2_mmu
` [PATCH v10 02/59] arm64: Add missing Set/Way CMO encodings
` [PATCH v10 03/59] arm64: Add missing VA "
` [PATCH v10 04/59] arm64: Add missing ERXMISCx_EL1 encodings
` [PATCH v10 05/59] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v10 06/59] arm64: Add TLBI operation encodings
` [PATCH v10 07/59] arm64: Add AT "
` [PATCH v10 08/59] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v10 09/59] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v10 10/59] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v10 11/59] KVM: arm64: nv: Expose FEAT_EVT to nested guests
` [PATCH v10 12/59] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v10 13/59] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v10 14/59] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v10 15/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v10 16/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v10 17/59] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v10 18/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v10 19/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v10 20/59] KVM: arm64: nv: Trap CPACR_EL1 access "
` [PATCH v10 21/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v10 22/59] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v10 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.{NV,TSC) settings
` [PATCH v10 24/59] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v10 25/59] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v10 26/59] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v10 27/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v10 28/59] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v10 29/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v10 30/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v10 31/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v10 32/59] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v10 33/59] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v10 34/59] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v10 35/59] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v10 36/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH v10 37/59] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v10 38/59] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v10 39/59] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v10 40/59] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v10 41/59] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v10 42/59] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v10 43/59] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v10 44/59] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v10 45/59] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v10 46/59] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v10 47/59] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v10 48/59] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v10 49/59] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v10 50/59] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v10 51/59] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v10 52/59] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v10 53/59] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v10 54/59] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v10 55/59] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v10 56/59] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v10 57/59] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v10 58/59] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v10 59/59] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-05-15 17:16 UTC  (17+ messages)

[PATCH] KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
 2023-05-15 17:00 UTC 

[PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
 2023-05-15 16:45 UTC  (12+ messages)

[kvm-unit-tests PATCH v4 5/7] s390x: pv: Add sie entry intercept and validity test
 2023-05-15 14:00 UTC  (3+ messages)
` [kvm-unit-tests PATCH v5] "

[PATCH 0/9] KVM backports to 5.10
 2023-05-15 12:47 UTC  (2+ messages)

[PATCH -next v19 23/24] riscv: Enable Vector code to be built
 2023-05-15 12:04 UTC  (4+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-05-15 11:18 UTC  (4+ messages)
` [PATCH v3 3/6] mm: handle poisoning of pfn without struct pages

[PATCH v5 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-15  7:47 UTC  (6+ messages)
` [PATCH v5 07/10] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v5 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev

[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API
 2023-05-15  6:24 UTC  (9+ messages)
` [PATCH 1/2] riscv: kvm: Add KVM_GET_REG_LIST API support

[PATCH v10 00/30] Add KVM LoongArch support
 2023-05-15  2:15 UTC  (12+ messages)
` [PATCH v10 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v10 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v10 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v10 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v10 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v10 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v10 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v10 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v10 28/30] LoongArch: KVM: Implement probe virtualization when LoongArch cpu init
` [PATCH v10 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v10 30/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part


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