1. 0ddb64c s390/topology: make "topology=off" parameter work by Heiko Carstens · 7 years ago
  2. c31f565 s390/crypto: Extend key length check for AES-XTS in fips mode. by Harald Freudenberger · 7 years ago
  3. aa7a7e9 s390/prng: Adjust generation of entropy to produce real 256 bits. by Harald Freudenberger · 7 years ago
  4. 75903d4 s390/mm: make pmdp_invalidate() do invalidation only by Gerald Schaefer · 7 years ago
  5. 22338c5 s390/mm: fix write access check in gup_huge_pmd() by Gerald Schaefer · 7 years ago
  6. de4360d s390/mm: fix race on mm->context.flush_mm by Martin Schwidefsky · 7 years ago
  7. 536ab63 s390/mm: fix local TLB flushing vs. detach of an mm address space by Martin Schwidefsky · 7 years ago
  8. 07886674 s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs by Christian Borntraeger · 7 years ago
  9. cfb917a KVM: s390: sthyi: fix specification exception detection by Heiko Carstens · 7 years ago
  10. a745333 KVM: s390: sthyi: fix sthyi inline assembly by Heiko Carstens · 7 years ago
  11. 1b582a2 bpf, s390: fix jit branch offset related to ldimm64 by Daniel Borkmann · 7 years ago
  12. 8302e9d s390/syscalls: Fix out of bounds arguments access by Jiri Olsa · 7 years ago
  13. fbc877c s390: reduce ELF_ET_DYN_BASE by Kees Cook · 7 years ago
  14. 0e9867b s390/ctl_reg: make __ctl_load a full memory barrier by Heiko Carstens · 8 years ago
  15. df3a787 KVM: s390: gaccess: fix real-space designation asce handling for gmap shadows by Heiko Carstens · 7 years ago
  16. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  17. 8e1a400 s390/kvm: do not rely on the ILC on kvm host protection fauls by Christian Borntraeger · 7 years ago
  18. 768ae64 s390/cputime: fix incorrect system time by Martin Schwidefsky · 7 years ago
  19. 8c5157c s390/kdump: Add final note by Michael Holzheu · 7 years ago
  20. 3d42ca4 s390/mm: fix CMMA vs KSM vs others by Christian Borntraeger · 7 years ago
  21. 7b68273 s390/uaccess: get_user() should zero on failure (again) by Heiko Carstens · 7 years ago
  22. f493879 s390/decompressor: fix initrd corruption caused by bss clear by Marcelo Henrique Cerri · 7 years ago
  23. 9d89c20 KVM: s390: Fix guest migration for huge guests resulting in panic by Janosch Frank · 7 years ago
  24. e067f68 s390: use correct input data address for setup_randomness by Heiko Carstens · 7 years ago
  25. 321081d s390: make setup_randomness work by Heiko Carstens · 7 years ago
  26. 9d38fd6 s390: TASK_SIZE for kernel threads by Martin Schwidefsky · 7 years ago
  27. 91cfcaa s390/kdump: Use "LINUX" ELF note name instead of "CORE" by Michael Holzheu · 7 years ago
  28. 035dcc8 KVM: s390: Disable dirty log retrieval for UCONTROL guests by Janosch Frank · 7 years ago
  29. d7f56ee s390/ptrace: Preserve previous registers for short regset write by Martin Schwidefsky · 7 years ago
  30. 62d7f21 s390/mm: Fix cmma unused transfer from pgste into pte by Christian Borntraeger · 7 years ago
  31. e0641f2 KVM: s390: do not expose random data via facility bitmap by Christian Borntraeger · 7 years ago
  32. 5417f59 s390/pci: fix dma address calculation in map_sg by Sebastian Ott · 8 years ago
  33. dae9151 s390/topology: always use s390 specific sched_domain_topology_level by Heiko Carstens · 8 years ago
  34. a05aa25 s390/crypto: unlock on error in prng_tdes_read() by Dan Carpenter · 8 years ago
  35. 111e0cc s390/kexec: use node 0 when re-adding crash kernel memory by Heiko Carstens · 8 years ago
  36. 015ed94 Merge branch 'maybe-uninitialized' (patches from Arnd) by Linus Torvalds · 8 years ago
  37. 92dfffe s390: pci: don't print uninitialized data for debugging by Arnd Bergmann · 8 years ago
  38. d7c19b0 mm: kmemleak: scan .data.ro_after_init by Jakub Kicinski · 8 years ago
  39. ae67e87 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  40. 66cecb6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  41. 237d6e6 s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment by Michael Holzheu · 8 years ago
  42. 55bea71 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  43. b5149a5 Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 8 years ago
  44. 45c7ee4 KVM: s390: Fix STHYI buffer alignment for diag224 by Janosch Frank · 8 years ago
  45. 4a65429 s390/mm: fix zone calculation in arch_add_memory() by Gerald Schaefer · 8 years ago
  46. 47ece7f s390/dumpstack: use pr_cont within show_stack and die by Heiko Carstens · 8 years ago
  47. a23b27a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  48. a5efb6b KVM: s390: reject invalid modes for runtime instrumentation by Christian Borntraeger · 8 years ago
  49. 63ae602 Merge branch 'gup_flag-cleanups' by Linus Torvalds · 8 years ago
  50. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  51. dcddba9 s390/dumpstack: get rid of return_address again by Heiko Carstens · 8 years ago
  52. 4d06248 s390/disassambler: use pr_cont where appropriate by Heiko Carstens · 8 years ago
  53. a790634 s390/dumpstack: use pr_cont where appropriate by Heiko Carstens · 8 years ago
  54. d020863 s390/dumpstack: restore reliable indicator for call traces by Heiko Carstens · 8 years ago
  55. b5003b5 s390/mm: use hugetlb_bad_size() by Shyam Saini · 8 years ago
  56. 12e7219 s390: ignore pkey system calls by Heiko Carstens · 8 years ago
  57. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  58. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  60. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  61. ea03623 uprobes: remove function declarations from arch/{mips,s390} by Marcin Nowakowski · 8 years ago
  62. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  63. 51a0212 atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE by Vineet Gupta · 8 years ago
  64. 461a718 mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE by Yisheng Xie · 8 years ago
  65. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  66. e46cae4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  67. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  68. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  69. fdcebf6 s390/config: Enable config options for Docker by Michael Holzheu · 8 years ago
  70. 13954fd s390/pci_dma: improve lazy flush for unmap by Sebastian Ott · 8 years ago
  71. 1f166e9e s390/pci_dma: split dma_update_trans by Sebastian Ott · 8 years ago
  72. ee877b8 s390/pci_dma: improve map_sg by Sebastian Ott · 8 years ago
  73. 8cb63b7 s390/pci_dma: simplify dma address calculation by Sebastian Ott · 8 years ago
  74. 3b13f1f s390/pci_dma: remove dma address range check by Sebastian Ott · 8 years ago
  75. dcc096c s390: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  76. ecc6410 s390: export header for CLP ioctl by Sebastian Ott · 8 years ago
  77. c42d8c7 s390: enable UBSAN by Christian Borntraeger · 8 years ago
  78. f296190 s390/crashdump: use list_first_entry_or_null by Masahiro Yamada · 8 years ago
  79. 9078a54 s390: claim efficient unaligned access by Christian Borntraeger · 8 years ago
  80. 84c9cee s390/mm/pfault: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  81. 235539b kvm: add stubs for arch specific debugfs support by Luiz Capitulino · 8 years ago
  82. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  83. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  84. fd2d2b1 s390: get_user() should zero on failure by Al Viro · 8 years ago
  85. ad53e35 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  86. ac059c4f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  87. b0eb91a Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390next by Christian Borntraeger · 8 years ago
  88. 0624a8e KVM: s390: Use memdup_user() rather than duplicating code by Markus Elfring · 8 years ago
  89. a1708a2 KVM: s390: Improve determination of sizes in kvm_s390_import_bp_data() by Markus Elfring · 8 years ago
  90. a694067 KVM: s390: allow 255 VCPUs when sca entries aren't used by David Hildenbrand · 8 years ago
  91. 80cd876 KVM: s390: lazy enable RI by Fan Zhang · 8 years ago
  92. c14b88d KVM: s390: gaccess: simplify translation exception handling by Janosch Frank · 8 years ago
  93. b1ffffb KVM: s390: guestdbg: separate defines for per code by David Hildenbrand · 8 years ago
  94. 8953fb0 KVM: s390: write external damage code on machine checks by David Hildenbrand · 8 years ago
  95. ff5dc14 KVM: s390: fix delivery of vector regs during machine checks by David Hildenbrand · 9 years ago
  96. 0319dae KVM: s390: split store status and machine check handling by David Hildenbrand · 8 years ago
  97. d6404de KVM: s390: factor out actual delivery of machine checks by David Hildenbrand · 9 years ago
  98. 8a7e75d KVM: Add provisioning for ulong vm stats and u64 vcpu stats by Suraj Jitindar Singh · 8 years ago
  99. c783b91 s390: add assembler include path for vx-insn.h by Martin Schwidefsky · 8 years ago
  100. 6512391 s390/crypto: avoid returning garbage value by Colin Ian King · 8 years ago