index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
boot
/
compressed
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-04
s390/boot: allocate amode31 section in decompressor
Alexander Gordeev
1
-0
/
+1
2021-08-30
Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
4
-26
/
+20
2021-07-30
s390: enable KCSAN
Ilya Leoshkevich
1
-0
/
+1
2021-07-30
s390/boot: fix zstd build for -march=z900
Vasily Gorbik
2
-0
/
+3
2021-07-27
s390/boot: move dma sections from decompressor to decompressed kernel
Alexander Egorenkov
1
-23
/
+0
2021-07-27
s390/boot: move sclp early buffer from fixed address in asm to C
Alexander Egorenkov
1
-1
/
+4
2021-07-27
s390/boot: make stacks part of the decompressor's image
Alexander Egorenkov
1
-0
/
+13
2021-07-27
s390/boot: move all linker symbol declarations from c to h files
Alexander Egorenkov
2
-5
/
+5
2021-06-18
s390/boot: add zstd support
Dimitri John Ledkov
2
-0
/
+10
2021-06-18
s390/decompressor: correct BOOT_HEAP_SIZE condition
Vasily Gorbik
1
-1
/
+1
2021-06-07
s390/decompressor: replace use of perl with simple sed/tr
Rob Landley
1
-1
/
+1
2020-12-09
s390/boot: add build-id to decompressor
Philipp Rudo
2
-1
/
+2
2020-11-20
s390/decompressor: add symbols support
Vasily Gorbik
3
-3
/
+30
2020-11-09
s390/decompressor: fix build warning
Vasily Gorbik
1
-1
/
+3
2020-09-16
s390/boot: enable .bss section for compressed kernel
Alexander Egorenkov
3
-14
/
+13
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-01-31
s390/boot: rename HEAP_SIZE due to name collision
Mikhail Zaslonko
1
-4
/
+4
2019-08-21
s390/startup: adjust _sdma and _edma to page boundaries
Vasily Gorbik
1
-1
/
+2
2019-08-21
s390/startup: purge obsolete .gitignore patterns
Vasily Gorbik
1
-3
/
+0
2019-05-07
s390/boot: fix compiler error due to missing awk strtonum
Martin Schwidefsky
1
-0
/
+2
2019-04-29
s390/kernel: introduce .dma sections
Gerald Schaefer
1
-0
/
+21
2019-04-29
s390/kernel: build a relocatable kernel
Gerald Schaefer
1
-0
/
+3
2019-04-10
s390: introduce .boot.preserved.data section
Gerald Schaefer
2
-0
/
+3
2019-01-28
s390: make built-in.a not directly depend on *.o.chkbss files
Masahiro Yamada
1
-2
/
+2
2018-10-26
s390: avoid vmlinux segments overlap
Vasily Gorbik
1
-1
/
+1
2018-10-26
s390/decompressor: add missing FORCE to build targets
Vasily Gorbik
1
-7
/
+7
2018-10-09
s390/kasan: avoid instrumentation of early C code
Vasily Gorbik
1
-0
/
+1
2018-10-09
s390: introduce .boot.data section
Vasily Gorbik
2
-0
/
+5
2018-10-09
s390/decompressor: clean up and rename compressed/misc.c
Vasily Gorbik
3
-24
/
+4
2018-10-09
s390: rescue initrd as early as possible
Vasily Gorbik
2
-16
/
+15
2018-10-09
s390/decompressor: get rid of .bss usage
Vasily Gorbik
2
-13
/
+6
2018-10-09
s390/decompressor: rework uncompressed image info collection
Vasily Gorbik
5
-50
/
+47
2018-10-09
s390: remove decompressor's head.S
Vasily Gorbik
4
-58
/
+17
2018-09-20
s390: clean up stacks setup
Vasily Gorbik
1
-2
/
+2
2018-07-02
s390/decompressor: correct EXCLUDE_FILE construct
Vasily Gorbik
1
-1
/
+3
2018-07-02
s390: get rid of the first mb of uncompressed image
Vasily Gorbik
1
-11
/
+4
2018-07-02
s390/decompressor: discard ___kcrctab section
Vasily Gorbik
1
-0
/
+1
2018-06-25
s390/decompressor: support uncompressed kernel
Vasily Gorbik
3
-6
/
+14
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
1
-0
/
+4
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
1
-37
/
+0
2018-06-25
s390/decompressor: avoid reusing uncompressed image objects
Vasily Gorbik
1
-3
/
+1
2018-06-25
s390/decompressor: rename entry point to startup_decompressor
Vasily Gorbik
1
-1
/
+1
2018-06-25
s390/boot: make head.S and als.c be part of the decompressor only
Vasily Gorbik
1
-2
/
+2
2018-06-25
s390/decompressor: trim the kernel image up to 1M
Vasily Gorbik
2
-4
/
+4
2018-06-25
s390/decompressor: correct build flags
Vasily Gorbik
1
-9
/
+4
2018-04-16
s390/decompressor: Ignore file vmlinux.bin.full
Thomas Richter
1
-0
/
+1
2018-04-10
s390/ipl: rely on diag308 store to get ipl info
Vasily Gorbik
1
-23
/
+0
[next]