1. c65e681 s390/boot: add dfltcc= kernel command line parameter by Mikhail Zaslonko · 5 years ago
  2. 1b3e3fa s390/boot: rename HEAP_SIZE due to name collision by Mikhail Zaslonko · 5 years ago
  3. 17248ea s390: fix __EMIT_BUG() macro by Sven Schnelle · 5 years ago
  4. a9f2f68 s390/kaslr: store KASLR offset for early dumps by Gerald Schaefer · 5 years ago
  5. ea1f56f Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  6. 4f84b38 s390/boot: fix section name escaping by Nick Desaulniers · 5 years ago
  7. ac49303 s390/kaslr: add support for R_390_GLOB_DAT relocation type by Gerald Schaefer · 5 years ago
  8. d590284 Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  9. 724dc33 s390/startup: add pgm check info printing by Vasily Gorbik · 5 years ago
  10. 759d489 s390/kaslr: reserve memory for kasan usage by Vasily Gorbik · 5 years ago
  11. 9b69210 s390/mem_detect: provide single get_mem_detect_end by Vasily Gorbik · 5 years ago
  12. 227f52a s390/startup: correct command line options parsing by Vasily Gorbik · 5 years ago
  13. 22a33c7 s390/startup: round down "mem" option to page boundary by Vasily Gorbik · 5 years ago
  14. 80ef517 s390/startup: adjust _sdma and _edma to page boundaries by Vasily Gorbik · 5 years ago
  15. 2e83e0e s390: clean .bss before running uncompressed kernel by Vasily Gorbik · 5 years ago
  16. 19413fe s390/startup: purge obsolete .gitignore patterns by Vasily Gorbik · 5 years ago
  17. da9ed30 s390/startup: add initial pgm check handler by Vasily Gorbik · 5 years ago
  18. 59793c5 s390: move vmalloc option parsing to startup code by Vasily Gorbik · 5 years ago
  19. a287a49 s390/protvirt: avoid memory sharing for diag 308 set/store by Vasily Gorbik · 5 years ago
  20. 868202c s390/boot: add missing declarations and includes by Vasily Gorbik · 6 years ago
  21. 6abe281 s390: enable detection of kernel version from bzImage by Vasily Gorbik · 6 years ago
  22. 8db16d1 s390/boot: fix compiler error due to missing awk strtonum by Martin Schwidefsky · 6 years ago
  23. 4ae9878 s390: fix clang -Wpointer-sign warnigns in boot code by Arnd Bergmann · 6 years ago
  24. c263a4e s390: only build for new CPUs with clang by Arnd Bergmann · 6 years ago
  25. 98587c2 s390: simplify disabled_wait by Martin Schwidefsky · 6 years ago
  26. bf72630 s390: use proper expoline sections for .dma code by Martin Schwidefsky · 6 years ago
  27. 26a374a s390: add missing ENDPROC statements to assembler functions by Martin Schwidefsky · 6 years ago
  28. b2d24b9 s390/kernel: add support for kernel address space layout randomization (KASLR) by Gerald Schaefer · 6 years ago
  29. a80313f s390/kernel: introduce .dma sections by Gerald Schaefer · 6 years ago
  30. 087c4d7 s390/sclp: do not use static sccbs by Gerald Schaefer · 6 years ago
  31. 805bc0b s390/kernel: build a relocatable kernel by Gerald Schaefer · 6 years ago
  32. d0d249d s390/kexec_file: Simplify parmarea access by Philipp Rudo · 6 years ago
  33. f678068 s390/boot: pad bzImage to 4K by Martin Schwidefsky · 6 years ago
  34. 9641b8c s390/ipl: read IPL report at early boot by Martin Schwidefsky · 6 years ago
  35. 5f1207f s390/ipl: provide uapi header for list directed IPL by Martin Schwidefsky · 6 years ago
  36. 86c74d8 s390/ipl: make ipl_info less confusing by Martin Schwidefsky · 6 years ago
  37. 093ddcc s390/protvirt: block kernel command line alteration by Vasily Gorbik · 6 years ago
  38. db9492c s390/protvirt: add memory sharing for diag 308 set/store by Vasily Gorbik · 6 years ago
  39. 5abb935 s390/uv: introduce guest side ultravisor code by Vasily Gorbik · 6 years ago
  40. fd184e1 s390: introduce .boot.preserved.data section compile time validation by Vasily Gorbik · 6 years ago
  41. 1e941d3 s390: move ipl block to .boot.preserved.data section by Vasily Gorbik · 6 years ago
  42. bf9921a s390: introduce .boot.preserved.data section by Gerald Schaefer · 6 years ago
  43. 2d4ea4b s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) by Joe Perches · 6 years ago
  44. 898f5a0 kbuild: move archive command to scripts/Makefile.lib by Masahiro Yamada · 6 years ago
  45. ffd602e Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  46. 6d85dac s390: warn about clearing als implied facilities by Vasily Gorbik · 6 years ago
  47. b5e8045 s390: allow overriding facilities via command line by Vasily Gorbik · 6 years ago
  48. 96d3b64 s390/als: remove duplicated in-place implementation of stfle by Vasily Gorbik · 6 years ago
  49. afa974b kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^) by Masahiro Yamada · 6 years ago
  50. 5d68005 s390: make built-in.a not directly depend on *.o.chkbss files by Masahiro Yamada · 6 years ago
  51. 7e0d92f s390/kasan: improve string/memory functions checks by Vasily Gorbik · 6 years ago
  52. 5a2e185 s390: avoid vmlinux segments overlap by Vasily Gorbik · 6 years ago
  53. ef5feba s390/decompressor: add missing FORCE to build targets by Vasily Gorbik · 6 years ago
  54. c72251a s390/mem_detect: add missing include by Heiko Carstens · 6 years ago
  55. 19733fe s390/head: avoid doubling early boot stack size under KASAN by Vasily Gorbik · 7 years ago
  56. d58106c s390/kasan: use noexec and large pages by Vasily Gorbik · 7 years ago
  57. 0a9b409 s390/kasan: avoid instrumentation of early C code by Vasily Gorbik · 7 years ago
  58. 4969874 s390: move ipl block and cmd line handling to early boot phase by Vasily Gorbik · 7 years ago
  59. 54c5779 s390/mem_detect: replace tprot loop with binary search by Vasily Gorbik · 7 years ago
  60. cd45c99 s390/mem_detect: use SCLP info for continuous memory detection by Vasily Gorbik · 7 years ago
  61. 6e98e64 s390/mem_detect: introduce z/VM specific diag260 call by Vasily Gorbik · 7 years ago
  62. fddbaa5 s390/mem_detect: introduce SCLP storage info by Vasily Gorbik · 7 years ago
  63. 251b72a s390: introduce .boot.data section compile time validation by Vasily Gorbik · 7 years ago
  64. 6966d60 s390/mem_detect: move tprot loop to early boot phase by Vasily Gorbik · 7 years ago
  65. 17aacfbf s390/sclp: move sclp_early_read_info to sclp_early_core.c by Vasily Gorbik · 7 years ago
  66. d1b52a4 s390: introduce .boot.data section by Vasily Gorbik · 7 years ago
  67. 7516fc1 s390/decompressor: clean up and rename compressed/misc.c by Vasily Gorbik · 6 years ago
  68. 15426ca s390: rescue initrd as early as possible by Vasily Gorbik · 7 years ago
  69. a2ac1bb s390/decompressor: get rid of .bss usage by Vasily Gorbik · 6 years ago
  70. 369f91c s390/decompressor: rework uncompressed image info collection by Vasily Gorbik · 7 years ago
  71. 8f75582 s390: remove decompressor's head.S by Vasily Gorbik · 7 years ago
  72. 4e62d45 s390: clean up stacks setup by Vasily Gorbik · 6 years ago
  73. 8e5a762 s390: add initial 64-bit restart PSW by Martin Schwidefsky · 6 years ago
  74. 7e0363b s390/decompressor: avoid packing *.o.chkbss files into startup.a by Vasily Gorbik · 7 years ago
  75. b887b1b s390/decompressor: avoid constant startup.a rebuilds by Vasily Gorbik · 7 years ago
  76. 627c9b6 s390/boot: block uncompressed vmlinux booting attempts by Vasily Gorbik · 7 years ago
  77. 2d6f74f s390/decompressor: correct EXCLUDE_FILE construct by Vasily Gorbik · 7 years ago
  78. 183ab05f s390: get rid of the first mb of uncompressed image by Vasily Gorbik · 7 years ago
  79. 4778dc0 s390/decompressor: discard ___kcrctab section by Vasily Gorbik · 7 years ago
  80. 89b5202 s390/decompressor: support uncompressed kernel by Vasily Gorbik · 7 years ago
  81. c98b6c6 s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.o by Vasily Gorbik · 7 years ago
  82. b8326bf s390/decompressor: allow preprocessor in piggy.o linker script by Vasily Gorbik · 7 years ago
  83. 0580bce s390/decompressor: extend .bss check for early code by Vasily Gorbik · 7 years ago
  84. 4560ff1 s390/decompressor: avoid repeating objects list in Makefile by Vasily Gorbik · 7 years ago
  85. cad5b35 s390/decompressor: reuse lib/mem.S for mem functions by Vasily Gorbik · 7 years ago
  86. a1d7d91 s390/decompressor: avoid reusing uncompressed image objects by Vasily Gorbik · 7 years ago
  87. 2dd2665 s390/als: avoid .init.* sections usage by Vasily Gorbik · 7 years ago
  88. a580235 s390/decompressor: rename entry point to startup_decompressor by Vasily Gorbik · 7 years ago
  89. 8282cd6 s390/boot: make head.S and als.c be part of the decompressor only by Vasily Gorbik · 7 years ago
  90. bd79d66 s390/decompressor: trim the kernel image up to 1M by Vasily Gorbik · 7 years ago
  91. 00f2fb5 s390: remove uncompressed kernel image build by Vasily Gorbik · 7 years ago
  92. 76bf9d6 s390/decompressor: correct build flags by Vasily Gorbik · 7 years ago
  93. c65bbb5 s390/boot: remove unused COMPILE_VERSION and ccflags-y by Vasily Gorbik · 7 years ago
  94. 701e188 s390/decompressor: Ignore file vmlinux.bin.full by Thomas Richter · 7 years ago
  95. d08091a s390/ipl: rely on diag308 store to get ipl info by Vasily Gorbik · 7 years ago
  96. 81796a3 s390/decompressor: trim uncompressed image head during the build by Vasily Gorbik · 7 years ago
  97. 320d955 s390: unify linker symbols usage by Vasily Gorbik · 7 years ago
  98. 3ad6b25 s390/decompressor: discard __ex_table section by Vasily Gorbik · 7 years ago
  99. 47d67fa s390/decompressor: discard __ksymtab and .eh_frame sections by Vasily Gorbik · 7 years ago
  100. a5daf0e s390/decompressor: swap .text and .rodata.compressed sections by Vasily Gorbik · 7 years ago