summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpufeature.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * arm64: Simplify early check for broken TX1 when KASLR is enabledWill Deacon2020-01-151-11/+4
| | * arm64: Use a variable to store non-global mappings decisionMark Brown2020-01-151-3/+52
| | * arm64: Factor out checks for KASLR in KPTI code into separate functionMark Brown2020-01-151-1/+1
| | * arm64: Add initial support for E0PDMark Brown2020-01-151-0/+22
| |/ |/|
| * arm64: Introduce ID_ISAR6 CPU registerAnshuman Khandual2020-01-151-0/+16
| * arm64: cpufeature: Export matrix and other features to userspaceSteven Price2020-01-151-0/+19
|/
*-. Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-081-0/+1
|\ \
| | * arm64: kpti: Add NVIDIA's Carmel core to the KPTI whitelistRich Wiley2019-11-061-0/+1
| |/
* / arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabledJulien Grall2019-10-141-5/+10
|/
* arm64: cpufeature: Effectively expose FRINT capability to userspaceJulien Grall2019-10-041-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-1/+1
|\
| * arm64/prefetch: fix a -Wtype-limits warningQian Cai2019-08-071-1/+1
* | arm64: cpufeature: Don't treat granule sizes as strictWill Deacon2019-08-131-3/+11
|/
* arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2019-07-311-2/+6
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-3/+5
|\
| * arm64: Expose FRINT capabilities to userspaceMark Brown2019-06-251-0/+1
| * arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown2019-06-251-0/+1
| * arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs()Julien Grall2019-06-041-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | arm64: cpufeature: Fix missing ZFR0 in __read_sysreg_by_encoding()Dave Martin2019-06-051-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-1/+1
|\
| * arm64/sve: Check SVE virtualisabilityDave Martin2019-03-291-1/+1
* | Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon2019-05-011-15/+51
|\ \
| * | arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-011-1/+7
| * | arm64: add sysfs vulnerability show for meltdownJeremy Linton2019-04-261-14/+44
| |/
* | arm64: Expose SVE2 features for userspaceDave Martin2019-04-231-1/+16
* | arm64: Advertise ARM64_HAS_DCPODP cpu featureAndrew Murray2019-04-161-0/+10
* | arm64: Expose DC CVADP to userspaceAndrew Murray2019-04-161-0/+1
* | arm64: HWCAP: encapsulate elf_hwcapAndrew Murray2019-04-161-2/+31
* | arm64: HWCAP: add support for AT_HWCAP2Andrew Murray2019-04-161-33/+33
|/
* arm64: kpti: Whitelist HiSilicon Taishan v110 CPUsHanjun Guo2019-03-191-0/+1
* arm64: Enable the support of pseudo-NMIsJulien Thierry2019-02-061-1/+9
* arm64: alternative: Apply alternatives early in boot processDaniel Thompson2019-02-061-0/+6
* arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry2019-02-061-1/+1
* arm64: cpufeature: Add cpufeature for IRQ priority maskingJulien Thierry2019-02-061-0/+23
* arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system featureJulien Thierry2019-02-061-1/+1
* arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon2019-01-101-2/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-251-83/+229
|\
| * arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon2018-12-131-43/+52
| * arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon2018-12-131-10/+1
| * arm64: add basic pointer authentication supportMark Rutland2018-12-131-0/+13
| * arm64/cpufeature: detect pointer authenticationMark Rutland2018-12-131-0/+90
| * arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon2018-12-131-0/+6
| * arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon2018-12-061-0/+12
| * arm64: capabilities: Batch cpu_enable callbacksSuzuki K Poulose2018-12-061-26/+44
| * arm64: capabilities: Use linear array for detection and verificationSuzuki K Poulose2018-12-061-25/+17
| * arm64: capabilities: Optimize this_cpu_has_capSuzuki K Poulose2018-12-061-22/+9
| * arm64: capabilities: Speed up capability lookupSuzuki K Poulose2018-12-061-2/+30
* | arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD blockWill Deacon2018-11-231-1/+1
|/
* arm64: cpufeature: Fix handling of CTR_EL0.IDC fieldSuzuki K Poulose2018-10-161-1/+14