index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-10-25
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
3
-4
/
+8
2021-10-25
ARM: 9140/1: allow compile-testing without machine record
Arnd Bergmann
2
-0
/
+4
2021-10-25
ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.S
LABBE Corentin
1
-2
/
+2
2021-10-25
irq: arm: perform irqentry in entry code
Mark Rutland
2
-10
/
+9
2021-10-22
ARM: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
2
-0
/
+18
2021-10-22
ARM: clang: Do not rely on lr register for stacktrace
Masami Hiramatsu
1
-2
/
+1
2021-10-20
ARM: Use of_get_cpu_hwid()
Rob Herring
1
-20
/
+2
2021-10-19
ARM: 9141/1: only warn about XIP address when not compile testing
Arnd Bergmann
1
-1
/
+1
2021-10-19
ARM: 9138/1: fix link warning with XIP + frame-pointer
Arnd Bergmann
1
-0
/
+4
2021-10-19
ARM: 9125/1: fix incorrect use of get_kernel_nofault()
Ard Biesheuvel
1
-1
/
+1
2021-10-19
ARM: 9125/1: fix incorrect use of get_kernel_nofault()
Ard Biesheuvel
1
-1
/
+1
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-3
/
+1
2021-10-08
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
1
-5
/
+0
2021-09-27
ARM: smp: Enable THREAD_INFO_IN_TASK
Ard Biesheuvel
3
-1
/
+6
2021-09-27
ARM: smp: Store current pointer in TPIDRURO register if available
Ard Biesheuvel
5
-0
/
+17
2021-09-27
ARM: smp: Free up the TLS register while running in the kernel
Ard Biesheuvel
1
-0
/
+8
2021-09-27
ARM: smp: Pass task to secondary_start_kernel
Keith Packard
3
-4
/
+10
2021-09-27
gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK support
Ard Biesheuvel
2
-8
/
+0
2021-09-22
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
1
-1
/
+0
2021-09-09
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
7
-157
/
+158
[prev]
[next]