summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/idreg-override.c
AgeCommit message (Expand)Author
2024-02-16arm64: idreg-override: Move to early mini C runtimeArd Biesheuvel
2023-12-12arm64/kernel: Move 'nokaslr' parsing out of early idreg codeArd Biesheuvel
2023-12-12arm64: idreg-override: Avoid kstrtou64() to parse a single hex digitArd Biesheuvel
2023-12-12arm64: idreg-override: Avoid sprintf() for simple string concatenationArd Biesheuvel
2023-12-12arm64: idreg-override: avoid strlen() to check for empty stringsArd Biesheuvel
2023-12-12arm64: idreg-override: Avoid parameq() and parameqn()Ard Biesheuvel
2023-12-12arm64: idreg-override: Prepare for place relative reloc patchingArd Biesheuvel
2023-12-12arm64: idreg-override: Omit non-NULL checks for override pointerArd Biesheuvel
2023-09-06arm64/sysreg: Fix broken strncpy() -> strscpy() conversionWill Deacon
2023-08-16arm64/sysreg: refactor deprecated strncpyJustin Stitt
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-06-12arm64: Allow arm64_sw.hvhe on command lineMarc Zyngier
2023-06-12arm64: Turn kaslr_feature_override into a generic SW feature overrideMarc Zyngier
2023-06-05arm64: mops: allow disabling MOPS from the kernel command lineKristina Martsenko
2023-04-20Merge branch 'for-next/sysreg' into for-next/coreWill Deacon
2023-04-14arm64: kernel: Fix kernel warning when nokaslr is passed to commandlinePavankumar Kondeti
2023-04-11arm64/idreg: Don't disable SME when disabling SVEMark Brown
2023-01-20arm64/sme: Enable host kernel to access ZT0Mark Brown
2022-09-09arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fieldsKristina Martsenko
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon
2022-07-20arm64: fix KASAN_INLINEMark Rutland
2022-07-05arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition namesMark Brown
2022-07-05arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition namesMark Brown
2022-07-05arm64/idreg: Fix tab/space damageMark Brown
2022-07-01arm64: Add an override for ID_AA64SMFR0_EL1.FA64Marc Zyngier
2022-07-01arm64: Add the arm64.nosve command line optionMarc Zyngier
2022-07-01arm64: Add the arm64.nosme command line optionMarc Zyngier
2022-07-01arm64: Allow the idreg override to deal with variable field widthMarc Zyngier
2022-07-01arm64: Save state of HCR_EL2.E2H before switch to EL1Marc Zyngier
2022-06-24arm64: idreg-override: use early FDT mapping in ID mapArd Biesheuvel
2022-02-25arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin
2021-08-03arm64/cpufeature: Optionally disable MTE via command-lineYee Lee
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2021-04-08arm64: Cope with CPUs stuck in VHE modeMarc Zyngier
2021-04-08arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier
2021-03-08arm64: Drop support for CMDLINE_EXTENDWill Deacon
2021-03-08arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overridesWill 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: Move "nokaslr" over to the early cpufeature infrastructureMarc Zyngier
2021-02-09arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0Marc Zyngier
2021-02-09arm64: Add an aliasing facility for the idreg overrideMarc Zyngier
2021-02-09arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command lineMarc Zyngier
2021-02-09arm64: cpufeature: Add an early command-line cpufeature override facilityMarc Zyngier