aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-05arm64/idreg: Fix tab/space damageMark Brown1-7/+7
2022-07-05arm64/cpuinfo: Remove references to reserved cache typeMark Brown1-8/+15
2022-07-04arm64: topology: Remove redundant setting of llc_id in CPU topologySudeep Holla1-14/+0
2022-07-04arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)1-4/+5
2022-07-01arm64: Add an override for ID_AA64SMFR0_EL1.FA64Marc Zyngier2-7/+19
2022-07-01arm64: Add the arm64.nosve command line optionMarc Zyngier3-2/+43
2022-07-01arm64: Add the arm64.nosme command line optionMarc Zyngier3-1/+61
2022-07-01arm64: Expose a __check_override primitive for oddball featuresMarc Zyngier1-6/+11
2022-07-01arm64: Allow the idreg override to deal with variable field widthMarc Zyngier1-12/+16
2022-07-01arm64: Factor out checking of a feature against the override into a macroMarc Zyngier1-14/+20
2022-07-01arm64: Allow sticky E2H when entering EL1Marc Zyngier1-24/+10
2022-07-01arm64: Save state of HCR_EL2.E2H before switch to EL1Marc Zyngier2-5/+13
2022-07-01arm64: Rename the VHE switch to "finalise_el2"Marc Zyngier3-15/+14
2022-07-01arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel1-0/+18
2022-07-01arm64: vdso32: Add DWARF_DEBUGNathan Chancellor1-0/+1
2022-07-01arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILSNathan Chancellor1-1/+1
2022-07-01arm64: compat: Move sigreturn32.S to .rodata sectionChen Zhongjin1-0/+1
2022-06-29arm64/fpsimd: Remove duplicate SYS_SVCR readSchspa Shi1-1/+0
2022-06-29arm64: head: remove __PHYS_OFFSETMark Rutland1-8/+3
2022-06-29arm64: lds: use PROVIDE instead of conditional definitionsArd Biesheuvel1-32/+31
2022-06-28arm64: vdso*: place got/plt sections in .rodataJoey Gouly2-20/+15
2022-06-28arm64: vdso32: add ARM.exidx* sectionsJoey Gouly1-0/+1
2022-06-27arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang1-1/+1
2022-06-27arm64: Copy the task argument to unwind_stateMadhavan T. Venkataraman1-13/+20
2022-06-27arm64: Split unwind_init()Madhavan T. Venkataraman1-11/+55
2022-06-27arm64/signal: Clean up SVE/SME feature checking inconsistencyMark Brown1-8/+12
2022-06-24arm64: setup: drop early FDT pointer helpersArd Biesheuvel2-17/+0
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRArd Biesheuvel6-140/+171
2022-06-24arm64: kaslr: defer initialization to initcall where permittedArd Biesheuvel1-55/+40
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel2-39/+15
2022-06-24arm64: head: populate kernel page tables with MMU and caches onArd Biesheuvel1-46/+16
2022-06-24arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel1-4/+1
2022-06-24arm64: idreg-override: use early FDT mapping in ID mapArd Biesheuvel2-11/+7
2022-06-24arm64: head: create a temporary FDT mapping in the initial ID mapArd Biesheuvel1-1/+13
2022-06-24arm64: head: use relative references to the RELA and RELR tablesArd Biesheuvel2-17/+8
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel2-12/+26
2022-06-24arm64: head: add helper function to remap regions in early page tablesArd Biesheuvel1-0/+33
2022-06-24arm64: mm: provide idmap pointer to cpu_replace_ttbr1()Ard Biesheuvel2-2/+2
2022-06-24arm64: head: pass ID map root table address to __enable_mmu()Ard Biesheuvel2-6/+9
2022-06-24arm64: kernel: drop unnecessary PoC cache clean+invalidateArd Biesheuvel1-11/+0
2022-06-24arm64: head: split off idmap creation codeArd Biesheuvel1-49/+52
2022-06-24arm64: head: switch to map_memory macro for the extended ID mapArd Biesheuvel1-39/+37
2022-06-24arm64: head: simplify page table mapping macros (slightly)Ard Biesheuvel1-33/+22
2022-06-24arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel1-4/+3
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel1-12/+1
2022-06-24arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel1-14/+1
2022-06-24arm64: head: move kimage_vaddr variable into C fileArd Biesheuvel1-7/+0
2022-06-24arm64: entry: simplify trampoline data pageArd Biesheuvel2-32/+24
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-11/+0
2022-06-23arm64: trap implementation defined functionality in userspaceKristina Martsenko1-0/+18