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
2015-02-05
ARM: fix asm/memory.h build error
Russell King
1
-1
/
+1
2015-02-05
ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tables
Douglas Anderson
1
-0
/
+8
2014-12-16
ARM: sched_clock: Load cycle count after epoch stabilizes
Stephen Boyd
1
-8
/
+5
2014-11-21
ARM: Correct BUG() assembly to ensure it is endian-agnostic
Ben Dooks
1
-3
/
+5
2014-11-21
ARM: probes: fix instruction fetch order with <asm/opcodes.h>
Ben Dooks
3
-20
/
+28
2014-10-05
ARM: 7748/1: oabi: handle faults when loading swi instruction from userspace
Will Deacon
1
-13
/
+29
2014-10-05
ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernel
Dave Martin
2
-9
/
+16
2014-10-05
ARM: 8133/1: use irq_set_affinity with force=false when migrating irqs
Sudeep Holla
1
-1
/
+1
2014-06-30
ARM: stacktrace: avoid listing stacktrace functions in stacktrace
Russell King
1
-5
/
+13
2014-06-11
ARM: perf: hook up perf_sample_event_took around pmu irq handling
Will Deacon
1
-2
/
+9
2014-06-07
ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddr
Liu Hua
1
-1
/
+1
2014-05-06
ARM: 8030/1: ARM : kdump : add arch_crash_save_vmcoreinfo
Liu Hua
1
-0
/
+7
2014-03-23
ARM: ignore memory below PHYS_OFFSET
Russell King
1
-0
/
+14
2014-03-23
ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_t
Magnus Damm
1
-4
/
+12
2014-01-25
ARM: 7815/1: kexec: offline non panic CPUs on Kdump panic
Vijaya Kumar K
1
-0
/
+1
2014-01-15
ARM: fix "bad mode in ... handler" message for undefined instructions
Russell King
1
-1
/
+7
2014-01-09
ARM: hyp: initialize CNTVOFF to zero
Marc Zyngier
1
-0
/
+2
2013-12-20
ARM: 7913/1: fix framepointer check in unwind_frame
Konstantin Khlebnikov
1
-1
/
+1
2013-12-20
ARM: 7912/1: check stack pointer in get_wchan
Konstantin Khlebnikov
1
-2
/
+5
2013-12-04
ARM: 7876/1: clear Thumb-2 IT state on exception handling
Marc Zyngier
1
-0
/
+1
2013-10-18
ARM: Fix the world famous typo with is_gate_vma()
Russell King
1
-1
/
+1
2013-08-20
ARM: 7809/1: perf: fix event validation for software group leaders
Will Deacon
1
-0
/
+3
2013-08-20
perf/arm: Fix armpmu_map_hw_event()
Stephen Boyd
1
-1
/
+6
2013-08-11
ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...
Russell King
1
-1
/
+4
2013-08-11
ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)
Russell King
2
-26
/
+24
2013-08-11
ARM: make vectors page inaccessible from userspace
Russell King
1
-1
/
+6
2013-08-11
ARM: move signal handlers into a vdso-like page
Russell King
4
-30
/
+81
2013-08-11
ARM: allow kuser helpers to be removed from the vector page
Russell King
2
-9
/
+17
2013-08-11
ARM: update FIQ support for relocation of vectors
Russell King
2
-5
/
+17
2013-08-11
ARM: use linker magic for vectors and vector stubs
Russell King
2
-18
/
+27
2013-08-11
ARM: move vector stubs
Russell King
2
-28
/
+26
2013-08-11
ARM: poison memory between kuser helpers
Russell King
1
-9
/
+16
2013-08-11
ARM: poison the vectors page
Russell King
1
-0
/
+10
2013-07-21
ARM: 7778/1: smp_twd: twd_update_frequency need be run on all online CPUs
Jason Liu
1
-1
/
+1
2013-07-21
ARM: 7769/1: Cortex-A15: fix erratum 798181 implementation
Marc Zyngier
1
-16
/
+2
2013-07-21
ARM: 7765/1: perf: Record the user-mode PC in the call chain.
Jed Davis
1
-0
/
+1
2013-06-29
ARM: dt: Only print warning, not WARN() on bad cpu map in device tree
Olof Johansson
1
-2
/
+3
2013-06-24
ARM: 7763/1: kernel: fix __cpu_logical_map default initialization
Lorenzo Pieralisi
2
-2
/
+2
2013-06-24
ARM: 7762/1: kernel: fix arm_dt_init_cpu_maps() to skip non-cpu nodes
Lorenzo Pieralisi
1
-0
/
+3
2013-06-17
ARM: 7759/1: decouple CPU offlining from reboot/shutdown
Stephen Warren
3
-19
/
+41
2013-06-05
ARM: 7742/1: topology: export cpu_topology
Arnd Bergmann
1
-0
/
+2
2013-05-25
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-1
/
+0
2013-05-22
ARM: 7727/1: remove the .vm_mm value from gate_vma
Steven Capper
1
-1
/
+0
2013-05-21
ARM: smp: Drop RCU_NONIDLE usage in cpu_die()
Stephen Boyd
1
-1
/
+1
2013-05-09
Merge branch 'late/fixes' into fixes
Olof Johansson
2
-1
/
+19
2013-05-07
Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-19
/
+32
2013-05-06
Merge branch 'late/clksrc' into late/cleanup
Arnd Bergmann
6
-45
/
+49
2013-05-05
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+7
2013-05-05
arm: single_open() leaks
Al Viro
1
-1
/
+1
2013-05-03
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
13
-83
/
+160
[next]