messages from 2023-11-21 23:38:17 to 2023-11-28 06:50:15 UTC [more...]
[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
2023-11-28 6:49 UTC (28+ messages)
` [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp
` [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
` [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
[PATCH v1 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2023-11-27 21:48 UTC (8+ messages)
` [PATCH v1 1/3] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() can be reused
` [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/
` [PATCH v1 3/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
2023-11-27 21:41 UTC (4+ messages)
[PATCH v3 00/25] Permission Overlay Extension
2023-11-27 18:01 UTC (34+ messages)
` [PATCH v3 01/25] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v3 02/25] arm64/sysreg: update CPACR_EL1 register
` [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v3 08/25] arm64: add POIndex defines
` [PATCH v3 09/25] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v3 10/25] arm64: mask out POIndex when modifying a PTE
` [PATCH v3 11/25] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v3 12/25] arm64: handle PKEY/POE faults
` [PATCH v3 13/25] arm64: stop using generic mm_hooks.h
` [PATCH v3 14/25] arm64: implement PKEYS support
` [PATCH v3 15/25] arm64: add POE signal support
` [PATCH v3 16/25] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v3 17/25] arm64: enable POE and PIE to coexist
` [PATCH v3 18/25] arm64/ptrace: add support for FEAT_POE
` [PATCH v3 19/25] kselftest/arm64: move get_header()
` [PATCH v3 20/25] selftests: mm: move fpregs printing
` [PATCH v3 21/25] selftests: mm: make protection_keys test work on arm64
` [PATCH v3 22/25] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v3 23/25] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v3 24/25] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v3 25/25] KVM: selftests: get-reg-list: add Permission Overlay registers
[PATCH v2 0/3] arm64: Drop support for VPIPT i-cache policy
2023-11-27 17:26 UTC (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Remove VPIPT I-cache handling
` [PATCH v2 2/3] arm64: Kill detection of VPIPT i-cache policy
` [PATCH v2 3/3] arm64: Rename reserved values for CTR_EL0.L1Ip
[PATCH v6 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
2023-11-27 15:18 UTC (14+ messages)
` [PATCH v6 01/12] arm64/mm: Modify range-based tlbi to decrement scale
` [PATCH v6 02/12] arm64/mm: Add lpa2_is_enabled() kvm_lpa2_is_enabled() stubs
` [PATCH v6 03/12] arm64/mm: Update tlb invalidation routines for FEAT_LPA2
` [PATCH v6 04/12] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v6 05/12] arm64: Add ARM64_HAS_LPA2 CPU capability
` [PATCH v6 06/12] KVM: arm64: Add new (V)TCR_EL2 field definitions for FEAT_LPA2
` [PATCH v6 07/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
` [PATCH v6 08/12] KVM: arm64: Convert translation level parameter to s8
` [PATCH v6 09/12] KVM: arm64: Support up to 5 levels of translation in kvm_pgtable
` [PATCH v6 10/12] KVM: arm64: Allow guests with >48-bit IPA size on FEAT_LPA2 systems
` [PATCH v6 11/12] KVM: selftests: arm64: Determine max ipa size per-page size
` [PATCH v6 12/12] KVM: selftests: arm64: Support P52V48 4K and 16K guest_modes
[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
2023-11-27 13:57 UTC (23+ messages)
[PATCH v3 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
2023-11-27 11:45 UTC (14+ messages)
` [PATCH v3 01/13] arm64: Add macro to compose a sysreg field value
` [PATCH v3 02/13] arm64: cpufeatures: Correctly handle signed values
` [PATCH v3 03/13] arm64: cpufeature: Correctly display signed override values
` [PATCH v3 04/13] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH v3 05/13] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH v3 06/13] arm64: cpufeature: Detect E2H0 not being implemented
` [PATCH v3 07/13] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH v3 08/13] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH v3 09/13] arm64: Add override for ID_AA64MMFR4_EL1.E2H0
` [PATCH v3 10/13] arm64: Add MIDR-based override infrastructure
` [PATCH v3 11/13] arm64: Add MIDR-based overrides for ID_AA64MMFR4_EL1.E2H0
` [PATCH v3 12/13] KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
` [PATCH v3 13/13] KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented
[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
2023-11-27 11:13 UTC (13+ messages)
[PATCH v5 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
2023-11-27 9:43 UTC (17+ messages)
` [PATCH v5 04/12] arm64: Add ARM64_HAS_LPA2 CPU capability
` [PATCH v5 07/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1
` [PATCH v5 11/12] KVM: selftests: arm64: Determine max ipa size per-page size
[V14 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests
2023-11-27 8:25 UTC (5+ messages)
[stable-4.19 PATCH] scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids
2023-11-24 16:00 UTC (2+ messages)
[PATCH v3 0/6] kvm/coresight: Support exclude guest and exclude host
2023-11-24 15:04 UTC (8+ messages)
` [PATCH v3 4/6] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v3 6/6] coresight: Pass guest TRFCR value to KVM
[RFC PATCH v1 0/3] Update tlb invalidation routines for FEAT_LPA2
2023-11-23 17:04 UTC (5+ messages)
[PATCH v3 00/10] arm64: ptdump: View the second stage page-tables
2023-11-23 14:48 UTC (14+ messages)
` [PATCH v3 01/10] KVM: arm64: Add snap shooting the host stage-2 pagetables
` [PATCH v3 05/10] arm64: ptdump: Add hooks on debugfs file operations
` [PATCH v3 06/10] arm64: ptdump: Register a debugfs entry for the host stage-2 tables
` [PATCH v3 10/10] arm64: ptdump: Add support for guest stage-2 pagetables dumping
[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
2023-11-23 2:50 UTC (6+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
[PATCH 0/2] perf build: Fixes for arm64 sysreg-defs build rules
2023-11-22 21:16 UTC (3+ messages)
[PATCH v3 0/3] Add arch_timer_edge_cases selftest
2023-11-22 20:26 UTC (5+ messages)
` [PATCH v3 1/3] KVM: arm64: selftests: Standardize GIC base addresses
` [PATCH v3 3/3] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
[PATCH 00/21] Initial cleanups for vCPU hotplug
2023-11-22 20:16 UTC (9+ messages)
` [PATCH 02/21] x86: intel_epb: Don't rely on link order
` [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 20/21] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable()
[PATCH v2 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
2023-11-22 18:06 UTC (26+ messages)
` [PATCH v2 02/13] arm64: cpufeatures: Correctly handle signed values
` [PATCH v2 03/13] arm64: cpufeature: Correctly display signed override values
` [PATCH v2 04/13] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH v2 05/13] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH v2 06/13] arm64: cpufeature: Detect E2H0 not being implemented
` [PATCH v2 07/13] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH v2 08/13] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH v2 09/13] arm64: Add override for ID_AA64MMFR4_EL1.E2H0
` [PATCH v2 10/13] arm64: Add MIDR-based override infrastructure
` [PATCH v2 11/13] arm64: Add MIDR-based overrides for ID_AA64MMFR4_EL1.E2H0
` [PATCH v2 12/13] KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
` [PATCH v2 13/13] KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-11-22 9:42 UTC (40+ messages)
` [PATCH v7 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 03/39] mman: Add map_shadow_stack() flags
` [PATCH v7 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v7 05/39] arm64/gcs: Document the ABI "
` [PATCH v7 06/39] arm64/sysreg: Add new system registers for GCS
` [PATCH v7 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v7 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v7 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v7 10/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v7 11/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v7 12/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v7 13/39] arm64/mm: Map pages for guarded control stack
` [PATCH v7 14/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v7 15/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v7 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v7 17/39] arm64/hwcap: Add hwcap "
` [PATCH v7 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v7 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v7 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v7 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v7 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v7 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v7 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v7 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v7 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v7 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v7 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v7 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v7 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v7 39/39] kselftest/clone3: Enable GCS in the clone3 selftests
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