summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpufeature.c
AgeCommit message (Expand)Author
2022-05-12arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entryKristina Martsenko
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/pauth' into for-next/coreWill Deacon
2022-03-14Merge branch 'for-next/mte' into for-next/coreWill Deacon
2022-03-07arm64: cpufeature: Add missing .field_width for GIC system registersMark Brown
2022-02-25arm64/mte: Add hwcap for asymmetric modeMark Brown
2022-02-25arm64: cpufeature: Always specify and use a field width for capabilitiesMark Brown
2022-02-25arm64: cpufeature: Remove cpu_has_fwb() checkVladimir Murzin
2022-02-25arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin
2022-02-25arm64: cpufeature: Mark existing PAuth architected algorithm as QARMA5Vladimir Murzin
2022-02-25arm64: cpufeature: Account min_field_value when cheking secondaries for PAuthVladimir Murzin
2022-02-24arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-02-16arm64: Add percpu vectors for EL1James Morse
2022-01-28arm64: cpufeature: List early Cortex-A510 parts as having broken dbmJames Morse
2021-12-13arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly
2021-12-13arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly
2021-12-13arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly
2021-11-11Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-08arm64: arm64_ftr_reg->name may not be a human-readable stringReiji Watanabe
2021-11-07Merge tag 'coresight-fixes-v5.16' of gitolite.kernel.org:pub/scm/linux/kernel...Greg Kroah-Hartman
2021-11-04arm64: cpufeature: Export this_cpu_has_cap helperArnd Bergmann
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown
2021-10-19arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier
2021-10-19arm64: Add a capability for FEAT_ECVMarc Zyngier
2021-10-07arm64: mte: CPU feature detection for Asymm MTEVincenzo Frascino
2021-09-23arm64: Restore forced disabling of KPTI on ThunderXdann frazier
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas
2021-08-26Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas
2021-08-20arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0Will Deacon
2021-08-20arm64: Advertise CPUs capable of running 32-bit applications in sysfsWill Deacon
2021-08-20arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched systemWill Deacon
2021-08-20KVM: arm64: Add feature register flag definitionsFuad Tabba
2021-08-03arm64/cpufeature: Optionally disable MTE via command-lineYee Lee
2021-08-02arm64: unnecessary end 'return;' in void functionsJason Wang
2021-07-30arm64: cpufeature: Use defined macro instead of magic numbersShaokun Zhang
2021-07-12arm64: Add missing header <asm/smp.h> in two filesCarlos Bilbao
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon
2021-06-22arm64: Restrict undef hook for cpufeature registersRaphael Gault
2021-06-11arm64: Allow mismatched 32-bit EL0 supportWill Deacon
2021-06-11arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland
2021-05-26arm64: Check if GMID_EL1.BS is the same on all CPUsCatalin Marinas
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-04-30arm64: cpufeatures: use min and maxkernel test robot
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds