index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2022-03-24
21
-183
/
+664
|
\
|
*
ARM: unwind: only permit stack switch when unwinding call_with_stack()
Ard Biesheuvel
2022-03-11
1
-10
/
+16
|
*
ARM: Revert "unwind: dump exception stack from calling frame"
Ard Biesheuvel
2022-03-11
2
-10
/
+2
|
*
ARM: entry: fix unwinder problems caused by IRQ stacks
Ard Biesheuvel
2022-03-11
1
-43
/
+14
|
*
ARM: unwind: set frame.pc correctly for current-thread unwinding
Russell King (Oracle)
2022-03-11
3
-3
/
+10
|
*
ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=y
Ard Biesheuvel
2022-03-07
1
-1
/
+4
|
*
ARM: 9183/1: unwind: avoid spurious warnings on bogus code addresses
Ard Biesheuvel
2022-03-07
1
-1
/
+2
|
*
ARM: ftrace: enable the graph tracer with the EABI unwinder
Ard Biesheuvel
2022-02-09
3
-14
/
+38
|
*
ARM: unwind: track location of LR value in stack frame
Ard Biesheuvel
2022-02-09
2
-3
/
+5
|
*
ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TEST
Ard Biesheuvel
2022-02-09
2
-1
/
+6
|
*
ARM: ftrace: avoid unnecessary literal loads
Ard Biesheuvel
2022-02-09
1
-16
/
+11
|
*
ARM: ftrace: avoid redundant loads or clobbering IP
Ard Biesheuvel
2022-02-09
1
-29
/
+22
|
*
ARM: ftrace: use trampolines to keep .init.text in branching range
Ard Biesheuvel
2022-02-09
2
-3
/
+36
|
*
ARM: ftrace: use ADD not POP to counter PUSH at entry
Ard Biesheuvel
2022-02-09
2
-3
/
+14
|
*
ARM: ftrace: ensure that ADR takes the Thumb bit into account
Ard Biesheuvel
2022-02-09
1
-1
/
+1
|
*
ARM: drop pointless SMP check on secondary startup path
Ard Biesheuvel
2022-01-25
1
-5
/
+0
|
*
ARM: mm: make vmalloc_seq handling SMP safe
Ard Biesheuvel
2022-01-25
1
-18
/
+7
|
*
ARM: entry: avoid clobbering R9 in IRQ handler
Ard Biesheuvel
2022-01-25
1
-5
/
+4
|
*
ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6
Ard Biesheuvel
2022-01-25
1
-10
/
+7
|
*
ARM: assembler: define a Kconfig symbol for group relocation support
Ard Biesheuvel
2022-01-24
1
-1
/
+6
|
*
ARM: mm: switch to swapper_pg_dir early for vmap'ed stack
Ard Biesheuvel
2022-01-24
2
-0
/
+14
|
*
ARM: v7m: enable support for IRQ stacks
Ard Biesheuvel
2021-12-06
1
-2
/
+15
|
*
ARM: implement THREAD_INFO_IN_TASK for uniprocessor systems
Ard Biesheuvel
2021-12-06
7
-16
/
+34
|
*
ARM: smp: defer TPIDRURO update for SMP v6 configurations too
Ard Biesheuvel
2021-12-06
1
-1
/
+10
|
*
ARM: percpu: add SMP_ON_UP support
Ard Biesheuvel
2021-12-06
2
-16
/
+4
|
*
ARM: assembler: add optimized ldr/str macros to load variables from memory
Ard Biesheuvel
2021-12-06
2
-2
/
+2
|
*
ARM: module: implement support for PC-relative group relocations
Ard Biesheuvel
2021-12-06
1
-0
/
+85
|
*
ARM: entry: preserve thread_info pointer in switch_to
Ard Biesheuvel
2021-12-06
1
-8
/
+9
|
*
irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLER
Vladimir Murzin
2021-12-06
1
-7
/
+3
|
*
ARM: remove old-style irq entry
Arnd Bergmann
2021-12-06
2
-25
/
+0
|
*
ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLER
Arnd Bergmann
2021-12-06
1
-7
/
+9
|
*
ARM: implement support for vmap'ed stacks
Ard Biesheuvel
2021-12-03
8
-15
/
+231
|
*
ARM: entry: rework stack realignment code in svc_entry
Ard Biesheuvel
2021-12-03
1
-11
/
+14
|
*
ARM: switch_to: clean up Thumb2 code path
Ard Biesheuvel
2021-12-03
1
-5
/
+18
|
*
ARM: unwind: disregard unwind info before stack frame is set up
Ard Biesheuvel
2021-12-03
1
-1
/
+15
|
*
ARM: run softirqs on the per-CPU IRQ stack
Ard Biesheuvel
2021-12-03
1
-0
/
+14
|
*
ARM: implement IRQ stacks
Ard Biesheuvel
2021-12-03
3
-4
/
+88
|
*
ARM: unwind: dump exception stack from calling frame
Ard Biesheuvel
2021-12-03
2
-2
/
+9
|
*
ARM: export dump_mem() to other objects
Ard Biesheuvel
2021-12-03
1
-4
/
+3
|
*
ARM: unwind: support unwinding across multiple stacks
Ard Biesheuvel
2021-12-03
1
-9
/
+16
|
*
ARM: remove some dead code
Ard Biesheuvel
2021-12-03
1
-5
/
+0
*
|
ARM: fix Thumb2 regression with Spectre BHB
Russell King (Oracle)
2022-03-11
1
-2
/
+2
*
|
ARM: fix build error when BPF_SYSCALL is disabled
Emmanuel Gil Peyrot
2022-03-08
1
-1
/
+1
*
|
Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2022-03-08
5
-12
/
+229
|
\
\
|
*
|
ARM: include unprivileged BPF status in Spectre V2 reporting
Russell King (Oracle)
2022-03-08
1
-0
/
+13
|
*
|
ARM: Spectre-BHB workaround
Russell King (Oracle)
2022-03-05
4
-6
/
+139
|
*
|
ARM: early traps initialisation
Russell King (Oracle)
2022-03-05
1
-6
/
+21
|
*
|
ARM: report Spectre v2 status through sysfs
Russell King (Oracle)
2022-03-05
2
-0
/
+56
*
|
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2022-03-03
1
-8
/
+28
|
\
\
\
|
*
|
|
ARM: Fix kgdb breakpoint for Thumb2
Russell King (Oracle)
2022-02-21
1
-8
/
+28
|
|
/
/
[next]