开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
idreg-override.c
Age
Commit message (
Expand
)
Author
2024-02-16
arm64: idreg-override: Move to early mini C runtime
Ard Biesheuvel
2023-12-12
arm64/kernel: Move 'nokaslr' parsing out of early idreg code
Ard Biesheuvel
2023-12-12
arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
Ard Biesheuvel
2023-12-12
arm64: idreg-override: Avoid sprintf() for simple string concatenation
Ard Biesheuvel
2023-12-12
arm64: idreg-override: avoid strlen() to check for empty strings
Ard Biesheuvel
2023-12-12
arm64: idreg-override: Avoid parameq() and parameqn()
Ard Biesheuvel
2023-12-12
arm64: idreg-override: Prepare for place relative reloc patching
Ard Biesheuvel
2023-12-12
arm64: idreg-override: Omit non-NULL checks for override pointer
Ard Biesheuvel
2023-09-06
arm64/sysreg: Fix broken strncpy() -> strscpy() conversion
Will Deacon
2023-08-16
arm64/sysreg: refactor deprecated strncpy
Justin Stitt
2023-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-06-12
arm64: Allow arm64_sw.hvhe on command line
Marc Zyngier
2023-06-12
arm64: Turn kaslr_feature_override into a generic SW feature override
Marc Zyngier
2023-06-05
arm64: mops: allow disabling MOPS from the kernel command line
Kristina Martsenko
2023-04-20
Merge branch 'for-next/sysreg' into for-next/core
Will Deacon
2023-04-14
arm64: kernel: Fix kernel warning when nokaslr is passed to commandline
Pavankumar Kondeti
2023-04-11
arm64/idreg: Don't disable SME when disabling SVE
Mark Brown
2023-01-20
arm64/sme: Enable host kernel to access ZT0
Mark Brown
2022-09-09
arm64/sysreg: Standardise naming for ID_AA64MMFR1_EL1 fields
Kristina Martsenko
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant names
Mark Brown
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition names
Mark Brown
2022-07-25
Merge branch 'for-next/boot' into for-next/core
Will Deacon
2022-07-20
arm64: fix KASAN_INLINE
Mark Rutland
2022-07-05
arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition names
Mark Brown
2022-07-05
arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition names
Mark Brown
2022-07-05
arm64/idreg: Fix tab/space damage
Mark Brown
2022-07-01
arm64: Add an override for ID_AA64SMFR0_EL1.FA64
Marc Zyngier
2022-07-01
arm64: Add the arm64.nosve command line option
Marc Zyngier
2022-07-01
arm64: Add the arm64.nosme command line option
Marc Zyngier
2022-07-01
arm64: Allow the idreg override to deal with variable field width
Marc Zyngier
2022-07-01
arm64: Save state of HCR_EL2.E2H before switch to EL1
Marc Zyngier
2022-06-24
arm64: idreg-override: use early FDT mapping in ID map
Ard Biesheuvel
2022-02-25
arm64: Add support of PAuth QARMA3 architected algorithm
Vladimir Murzin
2021-08-03
arm64/cpufeature: Optionally disable MTE via command-line
Yee Lee
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
2021-05-25
arm64: __flush_dcache_area to take end parameter instead of size
Fuad Tabba
2021-04-08
arm64: Cope with CPUs stuck in VHE mode
Marc Zyngier
2021-04-08
arm64: cpufeature: Allow early filtering of feature override
Marc Zyngier
2021-03-08
arm64: Drop support for CMDLINE_EXTEND
Will Deacon
2021-03-08
arm64: cpufeatures: Fix handling of CONFIG_CMDLINE for idreg overrides
Will Deacon
2021-02-09
arm64: cpufeatures: Allow disabling of Pointer Auth from the command-line
Marc Zyngier
2021-02-09
arm64: cpufeatures: Allow disabling of BTI from the command-line
Marc Zyngier
2021-02-09
arm64: Move "nokaslr" over to the early cpufeature infrastructure
Marc Zyngier
2021-02-09
arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
Marc Zyngier
2021-02-09
arm64: Add an aliasing facility for the idreg override
Marc Zyngier
2021-02-09
arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
Marc Zyngier
2021-02-09
arm64: cpufeature: Add an early command-line cpufeature override facility
Marc Zyngier