index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-23
hw_breakpoint: fix single-stepping when using bpf_overflow_handler
Tomislav Novak
1
-4
/
+4
2023-09-02
ARM: module: Use module_init_layout_section() to spot init sections
James Morse
1
-1
/
+1
2023-08-08
ARM: cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
1
-1
/
+2
2023-06-09
ARM: 9295/1: unwind:fix unwind abort for uleb128 case
Haibo Li
1
-1
/
+24
2023-02-01
exit: Add and use make_task_dead.
Eric W. Biederman
1
-1
/
+1
2023-01-04
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
1
-1
/
+1
2023-01-04
arm: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
3
-5
/
+5
2022-05-25
ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
Ard Biesheuvel
1
-1
/
+1
2022-05-25
ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()
linyujun
1
-5
/
+5
2022-04-08
uaccess: fix type mismatch warnings from access_ok()
Arnd Bergmann
2
-2
/
+2
2022-04-08
ARM: ftrace: avoid redundant loads or clobbering IP
Ard Biesheuvel
1
-29
/
+22
2022-03-16
ARM: fix Thumb2 regression with Spectre BHB
Russell King (Oracle)
1
-2
/
+2
2022-03-11
ARM: fix build error when BPF_SYSCALL is disabled
Emmanuel Gil Peyrot
1
-1
/
+1
2022-03-11
ARM: include unprivileged BPF status in Spectre V2 reporting
Russell King (Oracle)
1
-0
/
+13
2022-03-11
ARM: Spectre-BHB workaround
Russell King (Oracle)
4
-6
/
+139
2022-03-11
ARM: early traps initialisation
Russell King (Oracle)
1
-6
/
+21
2022-03-11
ARM: report Spectre v2 status through sysfs
Russell King (Oracle)
2
-0
/
+56
2022-03-08
ARM: Fix kgdb breakpoint for Thumb2
Russell King (Oracle)
1
-8
/
+28
2022-01-20
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
1
-6
/
+11
2021-12-29
ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
Ard Biesheuvel
1
-5
/
+3
2021-11-18
ARM: clang: Do not rely on lr register for stacktrace
Masami Hiramatsu
1
-2
/
+1
2021-11-02
ARM: 9141/1: only warn about XIP address when not compile testing
Arnd Bergmann
1
-1
/
+1
2021-11-02
ARM: 9138/1: fix link warning with XIP + frame-pointer
Arnd Bergmann
1
-0
/
+4
2021-09-26
ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACE
Alex Sverdlin
1
-1
/
+1
2021-09-26
ARM: 9079/1: ftrace: Add MODULE_PLTS support
Alex Sverdlin
2
-12
/
+78
2021-09-26
ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()
Alex Sverdlin
2
-10
/
+11
2021-09-26
ARM: 9077/1: PLT: Move struct plt_entries definition to header
Alex Sverdlin
1
-9
/
+0
2021-07-14
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+0
2021-07-14
arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode
Yang Jihong
1
-2
/
+2
2021-06-30
ARM: 9081/1: fix gcc-10 thumb2-kernel regression
Arnd Bergmann
1
-7
/
+9
2021-05-22
ARM: 9075/1: kernel: Fix interrupted SMC calls
Manivannan Sadhasivam
2
-1
/
+13
2021-05-22
ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()
louis.wang
1
-1
/
+18
2021-05-19
ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical...
Ard Biesheuvel
1
-2
/
+2
2021-05-19
ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual a...
Ard Biesheuvel
1
-1
/
+1
2021-05-19
ARM: 9012/1: move device tree mapping out of linear region
Ard Biesheuvel
2
-6
/
+10
2021-05-19
ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address
Ard Biesheuvel
4
-13
/
+17
2021-05-19
ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handle...
Zhen Lei
1
-1
/
+1
2021-03-17
ARM: 9029/1: Make iwmmxt.S support Clang's integrated assembler
Jian Cai
2
-44
/
+92
2021-03-04
ARM: 9065/1: OABI compat: fix build when EPOLL is not enabled
Randy Dunlap
1
-0
/
+15
2021-02-17
ARM: kexec: fix oops after TLB are invalidated
Russell King
3
-39
/
+24
2021-02-17
ARM: ensure the signal page contains defined contents
Russell King
1
-6
/
+8
2020-12-30
ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel mode
Ard Biesheuvel
1
-23
/
+2
2020-12-30
ARM: p2v: fix handling of LPAE translation in BE mode
Ard Biesheuvel
1
-5
/
+1
2020-11-29
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
1
-1
/
+1
2020-11-09
perf/arch: Remove perf_sample_data::regs_user_copy
Peter Zijlstra
1
-2
/
+1
2020-10-27
arm/build: Always handle .ARM.exidx and .ARM.extab sections
Nathan Chancellor
1
-0
/
+4
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2
-2
/
+2
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-5
/
+0
[next]