Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-08-19 04:40:04 to 2023-08-28 15:31:31 UTC [more...]

[PATCH] KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()
 2023-08-28 15:31 UTC 

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

[PATCH 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
 2023-08-28 10:17 UTC  (8+ 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-28  8:57 UTC 

[PATCH v9 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-27 19:31 UTC  (18+ messages)
` [PATCH v9 01/11] KVM: arm64: Allow userspace to get the writable masks for feature ID registers
` [PATCH v9 02/11] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v9 03/11] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v9 04/11] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v9 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v9 06/11] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v9 07/11] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v9 08/11] KVM: arm64: Refactor helper Macros for idreg desc
` [PATCH v9 09/11] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v9 10/11] KVM: arm64: selftests: Import automatic system register definition generation from kernel
` [PATCH v9 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-08-26  2:40 UTC  (10+ 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)

[RFC v2] KVM: arm/arm64: optimize vSGI injection performance
 2023-08-25  1:58 UTC 

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-08-25  1:38 UTC  (9+ messages)
` [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 v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-08-25  0:15 UTC  (9+ messages)
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation

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

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-24 17:38 UTC  (28+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()

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

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-08-24 15:24 UTC  (43+ messages)
` [PATCH RFC 01/37] mm: page_alloc: Rename gfp_to_alloc_flags_cma -> gfp_to_alloc_flags_fast
` [PATCH RFC 02/37] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC 03/37] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 05/37] mm: Add memory statistics for the "
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 07/37] mm: page_alloc: Bypass pcp when freeing MIGRATE_METADATA pages
` [PATCH RFC 08/37] mm: compaction: Account for free metadata pages in __compact_finished()
` [PATCH RFC 09/37] mm: compaction: Handle metadata pages as source for direct compaction
` [PATCH RFC 10/37] mm: compaction: Do not use MIGRATE_METADATA to replace pages with metadata
` [PATCH RFC 11/37] mm: migrate/mempolicy: Allocate metadata-enabled destination page
` [PATCH RFC 12/37] mm: gup: Don't allow longterm pinning of MIGRATE_METADATA pages
` [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 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

[PATCH v2] KVM: arm64: pmu: Resync EL0 state on counter rotation
 2023-08-23 11:15 UTC  (9+ messages)

[RFC] KVM: arm/arm64: optimize vSGI injection performance
 2023-08-23  3:19 UTC  (5+ messages)

[PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace
 2023-08-22 17:55 UTC  (43+ messages)
` [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack
` [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v5 04/37] arm64/gcs: Document the ABI "
` [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS
` [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack
` [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests
` [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v5 15/37] arm64/idreg: Add overrride for GCS
` [PATCH v5 16/37] arm64/hwcap: Add hwcap "
` [PATCH v5 17/37] arm64/traps: Handle GCS exceptions
` [PATCH v5 18/37] arm64/mm: Handle GCS data aborts
` [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0
` [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack()
` [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames
` [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap
` [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program
` [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v5 35/37] selftests/arm64: Add GCS signal tests
` [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test
` [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure
 2023-08-22 11:12 UTC  (5+ messages)
` [PATCH v4 15/28] KVM: arm64: nv: Add trap forwarding for HCR_EL2

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-21 19:49 UTC  (2+ messages)

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

[PATCH v8 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-21 17:40 UTC  (15+ messages)
` [PATCH v8 02/11] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v8 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v8 07/11] KVM: arm64: Enable writable for ID_AA64PFR0_EL1

[PATCH v3 0/4] KVM: arm64: PMU: Fix PMUver related handling of vPMU support
 2023-08-20  8:44 UTC  (3+ messages)
` [PATCH v3 4/4] KVM: arm64: PMU: Don't advertise STALL_SLOT_{FRONTEND,BACKEND}


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