1. 1dfb059 thp: reduce khugepaged freezing latency by Andrea Arcangeli · 13 years ago
  2. 83aeead vmscan: use atomic-long for shrinker batching by Konstantin Khlebnikov · 13 years ago
  3. 635697c vmscan: fix initial shrinker size handling by Konstantin Khlebnikov · 13 years ago
  4. 7bd0b0f memblock: Reimplement memblock allocation using reverse free area iterator by Tejun Heo · 13 years ago
  5. 0ee332c memblock: Kill early_node_map[] by Tejun Heo · 13 years ago
  6. 7fb0bc3 memblock: Implement memblock_add_node() by Tejun Heo · 13 years ago
  7. 1aadc05 memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users by Tejun Heo · 13 years ago
  8. 1440c4e memblock: Track total size of regions automatically by Tejun Heo · 13 years ago
  9. c0ce8fe memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove() by Tejun Heo · 13 years ago
  10. eb18f1b memblock: Make memblock functions handle overflowing range @size by Tejun Heo · 13 years ago
  11. 7193618 memblock: Reimplement __memblock_remove() using memblock_isolate_range() by Tejun Heo · 13 years ago
  12. 6a9ceb3 memblock: Separate out memblock_isolate_range() from memblock_set_node() by Tejun Heo · 13 years ago
  13. fe091c2 memblock: Kill memblock_init() by Tejun Heo · 13 years ago
  14. c5a1cb2 memblock: Kill sentinel entries at the end of static region arrays by Tejun Heo · 13 years ago
  15. 4ff7b82 memblock: Add __memblock_dump_all() by Tejun Heo · 13 years ago
  16. 9c8c27e memblock: Use memblock_reserve() in memblock internal functions by Tejun Heo · 13 years ago
  17. 581adcb memblock: Make memblock_{add|remove|free|reserve}() return int and update prototypes by Tejun Heo · 13 years ago
  18. 82e230a writeback: set max_pause to lowest value on zero bdi_dirty by Wu Fengguang · 13 years ago
  19. c5c6343 writeback: permit through good bdi even when global dirty exceeded by Wu Fengguang · 13 years ago
  20. aed21ad writeback: comment on the bdi dirty threshold by Wu Fengguang · 13 years ago
  21. 54c29c6 mm, x86: Remove debug_pagealloc_enabled by Stanislaw Gruszka · 13 years ago
  22. 73829af Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  23. 52cef18 slab, lockdep: Fix silly bug by Peter Zijlstra · 13 years ago
  24. 029aeff kmemleak: Add support for memory hotplug by Laura Abbott · 13 years ago
  25. f528f0b kmemleak: Handle percpu memory allocation by Catalin Marinas · 13 years ago
  26. 7434170 kmemleak: Report previously found leaks even after an error by Catalin Marinas · 13 years ago
  27. b669300 kmemleak: When the early log buffer is exceeded, report the actual number by Catalin Marinas · 13 years ago
  28. 5f79020 kmemleak: Show where early_log issues come from by Catalin Marinas · 13 years ago
  29. a50527b fs: Make write(2) interruptible by a fatal signal by Jan Kara · 13 years ago
  30. 57db53b Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 13 years ago
  31. 9b5a4d4 Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  32. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  33. 4c493a5 slub: add missed accounting by Shaohua Li · 13 years ago
  34. 42616ca Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  35. bc6697d slub: avoid potential NULL dereference or corruption by Eric Dumazet · 13 years ago
  36. 42d623a slub: use irqsafe_cpu_cmpxchg for put_cpu_partial by Christoph Lameter · 13 years ago
  37. 986b11c Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer by Rafael J. Wysocki · 13 years ago
  38. 67589c7 percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessary by Dave Young · 13 years ago
  39. 8ba8ed5 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  40. a855b84 percpu: fix chunk range calculation by Tejun Heo · 13 years ago
  41. 90459ce0 percpu: rename pcpu_mem_alloc to pcpu_mem_zalloc by Bob Liu · 13 years ago
  42. a5be2d0 freezer: rename thaw_process() to __thaw_task() and simplify the implementation by Tejun Heo · 13 years ago
  43. 8a32c44 freezer: implement and use kthread_freezable_should_stop() by Tejun Heo · 13 years ago
  44. be9b733 mm: add vm_area_add_early() by Nicolas Pitre · 13 years ago
  45. b684452 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  46. 15bd1cf Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  47. 468e6a2 writeback: remove vm_dirties and task->dirties by Wu Fengguang · 13 years ago
  48. 1df6471 writeback: hard throttle 1000+ dd on a slow USB stick by Wu Fengguang · 13 years ago
  49. 6416b9f mm: cleanup the comment for head/tail pages of compound pages in mm/page_alloc.c by Wang Sheng-Hui · 13 years ago
  50. face37f slab: add taint flag outputting to debug paths. by Dave Jones · 13 years ago
  51. 265d47e slub: add taint flag outputting to debug paths by Dave Jones · 13 years ago
  52. cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
  53. 499d05e mm: Make task in balance_dirty_pages() killable by Jan Kara · 13 years ago
  54. ea4039a hugetlb: release pages in the error path of hugetlb_cow() by Hillf Danton · 13 years ago
  55. 5aecc85 oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN by Michal Hocko · 13 years ago
  56. 9ada193 slub: move discard_slab out of node lock by Shaohua Li · 13 years ago
  57. f64ae042 slub: use correct parameter to add a page to partial list tail by Shaohua Li · 13 years ago
  58. 7a401a9 backing-dev: ensure wakeup_timer is deleted by Rabin Vincent · 13 years ago
  59. 3df1ccc slab: introduce slab_max_order kernel parameter by David Rientjes · 13 years ago
  60. 543585c slab: rename slab_break_gfp_order to slab_max_order by David Rientjes · 13 years ago
  61. 3a73dbb writeback: fix uninitialized task_ratelimit by Wu Fengguang · 13 years ago
  62. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  63. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  64. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  65. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
  66. 61600f5 mm/page_cgroup.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  67. 4799401 memcg: Fix race condition in memcg_check_events() with this_cpu usage by Steven Rostedt · 13 years ago
  68. a61ed3c memcg: close race between charge and putback by Johannes Weiner · 13 years ago
  69. 9b27297 memcg: skip scanning active lists based on individual size by Johannes Weiner · 13 years ago
  70. 0a619e5 memcg: do not expose uninitialized mem_cgroup_per_node to world by Igor Mammedov · 13 years ago
  71. 715a5ee memcg: fix oom schedule_timeout() by KAMEZAWA Hiroyuki · 13 years ago
  72. c0ff4b8 memcg: rename mem variable to memcg by Raghavendra K T · 13 years ago
  73. ff7ee93 cgroup/kmemleak: Annotate alloc_page() for cgroup allocations by Steven Rostedt · 13 years ago
  74. 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
  75. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  76. a1cb2c6 mm/vmstat.c: cache align vm_stat by Dimitri Sivanich · 13 years ago
  77. 3d470fc mm: munlock use mapcount to avoid terrible overhead by Hugh Dickins · 13 years ago
  78. 35d8c7a mm/huge_memory: fix typo when updating mmu cache by Hillf Danton · 13 years ago
  79. 0089e48 mm/huge_memory: fix copying user highpage by Hillf Danton · 13 years ago
  80. df9d698 mm: do not drain pagevecs for mlockall(MCL_FUTURE) by Christoph Lameter · 13 years ago
  81. e0c2327 vmscan: abort reclaim/compaction if compaction can proceed by Mel Gorman · 13 years ago
  82. e0887c1 vmscan: limit direct reclaim for higher order allocations by Rik van Riel · 13 years ago
  83. 21ee9f3 vmscan: add barrier to prevent evictable page in unevictable list by Minchan Kim · 13 years ago
  84. 2f1da64 mm/huge_memory.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  85. e754d79 mm/mempolicy.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  86. 22d5368 mm/thrash.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  87. 2d7d3eb mm/memblock.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  88. 264e56d mm: disable user interface to manually rescue unevictable pages by Johannes Weiner · 13 years ago
  89. 3f38099 vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node() by Kautuk Consul · 13 years ago
  90. 4e9dc5d mm: fix kunmap_high() comment by Li Haifeng · 13 years ago
  91. d43a87e mm: compaction: make compact_zone_order() static by Kyungmin Park · 13 years ago
  92. dd73e85 HWPOISON: convert pr_debug()s to pr_info()s by Dean Nelson · 13 years ago
  93. 584cff5 mm/mmap.c: eliminate the ret variable from mm_take_all_locks() by Kautuk Consul · 13 years ago
  94. 20c8c62 mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fix by Andrew Morton · 13 years ago
  95. 99ef031 ksm: fix the comment of try_to_unmap_one() by Wanlong Gao · 13 years ago
  96. de7d2b5 mm/vmalloc.c: report more vmalloc failures by Joe Perches · 13 years ago
  97. f0dfcde kswapd: assign new_order and new_classzone_idx after wakeup in sleeping by Alex,Shi · 13 years ago
  98. d1f0ece mm/memblock.c: small function definition fixes by Jonghwan Choi · 13 years ago
  99. d2ebd0f6 kswapd: avoid unnecessary rebalance after an unsuccessful balancing by Alex,Shi · 13 years ago
  100. 64212ec debug-pagealloc: add support for highmem pages by Akinobu Mita · 13 years ago