summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel
2022-06-24arm64: head: populate kernel page tables with MMU and caches onArd Biesheuvel
2022-06-24arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel
2022-06-24arm64: idreg-override: use early FDT mapping in ID mapArd Biesheuvel
2022-06-24arm64: head: create a temporary FDT mapping in the initial ID mapArd Biesheuvel
2022-06-24arm64: head: use relative references to the RELA and RELR tablesArd Biesheuvel
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel
2022-06-24arm64: head: add helper function to remap regions in early page tablesArd Biesheuvel
2022-06-24arm64: mm: provide idmap pointer to cpu_replace_ttbr1()Ard Biesheuvel
2022-06-24arm64: head: pass ID map root table address to __enable_mmu()Ard Biesheuvel
2022-06-24arm64: kernel: drop unnecessary PoC cache clean+invalidateArd Biesheuvel
2022-06-24arm64: head: split off idmap creation codeArd Biesheuvel
2022-06-24arm64: head: switch to map_memory macro for the extended ID mapArd Biesheuvel
2022-06-24arm64: head: simplify page table mapping macros (slightly)Ard Biesheuvel
2022-06-24arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel
2022-06-24arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel
2022-06-24arm64: head: move kimage_vaddr variable into C fileArd Biesheuvel
2022-06-24arm64: entry: simplify trampoline data pageArd Biesheuvel
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel
2022-06-23arm64: trap implementation defined functionality in userspaceKristina Martsenko
2022-06-23arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1Alexandru Elisei
2022-06-23arm64: mm: install KPTI nG mappings with MMU enabledArd Biesheuvel
2022-06-23arm64/sme: Expose SMIDR through sysfsMark Brown
2022-06-23arm64: compat: Move kuser32.S to .rodata sectionChen Zhongjin
2022-06-23arm64: stacktrace: use non-atomic __set_bitAndrey Konovalov
2022-06-23arm64: kasan: do not instrument stacktrace.cAndrey Konovalov
2022-06-23arm64: vdso32: enable orphan handling for VDSOJoey Gouly
2022-06-23arm64: vdso32: put ELF related sections in the linker scriptJoey Gouly
2022-06-23arm64: vdso: enable orphan handling for VDSOJoey Gouly
2022-06-23arm64: vdso: put ELF related sections in the linker scriptJoey Gouly
2022-06-23arm64: cpuidle: remove generic cpuidle supportMichael Walle
2022-06-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-06-16arm64/cpufeature: Unexport set_cpu_feature()Mark Brown
2022-06-15arm64: ftrace: remove redundant labelMark Rutland
2022-06-15arm64: ftrace: consistently handle PLTs.Mark Rutland
2022-06-15arm64: ftrace: fix branch range checksMark Rutland
2022-06-15Revert "arm64: Initialize jump labels before setup_machine_fdt()"Catalin Marinas
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-06-10arm64: Add kasan_hw_tags_enable() prototype to silence sparseCatalin Marinas
2022-06-10arm64/sme: Fix EFI save/restoreMark Brown
2022-06-10arm64/fpsimd: Fix typo in commentXiang wangx
2022-06-09KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEWill Deacon
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-06-02arm64: Initialize jump labels before setup_machine_fdt()Stephen Boyd
2022-06-02arm64: hibernate: Fix syntax errors in commentsXiang wangx
2022-06-02arm64: Remove the __user annotation for the restore_za_context() argumentCatalin Marinas
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds