1. e27e615 mm/thp: use conventional format for boolean attributes by Ben Hutchings · 13 years ago
  2. 341aea2 oom-kill: remove boost_dying_task_prio() by KOSAKI Motohiro · 13 years ago
  3. 929bea7 vmscan: all_unreclaimable() use zone->all_unreclaimable as a name by KOSAKI Motohiro · 13 years ago
  4. fe936df mm: check that we have the right vma in __access_remote_vm() by Michael Ellerman · 13 years ago
  5. 4471a67 brk: COMPAT_BRK: fix detection of randomized brk by Jiri Kosina · 13 years ago
  6. fc5da22 tmpfs: fix off-by-one in max_blocks checks by Hugh Dickins · 13 years ago
  7. 81ab420 mm: add VM counters for transparent hugepages by Andi Kleen · 13 years ago
  8. d3bc236 vmstat: update comment regarding stat_threshold by Christoph Lameter · 13 years ago
  9. 9f6ae44 mm/page_alloc.c: silence build_all_zonelists() section mismatch by Paul Mundt · 13 years ago
  10. 584208e mm: optimize pfn calculation in online_page() by Daniel Kiper · 13 years ago
  11. a626ca6 vm: fix vm_pgoff wrap in stack expansion by Linus Torvalds · 13 years ago
  12. 95042f9 vm: fix mlock() on stack guard page by Linus Torvalds · 13 years ago
  13. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  14. 982134b mm: avoid wrapping vm_pgoff in mremap() by Linus Torvalds · 13 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  16. eefbab5 Merge branch 'frv' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv by Linus Torvalds · 13 years ago
  17. f55f199 NOMMU: implement access_remote_vm by Mike Frysinger · 13 years ago
  18. eac522e NOMMU: percpu should use is_vmalloc_addr(). by David Howells · 13 years ago
  19. ae91dbf mm: fix memory.c incorrect kernel-doc by Randy Dunlap · 13 years ago
  20. d39dd11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  21. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  22. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  23. a735140 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  24. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  25. b8c4c96 SLUB: Write to per cpu data when allocating it by Christoph Lameter · 13 years ago
  26. f9b615d slub: Fix debugobjects with lockless fastpath by Thomas Gleixner · 13 years ago
  27. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  28. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  29. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 13 years ago
  30. f9434ad memcg: give current access to memory reserves if it's trying to die by David Rientjes · 13 years ago
  31. 5a6475a memcg: fix leak on wrong LRU with FUSE by KAMEZAWA Hiroyuki · 13 years ago
  32. 6cfddb2 memcg: page_cgroup array is never stored on reserved pages by Michal Hocko · 13 years ago
  33. dde79e0 page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM by Michal Hocko · 13 years ago
  34. 4be4489 mm/memcontrol.c: suppress uninitialized-var warning with older gcc's by Andrew Morton · 13 years ago
  35. 7a159cc memcg: use native word page statistics counters by Johannes Weiner · 13 years ago
  36. e9f8974 memcg: break out event counters from other stats by Johannes Weiner · 13 years ago
  37. 7ec99d6 memcg: unify charge/uncharge quantities to units of pages by Johannes Weiner · 13 years ago
  38. 7ffd4ca memcg: convert uncharge batching from bytes to page granularity by Johannes Weiner · 13 years ago
  39. 11c9ea4 memcg: convert per-cpu stock from bytes to page granularity by Johannes Weiner · 13 years ago
  40. e7018b8d memcg: keep only one charge cancelling function by Johannes Weiner · 13 years ago
  41. bf1ff26 memcg: remove memcg->reclaim_param_lock by Johannes Weiner · 13 years ago
  42. 4dc03de memcg: charged pages always have valid per-memcg zone info by Johannes Weiner · 13 years ago
  43. 6b3ae58 memcg: remove direct page_cgroup-to-page pointer by Johannes Weiner · 13 years ago
  44. 5564e88 memcg: condense page_cgroup-to-page lookup points by Johannes Weiner · 13 years ago
  45. de3638d memcg: fold __mem_cgroup_move_account into caller by Johannes Weiner · 13 years ago
  46. 97a6c37 memcg: change page_cgroup_zoneinfo signature by Johannes Weiner · 13 years ago
  47. ad324e9 memcg: no uncharged pages reach page_cgroup_zoneinfo by Johannes Weiner · 13 years ago
  48. f212ad7 memcg: add memcg sanity checks at allocating and freeing pages by Daisuke Nishimura · 13 years ago
  49. af4a662 memcg: remove NULL check from lookup_page_cgroup() result by Johannes Weiner · 13 years ago
  50. c14f35c memcg: remove impossible conditional when committing by Johannes Weiner · 13 years ago
  51. 3403968 memcg: remove unused page flag bitfield defines by Johannes Weiner · 13 years ago
  52. 9d11ea9 memcg: simplify the way memory limits are checked by Johannes Weiner · 13 years ago
  53. b7c6167 memcg: soft limit reclaim should end at limit not below by Johannes Weiner · 13 years ago
  54. 56039ef memcg: fix ugly initialization of return value is in caller by KAMEZAWA Hiroyuki · 13 years ago
  55. 5ddd36b mm: implement access_remote_vm by Stephen Wilson · 13 years ago
  56. 206cb63 mm: factor out main logic of access_process_vm by Stephen Wilson · 13 years ago
  57. e7f22e2 mm: use mm_struct to resolve gate vma's in __get_user_pages by Stephen Wilson · 13 years ago
  58. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 13 years ago
  59. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  60. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  61. 2130781 sys_swapon: fix inode locking by Cesar Eduardo Barros · 13 years ago
  62. 3dd7ae8 mm: simplify code of swap.c by Shaohua Li · 13 years ago
  63. bee4c36a shmem: let shared anonymous be nonlinear again by Hugh Dickins · 13 years ago
  64. 8f7a660 mm/memblock: properly handle overlaps and fix error path by Benjamin Herrenschmidt · 13 years ago
  65. 84be48d mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination by Kirill A. Shutemov · 13 years ago
  66. a42931b vmalloc: remove confusing comment on vwrite() by Namhyung Kim · 13 years ago
  67. cf15b07 writeback: make mapping->writeback_index to point to the last written page by Jun'ichi Nomura · 13 years ago
  68. 24b8ff7 mm: remove inline from scan_swap_map() by Cesar Eduardo Barros · 13 years ago
  69. 4053154 sys_swapon: separate final enabling of the swapfile by Cesar Eduardo Barros · 13 years ago
  70. c6a2b64 sys_swapoff: change order to match sys_swapon by Cesar Eduardo Barros · 13 years ago
  71. c69dbfb sys_swapon: move printk outside lock by Cesar Eduardo Barros · 13 years ago
  72. 9c8100e sys_swapon: remove nr_good_pages variable by Cesar Eduardo Barros · 13 years ago
  73. bdb8e3f sys_swapon: simplify error flow in setup_swap_map_and_extents() by Cesar Eduardo Barros · 13 years ago
  74. 915d4d7 sys_swapon: separate parsing of bad blocks and extents by Cesar Eduardo Barros · 13 years ago
  75. 1421ef3 sys_swapon: call swap_cgroup_swapon() earlier by Cesar Eduardo Barros · 13 years ago
  76. 3871902 sys_swapon: simplify error flow in read_swap_header() by Cesar Eduardo Barros · 13 years ago
  77. ca8bd38 sys_swapon: separate parsing of swapfile header by Cesar Eduardo Barros · 13 years ago
  78. 5de771e sys_swapon: move setting of swapfilepages near use by Cesar Eduardo Barros · 13 years ago
  79. 87ade72 sys_swapon: simplify error flow in claim_swapfile() by Cesar Eduardo Barros · 13 years ago
  80. 4d0e1e1 sys_swapon: separate bdev claim and inode lock by Cesar Eduardo Barros · 13 years ago
  81. bd69010 sys_swapon: use a single error label by Cesar Eduardo Barros · 13 years ago
  82. 9b01c35 sys_swapon: do only cleanup in the cleanup blocks by Cesar Eduardo Barros · 13 years ago
  83. f2090d2 sys_swapon: remove bdev variable by Cesar Eduardo Barros · 13 years ago
  84. 7de7fb6 sys_swapon: move setting of error nearer use by Cesar Eduardo Barros · 13 years ago
  85. 83ef99b sys_swapon: remove did_down variable by Cesar Eduardo Barros · 13 years ago
  86. 28b36bd sys_swapon: remove initial value of name variable by Cesar Eduardo Barros · 13 years ago
  87. 730c058 sys_swapon: simplify error flow in alloc_swap_info() by Cesar Eduardo Barros · 13 years ago
  88. 2542e513 sys_swapon: simplify error return from swap_info allocation by Cesar Eduardo Barros · 13 years ago
  89. 53cbb24 sys_swapon: separate swap_info allocation by Cesar Eduardo Barros · 13 years ago
  90. e8e6c2e sys_swapon: do not depend on "type" after allocation by Cesar Eduardo Barros · 13 years ago
  91. 80b0df12 sys_swapon: remove changelog from function comment by Cesar Eduardo Barros · 13 years ago
  92. 803d0c83 sys_swapon: use vzalloc() instead of vmalloc/memset by Cesar Eduardo Barros · 13 years ago
  93. cc5d462 mm: use __GFP_OTHER_NODE for transparent huge pages by Andi Kleen · 13 years ago
  94. 78afd56 mm: add __GFP_OTHER_NODE flag by Andi Kleen · 13 years ago
  95. 11bc82d mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writeback by Andrea Arcangeli · 13 years ago
  96. b2eef8c mm: compaction: minimise the time IRQs are disabled while isolating pages for migration by Andrea Arcangeli · 13 years ago
  97. 602605a mm: compaction: minimise the time IRQs are disabled while isolating free pages by Mel Gorman · 13 years ago
  98. 5b280c0 mm: don't return 0 too early from find_get_pages() by Hugh Dickins · 13 years ago
  99. 9d8aa4e mm: remove worrying dead code from find_get_pages() by Hugh Dickins · 13 years ago
  100. c033a93 hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepages by Petr Holasek · 13 years ago