1. 23751be memcg: fix hierarchical oom locking by Johannes Weiner · 13 years ago
  2. 439423f vmscan: clear ZONE_CONGESTED for zone with good watermark by Shaohua Li · 13 years ago
  3. f51bdd2 mm: fix a vmscan warning by Shaohua Li · 13 years ago
  4. 5af12d0 memcg: pin execution to current cpu while draining stock by Johannes Weiner · 13 years ago
  5. e33f2d2 Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  6. bb08229 squeeze max-pause area and drop pass-good area by Wu Fengguang · 13 years ago
  7. f991879 mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. by Ian Campbell · 13 years ago
  8. f982f91 mm: fix wrong vmap address calculations with odd NR_CPUS values by Clemens Ladisch · 13 years ago
  9. 9f50fad Revert "memcg: get rid of percpu_charge_mutex lock" by Michal Hocko · 13 years ago
  10. 8110718 slub: Fix partial count comparison confusion by Christoph Lameter · 13 years ago
  11. ef62fb3 slub: fix check_bytes() for slub debugging by Akinobu Mita · 13 years ago
  12. 6fbabb2 slub: Fix full list corruption if debugging is on by Christoph Lameter · 13 years ago
  13. f03683b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  14. 30765b9 slab, lockdep: Annotate the locks before using them by Peter Zijlstra · 13 years ago
  15. 83835b3 slab, lockdep: Annotate slab -> rcu -> debug_object -> slab by Peter Zijlstra · 13 years ago
  16. c0c770e Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  17. 8079b1c mm: clarify the radix_tree exceptional cases by Hugh Dickins · 13 years ago
  18. e504f3f tmpfs radix_tree: locate_item to speed up swapoff by Hugh Dickins · 13 years ago
  19. 31475dd mm: a few small updates for radix-swap by Hugh Dickins · 13 years ago
  20. 69f07ec tmpfs: use kmemdup for short symlinks by Hugh Dickins · 13 years ago
  21. 6922c0c tmpfs: convert shmem_writepage and enable swap by Hugh Dickins · 13 years ago
  22. aa3b189 tmpfs: convert mem_cgroup shmem to radix-swap by Hugh Dickins · 13 years ago
  23. 54af6042 tmpfs: convert shmem_getpage_gfp to radix-swap by Hugh Dickins · 13 years ago
  24. 46f65ec tmpfs: convert shmem_unuse_inode to radix-swap by Hugh Dickins · 13 years ago
  25. 7a5d0fb tmpfs: convert shmem_truncate_range to radix-swap by Hugh Dickins · 13 years ago
  26. bda97ea tmpfs: copy truncate_inode_pages_range by Hugh Dickins · 13 years ago
  27. 41ffe5d tmpfs: miscellaneous trivial cleanups by Hugh Dickins · 13 years ago
  28. 285b2c4 tmpfs: demolish old swap vector support by Hugh Dickins · 13 years ago
  29. a2c16d6 mm: let swap use exceptional entries by Hugh Dickins · 13 years ago
  30. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  31. dd48c08 fault-injection: add ability to export fault_attr in arbitrary directory by Akinobu Mita · 13 years ago
  32. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  33. ea8f5fb HWPoison: add memory_failure_queue() by Huang Ying · 13 years ago
  34. c027a47 oom: task->mm == NULL doesn't mean the memory was freed by Oleg Nesterov · 13 years ago
  35. 6581058 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  36. eacbbae slab: use NUMA_NO_NODE by Andrew Morton · 13 years ago
  37. c11abbb Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  38. acfe7d7 slab: remove one NR_CPUS dependency by Eric Dumazet · 13 years ago
  39. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  40. b2588c4 fail_page_alloc: simplify debugfs initialization by Akinobu Mita · 13 years ago
  41. 810f09b failslab: simplify debugfs initialization by Akinobu Mita · 13 years ago
  42. 7f5ddcc fault-injection: use debugfs_remove_recursive by Akinobu Mita · 13 years ago
  43. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  44. 8521fc5 memcg: get rid of percpu_charge_mutex lock by Michal Hocko · 13 years ago
  45. 3e92041 memcg: add mem_cgroup_same_or_subtree() helper by Michal Hocko · 13 years ago
  46. d38144b memcg: unify sync and async per-cpu charge cache draining by Michal Hocko · 13 years ago
  47. d1a05b6 memcg: do not try to drain per-cpu caches without pages by Michal Hocko · 13 years ago
  48. 82f9d48 memcg: add memory.vmscan_stat by KAMEZAWA Hiroyuki · 13 years ago
  49. 108b6a7 memcg: fix behavior of mem_cgroup_resize_limit() by Daisuke Nishimura · 13 years ago
  50. 4508378b95 memcg: fix vmscan count in small memcgs by KAMEZAWA Hiroyuki · 13 years ago
  51. 1af8efe memcg: change memcg_oom_mutex to spinlock by Michal Hocko · 13 years ago
  52. 79dfdac memcg: make oom_lock 0 and 1 based rather than counter by Michal Hocko · 13 years ago
  53. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 13 years ago
  54. 1f4c025 memcg: export memory cgroup's swappiness with mem_cgroup_swappiness() by KAMEZAWA Hiroyuki · 13 years ago
  55. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  56. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  57. ae891a1 devres: fix possible use after free by Maxin B John · 13 years ago
  58. 99b12e3 writeback: account NR_WRITTEN at IO completion time by Wu Fengguang · 13 years ago
  59. 48f170f tmpfs: simplify unuse and writepage by Hugh Dickins · 13 years ago
  60. 27ab700 tmpfs: simplify filepage/swappage by Hugh Dickins · 13 years ago
  61. e83c32e tmpfs: simplify prealloc_page by Hugh Dickins · 13 years ago
  62. 9276aad tmpfs: remove_shmem_readpage by Hugh Dickins · 13 years ago
  63. 68da9f0 tmpfs: pass gfp to shmem_getpage_gfp by Hugh Dickins · 13 years ago
  64. 71f0e07 tmpfs: refine shmem_file_splice_read by Hugh Dickins · 13 years ago
  65. 708e350 tmpfs: clone shmem_file_splice_read() by Hugh Dickins · 13 years ago
  66. 2efaca9 mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 13 years ago
  67. 72c4783 mm: remove useless rcu lock-unlock from mapping_tagged() by Konstantin Khlebnikov · 13 years ago
  68. 76d3fbf mm: page allocator: reconsider zones for allocation after direct reclaim by Mel Gorman · 13 years ago
  69. cd38b11 mm: page allocator: initialise ZLC for first zone eligible for zone_reclaim by Mel Gorman · 13 years ago
  70. 1d65f86 mm: preallocate page before lock_page() at filemap COW by KAMEZAWA Hiroyuki · 13 years ago
  71. d515afe tmpfs: no need to use i_lock by Hugh Dickins · 13 years ago
  72. d082357 mm: pincer in truncate_inode_pages_range by Hugh Dickins · 13 years ago
  73. b85e0ef mm: consistent truncate and invalidate loops by Hugh Dickins · 13 years ago
  74. 8a549be mm: tidy vmtruncate_range and related functions by Hugh Dickins · 13 years ago
  75. 5e5358e mm: cleanup descriptions of filler arg by Hugh Dickins · 13 years ago
  76. c15bef3 mmap: fix and tidy up overcommit page arithmetic by Dmitry Fink · 13 years ago
  77. c9d8c3d mm/memblock.c: avoid abuse of RED_INACTIVE by Andrew Morton · 13 years ago
  78. 1123983 oom: remove references to old badness() function by David Rientjes · 13 years ago
  79. 6ac4752 mm/memory.c: remove ZAP_BLOCK_SIZE by Andrew Morton · 13 years ago
  80. 32f8452 mm: hugetlb: fix coding style issues by Chris Forbes · 13 years ago
  81. d788e80 mm/huge_memory.c: minor lock simplification in __khugepaged_exit by Chris Wright · 13 years ago
  82. 1bb36fb mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macros by Daniel Kiper · 13 years ago
  83. 00a66d2 mm: remove the leftovers of noswapaccount by WANG Cong · 13 years ago
  84. dd78553 pagewalk: fix code comment for THP by KOSAKI Motohiro · 13 years ago
  85. c27fe4c8 pagewalk: add locking-rule comments by KOSAKI Motohiro · 13 years ago
  86. 6c6d528 pagewalk: don't look up vma if walk->hugetlb_entry is unused by KOSAKI Motohiro · 13 years ago
  87. 4b6ddbf pagewalk: fix walk_page_range() don't check find_vma() result properly by KOSAKI Motohiro · 13 years ago
  88. 45ebb84 mm: swap-token: add a comment for priority aging by KOSAKI Motohiro · 13 years ago
  89. 53bb01f mm: swap-token: makes global variables to function local by KOSAKI Motohiro · 13 years ago
  90. e21c7ff mm: swap-token: fix dead link by KOSAKI Motohiro · 13 years ago
  91. 9d0ad8c mm: extend memory hotplug API to allow memory hotplug in virtual machines by Daniel Kiper · 13 years ago
  92. ccb6108 mm/backing-dev.c: reset bdi min_ratio in bdi_unregister() by Peter Zijlstra · 13 years ago
  93. 33dd4e0 mm: make some struct page's const by Ian Campbell · 13 years ago
  94. ee8f248 hugetlb: add phys addr to struct huge_bootmem_page by Becky Bruce · 13 years ago
  95. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  96. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  97. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  98. 9e577e8 slub: When allocating a new slab also prep the first object by Christoph Lameter · 13 years ago
  99. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  100. 50a1598 [S390] reference bit testing for unmapped pages by Martin Schwidefsky · 13 years ago