summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-1312-111/+111
|\
| * ARM: 9277/1: Make the dumped instructions are consistent with the disassemble...Zhen Lei2022-11-291-1/+3
| * ARM: 9276/1: Refactor dump_instr()Zhen Lei2022-11-281-11/+12
| * ARM: 9274/1: Add hwcap for Speculative Store Bypassing SafeAmit Daniel Kachhap2022-11-281-0/+8
| * ARM: 9273/1: Add hwcap for Speculation Barrier(SB)Amit Daniel Kachhap2022-11-281-0/+8
| * ARM: 9272/1: vfp: Add hwcap for FEAT_AA32I8MMAmit Daniel Kachhap2022-11-281-0/+1
| * ARM: 9271/1: vfp: Add hwcap for FEAT_AA32BF16Amit Daniel Kachhap2022-11-281-0/+1
| * ARM: 9270/1: vfp: Add hwcap for FEAT_FHMAmit Daniel Kachhap2022-11-281-0/+1
| * ARM: 9269/1: vfp: Add hwcap for FEAT_DotProdAmit Daniel Kachhap2022-11-281-0/+1
| * ARM: 9268/1: vfp: Add hwcap FPHP and ASIMDHP for FEAT_FP16Amit Daniel Kachhap2022-11-281-0/+2
| * ARM: 9259/1: stacktrace: Convert stacktrace to generic ARCH_STACKWALKLi Huafei2022-11-141-82/+32
| * ARM: 9258/1: stacktrace: Make stack walk callback consistent with generic codeLi Huafei2022-11-083-16/+14
| * ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers2022-11-083-2/+3
| * ARM: 9257/1: Disable FIQs (but not IRQs) on CPUs shutdown pathsGuilherme G. Piccoli2022-11-072-3/+4
| * ARM: 9252/1: module: Teach unwinder about PLTsAlex Sverdlin2022-11-072-1/+26
* | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-26/+5
|\ \
| * | efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-091-26/+5
* | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-122-6/+4
|\ \ \
| * | | ARM: kexec: make machine_crash_nonpanic_core() staticChen Lifu2022-11-181-1/+1
| * | | arm: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-5/+3
| |/ /
* / / treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/ /
* | 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 '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 '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 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-092-1/+80
|\ \ \ \
| * | | | efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel2022-09-272-1/+80
| | |/ / | |/| |
* | | | Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-10-063-228/+0
|\ \ \ \
| * \ \ \ Merge branch 'arm-multiplatform-cleanup' of https://git.kernel.org/pub/scm/li...Arnd Bergmann2022-09-151-2/+0
| |\ \ \ \
| | * | | | ARM: make ARCH_MULTIPLATFORM user-visibleArnd Bergmann2022-08-301-2/+0
| | |/ / /
| * / / / ARM: footbridge: move isa-dma support into footbridgeArnd Bergmann2022-09-092-226/+0
| |/ / /
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-10-064-29/+72
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | ARM: 9234/1: stacktrace: Avoid duplicate saving of exception PC valueLi Huafei2022-10-042-14/+31
| * | ARM: 9233/1: stacktrace: Skip frame pointer boundary check for call_with_stack()Li Huafei2022-10-041-7/+33
| * | ARM: 9224/1: Dump the stack traces based on the parameter 'regs' of show_regs()Zhen Lei2022-09-222-5/+5
| * | ARM: 9232/1: Replace this_cpu_* with raw_cpu_* in handle_bad_stack()Zhen Lei2022-08-311-2/+2
| * | ARM: 9221/1: traps: print un-hashed user pc on undefined instructionBaruch Siach2022-08-301-1/+1
| |/
* / asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-8/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-8/+0
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+17
|\ \
| * | ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDERMike Rapoport2022-07-171-17/+17
| |/
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-1/+2
|\ \
| * | arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-1/+2
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-08-041-0/+1
|\ \
| * | ARM: 9219/1: fix undeclared soft_restartBen Dooks2022-07-281-0/+1
* | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-022-8/+8
|\ \ \