public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-18 16:20:20 to 2023-05-20 15:01:25 UTC [more...]

[PATCH] RISC-V: KVM: Redirect AMO load/store misaligned traps to guest
 2023-05-20 15:01 UTC 

[PATCH v8 0/6] Support writable CPU ID registers from userspace
 2023-05-20  8:45 UTC  (9+ messages)
` [PATCH v8 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH] vfio/pci: demote hiding ecap messages to debug level
 2023-05-20  7:41 UTC  (2+ messages)

[PATCH] KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASK
 2023-05-20  6:06 UTC  (3+ messages)

[PATCH] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
 2023-05-20  1:02 UTC  (6+ messages)

[PATCH v9 0/5] Support writable CPU ID registers from userspace
 2023-05-19 23:52 UTC  (9+ messages)
` [PATCH v9 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v9 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]

[PATCH] vfio/pci-core: Add capability for AtomicOp copleter support
 2023-05-19 21:47 UTC 

[PATCH 0/2] KVM: SVM: small tweaks for sev_hardware_setup
 2023-05-19 21:02 UTC  (5+ messages)
` [PATCH 2/2] KVM: SVM: add some info prints to SEV init

[PATCH v2 0/3] KVM: x86: SGX vs. XCR0 cleanups
 2023-05-19 20:57 UTC  (3+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-05-19 19:57 UTC  (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-19 19:48 UTC  (22+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 02/11] iommu: Add nested domain support
` [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[PATCH] KVM: MAINTAINERS: note that linux-kvm.org isn't current
 2023-05-19 19:07 UTC  (2+ messages)

[PATCH v2 00/13] local_clock() vs noinstr
 2023-05-19 18:48 UTC  (17+ messages)
` [PATCH v2 01/13] seqlock/latch: Provide raw_read_seqcount_latch_retry()
` [PATCH v2 02/13] time/sched_clock: Provide sched_clock_noinstr()
` [PATCH v2 03/13] arm64/io: Always inline all of __raw_{read,write}[bwlq]()
` [PATCH v2 04/13] arm64/arch_timer: Provide noinstr sched_clock_read() functions
` [PATCH v2 05/13] loongarch: Provide noinstr sched_clock_read()
` [PATCH v2 06/13] s390/time: Provide sched_clock_noinstr()
` [PATCH v2 07/13] math64: Always inline u128 version of mul_u64_u64_shr()
` [PATCH v2 08/13] x86/vdso: Fix gettimeofday masking
` [PATCH v2 09/13] clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U64_MAX
` [PATCH v2 10/13] clocksource: hyper-v: Provide noinstr sched_clock()
` [PATCH v2 11/13] x86/tsc: Provide sched_clock_noinstr()
` [PATCH v2 12/13] sched/clock: Provide local_clock_noinstr()
` [PATCH v2 13/13] cpuidle: Use local_clock_noinstr()

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

[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
 2023-05-19 18:12 UTC  (52+ messages)
` [PATCH RFCv2 01/24] iommu: Add RCU-protected page free support
` [PATCH RFCv2 02/24] iommu: Replace put_pages_list() with iommu_free_pgtbl_pages()
` [PATCH RFCv2 03/24] vfio: Move iova_bitmap into iommu core
` [PATCH RFCv2 04/24] iommu: Add iommu_domain ops for dirty tracking
` [PATCH RFCv2 05/24] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH RFCv2 06/24] iommufd/selftest: Add a flags to _test_cmd_{hwpt_alloc,mock_domain}
` [PATCH RFCv2 07/24] iommufd/selftest: Test IOMMU_HWPT_ALLOC_ENFORCE_DIRTY
` [PATCH RFCv2 08/24] iommufd: Dirty tracking data support
` [PATCH RFCv2 09/24] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH RFCv2 10/24] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY
` [PATCH RFCv2 11/24] iommufd: Add IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH RFCv2 12/24] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH RFCv2 13/24] iommufd: Add IOMMU_DEVICE_GET_CAPS
` [PATCH RFCv2 14/24] iommufd/selftest: Test IOMMU_DEVICE_GET_CAPS
` [PATCH RFCv2 15/24] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH RFCv2 16/24] iommufd/selftest: Test IOMMU_GET_DIRTY_IOVA_NO_CLEAR flag
` [PATCH RFCv2 17/24] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH RFCv2 18/24] iommu/amd: Print access/dirty bits if supported
` [PATCH RFCv2 19/24] iommu/intel: Access/Dirty bit support for SL domains
` [PATCH RFCv2 20/24] iommu/arm-smmu-v3: Add feature detection for HTTU
` [PATCH RFCv2 21/24] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH RFCv2 22/24] iommu/arm-smmu-v3: Add read_and_clear_dirty() support
` [PATCH RFCv2 23/24] iommu/arm-smmu-v3: Add set_dirty_tracking() support
` [PATCH RFCv2 24/24] iommu/arm-smmu-v3: Advertise IOMMU_DOMAIN_F_ENFORCE_DIRTY

