1. 37a366f s390/mm: fix addressing exception after suspend/resume by Gerald Schaefer · 6 years ago
  2. 26f8438 s390: fix br_r1_trampoline for machines without exrl by Martin Schwidefsky · 6 years ago
  3. 5eda25b s390/lib: use expoline for all bcr instructions by Martin Schwidefsky · 6 years ago
  4. fb7d751 s390/numa: move initial setup of node_to_cpumask_map by Martin Schwidefsky · 6 years ago
  5. 8cce437 s390/kdump: Fix elfcorehdr size calculation by Philipp Rudo · 6 years ago
  6. 5223c67 s390/cpum_sf: save TOD clock base in SDBs for time conversion by Hendrik Brueckner · 6 years ago
  7. 03760d4 Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into features by Martin Schwidefsky · 6 years ago
  8. a449938 KVM: s390: Add huge page enablement control by Janosch Frank · 6 years ago
  9. a9e00d8 s390/mm: Add huge page gmap linking support by Janosch Frank · 6 years ago
  10. 7d735b9 s390/mm: hugetlb pages within a gmap can not be freed by Dominik Dingel · 6 years ago
  11. bd096f6 KVM: s390: Add skey emulation fault handling by Janosch Frank · 6 years ago
  12. 637ff9e s390/mm: Add huge pmd storage key handling by Janosch Frank · 6 years ago
  13. 3afdfca s390/mm: Clear skeys for newly mapped huge guest pmds by Janosch Frank · 6 years ago
  14. 964c2c0 s390/mm: Clear huge page storage keys on enable_skey by Dominik Dingel · 6 years ago
  15. 0959e16 s390/mm: Add huge page dirty sync support by Janosch Frank · 6 years ago
  16. 6a37627 s390/mm: Add gmap pmd invalidation and clearing by Janosch Frank · 6 years ago
  17. 7c4b13a s390/mm: Add gmap pmd notification bit setting by Janosch Frank · 6 years ago
  18. 58b7e20 s390/mm: Add gmap pmd linking by Janosch Frank · 6 years ago
  19. 2c46e97 s390/mm: Abstract gmap notify bit setting by Janosch Frank · 6 years ago
  20. 5a045bb s390/mm: Make gmap_protect_range more modular by Janosch Frank · 6 years ago
  21. 6eedfaa s390: reenable gcc plugins by Martin Schwidefsky · 6 years ago
  22. 2a6777a s390: disable gcc plugins by Martin Schwidefsky · 6 years ago
  23. ef4b891 s390: vdso_fault return type by Souptick Joarder · 6 years ago
  24. 9fa6a65 s390/hypfs: Replace PTR_RET with PTR_ERR_OR_ZERO by Gustavo A. R. Silva · 6 years ago
  25. aeaf700 s390: detect etoken facility by Martin Schwidefsky · 6 years ago
  26. ccaabee s390/chsc: fix packed-not-aligned warnings by Sebastian Ott · 6 years ago
  27. 306d6c4 s390/kvm: fix deadlock when killed by oom by Claudio Imbrenda · 6 years ago
  28. ac4c4fc s390/cmm: avoid add_timer on concurrently used timer by Vasily Gorbik · 6 years ago
  29. 6c80215 s390/appldata: reuse generic proc handler functions by Vasily Gorbik · 6 years ago
  30. 71e33a1 s390/cmm: split and simplify cmm pages proc handler by Vasily Gorbik · 6 years ago
  31. 196851b s390/topology: correct topology mode proc handler by Vasily Gorbik · 6 years ago
  32. 5bedf8a s390/mm: correct allocate_pgste proc_handler callback by Vasily Gorbik · 6 years ago
  33. 287d607 s390/purgatory: Remove duplicate variable definitions by Philipp Rudo · 6 years ago
  34. c315e69 s390/purgatory: Add missing FORCE to Makefile targets by Philipp Rudo · 6 years ago
  35. ad03b82 s390/purgatory: Fix crash with expoline enabled by Philipp Rudo · 6 years ago
  36. 0ac9428 s390/pci: add fmt3 fmb by Sebastian Ott · 9 years ago
  37. ee6d777 s390/decompressor: support extra debug flags by Vasily Gorbik · 6 years ago
  38. 251987a s390/build: add *.o.chkbss files to targets list by Vasily Gorbik · 6 years ago
  39. 7e0363b s390/decompressor: avoid packing *.o.chkbss files into startup.a by Vasily Gorbik · 6 years ago
  40. b887b1b s390/decompressor: avoid constant startup.a rebuilds by Vasily Gorbik · 6 years ago
  41. 9f35b81 s390/sysinfo: add missing #ifdef CONFIG_PROC_FS by Heiko Carstens · 6 years ago
  42. d053d63 s390/tools: fix gcc 8 stringop-truncation warnings by Vasily Gorbik · 6 years ago
  43. 627c9b6 s390/boot: block uncompressed vmlinux booting attempts by Vasily Gorbik · 6 years ago
  44. 3ad4c05 s390: align struct lowcore to double page size by Vasily Gorbik · 6 years ago
  45. 2d6f74f s390/decompressor: correct EXCLUDE_FILE construct by Vasily Gorbik · 6 years ago
  46. f56506e s390: move _text to an actual .text start by Vasily Gorbik · 6 years ago
  47. c949786 s390: correct _stext offset by Vasily Gorbik · 6 years ago
  48. 183ab05f s390: get rid of the first mb of uncompressed image by Vasily Gorbik · 6 years ago
  49. 8e533fd s390: remove unused _ehead symbol by Vasily Gorbik · 6 years ago
  50. 94cbc0e s390: put expoline execute-trampolines into .text section by Vasily Gorbik · 6 years ago
  51. 4778dc0 s390/decompressor: discard ___kcrctab section by Vasily Gorbik · 6 years ago
  52. ad82a92 s390/perf: fix gcc 8 array-bounds warning by Vasily Gorbik · 6 years ago
  53. f6ea4d2 s390: fix gcc 8 stringop-truncation warnings in proc handlers by Vasily Gorbik · 6 years ago
  54. 6b2ddf3 s390/extmem: fix gcc 8 stringop-overflow warning by Vasily Gorbik · 6 years ago
  55. c879f71 Merge branch 'zcrypt' into features by Martin Schwidefsky · 6 years ago
  56. f1b0a43 s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h. by Harald Freudenberger · 6 years ago
  57. 514211f s390/setup: do not reserve the decompressor code by Vasily Gorbik · 6 years ago
  58. 6075e4a s390: hypfs: use ktime_get_seconds() instead of get_seconds() by Arnd Bergmann · 6 years ago
  59. 89b5202 s390/decompressor: support uncompressed kernel by Vasily Gorbik · 6 years ago
  60. c98b6c6 s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.o by Vasily Gorbik · 6 years ago
  61. b8326bf s390/decompressor: allow preprocessor in piggy.o linker script by Vasily Gorbik · 6 years ago
  62. 0580bce s390/decompressor: extend .bss check for early code by Vasily Gorbik · 6 years ago
  63. 78c9564 s390: add custom target and make path extension optional for .bss check by Vasily Gorbik · 6 years ago
  64. 4560ff1 s390/decompressor: avoid repeating objects list in Makefile by Vasily Gorbik · 6 years ago
  65. cad5b35 s390/decompressor: reuse lib/mem.S for mem functions by Vasily Gorbik · 6 years ago
  66. a1d7d91 s390/decompressor: avoid reusing uncompressed image objects by Vasily Gorbik · 6 years ago
  67. 2dd2665 s390/als: avoid .init.* sections usage by Vasily Gorbik · 6 years ago
  68. a580235 s390/decompressor: rename entry point to startup_decompressor by Vasily Gorbik · 6 years ago
  69. 8282cd6 s390/boot: make head.S and als.c be part of the decompressor only by Vasily Gorbik · 6 years ago
  70. bd79d66 s390/decompressor: trim the kernel image up to 1M by Vasily Gorbik · 6 years ago
  71. 00f2fb5 s390: remove uncompressed kernel image build by Vasily Gorbik · 6 years ago
  72. 76bf9d6 s390/decompressor: correct build flags by Vasily Gorbik · 6 years ago
  73. 19f73e1 s390/build: remove obsolete -mkernel-backchain flag by Vasily Gorbik · 6 years ago
  74. 157484a s390: disable asm code expolines if cc does not support it by Vasily Gorbik · 6 years ago
  75. 64e03ff s390/qdio: reset old sbal_state flags by Julian Wiedmann · 6 years ago
  76. 891f6a72 s390: Correct register corruption in critical section cleanup by Christian Borntraeger · 6 years ago
  77. c81b995 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  78. 2ce413e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  79. 64dd765 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  80. d4e860e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  81. 177d363 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  82. 2da2ca2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  83. a43de48 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  84. e0bc833 Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  85. 2e6eb40 efi/x86: Fix incorrect invocation of PciIo->Attributes() by Ard Biesheuvel · 6 years ago
  86. 2dd3f7c9 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  87. 5e22048 Merge tag 'powerpc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  88. 7ab366e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  89. 8b88ed3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  90. 4ab59fc Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  91. 2458e53 x86/mm: Fix 'no5lvl' handling by Kirill A. Shutemov · 6 years ago
  92. 51be133 Revert "x86/mm: Mark __pgtable_l5_enabled __initdata" by Kirill A. Shutemov · 6 years ago
  93. 964d978 x86/CPU/AMD: Fix LLC ID bit-shift calculation by Suravee Suthikulpanit · 6 years ago
  94. 7731b8b Merge branch 'linus' into x86/urgent by Thomas Gleixner · 6 years ago
  95. 784e030 rseq: Avoid infinite recursion when delivering SIGSEGV by Will Deacon · 6 years ago
  96. 71c8fc0 arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenance by Will Deacon · 6 years ago
  97. b5b7dd6 arm64: kpti: Use early_param for kpti= command-line option by Will Deacon · 6 years ago
  98. 0447378 kvm: vmx: Nested VM-entry prereqs for event inj. by Marc Orr · 6 years ago
  99. 0218c76 x86/microcode/intel: Fix memleak in save_microcode_patch() by Zhenzhong Duan · 6 years ago
  100. 40c36e2 x86/mce: Fix incorrect "Machine check from unknown source" message by Tony Luck · 6 years ago