1. 17ea345 s390/mm: ignore change bit for vmemmap by Heiko Carstens · 12 years ago
  2. 1819ed1 s390/page table dumper: add support for change-recording override bit by Heiko Carstens · 12 years ago
  3. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 12 years ago
  4. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 12 years ago
  5. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  6. 486c0a0 s390/mm: Fix crst upgrade of mmap with MAP_FIXED by Hendrik Brueckner · 12 years ago
  7. 420f42e s390/irq: remove split irq fields from /proc/stat by Heiko Carstens · 12 years ago
  8. 39efd4e s390/ptrace: race of single stepping vs signal delivery by Martin Schwidefsky · 12 years ago
  9. 0a4ccc9 s390/mm: move kernel_page_present/kernel_map_pages to page_attr.c by Heiko Carstens · 12 years ago
  10. 6b70a92 s390/memory hotplug: use pfmf instruction to initialize storage keys by Heiko Carstens · 12 years ago
  11. a4f32bd s390/mm: keep fault_init() private to fault.c by Heiko Carstens · 12 years ago
  12. f781796 s390/mm,vmemmap: use 1MB frames for vmemmap by Heiko Carstens · 12 years ago
  13. 18da236 s390/mm,vmem: use 2GB frames for identity mapping by Heiko Carstens · 12 years ago
  14. 516bad4 s390/gup: fix access_ok() usage in __get_user_pages_fast() by Heiko Carstens · 12 years ago
  15. d55c4c6 s390/gup: add missing TASK_SIZE check to get_user_pages_fast() by Heiko Carstens · 12 years ago
  16. 156152f s390/mm: use pmd_large() instead of pmd_huge() by Gerald Schaefer · 12 years ago
  17. fc7e48aa s390/mm,vmem: fix vmem_add_mem()/vmem_remove_range() by Heiko Carstens · 12 years ago
  18. c972cc6 s390/vmalloc: have separate modules area by Heiko Carstens · 12 years ago
  19. 8fe234d s390/mm: fix mapping of read-only kernel text section by Heiko Carstens · 12 years ago
  20. e76e82d s390/mm: add page table dumper by Heiko Carstens · 12 years ago
  21. cc5b9a4 s390/mm,pageattr: remove superfluous EXPORT_SYMBOLs by Heiko Carstens · 12 years ago
  22. 5b1ba9e s390/mm,pageattr: add more page table walk sanity checks by Heiko Carstens · 12 years ago
  23. 378b1e7 s390/mm: fix pmd_huge() usage for kernel mapping by Heiko Carstens · 12 years ago
  24. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  25. 1ae1c1d thp, s390: architecture backend for thp on s390 by Gerald Schaefer · 12 years ago
  26. 274023d thp, s390: disable thp for kvm host on s390 by Gerald Schaefer · 12 years ago
  27. 9501d09 thp, s390: thp pagetable pre-allocation for s390 by Gerald Schaefer · 12 years ago
  28. 75077af thp, s390: thp splitting backend for s390 by Gerald Schaefer · 12 years ago
  29. 5e249d6 s390/mm: mark free_initrd_mem() as __init by Heiko Carstens · 12 years ago
  30. 41459d3 s390: add uninitialized_var() to suppress false positive compiler warnings by Heiko Carstens · 12 years ago
  31. eb608fb s390/exceptions: switch to relative exception table entries by Heiko Carstens · 12 years ago
  32. 34cda99 s390/mm: implement __get_user_pages_fast() by Gerald Schaefer · 12 years ago
  33. d1b0d84 s390/mm: rename addressing_mode to s390_user_mode by Heiko Carstens · 12 years ago
  34. 1c72592 s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiers by Heiko Carstens · 12 years ago
  35. 648609e s390: enable large page support with CONFIG_DEBUG_PAGEALLOC by Gerald Schaefer · 12 years ago
  36. 7d25617 s390: make use of user_mode() macro where possible by Heiko Carstens · 12 years ago
  37. 37fe1d7 s390/mm: rename user_mode variable to addressing_mode by Heiko Carstens · 12 years ago
  38. 008c2e8 s390/mm: fix fault handling for page table walk case by Heiko Carstens · 12 years ago
  39. f2c76e3 s390/mm: make page faults killable by Heiko Carstens · 12 years ago
  40. 0f6f281 s390/mm: downgrade page table after fork of a 31 bit process by Martin Schwidefsky · 12 years ago
  41. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  42. 73bf463 s390/kernel: Introduce memcpy_absolute() function by Michael Holzheu · 12 years ago
  43. f4815ac s390/headers: replace __s390x__ with CONFIG_64BIT where possible by Heiko Carstens · 12 years ago
  44. d49f47f s390/pfault: add sanity check by Heiko Carstens · 12 years ago
  45. 0a16ba7 s390/pfault: use __set_task_state by Heiko Carstens · 12 years ago
  46. 54c2779 s390/pfault: always search for task with reported pid by Heiko Carstens · 12 years ago
  47. d5e50a5 s390/pfault: fix task state race by Heiko Carstens · 12 years ago
  48. 2739b6d s390/kvm: bad rss-counter state by Christian Borntraeger · 12 years ago
  49. a686425 s390/hugepages: clear page table for sw large page emulation by Gerald Schaefer · 12 years ago
  50. 5e8010c s390: replace TIF_SIE with PF_VCPU by Martin Schwidefsky · 12 years ago
  51. b2a68c2 s390: allow absolute memory access for /dev/mem by Michael Holzheu · 12 years ago
  52. cd94154 [S390] fix tlb flushing for page table pages by Martin Schwidefsky · 12 years ago
  53. b785e0d [S390] kernel: Use local_irq_save() for memcpy_real() by Michael Holzheu · 12 years ago
  54. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  55. a0616cd Disintegrate asm/system.h for S390 by David Howells · 12 years ago
  56. 8ea7fdd [S390] Remove unncessary export of arch_pick_mmap_layout by Ben Hutchings · 12 years ago
  57. fde15c3 [S390] irq: external interrupt code passing by Heiko Carstens · 13 years ago
  58. 6bba07c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 13 years ago
  59. 048cd4e compat: fix compile breakage on s390 by Heiko Carstens · 13 years ago
  60. 892365a [S390] memory hotplug: prevent memory zone interleave by Gerald Schaefer · 13 years ago
  61. 2320c57 [S390] incorrect PageTables counter for kvm page tables by Martin Schwidefsky · 13 years ago
  62. aa33c8c [S390] cleanup trap handling by Martin Schwidefsky · 13 years ago
  63. f32269a [S390] disable MACHINE_IS_VM check for pfault by Carsten Otte · 13 years ago
  64. 14045eb [S390] add support for physical memory > 4TB by Martin Schwidefsky · 13 years ago
  65. c86cce2 [S390] kvm: fix sleeping function ... at mm/page_alloc.c:2260 by Christian Borntraeger · 13 years ago
  66. fa2fb2f [S390] pfault: ignore leftover completion interrupts by Heiko Carstens · 13 years ago
  67. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  68. b35a35b thp: share get_huge_page_tail() by Andrea Arcangeli · 13 years ago
  69. 0693bc9 s390: gup_huge_pmd() return 0 if pte changes by Andrea Arcangeli · 13 years ago
  70. 220a2eb s390: gup_huge_pmd() support THP tail recounting by Andrea Arcangeli · 13 years ago
  71. 3a4c5d5 s390: add missing module.h/export.h includes by Heiko Carstens · 13 years ago
  72. 638ad34 [S390] sparse: fix sparse warnings about missing prototypes by Martin Schwidefsky · 13 years ago
  73. 388186b [S390] kvm: Handle diagnose 0x10 (release pages) by Christian Borntraeger · 13 years ago
  74. 499069e [S390] take mmap_sem when walking guest page table by Carsten Otte · 13 years ago
  75. cc77245 [S390] fix list corruption in gmap reverse mapping by Carsten Otte · 13 years ago
  76. a9162f2 [S390] fix possible deadlock in gmap_map_segment by Carsten Otte · 13 years ago
  77. b50511e [S390] cleanup psw related bits and pieces by Martin Schwidefsky · 13 years ago
  78. ccf45ca [S390] addressing mode limits and psw address wrapping by Martin Schwidefsky · 13 years ago
  79. 60a0c68 [S390] kdump backend code by Michael Holzheu · 13 years ago
  80. 7f0bf65 [S390] Add real memory access functions by Michael Holzheu · 13 years ago
  81. e73b7ff [S390] memory leak with RCU_TABLE_FREE by Martin Schwidefsky · 13 years ago
  82. 05873df [S390] gmap: always up mmap_sem properly by Carsten Otte · 13 years ago
  83. 480e592 [S390] kvm: fix address mode switching by Christian Borntraeger · 13 years ago
  84. 7dd6b33 [S390] Add PSW restart shutdown trigger by Michael Holzheu · 13 years ago
  85. 944291d [S390] missing return in page_table_alloc_pgste by Jan Glauber · 13 years ago
  86. e5992f2 [S390] kvm guest address space mapping by Martin Schwidefsky · 13 years ago
  87. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  88. 36409f6 [S390] use generic RCU page-table freeing code by Martin Schwidefsky · 13 years ago
  89. 3c5cffb [S390] mm: fix mmu_gather rework by Heiko Carstens · 13 years ago
  90. c4a227d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  91. d6a72fe Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 13 years ago
  92. 69dbb2f [S390] mm: add ZONE_DMA to 31-bit config again by Heiko Carstens · 13 years ago
  93. 33ce614 [S390] mm: add page fault retry handling by Heiko Carstens · 13 years ago
  94. 9958318 [S390] mm: handle kernel caused page fault oom situations by Heiko Carstens · 13 years ago
  95. d7b250e [S390] irq: merge irq.c and s390_ext.c by Heiko Carstens · 13 years ago
  96. df7997a [S390] irq: fix service signal external interrupt handling by Heiko Carstens · 13 years ago
  97. 902050b [S390] pfault: always enable service signal interrupt by Heiko Carstens · 13 years ago
  98. f29c504 maccess,probe_kernel: Make write/read src const void * by Steven Rostedt · 13 years ago
  99. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  100. b2fa47e [S390] refactor page table functions for better pgste support by Martin Schwidefsky · 13 years ago