[PATCH v3] KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_save
 2023-05-19 17:56 UTC  (2+ messages)

[PATCH 0/2] KVM: vcpu_array[0] races
 2023-05-19 17:51 UTC  (2+ messages)

[PATCH] KVM: VMX: Fix header file dependency of asm/vmx.h
 2023-05-19 17:42 UTC  (2+ messages)

[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
 2023-05-19 17:41 UTC  (2+ messages)

[PATCH -next v20 00/26] riscv: Add vector ISA support
 2023-05-19 16:50 UTC  (32+ messages)
` [PATCH -next v20 01/26] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v20 02/26] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v20 04/26] riscv: Add new csr defines related to vector extension
` [PATCH -next v20 05/26] riscv: Clear vector regfile on bootup
` [PATCH -next v20 06/26] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v20 07/26] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v20 08/26] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v20 09/26] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v20 10/26] riscv: Add task switch support for vector
` [PATCH -next v20 11/26] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v20 12/26] riscv: Add ptrace vector support
` [PATCH -next v20 13/26] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v20 14/26] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v20 15/26] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v20 16/26] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v20 17/26] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v20 18/26] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v20 19/26] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
` [PATCH -next v20 21/26] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v20 22/26] riscv: detect assembler support for .option arch
` [PATCH -next v20 23/26] riscv: Enable Vector code to be built
` [PATCH -next v20 24/26] riscv: Add documentation for Vector
` [PATCH -next v20 25/26] selftests: Test RISC-V Vector prctl interface
` [PATCH -next v20 26/26] selftests: add .gitignore file for RISC-V hwprobe

[PATCH v2] vfio/type1: check pfn valid before converting to struct page
 2023-05-19 15:52 UTC  (2+ messages)

[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-05-19 15:28 UTC  (5+ messages)

[PATCH] KVM: x86/mmu: Drop "struct kvm_mmu *mmu" from __kvm_mmu_invalidate_addr()
 2023-05-19 15:12 UTC  (2+ messages)

[PATCH] docs: clarify KVM related kernel parameters' descriptions
 2023-05-19 14:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 03/19] iommufd: Replace the hwpt->devices list with iommufd_group
 2023-05-19 11:42 UTC  (11+ messages)

[kvm-unit-tests PATCH v9 0/2] S390x: CPU Topology Information
 2023-05-19 11:22 UTC  (3+ messages)
` [kvm-unit-tests PATCH v9 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v9 2/2] s390x: topology: Checking Configuration Topology Information

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-05-19 10:26 UTC  (16+ messages)
` [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
` [RFC PATCH v2 06/11] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support
` [RFC PATCH v2 08/11] KVM: VMX: Advertise MITI_ENUM_RETPOLINE_S_SUPPORT

[PATCH v2 0/6] s390/uvdevice: Expose secret UVCs
 2023-05-19  9:37 UTC  (7+ messages)
` [PATCH v2 1/6] s390/uvdevice: Add info IOCTL
` [PATCH v2 2/6] s390/uvdevice: Add 'Add Secret' UVC
` [PATCH v2 3/6] s390/uvdevice: Add 'List Secrets' UVC
` [PATCH v2 4/6] s390/uvdevice: Add 'Lock Secret Store' UVC
` [PATCH v2 5/6] s390/uv: replace scnprintf with sysfs_emit
` [PATCH v2 6/6] s390/uv: Update query for secret-UVCs

Fwd: Persistent rt_sigreturn segfaults on KVM VMs after upgrade to 5.15
 2023-05-19  8:19 UTC  (4+ messages)

[PATCH v5 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-19  7:57 UTC  (21+ messages)
` [PATCH v5 01/10] vfio-iommufd: Create iommufd_access for noiommu devices
` [PATCH v5 06/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [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 v3 00/28] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-05-19  3:18 UTC  (7+ messages)
` [PATCH v3 03/28] drm/i915/gvt: Verify hugepages are contiguous in physical address space

[PATCH] vfio/type1: check pfn valid before converting to struct page
 2023-05-19  1:25 UTC  (5+ messages)

Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
 2023-05-19  1:07 UTC  (12+ messages)

[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-19  0:52 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v4 2/6] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v4 3/6] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v4 4/6] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v4 5/6] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v4 6/6] KVM: arm64: Use TLBI range-based intructions for unmap

[ANNOUNCE / RFC] Periodic Upstream Call for KVM
 2023-05-18 19:50 UTC  (2+ messages)

[PATCH 0/9] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage
 2023-05-18 19:05 UTC  (3+ messages)
` [PATCH 9/9] KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y

[PATCH] KVM: SVM: Remove TSS reloading code after VMEXIT
 2023-05-18 18:24 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox