Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-08-23 13:15:31 to 2023-09-07 21:17:44 UTC [more...]

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-09-07 21:17 UTC  (12+ messages)
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation

[PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
 2023-09-07 20:27 UTC  (13+ messages)
` [PATCH 1/5] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
` [PATCH 2/5] KVM: arm64: Build MPIDR to vcpu index cache at runtime
` [PATCH 3/5] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
` [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
` [PATCH 5/5] KVM: arm64: vgic-v3: Optimize affinity-based SGI injection

[PATCH v1 0/2] KVM: arm64: support write combining and cachable IO memory in VMs
 2023-09-07 19:12 UTC  (4+ messages)
` [PATCH v1 1/2] KVM: arm64: determine memory type from VMA
` [PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory

[PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
 2023-09-07 19:01 UTC  (38+ messages)
` [PATCH v2 1/8] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v2 2/8] KVM: arm64: selftest: Split arch_timer test code
` [PATCH v2 3/8] tools: riscv: Add header file csr.h
` [PATCH v2 4/8] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v2 5/8] KVM: riscv: selftests: Add exception handling support
` [PATCH v2 6/8] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
` [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-09-06 22:10 UTC  (14+ messages)
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-09-06 22:03 UTC  (19+ messages)
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v7 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET "

[PATCH] KVM: arm64: Fix soft-lockup on relaxing PTE permission
 2023-09-06 16:29 UTC  (8+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-09-06 11:23 UTC  (32+ messages)
` [PATCH RFC 13/37] arm64: mte: Reserve tag storage memory
` [PATCH RFC 14/37] arm64: mte: Expose tag storage pages to the MIGRATE_METADATA freelist
` [PATCH RFC 15/37] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC 16/37] arm64: mte: Move tag storage to MIGRATE_MOVABLE when MTE is disabled
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC 18/37] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC 19/37] mm: page_alloc: Manage metadata storage on page allocation
` [PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc()
` [PATCH RFC 21/37] mm: khugepaged: Handle metadata-enabled VMAs
` [PATCH RFC 22/37] mm: shmem: Allocate metadata storage for in-memory filesystems
` [PATCH RFC 23/37] mm: Teach vma_alloc_folio() about metadata-enabled VMAs
` [PATCH RFC 24/37] mm: page_alloc: Teach alloc_contig_range() about MIGRATE_METADATA
` [PATCH RFC 25/37] arm64: mte: Manage tag storage on page allocation
` [PATCH RFC 26/37] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free
` [PATCH RFC 27/37] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC 28/37] mm: sched: Introduce PF_MEMALLOC_ISOLATE
` [PATCH RFC 29/37] mm: arm64: Define the PAGE_METADATA_NONE page protection
` [PATCH RFC 30/37] mm: mprotect: arm64: Set PAGE_METADATA_NONE for mprotect(PROT_MTE)
` [PATCH RFC 31/37] mm: arm64: Set PAGE_METADATA_NONE in set_pte_at() if missing metadata storage
` [PATCH RFC 32/37] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC 33/37] arm64: mte: swap/copypage: Handle tag restoring when missing tag storage
` [PATCH RFC 34/37] arm64: mte: Handle fatal signal in reserve_metadata_storage()
` [PATCH RFC 35/37] mm: hugepage: Handle PAGE_METADATA_NONE faults for huge pages
` [PATCH RFC 36/37] KVM: arm64: Disable MTE is tag storage is enabled
` [PATCH RFC 37/37] arm64: mte: Enable tag storage management

[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
 2023-09-06  8:00 UTC  (5+ messages)

[PATCH v9 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-09-06  6:03 UTC  (8+ messages)
` [PATCH v9 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1

[PATCH v3 0/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
 2023-09-05 12:16 UTC  (4+ messages)
` [PATCH v3 1/2] arm64/sysreg: Move TRFCR definitions to sysreg
` [PATCH v3 2/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present

[PATCH v2 0/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
 2023-09-04 16:03 UTC  (4+ messages)
` [PATCH v2 1/2] arm64/sysreg: Move TRFCR definitions to sysreg
` [PATCH v2 2/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present

[PATCH v2 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
 2023-09-04 11:42 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: timers: Move helper has_cntpoff to a header file
` [PATCH v2 2/2] KVM: arm64: timers: Save restore CVAL of a ptimer across guest entry and exits

[RFC v2] KVM: arm/arm64: optimize vSGI injection performance
 2023-09-04  9:57 UTC  (2+ messages)

[PATCH] Revert "arm64/sysreg: refactor deprecated strncpy"
 2023-09-01 13:04 UTC  (4+ messages)

[PATCH 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
 2023-09-01 12:15 UTC  (9+ messages)
` [PATCH 2/2] KVM: arm64: timers: Adjust CVAL of a ptimer across guest entry and exits

[GIT PULL] KVM/arm64 updates for Linux v6.6
 2023-08-31 17:19 UTC  (2+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-08-30 18:31 UTC  (3+ messages)
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-30 16:42 UTC  (20+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks

[PATCH] KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()
 2023-08-29  9:00 UTC  (6+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-29  2:53 UTC  (3+ messages)

[PATCH v2] KVM: arm64: Remove size-order align in the nVHE hyp private VA range
 2023-08-28 13:43 UTC  (7+ messages)

[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-08-26  2:40 UTC  (7+ messages)
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest

[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
 2023-08-25  9:35 UTC  (9+ messages)
` [RFC PATCH v2 1/8] arm64: cpufeature: Add API to report system support of HWDBM
` [RFC PATCH v2 2/8] KVM: arm64: Add KVM_PGTABLE_WALK_HW_DBM for HW DBM support
` [RFC PATCH v2 3/8] KVM: arm64: Add some HW_DBM related pgtable interfaces
` [RFC PATCH v2 4/8] KVM: arm64: Set DBM for previously writeable pages
` [RFC PATCH v2 5/8] KVM: arm64: Add some HW_DBM related mmu interfaces
` [RFC PATCH v2 6/8] KVM: arm64: Only write protect selected PTE
` [RFC PATCH v2 7/8] KVM: arm64: Add KVM_CAP_ARM_HW_DBM
` [RFC PATCH v2 8/8] KVM: arm64: Start up SW/HW combined dirty log

[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
 2023-08-25  4:18 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm64: microbench: Benchmark with virtual instead of physical timer
 2023-08-24 18:46 UTC  (4+ messages)

[PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
 2023-08-24 17:24 UTC  (13+ messages)

[PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-08-24  9:37 UTC 

[PATCH v8 0/8] KVM: allow mapping non-refcounted pages
 2023-08-24  9:13 UTC  (10+ messages)
` [PATCH v8 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v8 2/8] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v8 3/8] KVM: mmu: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v8 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v8 5/8] KVM: x86/mmu: Don't pass FOLL_GET "
` [PATCH v8 6/8] KVM: arm64: Migrate "
` [PATCH v8 7/8] KVM: PPC: "
` [PATCH v8 8/8] KVM: mmu: remove __gfn_to_pfn_memslot


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