summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu
2021-10-21arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose
2021-10-21arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose
2021-10-21arm64: vmlinux.lds.S: remove `.fixup` sectionMark Rutland
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland
2021-10-21arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers
2021-10-21arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers
2021-10-21arm64: vdso32: drop test for -march=armv8-aNick Desaulniers
2021-10-21arm64: vdso32: drop the test for dmb ishldNick Desaulniers
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown
2021-10-21arm64/sve: Rename find_supported_vector_length()Mark Brown
2021-10-21arm64/sve: Make access to FFR optionalMark Brown
2021-10-21arm64/sve: Make sve_state_size() staticMark Brown
2021-10-21arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown
2021-10-21arm64/fp: Reindent fpsimd_save()Mark Brown
2021-10-20arm64: Use of_get_cpu_hwid()Rob Herring
2021-10-19arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier
2021-10-19arm64: Add handling of CNTVCTSS trapsMarc Zyngier
2021-10-19arm64: Add a capability for FEAT_ECVMarc Zyngier
2021-10-15topology: Represent clusters of CPUs within a dieJonathan Cameron
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-11arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()Will Deacon
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino
2021-10-07arm64: mte: CPU feature detection for Asymm MTEVincenzo Frascino
2021-10-01arm64: kexec: remove cpu-reset.hPasha Tatashin
2021-10-01arm64: kexec: remove the pre-kexec PoC maintenancePasha Tatashin
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin
2021-10-01arm64: kexec: use ld script for relocation functionPasha Tatashin
2021-10-01arm64: kexec: relocate in EL1 modePasha Tatashin
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin
2021-10-01arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin
2021-10-01arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin
2021-10-01arm64: kexec: skip relocation code for inplace kexecPasha Tatashin
2021-10-01arm64: kexec: flush image and lists during kexec load timePasha Tatashin
2021-10-01arm64: hibernate: abstract ttrb0 setup functionPasha Tatashin
2021-10-01arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin
2021-10-01arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu
2021-09-30sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel
2021-09-30arm64: add CPU field to struct thread_infoArd Biesheuvel