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
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
2022-02-09
ARM: ftrace: avoid unnecessary literal loads
Ard Biesheuvel
1
-16
/
+11
2022-02-09
ARM: ftrace: avoid redundant loads or clobbering IP
Ard Biesheuvel
1
-29
/
+22
2022-02-09
ARM: ftrace: use trampolines to keep .init.text in branching range
Ard Biesheuvel
2
-3
/
+36
2022-02-09
ARM: ftrace: use ADD not POP to counter PUSH at entry
Ard Biesheuvel
2
-3
/
+14
2022-02-09
ARM: ftrace: ensure that ADR takes the Thumb bit into account
Ard Biesheuvel
1
-1
/
+1
2022-01-25
ARM: drop pointless SMP check on secondary startup path
Ard Biesheuvel
1
-5
/
+0
2022-01-25
ARM: mm: make vmalloc_seq handling SMP safe
Ard Biesheuvel
1
-18
/
+7
2022-01-25
ARM: entry: avoid clobbering R9 in IRQ handler
Ard Biesheuvel
1
-5
/
+4
2022-01-25
ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6
Ard Biesheuvel
1
-10
/
+7
2022-01-24
ARM: assembler: define a Kconfig symbol for group relocation support
Ard Biesheuvel
1
-1
/
+6
2022-01-24
ARM: mm: switch to swapper_pg_dir early for vmap'ed stack
Ard Biesheuvel
2
-0
/
+14
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-1
/
+1
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-01-12
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-24
/
+4
2022-01-11
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-6
/
+5
2022-01-10
Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2021-12-17
ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
Ard Biesheuvel
1
-5
/
+3
2021-12-17
ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC
Vladimir Murzin
1
-0
/
+1
2021-12-17
ARM: reduce the information printed in call traces
Russell King
1
-3
/
+5
2021-12-17
ARM: 9158/1: leave it to core code to manage thread_info::cpu
Ard Biesheuvel
1
-3
/
+0
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-1
/
+1
2021-12-06
ARM: v7m: enable support for IRQ stacks
Ard Biesheuvel
1
-2
/
+15
2021-12-06
ARM: implement THREAD_INFO_IN_TASK for uniprocessor systems
Ard Biesheuvel
7
-16
/
+34
2021-12-06
ARM: smp: defer TPIDRURO update for SMP v6 configurations too
Ard Biesheuvel
1
-1
/
+10
2021-12-06
ARM: percpu: add SMP_ON_UP support
Ard Biesheuvel
2
-16
/
+4
2021-12-06
ARM: assembler: add optimized ldr/str macros to load variables from memory
Ard Biesheuvel
2
-2
/
+2
2021-12-06
ARM: module: implement support for PC-relative group relocations
Ard Biesheuvel
1
-0
/
+85
2021-12-06
ARM: entry: preserve thread_info pointer in switch_to
Ard Biesheuvel
1
-8
/
+9
2021-12-06
irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLER
Vladimir Murzin
1
-7
/
+3
2021-12-06
ARM: remove old-style irq entry
Arnd Bergmann
2
-25
/
+0
2021-12-06
ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLER
Arnd Bergmann
1
-7
/
+9
2021-12-03
ARM: implement support for vmap'ed stacks
Ard Biesheuvel
8
-15
/
+231
2021-12-03
ARM: entry: rework stack realignment code in svc_entry
Ard Biesheuvel
1
-11
/
+14
2021-12-03
ARM: switch_to: clean up Thumb2 code path
Ard Biesheuvel
1
-5
/
+18
2021-12-03
ARM: unwind: disregard unwind info before stack frame is set up
Ard Biesheuvel
1
-1
/
+15
2021-12-03
ARM: run softirqs on the per-CPU IRQ stack
Ard Biesheuvel
1
-0
/
+14
2021-12-03
ARM: implement IRQ stacks
Ard Biesheuvel
3
-4
/
+88
2021-12-03
ARM: unwind: dump exception stack from calling frame
Ard Biesheuvel
2
-2
/
+9
2021-12-03
ARM: export dump_mem() to other objects
Ard Biesheuvel
1
-4
/
+3
2021-12-03
ARM: unwind: support unwinding across multiple stacks
Ard Biesheuvel
1
-9
/
+16
2021-12-03
ARM: remove some dead code
Ard Biesheuvel
1
-5
/
+0
2021-12-01
ARM: Snapshot thread flags
Mark Rutland
1
-1
/
+1
2021-11-17
perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
Sean Christopherson
1
-29
/
+4
2021-11-17
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
1
-6
/
+11
2021-11-02
Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-20
/
+2
2021-11-02
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
11
-12
/
+44
2021-11-02
Merge branches 'devel-stable' and 'misc' into for-linus
Russell King (Oracle)
11
-12
/
+44
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
3
-7
/
+19
2021-11-01
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2021-11-01
Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-10
/
+9
[prev]
[next]