1. 801c718 kernel/elfcore.c: include proper prototypes by Valdis Kletnieks · 4 years, 8 months ago
  2. dc93eac linux/coff.h: add include guard by Masahiro Yamada · 4 years, 8 months ago
  3. 9b58d51 kernel/hung_task.c: Monitor killed tasks. by Tetsuo Handa · 4 years, 8 months ago
  4. a296d48 fs/buffer.c: dump more info for __getblk_gfp() stall problem by Tetsuo Handa · 4 years, 8 months ago
  5. 5ab04c7 fs/buffer.c: add debug print for __getblk_gfp() stall problem by Tetsuo Handa · 4 years, 8 months ago
  6. eec86be mm: don't expose page to fast gup before it's ready by Yu Zhao · 4 years, 8 months ago
  7. 885ef1e mm/vmscan: remove unused lru_pages argument by Andrey Ryabinin · 4 years, 8 months ago
  8. e7757bc mm, memcg: make scan aggression always exclude protection by Chris Down · 4 years, 8 months ago
  9. 4847afd mm, memcg: make memory.emin the baseline for utilisation determination by Chris Down · 4 years, 8 months ago
  10. 92e2ce0 mm, memcg: proportional memory.{low,min} reclaim by Chris Down · 4 years, 8 months ago
  11. 1ffbb1f zswap: use movable memory if zpool support allocate movable memory by Hui Zhu · 4 years, 8 months ago
  12. 4b1feb0 zpool: add malloc_support_movable to zpool_driver by Hui Zhu · 4 years, 8 months ago
  13. 3c116c5 shmem: fix obsolete comment in shmem_getpage_gfp() by Miles Chen · 4 years, 8 months ago
  14. 3a0081c mm/madvise: reduce code duplication in error handling paths by Mike Rapoport · 4 years, 8 months ago
  15. 6157739 mm: mmap: increase sockets maximum memory size pgoff for 32bits by Ivan Khoronzhuk · 4 years, 8 months ago
  16. 4d5a65d mm-mmapc-refine-find_vma_prev-with-rb_last-fix by Andrew Morton · 4 years, 8 months ago
  17. b1ecb1d mm/mmap.c: refine find_vma_prev() with rb_last() by Wei Yang · 4 years, 8 months ago
  18. 7914479 riscv-make-mmap-allocation-top-down-by-default-v6 by Alexandre Ghiti · 4 years, 8 months ago
  19. eb1a071 riscv: make mmap allocation top-down by default by Alexandre Ghiti · 4 years, 8 months ago
  20. 1a1f7d6 mips: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 4 years, 8 months ago
  21. afb33af mips: replace arch specific way to determine 32bit task with generic version by Alexandre Ghiti · 4 years, 8 months ago
  22. b4ac989 mips: adjust brk randomization offset to fit generic version by Alexandre Ghiti · 4 years, 8 months ago
  23. 7190198 mips: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 4 years, 8 months ago
  24. 116f6cf mips: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 4 years, 8 months ago
  25. 88e7e00 arm: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 4 years, 8 months ago
  26. 599800c arm: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 4 years, 8 months ago
  27. d90a22c arm: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 4 years, 8 months ago
  28. f93baf0 arm64, mm: make randomization selected by generic topdown mmap layout by Alexandre Ghiti · 4 years, 8 months ago
  29. b4ce608 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 4 years, 8 months ago
  30. afc556c arm64: consider stack randomization for mmap base only when necessary by Alexandre Ghiti · 4 years, 8 months ago
  31. 106afb1 arm64: make use of is_compat_task instead of hardcoding this test by Alexandre Ghiti · 4 years, 8 months ago
  32. e1c3c22 mm, fs: move randomize_stack_top from fs to mm by Alexandre Ghiti · 4 years, 8 months ago
  33. ef69379 psi-annotate-refault-stalls-from-io-submission-fix-2 by Andrew Morton · 4 years, 8 months ago
  34. 900abba7 psi-annotate-refault-stalls-from-io-submission-fix by Andrew Morton · 4 years, 8 months ago
  35. 6deb884 mm, thp: account deferred split THPs into MemAvailable by Yang Shi · 4 years, 8 months ago
  36. bcf419b uprobe: collapse THP pmd after removing all uprobes by Song Liu · 4 years, 8 months ago
  37. b6e8aac khugepaged: add comments for retract_page_tables() by Kirill A. Shutemov · 4 years, 8 months ago
  38. 6faf7fb khugepaged: enable collapse pmd for pte-mapped THP by Song Liu · 4 years, 8 months ago
  39. c4e94fa uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT by Song Liu · 4 years, 8 months ago
  40. e1d380f mm, thp: introduce FOLL_SPLIT_PMD by Song Liu · 4 years, 8 months ago
  41. 45f08bd uprobe: use original page when all uprobes are removed by Song Liu · 4 years, 8 months ago
  42. 0e6e2ab mm: move memcmp_pages() and pages_identical() by Song Liu · 4 years, 8 months ago
  43. d0bad5b mm-thp-make-deferred-split-shrinker-memcg-aware-v6 by Yang Shi · 4 years, 8 months ago
  44. f60bcfa mm: thp: make deferred split shrinker memcg aware by Yang Shi · 4 years, 8 months ago
  45. e0db4c4 mm-shrinker-make-shrinker-not-depend-on-memcg-kmem-v6 by Yang Shi · 4 years, 8 months ago
  46. dd3aaba mm: shrinker: make shrinker not depend on memcg kmem by Yang Shi · 4 years, 8 months ago
  47. 79d7c65 mm: move mem_cgroup_uncharge out of __page_cache_release() by Yang Shi · 4 years, 8 months ago
  48. ba10307 mm: thp: extract split_queue_* into a struct by Yang Shi · 4 years, 8 months ago
  49. 9e8571c mm,thp: avoid writes to file with THP in pagecache by Song Liu · 4 years, 8 months ago
  50. eb89142 khugepaged: fix double unlock in collapse_file() by Song Liu · 4 years, 8 months ago
  51. 61191c8 khugepaged: fix build without CONFIG_SHMEM by Song Liu · 4 years, 8 months ago
  52. 33eab65 mm,thp: add read-only THP support for (non-shmem) FS by Song Liu · 4 years, 8 months ago
  53. 80cb5b8 khugepaged: rename collapse_shmem() and khugepaged_scan_shmem() by Song Liu · 4 years, 8 months ago
  54. 315b275 mm,thp: stats for file backed THP by Song Liu · 4 years, 8 months ago
  55. a4f10ef filemap: update offset check in filemap_fault() by Song Liu · 4 years, 8 months ago
  56. cd58daf filemap: check compound_head(page)->mapping in pagecache_get_page() by Song Liu · 4 years, 8 months ago
  57. d2aaa1f filemap: check compound_head(page)->mapping in filemap_fault() by Song Liu · 4 years, 8 months ago
  58. 1db38e1 thp: update split_huge_page_pmd() comment by Kefeng Wang · 4 years, 8 months ago
  59. 43fe2ab mm/migrate.c: clean up useless code in migrate_vma_collect_pmd() by Pingfan Liu · 4 years, 8 months ago
  60. 6a00f65 hugetlbfs: don't retry when pool page allocations start to fail by Mike Kravetz · 4 years, 8 months ago
  61. 5336c15 mm, compaction: raise compaction priority after it withdrawns by Vlastimil Babka · 4 years, 8 months ago
  62. 38cb021 mm, reclaim: cleanup should_continue_reclaim() by Vlastimil Babka · 4 years, 8 months ago
  63. 29a1dc7 mm, reclaim: make should_continue_reclaim perform dryrun detection by Hillf Danton · 4 years, 8 months ago
  64. c54afe3 mm, oom: consider present pages for the node size by Michal Hocko · 4 years, 8 months ago
  65. c3e5c64 mm/oom_kill.c: fix oom_cpuset_eligible() comment by Yi Wang · 4 years, 8 months ago
  66. 4893fe4 mm/oom: add oom_score_adj and pgtables to Killed process message by Edward Chron · 4 years, 8 months ago
  67. 3e67bc1 memcg, oom: don't require __GFP_FS when invoking memcg OOM killer by Tetsuo Handa · 4 years, 8 months ago
  68. f60d41a mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix by Andrew Morton · 4 years, 8 months ago
  69. 64907c4 mm/oom_kill.c: add task UID to info message on an oom kill by Joel Savitz · 4 years, 8 months ago
  70. 317a5d2 mm-oom-avoid-printk-iteration-under-rcu-fix by Andrew Morton · 4 years, 8 months ago
  71. cfaf0dd mm, oom: avoid printk() iteration under RCU by Tetsuo Handa · 4 years, 8 months ago
  72. 22645a0 mm/mempolicy.c: remove unnecessary nodemask check in kernel_migrate_pages() by Kefeng Wang · 4 years, 8 months ago
  73. 36cc7c8 mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages() by Pengfei Li · 4 years, 8 months ago
  74. f943655 mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix by Andrew Morton · 4 years, 8 months ago
  75. c68fc1b mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2 by Vlastimil Babka · 4 years, 8 months ago
  76. 5bb5919 mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-fix by Andrew Morton · 4 years, 8 months ago
  77. 36cf508 mm/compaction: introduce a helper compact_zone_counters_init() by Yafang Shao · 4 years, 8 months ago
  78. 5f2b29f mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone by Yafang Shao · 4 years, 8 months ago
  79. 5e2e890 mm-z3foldc-remove-useless-code-in-z3fold_page_isolate-fix by Andrew Morton · 4 years, 8 months ago
  80. b256824 mm/z3fold.c: remove useless code in z3fold_page_isolate by Gustavo A. R. Silva · 4 years, 8 months ago
  81. 1449102 mm: silence -Woverride-init/initializer-overrides by Qian Cai · 4 years, 8 months ago
  82. c54dd4d mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask by Mike Rapoport · 4 years, 8 months ago
  83. b323777 mm-vmalloc-move-area-pages-after-if-statement-fix by Andrew Morton · 4 years, 8 months ago
  84. 77cb4f6 mm/vmalloc.c: move 'area->pages' after if statement by Austin Kim · 4 years, 8 months ago
  85. f5c376a mm/vmalloc: modify struct vmap_area to reduce its size by Pengfei Li · 4 years, 8 months ago
  86. c0539e9 mm/vmalloc: do not keep unpurged areas in the busy tree by Uladzislau Rezki (Sony) · 4 years, 8 months ago
  87. 01ed6fe mm/sparse.c: remove NULL check in clear_hwpoisoned_pages() by Alastair D'Silva · 4 years, 8 months ago
  88. a013f8e mm/sparse.c: don't manually decrement num_poisoned_pages by Alastair D'Silva · 4 years, 8 months ago
  89. 7a9cdf4 mm/sparse.c: use __nr_to_section(section_nr) to get mem_section by Wei Yang · 4 years, 8 months ago
  90. 7cde2e9 mm/sparse.c: fix ALIGN() without power of 2 in sparse_buffer_alloc() by Lecopzer Chen · 4 years, 8 months ago
  91. 3eabcee mm/sparse.c: mark sparse_buffer_free as __meminit by Arnd Bergmann · 4 years, 8 months ago
  92. 69918cb mm/sparse.c: fix memory leak of sparsemap_buf in aliged memory by Lecopzer Chen · 4 years, 8 months ago
  93. 9730de7e mm/memory_hotplug: online_pages cannot be 0 in online_pages() by David Hildenbrand · 4 years, 8 months ago
  94. 76a0955 mm-memory_hotplug-make-sure-the-pfn-is-aligned-to-the-order-when-onlining-fix by Andrew Morton · 4 years, 8 months ago
  95. 07b78d9 mm/memory_hotplug: make sure the pfn is aligned to the order when onlining by David Hildenbrand · 4 years, 8 months ago
  96. 2e49924 mm/memory_hotplug: simplify online_pages_range() by David Hildenbrand · 4 years, 8 months ago
  97. 12e16e9 mm/memory_hotplug: drop PageReserved() check in online_pages_range() by David Hildenbrand · 4 years, 8 months ago
  98. bfa9af5 mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range() by David Hildenbrand · 4 years, 8 months ago
  99. d38d604 mm/memory_hotplug.c: prevent memory leak when reusing pgdat by Wei Yang · 4 years, 8 months ago
  100. 4659c32 drivers/base/memory.c: don't store end_section_nr in memory blocks by David Hildenbrand · 4 years, 8 months ago