index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
spi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-09
MIPS: vdso: Invalid GIC access through VDSO
Martin Fäcknitz
1
-1
/
+1
2021-07-08
s390: preempt: Fix preempt_count initialization
Valentin Schneider
3
-12
/
+6
2021-07-08
s390/linkage: increase asm symbols alignment to 16
Vasily Gorbik
1
-1
/
+1
2021-07-08
s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()
Heiko Carstens
3
-3
/
+3
2021-07-08
s390: add type checking to CALL_ON_STACK_NORETURN() macro
Heiko Carstens
1
-1
/
+3
2021-07-08
s390: remove old CALL_ON_STACK() macro
Heiko Carstens
1
-37
/
+0
2021-07-08
s390/softirq: use call_on_stack() macro
Heiko Carstens
1
-1
/
+1
2021-07-08
s390/lib: use call_on_stack() macro
Heiko Carstens
1
-2
/
+3
2021-07-08
s390/smp: use call_on_stack() macro
Heiko Carstens
1
-4
/
+8
2021-07-08
s390/kexec: use call_on_stack() macro
Heiko Carstens
1
-1
/
+2
2021-07-08
s390/irq: use call_on_stack() macro
Heiko Carstens
1
-3
/
+5
2021-07-08
s390/mm: use call_on_stack() macro
Heiko Carstens
1
-4
/
+9
2021-07-08
s390: introduce proper type handling call_on_stack() macro
Heiko Carstens
1
-0
/
+97
2021-07-08
s390/irq: simplify on_async_stack()
Heiko Carstens
1
-1
/
+1
2021-07-08
s390/irq: inline do_softirq_own_stack()
Heiko Carstens
2
-8
/
+13
2021-07-08
s390/irq: simplify do_softirq_own_stack()
Heiko Carstens
1
-11
/
+1
2021-07-08
s390/ap: get rid of register asm in ap_dqap()
Harald Freudenberger
1
-18
/
+24
2021-07-08
s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTART
Sven Schnelle
3
-11
/
+12
2021-07-08
s390: move restart of execve() syscall
Sven Schnelle
2
-15
/
+20
2021-07-08
s390/signal: remove sigreturn on stack
Sven Schnelle
4
-36
/
+2
2021-07-08
s390/signal: switch to using vdso for sigreturn and syscall restart
Sven Schnelle
4
-31
/
+31
2021-07-08
io_uring: mitigate unlikely iopoll lag
Pavel Begunkov
1
-1
/
+5
2021-07-08
powerpc/mm: enable HAVE_MOVE_PMD support
Aneesh Kumar K.V
1
-0
/
+2
2021-07-08
powerpc/book3s64/mm: update flush_tlb_range to flush page walk cache
Aneesh Kumar K.V
3
-18
/
+36
2021-07-08
mm/mremap: allow arch runtime override
Aneesh Kumar K.V
2
-1
/
+20
2021-07-08
mm/mremap: hold the rmap lock in write mode when moving page table entries.
Aneesh Kumar K.V
1
-2
/
+2
2021-07-08
mm/mremap: use pmd/pud_poplulate to update page table entries
Aneesh Kumar K.V
1
-4
/
+3
2021-07-08
mm/mremap: don't enable optimized PUD move if page table levels is 2
Aneesh Kumar K.V
1
-1
/
+1
2021-07-08
mm/mremap: convert huge PUD move to separate helper
Aneesh Kumar K.V
1
-7
/
+73
2021-07-08
selftest/mremap_test: avoid crash with static build
Aneesh Kumar K.V
1
-2
/
+3
2021-07-08
selftest/mremap_test: update the test to handle pagesize other than 4K
Aneesh Kumar K.V
1
-52
/
+61
2021-07-08
mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
Aneesh Kumar K.V
13
-18
/
+25
2021-07-08
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
22
-36
/
+46
2021-07-08
kdump: use vmlinux_build_id to simplify
Stephen Boyd
4
-56
/
+10
2021-07-08
buildid: fix kernel-doc notation
Stephen Boyd
1
-1
/
+1
2021-07-08
buildid: mark some arguments const
Stephen Boyd
1
-4
/
+4
2021-07-08
scripts/decode_stacktrace.sh: indicate 'auto' can be used for base path
Stephen Boyd
1
-1
/
+1
2021-07-08
scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nm
Stephen Boyd
1
-3
/
+3
2021-07-08
scripts/decode_stacktrace.sh: support debuginfod
Stephen Boyd
1
-11
/
+70
2021-07-08
x86/dumpstack: use %pSb/%pBb for backtrace printing
Stephen Boyd
1
-1
/
+1
2021-07-08
arm64: stacktrace: use %pSb for backtrace printing
Stephen Boyd
1
-1
/
+1
2021-07-08
module: add printk formats to add module build ID to stacktraces
Stephen Boyd
6
-29
/
+166
2021-07-08
dump_stack: add vmlinux build ID to stack traces
Stephen Boyd
4
-2
/
+28
2021-07-08
buildid: stash away kernels build ID on init
Stephen Boyd
3
-0
/
+20
2021-07-08
buildid: add API to parse build ID out of buffer
Stephen Boyd
2
-13
/
+38
2021-07-08
buildid: only consider GNU notes for build ID parsing
Stephen Boyd
1
-0
/
+1
2021-07-08
x86: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
sh: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
s390: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
riscv: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
[next]