1. 7a84ffc s390/boot: add build-id to decompressor by Philipp Rudo · 4 years, 2 months ago
  2. 2462189 s390/decompressor: add symbols support by Vasily Gorbik · 4 years, 2 months ago
  3. 39f2899 s390/decompressor: fix build warning by Vasily Gorbik · 4 years, 3 months ago
  4. 980d5f9 s390/boot: enable .bss section for compressed kernel by Alexander Egorenkov · 4 years, 5 months ago
  5. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 11 months ago
  6. 1b3e3fa s390/boot: rename HEAP_SIZE due to name collision by Mikhail Zaslonko · 5 years ago
  7. 80ef517 s390/startup: adjust _sdma and _edma to page boundaries by Vasily Gorbik · 5 years ago
  8. 19413fe s390/startup: purge obsolete .gitignore patterns by Vasily Gorbik · 5 years ago
  9. 8db16d1 s390/boot: fix compiler error due to missing awk strtonum by Martin Schwidefsky · 6 years ago
  10. a80313f s390/kernel: introduce .dma sections by Gerald Schaefer · 6 years ago
  11. 805bc0b s390/kernel: build a relocatable kernel by Gerald Schaefer · 6 years ago
  12. bf9921a s390: introduce .boot.preserved.data section by Gerald Schaefer · 6 years ago
  13. 5d68005 s390: make built-in.a not directly depend on *.o.chkbss files by Masahiro Yamada · 6 years ago
  14. 5a2e185 s390: avoid vmlinux segments overlap by Vasily Gorbik · 6 years ago
  15. ef5feba s390/decompressor: add missing FORCE to build targets by Vasily Gorbik · 6 years ago
  16. 0a9b409 s390/kasan: avoid instrumentation of early C code by Vasily Gorbik · 7 years ago
  17. d1b52a4 s390: introduce .boot.data section by Vasily Gorbik · 7 years ago
  18. 7516fc1 s390/decompressor: clean up and rename compressed/misc.c by Vasily Gorbik · 6 years ago
  19. 15426ca s390: rescue initrd as early as possible by Vasily Gorbik · 7 years ago
  20. a2ac1bb s390/decompressor: get rid of .bss usage by Vasily Gorbik · 6 years ago
  21. 369f91c s390/decompressor: rework uncompressed image info collection by Vasily Gorbik · 7 years ago
  22. 8f75582 s390: remove decompressor's head.S by Vasily Gorbik · 7 years ago
  23. 4e62d45 s390: clean up stacks setup by Vasily Gorbik · 6 years ago
  24. 2d6f74f s390/decompressor: correct EXCLUDE_FILE construct by Vasily Gorbik · 7 years ago
  25. 183ab05f s390: get rid of the first mb of uncompressed image by Vasily Gorbik · 7 years ago
  26. 4778dc0 s390/decompressor: discard ___kcrctab section by Vasily Gorbik · 7 years ago
  27. 89b5202 s390/decompressor: support uncompressed kernel by Vasily Gorbik · 7 years ago
  28. c98b6c6 s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.o by Vasily Gorbik · 7 years ago
  29. b8326bf s390/decompressor: allow preprocessor in piggy.o linker script by Vasily Gorbik · 7 years ago
  30. 0580bce s390/decompressor: extend .bss check for early code by Vasily Gorbik · 7 years ago
  31. 4560ff1 s390/decompressor: avoid repeating objects list in Makefile by Vasily Gorbik · 7 years ago
  32. cad5b35 s390/decompressor: reuse lib/mem.S for mem functions by Vasily Gorbik · 7 years ago
  33. a1d7d91 s390/decompressor: avoid reusing uncompressed image objects by Vasily Gorbik · 7 years ago
  34. a580235 s390/decompressor: rename entry point to startup_decompressor by Vasily Gorbik · 7 years ago
  35. 8282cd6 s390/boot: make head.S and als.c be part of the decompressor only by Vasily Gorbik · 7 years ago
  36. bd79d66 s390/decompressor: trim the kernel image up to 1M by Vasily Gorbik · 7 years ago
  37. 76bf9d6 s390/decompressor: correct build flags by Vasily Gorbik · 7 years ago
  38. 701e188 s390/decompressor: Ignore file vmlinux.bin.full by Thomas Richter · 7 years ago
  39. d08091a s390/ipl: rely on diag308 store to get ipl info by Vasily Gorbik · 7 years ago
  40. 81796a3 s390/decompressor: trim uncompressed image head during the build by Vasily Gorbik · 7 years ago
  41. 320d955 s390: unify linker symbols usage by Vasily Gorbik · 7 years ago
  42. 3ad6b25 s390/decompressor: discard __ex_table section by Vasily Gorbik · 7 years ago
  43. 47d67fa s390/decompressor: discard __ksymtab and .eh_frame sections by Vasily Gorbik · 7 years ago
  44. a5daf0e s390/decompressor: swap .text and .rodata.compressed sections by Vasily Gorbik · 7 years ago
  45. 9fa1db4 s390: add a few more SPDX identifiers by Martin Schwidefsky · 7 years ago
  46. d60a540 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  47. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  48. b82a5e4 s390/decompressor: remove informational messages by Martin Schwidefsky · 7 years ago
  49. 7996203 s390: add support for FORTIFY_SOURCE by Heiko Carstens · 7 years ago
  50. d82c0d1 s390/decompressor: fix initrd corruption caused by bss clear by Marcelo Henrique Cerri · 8 years ago
  51. d5ab7a3 s390/sclp: make early sclp code readable by Heiko Carstens · 8 years ago
  52. 9090f3f s390/sclp: move early printk code to drivers by Heiko Carstens · 8 years ago
  53. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  54. a9042de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  55. 846221c Remove references to dead make variable LINUX_INCLUDE by Paul Bolle · 8 years ago
  56. 3a89038 s390/thread_info: get rid of THREAD_ORDER define by Heiko Carstens · 8 years ago
  57. c42d8c7 s390: enable UBSAN by Christian Borntraeger · 8 years ago
  58. bf47dc5 s390: clarify compressed image code path by Sascha Silbe · 9 years ago
  59. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  60. be2412c s390/als: convert architecture level set code to C by Heiko Carstens · 9 years ago
  61. 58ab5e0 Kbuild: arch: look for generated headers in obtree by Arnd Bergmann · 9 years ago
  62. 907fa06 s390: enable kcov support by Heiko Carstens · 9 years ago
  63. be1fb0e kbuild: delete unnecessary "@:" by Masahiro Yamada · 9 years ago
  64. adc0b7f s390/boot/decompression: disable floating point in decompressor by Christian Borntraeger · 9 years ago
  65. 2d3862d lib/decompressors: use real out buf size for gunzip with kernel by Yinghai Lu · 9 years ago
  66. 4bfc86c s390: remove "64" suffix from a couple of files by Heiko Carstens · 10 years ago
  67. 5a79859a s390: remove 31 bit support by Heiko Carstens · 10 years ago
  68. fbf87df s390/sclp: fix declaration of _sclp_print_early() by Chen Gang · 10 years ago
  69. cedbecd s390/boot: fix boot of compressed kernel built with gcc 4.9 by Martin Schwidefsky · 11 years ago
  70. 8e2872c s390: add support for LZ4-compressed kernel by Heiko Carstens · 12 years ago
  71. c985cb3 s390: fix linker script for 31 bit builds by Heiko Carstens · 12 years ago
  72. 1a0f248 s390/ipl,decrompressor: disable branch profiling by Heiko Carstens · 12 years ago
  73. 535c611 s390/string: provide asm lib functions for memcpy and memcmp by Heiko Carstens · 12 years ago
  74. ae73c76 s390: add various .gitignore files. by Heiko Carstens · 13 years ago
  75. c4736d9 [S390] sparse: fix sparse static warnings by Martin Schwidefsky · 13 years ago
  76. 144d634 [S390] fix s390 assembler code alignments by Jan Glauber · 13 years ago
  77. d7b081a [S390] support XZ compressed kernel by Heiko Carstens · 14 years ago
  78. a8c8d7c [S390] correct ipl parameter block safe guard by Martin Schwidefsky · 14 years ago
  79. cdf5664 [S390] Add support for LZO-compressed kernels. by Heiko Carstens · 15 years ago
  80. 06c0dd7 [S390] fix boot failures with compressed kernels by Martin Schwidefsky · 15 years ago
  81. 1844c9b [S390] add support for compressed kernels by Martin Schwidefsky · 15 years ago