summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-10-143-2/+18
|\ \
| * | arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2022-10-121-0/+6
| * | arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-121-2/+7
| * | arm64: errata: Add Cortex-A55 to the repeat tlbi listJames Morse2022-10-071-0/+5
* | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-4/+0
|\ \ \ | |_|/ |/| |
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-4/+0
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-7/+12
|\ \ \
| * | | arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett2022-09-261-6/+10
| * | | arm64: remove mmap linked list from vdsoMatthew Wilcox (Oracle)2022-09-261-1/+2
| |/ /
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-2/+2
|\ \ \
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* | | | Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-091-40/+0
|\ \ \ \
| * | | | arm64: topology: move store_cpu_topology() to shared codeConor Dooley2022-08-151-40/+0
* | | | | Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-091-13/+0
|\ \ \ \ \
| * | | | | efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel2022-09-171-13/+0
| |/ / / /
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-0630-338/+939
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2022-09-309-10/+489
| |\ \ \ \
| | * | | | arm64/kprobe: Optimize the performance of patching single-step slotLiao Chang2022-09-301-6/+21
| | * | | | ARM64: reloc_test: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-291-2/+2
| | * | | | arm64: mte: move register initialization to CPeter Collingbourne2022-09-223-1/+55
| | * | | | arm64: spectre: increase parameters that can be used to turn off bhb mitigati...Liu Song2022-09-091-1/+9
| | * | | | arm64: run softirqs on the per-CPU IRQ stackQi Zheng2022-09-091-0/+14
| | * | | | arm64: compat: Implement misalignment fixups for multiword loadsArd Biesheuvel2022-09-062-0/+388
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas2022-09-305-66/+63
| |\ \ \ \
| | * | | | arm64: alternatives: add shared NOP callbackMark Rutland2022-09-162-0/+9
| | * | | | arm64: alternatives: add alternative_has_feature_*()Mark Rutland2022-09-162-29/+0
| | * | | | arm64: alternatives: have callbacks take a capMark Rutland2022-09-163-18/+35
| | * | | | arm64: alternatives: make alt_region constMark Rutland2022-09-161-14/+12
| | * | | | arm64: alternatives: hoist print out of __apply_alternatives()Mark Rutland2022-09-161-2/+4
| | * | | | arm64: alternatives: proton-pack: prepare for cap changesMark Rutland2022-09-161-1/+1
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---------------. \ \ \ Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g...Catalin Marinas2022-09-3020-263/+362
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | | | | | | | | | * | | arm64: ftrace: fix module PLTs with mcountMark Rutland2022-09-291-1/+16
| | | | | | | | | | * | | arm64: module: Make plt_equals_entry() staticLi Huafei2022-09-291-1/+2
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| | | | | | | | | * | | arm64/ptrace: Support access to TPIDR2_EL0Mark Brown2022-09-211-5/+20
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | | | | | | | * | | arm64: errata: remove BF16 HWCAP due to incorrect result on Cortex-A510James Morse2022-09-161-0/+26
| | | | | | | | * | | arm64: cpufeature: Expose get_arm64_ftr_reg() outside cpufeature.cJames Morse2022-09-161-1/+1
| | | | | | | | * | | arm64: cpufeature: Force HWCAP to be based on the sysreg visible to user-spaceJames Morse2022-09-161-7/+30
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | | | | | * | | arm64: rework BTI exception handlingMark Rutland2022-09-162-4/+20
| | | | | | | * | | arm64: rework FPAC exception handlingMark Rutland2022-09-162-8/+12
| | | | | | | * | | arm64: consistently pass ESR_ELx to die()Mark Rutland2022-09-162-14/+14
| | | | | | | * | | arm64: die(): pass 'err' as longMark Rutland2022-09-161-3/+3
| | | | | | | * | | arm64: report EL1 UNDEFs betterMark Rutland2022-09-161-1/+3
| | | |_|_|_|/ / / | | |/| | | | | |
| | | | | | * | | arm64: stacktrace: track hyp stacks in unwinder's address spaceMark Rutland2022-09-091-1/+1
| | | | | | * | | arm64: stacktrace: track all stack boundaries explicitlyMark Rutland2022-09-091-53/+38
| | | | | | * | | arm64: stacktrace: rework stack boundary discoveryMark Rutland2022-09-092-24/+43
| | | | | | * | | arm64: stacktrace: move SDEI stack helpers to stacktrace codeMark Rutland2022-09-092-34/+9
| | | | | | * | | arm64: stacktrace: rename unwind_next_common() -> unwind_next_frame_record()Mark Rutland2022-09-091-1/+1