index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-02
s390: remove unused _ehead symbol
Vasily Gorbik
2
-4
/
+0
2018-07-02
s390: put expoline execute-trampolines into .text section
Vasily Gorbik
1
-0
/
+1
2018-07-02
s390/decompressor: discard ___kcrctab section
Vasily Gorbik
1
-0
/
+1
2018-07-02
s390/perf: fix gcc 8 array-bounds warning
Vasily Gorbik
1
-4
/
+2
2018-07-02
s390: fix gcc 8 stringop-truncation warnings in proc handlers
Vasily Gorbik
2
-5
/
+3
2018-07-02
s390/extmem: fix gcc 8 stringop-overflow warning
Vasily Gorbik
1
-2
/
+2
2018-06-29
bpf, s390: fix potential memleak when later bpf_jit_prog fails
Daniel Borkmann
1
-0
/
+1
2018-06-25
Merge branch 'zcrypt' into features
Martin Schwidefsky
1
-27
/
+257
2018-06-25
s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
Harald Freudenberger
1
-27
/
+257
2018-06-25
s390/setup: do not reserve the decompressor code
Vasily Gorbik
2
-2
/
+3
2018-06-25
s390: hypfs: use ktime_get_seconds() instead of get_seconds()
Arnd Bergmann
1
-3
/
+3
2018-06-25
s390/decompressor: support uncompressed kernel
Vasily Gorbik
5
-6
/
+19
2018-06-25
s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.o
Vasily Gorbik
1
-7
/
+7
2018-06-25
s390/decompressor: allow preprocessor in piggy.o linker script
Vasily Gorbik
3
-2
/
+3
2018-06-25
s390/decompressor: extend .bss check for early code
Vasily Gorbik
2
-0
/
+8
2018-06-25
s390: add custom target and make path extension optional for .bss check
Vasily Gorbik
1
-1
/
+6
2018-06-25
s390/decompressor: avoid repeating objects list in Makefile
Vasily Gorbik
1
-2
/
+3
2018-06-25
s390/decompressor: reuse lib/mem.S for mem functions
Vasily Gorbik
3
-38
/
+5
2018-06-25
s390/decompressor: avoid reusing uncompressed image objects
Vasily Gorbik
4
-9
/
+15
2018-06-25
s390/als: avoid .init.* sections usage
Vasily Gorbik
1
-10
/
+9
2018-06-25
s390/decompressor: rename entry point to startup_decompressor
Vasily Gorbik
2
-5
/
+2
2018-06-25
s390/boot: make head.S and als.c be part of the decompressor only
Vasily Gorbik
10
-32
/
+38
2018-06-25
s390/decompressor: trim the kernel image up to 1M
Vasily Gorbik
3
-5
/
+5
2018-06-25
s390: remove uncompressed kernel image build
Vasily Gorbik
2
-9
/
+4
2018-06-25
s390/decompressor: correct build flags
Vasily Gorbik
2
-12
/
+21
2018-06-25
s390/build: remove obsolete -mkernel-backchain flag
Vasily Gorbik
1
-7
/
+0
2018-06-25
s390: disable asm code expolines if cc does not support it
Vasily Gorbik
2
-2
/
+3
2018-06-25
s390/qdio: reset old sbal_state flags
Julian Wiedmann
1
-1
/
+0
2018-06-25
s390: Correct register corruption in critical section cleanup
Christian Borntraeger
1
-2
/
+2
2018-06-21
atomics/treewide: Make conditional inc/dec ops optional
Mark Rutland
1
-17
/
+0
2018-06-21
atomics/treewide: Make unconditional inc/dec ops optional
Mark Rutland
1
-8
/
+0
2018-06-21
atomics/treewide: Make test ops optional
Mark Rutland
1
-8
/
+0
2018-06-21
atomics/treewide: Make atomic64_fetch_add_unless() optional
Mark Rutland
1
-16
/
+0
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
1
-15
/
+0
2018-06-21
atomics/treewide: Make atomic64_inc_not_zero() optional
Mark Rutland
1
-1
/
+0
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-1
/
+1
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-3
/
+4
2018-06-21
s390/kprobes: Don't call the ->break_handler() in s390 kprobes code
Masami Hiramatsu
1
-20
/
+0
2018-06-21
s390/kprobes: Remove jprobe implementation
Masami Hiramatsu
2
-59
/
+2
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
1
-1
/
+1
2018-06-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-30
/
+32
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
11
-14
/
+17
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
5
-6
/
+6
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-3
/
+3
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
4
-5
/
+8
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-66
/
+99
2018-06-12
s390/cio: sanitize css_general_characteristics definition
Sebastian Ott
1
-30
/
+32
2018-06-07
s390: use _refcount for pgtables
Matthew Wilcox
1
-9
/
+12
2018-06-07
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
2
-1
/
+1
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-256
/
+13
[prev]
[next]