1. 8d306f5 s390/mm: fix off-by-one bug in 5-level page table handling by Heiko Carstens · 7 years ago
  2. 22985bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  3. fec3720 s390: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  4. ac41aae s390: mm: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  5. 6cc73a0 s390: cmm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  6. 544e8dd7 s390/cpum_sf: correctly set the PID and TID in perf samples by Hendrik Brueckner · 9 years ago
  7. 2be1da8 s390/mm: remove unused code by Heiko Carstens · 7 years ago
  8. 0aaba41 s390: remove all code using the access register mode by Martin Schwidefsky · 7 years ago
  9. c771320 s390/mm,kvm: improve detection of KVM guest faults by Martin Schwidefsky · 7 years ago
  10. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. d60a540 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  12. ead7a22 s390: avoid undefined behaviour by Heiko Carstens · 7 years ago
  13. 978fa72 s390: remove named saved segment support by Heiko Carstens · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. 41879ff s390/mm: use memset64 instead of clear_table by Heiko Carstens · 7 years ago
  16. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  17. ba385c0 s390/mm: fix write access check in gup_huge_pmd() by Gerald Schaefer · 7 years ago
  18. 260d165 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  19. 0756b7f Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  20. 6e0ff1b Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 7 years ago
  21. f28a4b4 s390/mm: use a single lock for the fields in mm_context_t by Martin Schwidefsky · 7 years ago
  22. 2fc4876 s390/mm: use VM_BUG_ON in crst_table_[upgrade|downgrade] by Martin Schwidefsky · 7 years ago
  23. 9e85ae6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  24. 8ab867c s390/mm: fix BUG_ON in crst_table_upgrade by Martin Schwidefsky · 7 years ago
  25. fa41ba0 s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs by Christian Borntraeger · 7 years ago
  26. 1bab1c0 KVM: s390: expose no-DAT to guest and migration support by Claudio Imbrenda · 8 years ago
  27. 34ad7cd s390/mm: prevent memory offline for memory blocks with cma areas by Heiko Carstens · 7 years ago
  28. a01ef30 s390/mm,vmem: simplify region and segment table allocation code by Heiko Carstens · 8 years ago
  29. f1c1174 s390/mm: use new mm defines instead of magic values by Heiko Carstens · 7 years ago
  30. 810fa7e Merge branch 'tlb-flushing' into features by Martin Schwidefsky · 7 years ago
  31. cd774b9 s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushing by Martin Schwidefsky · 8 years ago
  32. 28c807e s390/mm: add guest ASCE TLB flush optimization by Martin Schwidefsky · 8 years ago
  33. 118bd31 s390/mm: add no-dat TLB flush optimization by Martin Schwidefsky · 8 years ago
  34. c9b5ad5 s390/mm: tag normal pages vs pages used in page tables by Martin Schwidefsky · 9 years ago
  35. 97ca7bf s390/mm: set change and reference bit on lazy key enablement by Christian Borntraeger · 7 years ago
  36. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 7 years ago
  37. 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 7 years ago
  38. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 7 years ago
  39. 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 7 years ago
  40. e0f3e8f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  41. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  42. a752598 s390: rename struct psw_bits members by Heiko Carstens · 8 years ago
  43. 8bb3fdd s390: rename psw_bits enums by Heiko Carstens · 8 years ago
  44. 60c4970 s390/mm: use correct address space when enabling DAT by Heiko Carstens · 8 years ago
  45. fe7b274 s390/fault: use _ASCE_ORIGIN instead of PAGE_MASK by Heiko Carstens · 8 years ago
  46. d12a3d6 s390/mm: add __rcu annotations by Heiko Carstens · 8 years ago
  47. 1aea9b3 s390/mm: implement 5 level pages tables by Martin Schwidefsky · 8 years ago
  48. e6c7c63 s390: use set_memory.h header by Laura Abbott · 8 years ago
  49. 1366def s390/pageattr: avoid unnecessary page table splitting by Heiko Carstens · 8 years ago
  50. 9b11c79 s390/mm: simplify arch_get_unmapped_area[_topdown] by Martin Schwidefsky · 8 years ago
  51. ee71d16 s390/mm: make TASK_SIZE independent from the number of page table levels by Martin Schwidefsky · 8 years ago
  52. 2d42f94 s390/kvm: Add PGSTE manipulation functions by Claudio Imbrenda · 8 years ago
  53. 2fa5ed7 s390/mm: Remove double gaddr calculation when notifying by Janosch Frank · 8 years ago
  54. faee35a s390: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  55. 56b24d1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  56. 2e4d880 KVM: s390: Fix guest migration for huge guests resulting in panic by Janosch Frank · 8 years ago
  57. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  58. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  59. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  60. 54397bb s390/mm: use _SEGMENT_ENTRY_EMPTY in the code by Dominik Dingel · 9 years ago
  61. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  62. fd7e9a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  63. ecf1385 mm: drop unused argument of zap_page_range() by Kirill A. Shutemov · 8 years ago
  64. ff47d8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  65. 549f2bf s390/mm: add cond_resched call to kernel page table dumper by Heiko Carstens · 8 years ago
  66. 604ddad s390/mm: make memory_block_size_bytes available for !MEMORY_HOTPLUG by Heiko Carstens · 8 years ago
  67. ff24b07 s390: mm: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  68. 57d7f93 s390: add no-execute support by Martin Schwidefsky · 9 years ago
  69. 4bead2a KVM: s390: Fix RRBE return code not being CC by Janosch Frank · 8 years ago
  70. 0d6da87 s390/mm: Fix cmma unused transfer from pgste into pte by Christian Borntraeger · 8 years ago
  71. 0b92515 s390: remove couple of unneeded semicolons by Heiko Carstens · 8 years ago
  72. 00de54c s390/mem_detect: fix memory type of first block by Heiko Carstens · 8 years ago
  73. a2ce2a9 s390/mem_detect: add debugging output by Heiko Carstens · 8 years ago
  74. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  75. f1c7ea2 s390/extmem: add missing memory clobber to dcss_set_subcodes by Heiko Carstens · 8 years ago
  76. 2ec4584 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  77. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  78. 9e42736 s390: convert remaining bootmem allocations to memblock by Heiko Carstens · 8 years ago
  79. c360192 s390/preempt: move preempt_count to the lowcore by Martin Schwidefsky · 8 years ago
  80. 55bea71 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  81. 4a65429 s390/mm: fix zone calculation in arch_add_memory() by Gerald Schaefer · 8 years ago
  82. c164154 mm: replace get_user_pages_unlocked() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  83. b5003b5 s390/mm: use hugetlb_bad_size() by Shyam Saini · 8 years ago
  84. e46cae4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  85. dcc096c s390: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  86. 84c9cee s390/mm/pfault: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  87. 47e4d85 s390/mm: merge local / non-local IDTE helper by Martin Schwidefsky · 9 years ago
  88. 34eeaf3 s390/mm: merge local / non-local IPTE helper by Martin Schwidefsky · 9 years ago
  89. 44b6cc8 s390/mm,kvm: flush gmap address space with IDTE by Martin Schwidefsky · 9 years ago
  90. 4d81aaa s390/pageattr: handle numpages parameter correctly by Heiko Carstens · 8 years ago
  91. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  92. bc29b7a s390/mm: clean up pte/pmd encoding by Gerald Schaefer · 8 years ago
  93. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  94. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  95. 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  96. f045402 s390/mm: fix gmap tlb flush issues by David Hildenbrand · 8 years ago
  97. d08de8e s390/mm: add support for 2GB hugepages by Gerald Schaefer · 8 years ago
  98. 931641c s390/mm: use basic block for essa inline assembly by Heiko Carstens · 8 years ago
  99. 10d58bf s390: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  100. 37d9df9 KVM: s390: backup the currently enabled gmap when scheduled out by David Hildenbrand · 10 years ago