summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/idreg-override.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/kernel: Move 'nokaslr' parsing out of early idreg codeArd Biesheuvel2023-12-121-7/+0
* arm64: idreg-override: Avoid kstrtou64() to parse a single hex digitArd Biesheuvel2023-12-121-1/+15
* arm64: idreg-override: Avoid sprintf() for simple string concatenationArd Biesheuvel2023-12-121-6/+13
* arm64: idreg-override: avoid strlen() to check for empty stringsArd Biesheuvel2023-12-121-1/+1
* arm64: idreg-override: Avoid parameq() and parameqn()Ard Biesheuvel2023-12-121-11/+17
* arm64: idreg-override: Prepare for place relative reloc patchingArd Biesheuvel2023-12-121-33/+56
* arm64: idreg-override: Omit non-NULL checks for override pointerArd Biesheuvel2023-12-121-11/+5
* arm64/sysreg: Fix broken strncpy() -> strscpy() conversionWill Deacon2023-09-061-3/+3
* arm64/sysreg: refactor deprecated strncpyJustin Stitt2023-08-161-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-031-9/+16
|\
| * arm64: Allow arm64_sw.hvhe on command lineMarc Zyngier2023-06-121-0/+11
| * arm64: Turn kaslr_feature_override into a generic SW feature overrideMarc Zyngier2023-06-121-10/+6
* | arm64: mops: allow disabling MOPS from the kernel command lineKristina Martsenko2023-06-051-0/+2
|/
* Merge branch 'for-next/sysreg' into for-next/coreWill Deacon2023-04-201-1/+1
|\
| * arm64/idreg: Don't disable SME when disabling SVEMark Brown2023-04-111-1/+1
* | arm64: kernel: Fix kernel warning when nokaslr is passed to commandlinePavankumar Kondeti2023-04-141-0/+7
|/
* arm64/sme: Enable host kernel to access ZT0Mark Brown2023-01-201-0/+1
* arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fieldsKristina Martsenko2022-09-091-1/+1
* arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown2022-09-091-3/+3
* arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown2022-09-091-1/+1
* Merge branch 'for-next/boot' into for-next/coreWill Deacon2022-07-251-15/+78
|\
| * arm64: fix KASAN_INLINEMark Rutland2022-07-201-6/+11
| * arm64: Add an override for ID_AA64SMFR0_EL1.FA64Marc Zyngier2022-07-011-0/+11
| * arm64: Add the arm64.nosve command line optionMarc Zyngier2022-07-011-0/+26
| * arm64: Add the arm64.nosme command line optionMarc Zyngier2022-07-011-0/+17
| * arm64: Allow the idreg override to deal with variable field widthMarc Zyngier2022-07-011-12/+16
| * arm64: Save state of HCR_EL2.E2H before switch to EL1Marc Zyngier2022-07-011-3/+8
| * arm64: idreg-override: use early FDT mapping in ID mapArd Biesheuvel2022-06-241-11/+6
* | arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition namesMark Brown2022-07-051-2/+2
* | arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition namesMark Brown2022-07-051-4/+4
* | arm64/idreg: Fix tab/space damageMark Brown2022-07-051-7/+7
|/
* arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin2022-02-251-2/+14
* arm64/cpufeature: Optionally disable MTE via command-lineYee Lee2021-08-031-0/+2
* arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-251-1/+1
* arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-251-1/+2
* arm64: Cope with CPUs stuck in VHE modeMarc Zyngier2021-04-081-1/+12
* arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier2021-04-081-0/+13
* arm64: Drop support for CMDLINE_EXTENDWill Deacon2021-03-081-4/+1
* arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overridesWill Deacon2021-03-081-19/+25
* arm64: cpufeatures: Allow disabling of Pointer Auth from the command-lineMarc Zyngier2021-02-091-0/+16
* arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier2021-02-091-0/+11
* arm64: Move "nokaslr" over to the early cpufeature infrastructureMarc Zyngier2021-02-091-0/+15
* arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0Marc Zyngier2021-02-091-0/+2
* arm64: Add an aliasing facility for the idreg overrideMarc Zyngier2021-02-091-3/+14
* arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command lineMarc Zyngier2021-02-091-0/+11
* arm64: cpufeature: Add an early command-line cpufeature override facilityMarc Zyngier2021-02-091-0/+150