1. 23c8902 mm: constify nmask argument to set_mempolicy() by Rasmus Villemoes · 10 years ago
  2. f7f28ca mm: constify nmask argument to mbind() by Rasmus Villemoes · 10 years ago
  3. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  4. f7e2f7e mm/memblock.c: use PFN_DOWN by Fabian Frederick · 10 years ago
  5. c8e861a mm/memory_hotplug.c: use PFN_DOWN() by Fabian Frederick · 10 years ago
  6. dd6bd0d swap: use bdev_read_page() / bdev_write_page() by Matthew Wilcox · 10 years ago
  7. 57d9984 fs/mpage.c: factor page_endio() out of mpage_end_io() by Matthew Wilcox · 10 years ago
  8. 399ba0b mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threads by NeilBrown · 10 years ago
  9. 11de992 mm: numa: add migrated transhuge pages to LRU the same way as base pages by Mel Gorman · 10 years ago
  10. bd67314 memcg, slab: simplify synchronization scheme by Vladimir Davydov · 10 years ago
  11. c67a8a6 memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab by Vladimir Davydov · 10 years ago
  12. 1e32e77 memcg, slab: do not schedule cache destruction when last page goes away by Vladimir Davydov · 10 years ago
  13. d8dc595 memcg: do not hang on OOM when killed by userspace OOM access to memory reserves by Michal Hocko · 10 years ago
  14. 675becc mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_NORMAL by Mel Gorman · 10 years ago
  15. 64ac494 mm/mmap.c: remove the first mapping check by Huang Shijie · 10 years ago
  16. 2329d37 mm/swap.c: clean up *lru_cache_add* functions by Jianyu Zhan · 10 years ago
  17. 613813e mm: debug: make bad_range() output more usable and readable by Dave Hansen · 10 years ago
  18. c96b9e5 mm/compaction: cleanup isolate_freepages() by Vlastimil Babka · 10 years ago
  19. 13fb44e mm/compaction: clean up unused code lines by Heesub Shin · 10 years ago
  20. 5bcc9f8 mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced by Vlastimil Babka · 10 years ago
  21. 03afc0e slab: get_online_mems for kmem_cache_{create,destroy,shrink} by Vladimir Davydov · 10 years ago
  22. bfc8c90 mem-hotplug: implement get/put_online_mems by Vladimir Davydov · 10 years ago
  23. e8d9df3 memcg: un-export __memcg_kmem_get_cache by Vladimir Davydov · 10 years ago
  24. 5f7a75a mm: page_alloc: do not cache reclaim distances by Mel Gorman · 10 years ago
  25. 4f9b16a mm: disable zone_reclaim_mode by default by Mel Gorman · 10 years ago
  26. 944d9fe hugetlb: add support for gigantic page allocation at runtime by Luiz Capitulino · 10 years ago
  27. 1cac6f2 hugetlb: move helpers up in the file by Luiz Capitulino · 10 years ago
  28. a7407a2 hugetlb: update_and_free_page(): don't clear PG_reserved bit by Luiz Capitulino · 10 years ago
  29. bae7f4a hugetlb: add hstate_is_gigantic() by Luiz Capitulino · 10 years ago
  30. 2906dd5 hugetlb: prep_compound_gigantic_page(): drop __init marker by Luiz Capitulino · 10 years ago
  31. 14bd5b4 mm/mmap.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  32. cea371f slab: document kmalloc_order by Vladimir Davydov · 10 years ago
  33. 3dae7fe mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control by Johannes Weiner · 10 years ago
  34. 8bf8fcb mm/mempool: warn about __GFP_ZERO usage by Sebastian Ott · 10 years ago
  35. ae3a8c1 mm/huge_memory.c: complete conversion to pr_foo() by Andrew Morton · 10 years ago
  36. ff9e43e thp: consolidate assert checks in __split_huge_page() by Kirill A. Shutemov · 10 years ago
  37. 2bfc286 memblock: introduce memblock_alloc_range() by Akinobu Mita · 10 years ago
  38. 6b4ebc3 mm,vmacache: optimize overflow system-wide flushing by Davidlohr Bueso · 10 years ago
  39. 4f11514 mm,vmacache: add debug data by Davidlohr Bueso · 10 years ago
  40. 6f04f48 mm: only force scan in reclaim when none of the LRUs are big enough. by Suleiman Souhlal · 10 years ago
  41. b43790e mm: softdirty: don't forget to save file map softdiry bit on unmap by Cyrill Gorcunov · 10 years ago
  42. 0bf0733 mm: softdirty: make freshly remapped file pages being softdirty unconditionally by Cyrill Gorcunov · 10 years ago
  43. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  44. 5dfb417 sl[au]b: charge slabs to kmemcg explicitly by Vladimir Davydov · 10 years ago
  45. 8eae149 mm: slub: fix ALLOC_SLOWPATH stat by Dave Hansen · 10 years ago
  46. 9a02d69 mm, slab: suppress out of memory warning unless debug is enabled by David Rientjes · 10 years ago
  47. ecc42fb mm/slub.c: convert vnsprintf-static to va_format by Fabian Frederick · 10 years ago
  48. f9f5828 mm/slub.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  49. c46a7c8 x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels by Mel Gorman · 10 years ago
  50. c177c81 hugetlb: restrict hugepage_migration_support() to x86_64 by Naoya Horiguchi · 10 years ago
  51. 7f39dda mm: fix sleeping function warning from __put_anon_vma by Hugh Dickins · 10 years ago
  52. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 10 years ago
  53. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  54. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  55. 8f5759a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux into next by Linus Torvalds · 10 years ago
  56. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  57. 3e030ec mm/memory-failure.c: fix memory leak by race between poison and unpoison by Naoya Horiguchi · 10 years ago
  58. 6f6acb0 memcg: fix swapcache charge from kernel thread context by Michal Hocko · 10 years ago
  59. 55231e5 mm: madvise: fix MADV_WILLNEED on shmem swapouts by Johannes Weiner · 10 years ago
  60. 7fcbbaf mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECT by Jens Axboe · 10 years ago
  61. b985194 hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free hugepage by Chen Yucong · 10 years ago
  62. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
  63. 94aca80 Merge remote-tracking branch 'origin/x86/urgent' into x86/vdso by H. Peter Anvin · 10 years ago
  64. 03c1b4e Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso by H. Peter Anvin · 10 years ago
  65. a62c34b x86, mm: Improve _install_special_mapping and fix x86 vdso naming by Andy Lutomirski · 10 years ago
  66. 70210ed mm/memblock: add physical memory list by Philipp Hachtmann · 10 years ago
  67. f1af9d3 mm/memblock: Do some refactoring, enhance API by Philipp Hachtmann · 10 years ago
  68. 41abc90 Merge tag 'metag-for-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 10 years ago
  69. 719c555 block: move mm/bounce.c to block/ by Jens Axboe · 10 years ago
  70. ea280e7 memcg: update memcg_has_children() to use css_next_child() by Tejun Heo · 10 years ago
  71. f61c42a7 memcg: remove tasks/children test from mem_cgroup_force_empty() by Michal Hocko · 10 years ago
  72. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  73. 042d27a parisc,metag: Do not hardcode maximum userspace stack size by Helge Deller · 10 years ago
  74. 6770c64 cgroup: replace cftype->trigger() with cftype->write() by Tejun Heo · 10 years ago
  75. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  76. ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 10 years ago
  77. 68cb363 Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  78. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  79. dd18dbc mm, thp: close race between mremap() and split_huge_page() by Kirill A. Shutemov · 10 years ago
  80. 3551a92 mm: postpone the disabling of kmemleak early logging by Catalin Marinas · 10 years ago
  81. 107437f mm/numa: Remove BUG_ON() in __handle_mm_fault() by Rik van Riel · 10 years ago
  82. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  83. 62a8067 bio_vec-backed iov_iter by Al Viro · 10 years ago
  84. 81055e5 optimize copy_page_{to,from}_iter() by Al Viro · 10 years ago
  85. 6abd232 bury generic_file_aio_{read,write} by Al Viro · 10 years ago
  86. f0d1bec new helper: copy_page_from_iter() by Al Viro · 10 years ago
  87. a8f3550 bury __generic_file_aio_write() by Al Viro · 10 years ago
  88. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  89. 2ba5bbe shmem: switch to ->read_iter() by Al Viro · 10 years ago
  90. 0c94933 iov_iter_truncate() by Al Viro · 10 years ago
  91. 91f79c4 new helper: iov_iter_get_pages_alloc() by Al Viro · 10 years ago
  92. f67da30 new helper: iov_iter_npages() by Al Viro · 10 years ago
  93. 7b2c99d new helper: iov_iter_get_pages() by Al Viro · 10 years ago
  94. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  95. ed978a8 new helper: generic_file_read_iter() by Al Viro · 10 years ago
  96. 886a391 new primitive: iov_iter_alignment() by Al Viro · 10 years ago
  97. 26978b8 give ->direct_IO() a copy of iov_iter by Al Viro · 10 years ago
  98. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  99. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  100. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago