aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon3-18/+6
2021-10-26arm64/sve: Fix warnings when SVE is disabledMark Brown1-6/+6
2021-10-26irq: arm64: perform irqentry in entry codeMark Rutland1-21/+31
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada1-0/+3
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu1-0/+7
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
2021-10-21arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose1-0/+20
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose1-0/+19
2021-10-21arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose1-0/+25
2021-10-21arm64: vmlinux.lds.S: remove `.fixup` sectionMark Rutland1-1/+0
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland2-16/+5
2021-10-21arm64: extable: add `type` and `data` fieldsMark Rutland1-1/+1
2021-10-21arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers1-12/+5
2021-10-21arm64: vdso32: suppress error message for 'make mrproper'Nick Desaulniers1-1/+2
2021-10-21arm64: vdso32: drop test for -march=armv8-aNick Desaulniers1-7/+1
2021-10-21arm64: vdso32: drop the test for dmb ishldNick Desaulniers1-8/+0
2021-10-21arm64/sve: Track vector lengths for tasks in an arrayMark Brown1-40/+57
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown2-8/+8
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown4-76/+97
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown3-22/+43
2021-10-21arm64/sve: Rename find_supported_vector_length()Mark Brown1-7/+7
2021-10-21arm64/sve: Make access to FFR optionalMark Brown2-11/+18
2021-10-21arm64/sve: Make sve_state_size() staticMark Brown1-1/+1
2021-10-21arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown1-16/+0
2021-10-21arm64/fp: Reindent fpsimd_save()Mark Brown1-18/+20
2021-10-20arm64: Use of_get_cpu_hwid()Rob Herring1-29/+2
2021-10-19arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2-1/+3
2021-10-19arm64: Add handling of CNTVCTSS trapsMarc Zyngier1-0/+11
2021-10-19arm64: Add a capability for FEAT_ECVMarc Zyngier1-0/+10
2021-10-15topology: Represent clusters of CPUs within a dieJonathan Cameron1-0/+2
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+1
2021-10-11arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()Will Deacon1-1/+2
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-10-07arm64: mte: Add asymmetric mode supportVincenzo Frascino1-6/+35
2021-10-07arm64: mte: CPU feature detection for Asymm MTEVincenzo Frascino1-0/+10
2021-10-01arm64: kexec: remove cpu-reset.hPasha Tatashin3-38/+5
2021-10-01arm64: kexec: remove the pre-kexec PoC maintenancePasha Tatashin1-43/+0
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin3-15/+33
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin4-22/+19
2021-10-01arm64: kexec: use ld script for relocation functionPasha Tatashin3-23/+26
2021-10-01arm64: kexec: relocate in EL1 modePasha Tatashin3-6/+14
2021-10-01arm64: kexec: configure EL2 vectors for kexecPasha Tatashin2-0/+32
2021-10-01arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin3-8/+16
2021-10-01arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin1-10/+3
2021-10-01arm64: kexec: skip relocation code for inplace kexecPasha Tatashin2-16/+21
2021-10-01arm64: kexec: flush image and lists during kexec load timePasha Tatashin1-32/+26
2021-10-01arm64: hibernate: abstract ttrb0 setup functionPasha Tatashin1-20/+1
2021-10-01arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin2-68/+10
2021-10-01arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin3-4/+3