summaryrefslogtreecommitdiffstats
path: root/arch/arm/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 '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
|\ \ \
| * | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-292-4/+4
| * | | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker2022-06-291-4/+4
| | |/ | |/|
* | | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-011-6/+0
|\ \ \ | |_|/ |/| |
| * | jump_label: make initial NOP patching the special caseArd Biesheuvel2022-06-241-6/+0
| |/
* / ARM: 9208/1: entry: add .ltorg directive to keep literals in rangeArd Biesheuvel2022-07-141-0/+1
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-5/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-3/+1
|\ \
| * \ Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-3/+1
| |\ \
| | * | ARM: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-3/+1
| | |/
* | | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-4/+2
|\ \ \
| * | | ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-261-4/+2
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-23/+4
|\ \ \ | |_|/ |/| |
| * | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-23/+4
| |/
* | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-0/+1
|\ \
| * | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-0/+1
| |/
* | ARM: 9204/2: module: Add all unwind tables when load moduleChen Zhongjin2022-05-201-38/+40
* | ARM: 9206/1: A9: Add ARM ERRATA 764319 workaround (Updated)Nick Hawkins2022-05-201-0/+26
* | ARM: 9201/1: spectre-bhb: rely on linker to emit cross-section literal loadsArd Biesheuvel2022-05-201-7/+15
* | ARM: 9200/1: spectre-bhb: avoid cross-subsection jump using a numbered labelArd Biesheuvel2022-05-201-2/+3