summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-13Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-24/+4
2022-01-12Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-6/+5
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-12-17ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handlingArd Biesheuvel1-5/+3
2021-12-17ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNCVladimir Murzin1-0/+1
2021-12-17ARM: reduce the information printed in call tracesRussell King1-3/+5
2021-12-17ARM: 9158/1: leave it to core code to manage thread_info::cpuArd Biesheuvel1-3/+0
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-12-01ARM: Snapshot thread flagsMark Rutland1-1/+1
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson1-29/+4
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-6/+11
2021-11-03Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+2
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds11-12/+44
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)11-12/+44
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds3-7/+19
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+9
2021-10-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-4/+8
2021-10-25ARM: 9140/1: allow compile-testing without machine recordArnd Bergmann2-0/+4
2021-10-25ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.SLABBE Corentin1-2/+2
2021-10-25irq: arm: perform irqentry in entry codeMark Rutland2-10/+9
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2-0/+18
2021-10-22ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-10-20ARM: Use of_get_cpu_hwid()Rob Herring1-20/+2
2021-10-19ARM: 9141/1: only warn about XIP address when not compile testingArnd Bergmann1-1/+1
2021-10-19ARM: 9138/1: fix link warning with XIP + frame-pointerArnd Bergmann1-0/+4
2021-10-19ARM: 9125/1: fix incorrect use of get_kernel_nofault()Ard Biesheuvel1-1/+1
2021-10-19ARM: 9125/1: fix incorrect use of get_kernel_nofault()Ard Biesheuvel1-1/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+1
2021-10-09ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-09-27ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel3-1/+6
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel5-0/+17
2021-09-27ARM: smp: Free up the TLS register while running in the kernelArd Biesheuvel1-0/+8
2021-09-27ARM: smp: Pass task to secondary_start_kernelKeith Packard3-4/+10
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel2-8/+0
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-1/+0
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-157/+158
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+7
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-13/+7
2021-09-02Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2021-09-02Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-87/+0
2021-09-02Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+39
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-2/+2
2021-08-20ARM: 9110/1: oabi-compat: fix oabi epoll sparse warningArnd Bergmann1-1/+1
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann4-28/+1