1. 42e2e45 mm/vmscan: make inactive_anon/file_is_low return bool by Yaowei Bai · 9 years ago
  2. 3608de0 mm/memcontrol.c: fix order calculation in try_charge() by Jerome Marchand · 9 years ago
  3. a5f6510 mm: hwpoison: ratelimit messages from unpoison_memory() by Naoya Horiguchi · 9 years ago
  4. aa750fd mm/filemap.c: make global sync not clear error status of individual inodes by Junichi Nomura · 9 years ago
  5. 21c527a mm/compaction.c: add an is_via_compact_memory() helper by Yaowei Bai · 9 years ago
  6. 29d06bb mm/vmscan: make inactive_anon_is_low_global return directly by Yaowei Bai · 9 years ago
  7. 5d317b2 mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status by Naoya Horiguchi · 9 years ago
  8. 600e19a mm: use only per-device readahead limit by Roman Gushchin · 9 years ago
  9. b171e40 mm/page_alloc: remove unused parameter in init_currently_empty_zone() by Yaowei Bai · 9 years ago
  10. f2f81fb mm, migrate: count pages failing all retries in vmstat and tracepoint by Vlastimil Babka · 9 years ago
  11. 35bd16a mm/memblock: make memblock_remove_range() static by Alexander Kuleshov · 9 years ago
  12. f19cb11 mm/mremap: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  13. de1741a mm/mmap: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  14. 891c49a mm/vmalloc: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  15. 8fd9e48 mm/mlock: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  16. ea53cde mm/util: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  17. f09f124 mm/percpu: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  18. 5d57b01 mm/early_ioremap: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  19. e7bbdd0 mm/mincore: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  20. 1824cb7 mm/nommu: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  21. b0d61c7 mm/msync: use offset_in_page macro by Alexander Kuleshov · 9 years ago
  22. 145949a mm/list_lru.c: replace nr_node_ids for loop with for_each_node() by Raghavendra K T · 9 years ago
  23. 61f9ec1 mm: fix docbook comment for get_vaddr_frames() by Jonathan Corbet · 9 years ago
  24. 10d53c7 memcg: ratify and consolidate over-charge handling by Tejun Heo · 9 years ago
  25. b23afb9 memcg: punt high overage reclaim to return-to-userland path by Tejun Heo · 9 years ago
  26. 626ebc4 memcg: flatten task_struct->memcg_oom by Tejun Heo · 9 years ago
  27. 55e1cea mm/mmap.c: remove useless statement "vma = NULL" in find_vma() by Chen Gang · 9 years ago
  28. 0ab32b6 uaccess: reimplement probe_kernel_address() using probe_kernel_read() by Andrew Morton · 9 years ago
  29. 86d2adc mm/mlock.c: reorganize mlockall() return values and remove goto-out label by Alexey Klimov · 9 years ago
  30. 9fbed25 mm/kmemleak.c: remove unneeded initialization of object to NULL by Alexey Klimov · 9 years ago
  31. d4322d8 mm: slab: only move management objects off-slab for sizes larger than KMALLOC_MIN_SIZE by Catalin Marinas · 9 years ago
  32. 9f83570 mm/slub: calculate start order with reserved in consideration by Wei Yang · 9 years ago
  33. 033fd1b mm/slub: use get_order() instead of fls() by Wei Yang · 9 years ago
  34. 422ff4d mm/slub: correct the comment in calculate_order() by Wei Yang · 9 years ago
  35. 40911a7 mm/slab_common.c: initialize kmem_cache pointer to NULL by Alexandru Moise · 9 years ago
  36. cd918c5 mm/slab_common.c: do not warn that cache is busy on destroy more than once by Vladimir Davydov · 9 years ago
  37. d60fdcc mm/slab_common.c: clear pointers to per memcg caches on destroy by Vladimir Davydov · 9 years ago
  38. c9a77a7 mm/slab_common.c: rename cache create/destroy helpers by Vladimir Davydov · 9 years ago
  39. fda9012 slab: convert slab_is_available() to boolean by Denis Kirjanov · 9 years ago
  40. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  41. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  42. 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  43. 2c2b828 Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  44. a5ad88c mm: get rid of 'vmalloc_info' from /proc/meminfo by Linus Torvalds · 9 years ago
  45. ea1ee5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  46. 62cedb9 mm: memory hotplug with an existing resource by David Vrabel · 9 years ago
  47. 296291c mm: make sendfile(2) killable by Jan Kara · 9 years ago
  48. 47aee4d thp: use is_zero_pfn() only after pte_present() check by Minchan Kim · 9 years ago
  49. 67a2e213 mm: cma: fix incorrect type conversion for size during dma allocation by Rohit Vaswani · 9 years ago
  50. e27c5b9 writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb_bdi_destroy() by Tejun Heo · 9 years ago
  51. 12ebc15 mm,thp: introduce flush_pmd_tlb_range by Vineet Gupta · 10 years ago
  52. bd5e88a mm,thp: reduce ifdef'ery for THP in generic code by Vineet Gupta · 9 years ago
  53. 52585bc mm: group pte related helpers together by Vineet Gupta · 9 years ago
  54. 3d87518 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  55. 0f90cc6 mm, dax: fix DAX deadlocks by Ross Zwisler · 9 years ago
  56. 424cdc1 memcg: convert threshold to bytes by Shaohua Li · 9 years ago
  57. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  58. 27bd4db cgroup: replace cgroup_has_tasks() with cgroup_is_populated() by Tejun Heo · 9 years ago
  59. 176bed1 vmstat: explicitly schedule per-cpu work on the CPU we need it to run on by Linus Torvalds · 9 years ago
  60. b02176f block: don't release bdi while request_queue has live references by Tejun Heo · 9 years ago
  61. c5edf9c writeback: fix incorrect calculation of available memory for memcg domains by Tejun Heo · 9 years ago
  62. d60d1bd writeback: memcg dirty_throttle_control should be initialized with wb->memcg_completions by Tejun Heo · 9 years ago
  63. b817525 writeback: bdi_writeback iteration must not skip dying ones by Tejun Heo · 9 years ago
  64. 9ad18ab writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback iteration by Tejun Heo · 9 years ago
  65. 00a3d66 Revert "fs: do not prefault sys_write() user buffer pages" by Linus Torvalds · 9 years ago
  66. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  67. 676bd99 dmapool: fix overflow condition in pool_find_page() by Robin Murphy · 9 years ago
  68. ef51019 memcg: remove pcp_counter_lock by Greg Thelen · 9 years ago
  69. 484ebb3 memcg: make mem_cgroup_read_stat() unsigned by Greg Thelen · 9 years ago
  70. 0610c25 memcg: fix dirty page migration by Greg Thelen · 9 years ago
  71. 2f84a89 mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault by Mel Gorman · 9 years ago
  72. 03a2d2a mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1) by Joonsoo Kim · 9 years ago
  73. 18e8e5c mm: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  74. d5028f9 vmscan: fix sane_reclaim helper for legacy memcg by Vladimir Davydov · 9 years ago
  75. 3aaa76e mm: migrate: hugetlb: putback destination hugepage to active list by Naoya Horiguchi · 9 years ago
  76. 8a04446 mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notified by Kirill A. Shutemov · 9 years ago
  77. 4530edd cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader() by Tejun Heo · 9 years ago
  78. 472912a memcg: generate file modified notifications on "memory.events" by Tejun Heo · 9 years ago
  79. 7dbdb19 cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE by Tejun Heo · 9 years ago
  80. 9e10a13 cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  81. 28c553d revert "mm: make sure all file VMAs have ->vm_ops set" by Andrew Morton · 9 years ago
  82. 8d77a6d kasan: fix last shadow judgement in memory_is_poisoned_16() by Xishi Qiu · 9 years ago
  83. 01b0c01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  84. 06a660a Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  85. 4f1af60 mm/early_ioremap: add explicit #include of asm/early_ioremap.h by Ard Biesheuvel · 9 years ago
  86. b0a1ea5 Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  87. fb6dd5f mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd() by Kirill A. Shutemov · 9 years ago
  88. 6dc296e mm: make sure all file VMAs have ->vm_ops set by Kirill A. Shutemov · 9 years ago
  89. 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
  90. 6fc37c4 kmemleak: use seq_hex_dump() to dump buffers by Andy Shevchenko · 9 years ago
  91. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  92. 1d7715c mmu-notifier: add clear_young callback by Vladimir Davydov · 9 years ago
  93. e993d90 memcg: zap try_get_mem_cgroup_from_page by Vladimir Davydov · 9 years ago
  94. 94a59fb hwpoison: use page_cgroup_ino for filtering by memcg by Vladimir Davydov · 9 years ago
  95. 2fc0452 memcg: add page_cgroup_ino helper by Vladimir Davydov · 9 years ago
  96. 90b0fc2 zswap: change zpool/compressor at runtime by Dan Streetman · 9 years ago
  97. f1c5484 zswap: dynamic pool creation by Dan Streetman · 9 years ago
  98. 3f0e131 zpool: add zpool_has_pool() by Dan Streetman · 9 years ago
  99. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  100. df69f52 zpool: remove no-op module init/exit by Dan Streetman · 9 years ago