messages from 2023-08-16 17:23:57 to 2023-08-23 22:20:09 UTC [more...]
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-08-23 22:20 UTC (18+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [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-23 20:04 UTC
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-23 18:16 UTC (32+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-08-23 16:06 UTC (21+ messages)
` [PATCH v5 01/12] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH v5 02/12] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH v5 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} "
` [PATCH v5 04/12] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v5 05/12] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v5 06/12] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v5 07/12] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v5 09/12] tools: Import arm_pmuv3.h
` [PATCH v5 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v5 11/12] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v5 12/12] KVM: selftests: aarch64: vPMU register test for unimplemented counters
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-08-23 13:13 UTC (38+ 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] KVM: arm64: pmu: Resync EL0 state on counter rotation
2023-08-23 11:15 UTC (9+ messages)
[PATCH v9 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
2023-08-23 7:37 UTC (16+ 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
[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 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
2023-08-22 14:57 UTC (8+ messages)
` [PATCH 1/2] KVM: arm64: timers: Move helper has_cntpoff to a header file
` [PATCH 2/2] KVM: arm64: timers: Adjust CVAL of a ptimer across guest entry and exits
[PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure
2023-08-22 11:12 UTC (6+ 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 (6+ 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 (18+ 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 v8 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH v3 0/4] KVM: arm64: PMU: Fix PMUver related handling of vPMU support
2023-08-20 8:44 UTC (6+ messages)
` [PATCH v3 1/4] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer
` [PATCH v3 2/4] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
` [PATCH v3 3/4] KVM: arm64: PMU: Don't advertise the STALL_SLOT event
` [PATCH v3 4/4] KVM: arm64: PMU: Don't advertise STALL_SLOT_{FRONTEND,BACKEND}
[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
2023-08-18 1:12 UTC (2+ messages)
` [RFC PATCH 4/4] treewide: Use clocksource id for struct system_counterval_t
[PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
2023-08-18 0:08 UTC (2+ messages)
[PATCH] KVM: arm64: nv: select XARRAY_MULTI to fix build error
2023-08-17 9:29 UTC (2+ messages)
[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-17 9:29 UTC (5+ messages)
` [PATCH v9 05/14] KVM: Allow range-based TLB invalidation from common code
[PATCH] KVM: arm64: pmu: Resync EL0 state on counter rotation
2023-08-16 21:15 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox