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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2021-07-20
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-22
ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handle...
Zhen Lei
1
-1
/
+1
2021-02-23
ARM: kexec: fix oops after TLB are invalidated
Russell King
3
-39
/
+24
2021-02-23
ARM: ensure the signal page contains defined contents
Russell King
1
-6
/
+8
2020-12-30
ARM: p2v: fix handling of LPAE translation in BE mode
Ard Biesheuvel
1
-5
/
+1
2020-11-05
ARM: 8997/2: hw_breakpoint: Handle inexact watchpoint addresses
Douglas Anderson
1
-28
/
+72
2020-10-01
ARM: 8948/1: Prevent OOB access in stacktrace
Vincent Whitchurch
2
-2
/
+6
2020-08-19
ARM: 8992/1: Fix unwind_frame for clang-built kernels
Nathan Huckleberry
1
-0
/
+24
2020-08-05
ARM: 8986/1: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints
Will Deacon
1
-5
/
+22
2020-06-22
ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hook
Fredrik Strupe
1
-2
/
+2
2020-06-03
ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h
Russell King
2
-15
/
+5
2020-03-20
ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()
Florian Fainelli
1
-0
/
+2
2020-02-05
ARM: 8955/1: virt: Relax arch timer version check during early boot
Vladimir Murzin
1
-4
/
+3
2020-01-27
ARM: 8896/1: VDSO: Don't leak kernel addresses
Geert Uytterhoeven
1
-1
/
+0
2020-01-27
ARM: 8849/1: NOMMU: Fix encodings for PMSAv8's PRBAR4/PRLAR4
Vladimir Murzin
1
-2
/
+2
2020-01-27
ARM: 8848/1: virt: Align GIC version check with arm64 counterpart
Vladimir Murzin
1
-2
/
+2
2020-01-27
ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is used
Marek Szyprowski
1
-0
/
+12
2019-11-24
ARM: 8802/1: Call syscall_trace_exit even when system call skipped
Timothy E Baldwin
1
-5
/
+4
2019-11-06
ARM: 8914/1: NOMMU: Fix exc_ret for XIP
Vladimir Murzin
2
-2
/
+5
2019-06-15
ARM: prevent tracing IPI_CPU_BACKTRACE
Arnd Bergmann
1
-1
/
+5
2019-06-04
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-4
/
+0
2019-05-16
ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is disabled
Tigran Tadevosyan
1
-1
/
+1
2019-04-20
ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_t
Yang Shi
1
-3
/
+3
2019-04-05
ARM: avoid Cortex-A9 livelock on tight dmb loops
Russell King
2
-2
/
+7
2019-04-05
ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care of
Vladimir Murzin
2
-1
/
+6
2019-04-05
ARM: 8840/1: use a raw_spinlock_t in unwind
Sebastian Andrzej Siewior
1
-7
/
+7
2019-03-23
ARM: 8824/1: fix a migrating irq bug when hotplug cpu
Dietmar Eggemann
2
-63
/
+1
2019-02-20
ARM: spectre-v2: per-CPU vtables to work around big.Little systems
Russell King
2
-0
/
+36
2019-02-20
ARM: add PROC_VTABLE and PROC_TABLE macros
Russell King
1
-3
/
+1
2019-02-20
ARM: clean up per-processor check_bugs method call
Russell King
1
-2
/
+2
2019-02-20
ARM: split out processor lookup
Russell King
1
-12
/
+19
2019-02-20
ARM: make lookup_processor_type() non-__init
Russell King
1
-3
/
+3
2019-02-20
ARM: 8793/1: signal: replace __put_user_error with __put_user
Julien Thierry
1
-4
/
+4
2019-02-20
ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()
Julien Thierry
1
-2
/
+6
2019-02-20
ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state
Julien Thierry
1
-6
/
+7
2019-02-20
ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context
Julien Thierry
1
-4
/
+6
2019-02-20
ARM: 8789/1: signal: copy registers using __copy_to_user()
Julien Thierry
1
-22
/
+27
2019-02-12
ARM: 8808/1: kexec:offline panic_smp_self_stop CPU
Yufen Wang
1
-0
/
+15
2018-12-05
ARM: function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-16
/
+1
2018-10-12
vmlinux.lds.h: Fix incomplete .text.exit discards
Peter Oberparleiter
1
-0
/
+2
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
1
-12
/
+1
2018-08-22
mm: zero out the vma in vma_init()
Andrew Morton
1
-5
/
+4
2018-08-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-13
/
+34
2018-08-13
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
3
-34
/
+44
2018-08-13
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-13
/
+2
2018-08-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-39
/
+39
2018-08-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-19
/
+3
[next]