aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/cpufeature.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt',...Catalin Marinas1-4/+4
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey1-2/+2
2025-11-11arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth1-2/+2
2025-09-18arm64: mm: support large block mapping when rodata=fullYang Shi1-0/+2
2025-06-30arm64: Add BBM Level 2 cpu featureMikoĊ‚aj Lenczewski1-0/+5
2025-06-30arm64: cpufeature: Introduce MATCH_ALL_EARLY_CPUS capability typeCatalin Marinas1-0/+23
2025-03-11KVM: arm64: Move PMUVer filtering into KVM codeOliver Upton1-23/+0
2025-03-11KVM: arm64: Use a cpucap to determine if system supports FEAT_PMUv3Oliver Upton1-0/+5
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2025-01-08sched,arm64: Handle CPU isolation on last resort fallback rq selectionFrederic Weisbecker1-0/+1
2024-12-10arm64: cpufeature: Add HAFT to cpucap_is_possible()Mark Rutland1-2/+1
2024-12-05arm64: cpufeature: Add GCS to cpucap_is_possible()Robin Murphy1-2/+1
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+17
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-3/+15
2024-11-05arm64: Add support for FEAT_HAFTYicong Yang1-0/+6
2024-10-31KVM: arm64: Fix missing traps of guest accesses to the MPAM registersJames Morse1-1/+1
2024-10-31arm64: cpufeature: discover CPU support for MPAMJames Morse1-0/+17
2024-10-17arm64: Support AT_HWCAP3Mark Brown1-1/+2
2024-10-16arm64: cpufeature: add POE to cpucap_is_possible()Joey Gouly1-2/+1
2024-10-04arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)Mark Brown1-0/+6
2024-09-04arm64: context switch POR_EL0 registerJoey Gouly1-0/+6
2024-07-04arm64/cpufeature: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual1-2/+2
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+113
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas1-8/+0
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-0/+1
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas1-0/+116
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown1-0/+5
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel1-0/+8
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel1-0/+18
2024-02-16arm64: mm: Add feature override support for LVAArd Biesheuvel1-0/+4
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel1-0/+9
2024-02-16arm64: Add helpers to probe local CPU for PAC and BTI supportArd Biesheuvel1-0/+32
2024-02-16arm64: idreg-override: Create a pseudo feature for rodata=offArd Biesheuvel1-0/+1
2024-02-16arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel1-0/+5
2024-02-16arm64: cpufeature: Add helper to test for CPU feature overridesArd Biesheuvel1-0/+39
2024-02-09arm64: fix typo in commentsSeongsu Park1-1/+1
2024-02-08arm64: cpufeatures: Correctly handle signed valuesMarc Zyngier1-0/+1
2024-01-04Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon1-0/+5
2023-12-13arm64: Align boot cpucap handling with system cpucap handlingMark Rutland1-0/+1
2023-11-27arm64: Add ARM64_HAS_LPA2 CPU capabilityRyan Roberts1-0/+5
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas1-55/+41
2023-10-23arm64: cpufeature: Display the set of cores with a featureJeremy Linton1-0/+2
2023-10-16arm64: Remove cpus_have_const_cap()Mark Rutland1-36/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}Mark Rutland1-4/+4
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_MTEMark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_TLB_RANGEMark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_PANMark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_GIC_PRIO_MASKINGMark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CNPMark Rutland1-1/+1