summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpufeature.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm64: cpufeature: Always specify and use a field width for capabilitiesMark Brown2022-02-251-66/+101
| |/
* | Merge branch 'for-next/pauth' into for-next/coreWill Deacon2022-03-141-9/+50
|\ \
| * | arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin2022-02-251-2/+39
| * | arm64: cpufeature: Mark existing PAuth architected algorithm as QARMA5Vladimir Murzin2022-02-251-8/+12
| * | arm64: cpufeature: Account min_field_value when cheking secondaries for PAuthVladimir Murzin2022-02-251-1/+1
| |/
* | Merge branch 'for-next/mte' into for-next/coreWill Deacon2022-03-141-0/+1
|\ \
| * | arm64/mte: Add hwcap for asymmetric modeMark Brown2022-02-251-0/+1
| |/
* / arm64: cpufeature: Remove cpu_has_fwb() checkVladimir Murzin2022-02-251-9/+0
|/
* arm64: cpufeature: List early Cortex-A510 parts as having broken dbmJames Morse2022-01-281-0/+3
* arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2021-12-131-0/+2
* arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2021-12-131-0/+9
* arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly2021-12-131-0/+2
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-111-0/+1
|\
| * Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel...Greg Kroah-Hartman2021-11-071-0/+1
| |\
| | * arm64: cpufeature: Export this_cpu_has_cap helperArnd Bergmann2021-11-041-0/+1
* | | arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe2021-11-081-3/+7
|/ /
* | Merge branch 'for-next/sve' into for-next/coreWill Deacon2021-10-291-3/+3
|\ \
| * | arm64/sve: Put system wide vector length information into structsMark Brown2021-10-211-3/+3
| |/
* | Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-10-291-0/+10
|\ \
| * | arm64: mte: CPU feature detection for Asymm MTEVincenzo Frascino2021-10-071-0/+10
| |/
* | arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2021-10-191-1/+2
* | arm64: Add a capability for FEAT_ECVMarc Zyngier2021-10-191-0/+10
|/
* arm64: Restore forced disabling of KPTI on ThunderXdann frazier2021-09-231-2/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-4/+4
|\
| * KVM: arm64: Add feature register flag definitionsFuad Tabba2021-08-201-4/+4
* | Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas2021-08-311-1/+50
|\ \
| * | arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0Will Deacon2021-08-201-0/+7
| * | arm64: Advertise CPUs capable of running 32-bit applications in sysfsWill Deacon2021-08-201-0/+19
| * | arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched systemWill Deacon2021-08-201-1/+24
| |/
| |
| \
*-. \ Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas2021-08-261-3/+4
|\ \ \ | |_|/ |/| |
| | * arm64: unnecessary end 'return;' in void functionsJason Wang2021-08-021-2/+0
| | * arm64: cpufeature: Use defined macro instead of magic numbersShaokun Zhang2021-07-301-1/+1
| |/ |/|
| * arm64/cpufeature: Optionally disable MTE via command-lineYee Lee2021-08-031-0/+3
|/
* arm64: Add missing header <asm/smp.h> in two filesCarlos Bilbao2021-07-121-0/+1
* Merge branch 'for-next/insn' into for-next/coreWill Deacon2021-06-241-0/+1
|\
| * arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland2021-06-111-0/+1
* | arm64: Restrict undef hook for cpufeature registersRaphael Gault2021-06-221-2/+2
* | arm64: Allow mismatched 32-bit EL0 supportWill Deacon2021-06-111-13/+101
* | arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon2021-06-111-35/+39
* | arm64: Check if GMID_EL1.BS is the same on all CPUsCatalin Marinas2021-05-261-0/+21
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-071-2/+3
|\
| * arm64: cpufeatures: use min and maxkernel test robot2021-04-301-2/+3
* | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-2/+2
|\ \
| * | arm64: add __nocfi to functions that jump to a physical addressSami Tolvanen2021-04-091-1/+1
| * | arm64: use function_nocfi with __pa_symbolSami Tolvanen2021-04-091-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-261-4/+18
|\ \ \ | |/ / |/| / | |/
| *-. Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas2021-04-151-4/+18
| |\ \
| | | * arm64: Get rid of CONFIG_ARM64_VHEMarc Zyngier2021-04-081-4/+0
| | | * arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier2021-04-081-0/+6
| | |/ | |/|
| | * arm64: Support execute-only permissions with Enhanced PANVladimir Murzin2021-03-261-0/+12
| |/