index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
1
-1
/
+1
*
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
1
-1
/
+1
|
\
|
*
exit: Add and use make_task_dead.
Eric W. Biederman
2021-12-13
1
-1
/
+1
*
|
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-01-13
1
-24
/
+4
|
\
\
|
*
|
perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
Sean Christopherson
2021-11-17
1
-29
/
+4
|
*
|
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
2021-11-17
1
-6
/
+11
|
|
/
*
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2022-01-12
2
-6
/
+5
|
\
\
|
*
|
ARM: reduce the information printed in call traces
Russell King
2021-12-17
1
-3
/
+5
|
*
|
ARM: 9158/1: leave it to core code to manage thread_info::cpu
Ard Biesheuvel
2021-12-17
1
-3
/
+0
|
|
/
*
|
Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-10
1
-1
/
+1
|
\
\
|
*
|
ARM: Snapshot thread flags
Mark Rutland
2021-12-01
1
-1
/
+1
|
|
/
*
|
ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
Ard Biesheuvel
2021-12-17
1
-5
/
+3
*
|
ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC
Vladimir Murzin
2021-12-17
1
-0
/
+1
|
/
*
Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-03
1
-20
/
+2
|
\
|
*
ARM: Use of_get_cpu_hwid()
Rob Herring
2021-10-20
1
-20
/
+2
*
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-11-02
11
-12
/
+44
|
\
\
|
|
\
|
|
\
|
*
-
.
\
Merge branches 'devel-stable' and 'misc' into for-linus
Russell King (Oracle)
2021-11-02
11
-12
/
+44
|
|
\
\
\
|
|
|
*
|
ARM: 9140/1: allow compile-testing without machine record
Arnd Bergmann
2021-10-25
2
-0
/
+4
|
|
|
*
|
ARM: 9125/1: fix incorrect use of get_kernel_nofault()
Ard Biesheuvel
2021-10-19
1
-1
/
+1
|
|
|
|
/
|
|
*
|
ARM: smp: Enable THREAD_INFO_IN_TASK
Ard Biesheuvel
2021-09-27
3
-1
/
+6
|
|
*
|
ARM: smp: Store current pointer in TPIDRURO register if available
Ard Biesheuvel
2021-09-27
5
-0
/
+17
|
|
*
|
ARM: smp: Free up the TLS register while running in the kernel
Ard Biesheuvel
2021-09-27
1
-0
/
+8
|
|
*
|
ARM: smp: Pass task to secondary_start_kernel
Keith Packard
2021-09-27
3
-4
/
+10
|
|
*
|
gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK support
Ard Biesheuvel
2021-09-27
2
-8
/
+0
|
|
|
/
*
|
|
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-11-02
3
-7
/
+19
|
\
\
\
|
*
|
|
ARM: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
2021-10-22
2
-0
/
+18
|
*
|
|
ARM: clang: Do not rely on lr register for stacktrace
Masami Hiramatsu
2021-10-22
1
-2
/
+1
|
*
|
|
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
2021-10-09
1
-5
/
+0
*
|
|
|
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-11-01
1
-3
/
+1
|
\
\
\
\
|
*
|
|
|
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
2021-10-15
1
-3
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-01
2
-10
/
+9
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
irq: arm: perform irqentry in entry code
Mark Rutland
2021-10-25
2
-10
/
+9
|
|
/
/
*
|
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-10-25
3
-4
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.S
LABBE Corentin
2021-10-25
1
-2
/
+2
|
*
|
ARM: 9141/1: only warn about XIP address when not compile testing
Arnd Bergmann
2021-10-19
1
-1
/
+1
|
*
|
ARM: 9138/1: fix link warning with XIP + frame-pointer
Arnd Bergmann
2021-10-19
1
-0
/
+4
|
*
|
ARM: 9125/1: fix incorrect use of get_kernel_nofault()
Ard Biesheuvel
2021-10-19
1
-1
/
+1
|
|
/
*
/
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
2021-09-22
1
-1
/
+0
|
/
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-09-09
7
-157
/
+158
|
\
|
*
ARM: 9110/1: oabi-compat: fix oabi epoll sparse warning
Arnd Bergmann
2021-08-20
1
-1
/
+1
|
*
ARM: 9113/1: uaccess: remove set_fs() implementation
Arnd Bergmann
2021-08-20
4
-28
/
+1
|
*
ARM: 9111/1: oabi-compat: rework fcntl64() emulation
Arnd Bergmann
2021-08-20
1
-33
/
+60
|
*
ARM: 9114/1: oabi-compat: rework sys_semtimedop emulation
Arnd Bergmann
2021-08-20
1
-16
/
+44
|
*
ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulation
Arnd Bergmann
2021-08-20
1
-67
/
+16
|
*
ARM: 9107/1: syscall: always store thread_info->abi_syscall
Arnd Bergmann
2021-08-20
3
-8
/
+15
|
*
ARM: 9109/1: oabi-compat: add epoll_pwait handler
Arnd Bergmann
2021-08-20
1
-3
/
+35
|
*
ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()
Arnd Bergmann
2021-08-20
1
-31
/
+16
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-5
/
+0
|
\
\
|
*
|
trap: cleanup trap_init()
Kefeng Wang
2021-09-08
1
-5
/
+0
*
|
|
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-04
1
-2
/
+0
|
\
\
\
[next]