aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | arm64: head: switch to map_memory macro for the extended ID mapArd Biesheuvel2022-06-241-39/+37
| * | | | | arm64: head: simplify page table mapping macros (slightly)Ard Biesheuvel2022-06-241-33/+22
| * | | | | arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel2022-06-241-4/+3
| * | | | | arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel2022-06-241-12/+1
| * | | | | arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel2022-06-241-14/+1
| * | | | | arm64: head: move kimage_vaddr variable into C fileArd Biesheuvel2022-06-241-7/+0
| |/ / / /
* | | | | Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon2022-07-252-7/+25
|\ \ \ \ \
| * | | | | arm64/hwcap: Support FEAT_EBF16Mark Brown2022-07-202-0/+2
| * | | | | arm64/cpufeature: Store elf_hwcaps as a bitmap rather than unsigned longMark Brown2022-07-201-7/+5
| * | | | | arm64: trap implementation defined functionality in userspaceKristina Martsenko2022-06-231-0/+18
| |/ / / /
* | | | | Merge branch 'for-next/vdso' into for-next/coreWill Deacon2022-07-256-6/+48
|\ \ \ \ \
| * | | | | arm64: vdso32: Add DWARF_DEBUGNathan Chancellor2022-07-011-0/+1
| * | | | | arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILSNathan Chancellor2022-07-011-1/+1
| * | | | | arm64: compat: Move sigreturn32.S to .rodata sectionChen Zhongjin2022-07-011-0/+1
| * | | | | arm64: vdso*: place got/plt sections in .rodataJoey Gouly2022-06-282-20/+15
| * | | | | arm64: vdso32: add ARM.exidx* sectionsJoey Gouly2022-06-281-0/+1
| * | | | | arm64: compat: Move kuser32.S to .rodata sectionChen Zhongjin2022-06-231-0/+1
| * | | | | arm64: vdso32: enable orphan handling for VDSOJoey Gouly2022-06-231-0/+1
| * | | | | arm64: vdso32: put ELF related sections in the linker scriptJoey Gouly2022-06-231-1/+21
| * | | | | arm64: vdso: enable orphan handling for VDSOJoey Gouly2022-06-231-1/+7
| * | | | | arm64: vdso: put ELF related sections in the linker scriptJoey Gouly2022-06-231-0/+16
| |/ / / /
* | | | | Merge branch 'for-next/sysregs' into for-next/coreWill Deacon2022-07-256-133/+140
|\ \ \ \ \
| * | | | | arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition namesMark Brown2022-07-052-19/+19
| * | | | | arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition namesMark Brown2022-07-052-49/+49
| * | | | | arm64/sysreg: Standardise naming for ID_AA64ZFR0_EL1 fieldsMark Brown2022-07-051-19/+19
| * | | | | arm64/sysreg: Standardise naming for ID_AA64SMFR0_EL1 enumsMark Brown2022-07-051-16/+16
| * | | | | arm64/sysreg: Standardise naming for WFxT definesMark Brown2022-07-051-4/+4
| * | | | | arm64/sysreg: Make BHB clear feature defines match the architectureMark Brown2022-07-051-1/+1
| * | | | | arm64/sysreg: Align pointer auth enumeration defines with architectureMark Brown2022-07-051-12/+12
| * | | | | arm64/mte: Standardise GMID field name definitionsMark Brown2022-07-051-1/+1
| * | | | | arm64/sysreg: Standardise naming for DCZID_EL0 field namesMark Brown2022-07-051-2/+2
| * | | | | arm64/sysreg: Standardise naming for CTR_EL0 fieldsMark Brown2022-07-055-21/+21
| * | | | | arm64/idreg: Fix tab/space damageMark Brown2022-07-051-7/+7
| * | | | | arm64/cpuinfo: Remove references to reserved cache typeMark Brown2022-07-051-8/+15
| |/ / / /
* | | | | Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon2022-07-252-24/+80
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | arm64: Copy the task argument to unwind_stateMadhavan T. Venkataraman2022-06-271-13/+20
| * | | | arm64: Split unwind_init()Madhavan T. Venkataraman2022-06-271-11/+55
| * | | | arm64: stacktrace: use non-atomic __set_bitAndrey Konovalov2022-06-231-1/+1
| * | | | arm64: kasan: do not instrument stacktrace.cAndrey Konovalov2022-06-232-2/+7
| |/ / /
* | | | Merge branch 'for-next/sme' into for-next/coreWill Deacon2022-07-253-10/+34
|\ \ \ \
| * | | | arm64/fpsimd: Remove duplicate SYS_SVCR readSchspa Shi2022-06-291-1/+0
| * | | | arm64/signal: Clean up SVE/SME feature checking inconsistencyMark Brown2022-06-271-8/+12
| * | | | arm64/sme: Expose SMIDR through sysfsMark Brown2022-06-231-1/+22
| |/ / /
* | | | Merge branch 'for-next/perf' into for-next/coreWill Deacon2022-07-251-1/+1
|\ \ \ \
| * | | | arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1Alexandru Elisei2022-06-231-1/+1
| |/ / /
* | | | Merge branch 'for-next/mte' into for-next/coreWill Deacon2022-07-252-14/+0
|\ \ \ \
| * | | | arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas2022-07-072-14/+0
| |/ / /
* | | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2022-07-252-5/+6
|\ \ \ \
| * | | | arm64: numa: Don't check node against MAX_NUMNODESGavin Shan2022-07-191-1/+1
| * | | | arm64: fix oops in concurrently setting insn_emulation sysctlshaibinzhang (张海斌)2022-07-041-4/+5
| |/ / /