summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpufeature.c
AgeCommit message (Expand)Author
2021-03-30Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-03-25arm64: kernel: disable CNP on CarmelRich Wiley
2021-03-24KVM: arm64: Hide system instruction access to Trace registersSuzuki K Poulose
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-12arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero pageCatalin Marinas
2021-02-12Merge branch 'for-next/errata' into for-next/coreWill Deacon
2021-02-09arm64: cpufeatures: Allow disabling of Pointer Auth from the command-lineMarc Zyngier
2021-02-09arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier
2021-02-09arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command lineMarc Zyngier
2021-02-09arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()Marc Zyngier
2021-02-09arm64: cpufeature: Add global feature override facilityMarc Zyngier
2021-02-08arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55Suzuki K Poulose
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-01-05arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOSTShannon Zhao
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier
2020-12-04KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil
2020-12-03arm64: mark __system_matches_cap as __maybe_unusedMark Rutland
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland
2020-11-28arm64: Make the Meltdown mitigation state availableMarc Zyngier
2020-11-13arm64: implement CPPC FFH support using AMUsIonela Voinescu
2020-11-13arm64: wrap and generalise counter read functionsIonela Voinescu
2020-11-13arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelistKonrad Dybcio
2020-11-09arm64: cpufeatures: Add capability for LDAPR instructionWill Deacon
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon
2020-10-01arm64: dbm: Invalidate local TLB when setting TCR_EL1.HDWill Deacon
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon
2020-09-29arm64: Treat SSBS as a non-strict system featureWill Deacon
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon
2020-09-28arm64: cpufeature: Export symbol read_sanitised_ftr_reg()Jean-Philippe Brucker
2020-09-14arm64: cpufeature: Modify address authentication cpufeature to exactAmit Daniel Kachhap
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas
2020-09-03arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-07-31Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas
2020-07-15arm64: tlb: Detect the ARMv8.4 TLBI RANGE featureZhenyu Ye
2020-07-07arm64/cpufeature: Validate feature bits spacing in arm64_ftr_regs[]Anshuman Khandual
2020-07-07arm64: Detect the ARMv8.4 TTL featureMarc Zyngier
2020-07-03arm64/cpufeature: Replace all open bits shift encodings with macrosAnshuman Khandual