summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-1/+1
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-131-24/+4
|\ \
| * | perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson2021-11-171-29/+4
| * | perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-6/+11
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-01-122-6/+5
|\ \
| * | ARM: reduce the information printed in call tracesRussell King2021-12-171-3/+5
| * | ARM: 9158/1: leave it to core code to manage thread_info::cpuArd Biesheuvel2021-12-171-3/+0
| |/
* | Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-101-1/+1
|\ \
| * | ARM: Snapshot thread flagsMark Rutland2021-12-011-1/+1
| |/
* | ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handlingArd Biesheuvel2021-12-171-5/+3
* | ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNCVladimir Murzin2021-12-171-0/+1
|/
* Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-031-20/+2
|\
| * ARM: Use of_get_cpu_hwid()Rob Herring2021-10-201-20/+2
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-0211-12/+44
|\ \
| | \
| | \
| *-. \ Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)2021-11-0211-12/+44
| |\ \ \
| | | * | ARM: 9140/1: allow compile-testing without machine recordArnd Bergmann2021-10-252-0/+4
| | | * | ARM: 9125/1: fix incorrect use of get_kernel_nofault()Ard Biesheuvel2021-10-191-1/+1
| | | |/
| | * | ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel2021-09-273-1/+6
| | * | ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel2021-09-275-0/+17
| | * | ARM: smp: Free up the TLS register while running in the kernelArd Biesheuvel2021-09-271-0/+8
| | * | ARM: smp: Pass task to secondary_start_kernelKeith Packard2021-09-273-4/+10
| | * | gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel2021-09-272-8/+0
| | |/
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-023-7/+19
|\ \ \
| * | | ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-222-0/+18
| * | | ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu2021-10-221-2/+1
| * | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-091-5/+0
* | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-3/+1
|\ \ \ \
| * | | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+1
| |/ / /
* | | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-012-10/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | irq: arm: perform irqentry in entry codeMark Rutland2021-10-252-10/+9
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-10-253-4/+8
|\ \ \ | |/ / |/| |
| * | ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.SLABBE Corentin2021-10-251-2/+2
| * | ARM: 9141/1: only warn about XIP address when not compile testingArnd Bergmann2021-10-191-1/+1
| * | ARM: 9138/1: fix link warning with XIP + frame-pointerArnd Bergmann2021-10-191-0/+4
| * | ARM: 9125/1: fix incorrect use of get_kernel_nofault()Ard Biesheuvel2021-10-191-1/+1
| |/
* / entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-1/+0
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-097-157/+158
|\
| * ARM: 9110/1: oabi-compat: fix oabi epoll sparse warningArnd Bergmann2021-08-201-1/+1
| * ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-204-28/+1
| * ARM: 9111/1: oabi-compat: rework fcntl64() emulationArnd Bergmann2021-08-201-33/+60
| * ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann2021-08-201-16/+44
| * ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann2021-08-201-67/+16
| * ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann2021-08-203-8/+15
| * ARM: 9109/1: oabi-compat: add epoll_pwait handlerArnd Bergmann2021-08-201-3/+35
| * ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()Arnd Bergmann2021-08-201-31/+16
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-5/+0
|\ \
| * | trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-041-2/+0
|\ \ \