1. d6c438b memcg: fix zone congestion by KAMEZAWA Hiroyuki · 13 years ago
  2. b5e6ab5 mm: fix kernel-doc warning in page_alloc.c by Randy Dunlap · 13 years ago
  3. 05bf86b tmpfs: fix race between swapoff and writepage by Hugh Dickins · 13 years ago
  4. 59a16ea tmpfs: fix spurious ENOSPC when racing with unswap by Hugh Dickins · 13 years ago
  5. 778dd89 tmpfs: fix race between umount and swapoff by Hugh Dickins · 13 years ago
  6. b1dea80 tmpfs: fix race between umount and writepage by Hugh Dickins · 13 years ago
  7. 21a3c96 memcg: allocate memory cgroup structures in local nodes by Andi Kleen · 13 years ago
  8. ee85c2e mm: add alloc_pages_exact_nid() by Andi Kleen · 13 years ago
  9. 8f389a99 mm: use alloc_bootmem_node_nopanic() on really needed path by Yinghai Lu · 13 years ago
  10. bad49d9 mm: check PageUnevictable in lru_deactivate_fn() by Minchan Kim · 13 years ago
  11. 42c36f6 vm: fix vm_pgoff wrap in upward expansion by Hugh Dickins · 13 years ago
  12. a09a79f Don't lock guardpage if the stack is growing up by Mikulas Patocka · 13 years ago
  13. a1fde08 VM: skip the stack guard page lookup in get_user_pages only for mlock by Linus Torvalds · 13 years ago
  14. 30106b8 slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchg by Thomas Gleixner · 13 years ago
  15. cc03638 mm: check if PTE is already allocated during page fault by Mel Gorman · 13 years ago
  16. f755a04 oom: use pte pages in OOM score by KOSAKI Motohiro · 13 years ago
  17. 78f11a2 mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups by Andrea Arcangeli · 13 years ago
  18. e27e615 mm/thp: use conventional format for boolean attributes by Ben Hutchings · 13 years ago
  19. 341aea2 oom-kill: remove boost_dying_task_prio() by KOSAKI Motohiro · 13 years ago
  20. 929bea7 vmscan: all_unreclaimable() use zone->all_unreclaimable as a name by KOSAKI Motohiro · 13 years ago
  21. fe936df mm: check that we have the right vma in __access_remote_vm() by Michael Ellerman · 13 years ago
  22. 4471a67 brk: COMPAT_BRK: fix detection of randomized brk by Jiri Kosina · 13 years ago
  23. fc5da22 tmpfs: fix off-by-one in max_blocks checks by Hugh Dickins · 13 years ago
  24. 81ab420 mm: add VM counters for transparent hugepages by Andi Kleen · 13 years ago
  25. d3bc236 vmstat: update comment regarding stat_threshold by Christoph Lameter · 13 years ago
  26. 9f6ae44 mm/page_alloc.c: silence build_all_zonelists() section mismatch by Paul Mundt · 13 years ago
  27. 584208e mm: optimize pfn calculation in online_page() by Daniel Kiper · 13 years ago
  28. a626ca6 vm: fix vm_pgoff wrap in stack expansion by Linus Torvalds · 13 years ago
  29. 95042f9 vm: fix mlock() on stack guard page by Linus Torvalds · 13 years ago
  30. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  31. 982134b mm: avoid wrapping vm_pgoff in mremap() by Linus Torvalds · 13 years ago
  32. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  33. 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
  34. f55f199 NOMMU: implement access_remote_vm by Mike Frysinger · 13 years ago
  35. eac522e NOMMU: percpu should use is_vmalloc_addr(). by David Howells · 13 years ago
  36. ae91dbf mm: fix memory.c incorrect kernel-doc by Randy Dunlap · 13 years ago
  37. 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
  38. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  39. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  40. 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
  41. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  42. b8c4c96 SLUB: Write to per cpu data when allocating it by Christoph Lameter · 13 years ago
  43. f9b615d slub: Fix debugobjects with lockless fastpath by Thomas Gleixner · 13 years ago
  44. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  45. 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
  46. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 13 years ago
  47. f9434ad memcg: give current access to memory reserves if it's trying to die by David Rientjes · 13 years ago
  48. 5a6475a memcg: fix leak on wrong LRU with FUSE by KAMEZAWA Hiroyuki · 13 years ago
  49. 6cfddb2 memcg: page_cgroup array is never stored on reserved pages by Michal Hocko · 13 years ago
  50. dde79e0 page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM by Michal Hocko · 13 years ago
  51. 4be4489 mm/memcontrol.c: suppress uninitialized-var warning with older gcc's by Andrew Morton · 13 years ago
  52. 7a159cc memcg: use native word page statistics counters by Johannes Weiner · 13 years ago
  53. e9f8974 memcg: break out event counters from other stats by Johannes Weiner · 13 years ago
  54. 7ec99d6 memcg: unify charge/uncharge quantities to units of pages by Johannes Weiner · 13 years ago
  55. 7ffd4ca memcg: convert uncharge batching from bytes to page granularity by Johannes Weiner · 13 years ago
  56. 11c9ea4 memcg: convert per-cpu stock from bytes to page granularity by Johannes Weiner · 13 years ago
  57. e7018b8d memcg: keep only one charge cancelling function by Johannes Weiner · 13 years ago
  58. bf1ff26 memcg: remove memcg->reclaim_param_lock by Johannes Weiner · 13 years ago
  59. 4dc03de memcg: charged pages always have valid per-memcg zone info by Johannes Weiner · 13 years ago
  60. 6b3ae58 memcg: remove direct page_cgroup-to-page pointer by Johannes Weiner · 13 years ago
  61. 5564e88 memcg: condense page_cgroup-to-page lookup points by Johannes Weiner · 13 years ago
  62. de3638d memcg: fold __mem_cgroup_move_account into caller by Johannes Weiner · 13 years ago
  63. 97a6c37 memcg: change page_cgroup_zoneinfo signature by Johannes Weiner · 13 years ago
  64. ad324e9 memcg: no uncharged pages reach page_cgroup_zoneinfo by Johannes Weiner · 13 years ago
  65. f212ad7 memcg: add memcg sanity checks at allocating and freeing pages by Daisuke Nishimura · 13 years ago
  66. af4a662 memcg: remove NULL check from lookup_page_cgroup() result by Johannes Weiner · 13 years ago
  67. c14f35c memcg: remove impossible conditional when committing by Johannes Weiner · 13 years ago
  68. 3403968 memcg: remove unused page flag bitfield defines by Johannes Weiner · 13 years ago
  69. 9d11ea9 memcg: simplify the way memory limits are checked by Johannes Weiner · 13 years ago
  70. b7c6167 memcg: soft limit reclaim should end at limit not below by Johannes Weiner · 13 years ago
  71. 56039ef memcg: fix ugly initialization of return value is in caller by KAMEZAWA Hiroyuki · 13 years ago
  72. 5ddd36b mm: implement access_remote_vm by Stephen Wilson · 13 years ago
  73. 206cb63 mm: factor out main logic of access_process_vm by Stephen Wilson · 13 years ago
  74. e7f22e2 mm: use mm_struct to resolve gate vma's in __get_user_pages by Stephen Wilson · 13 years ago
  75. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 13 years ago
  76. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  77. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  78. 2130781 sys_swapon: fix inode locking by Cesar Eduardo Barros · 13 years ago
  79. 3dd7ae8 mm: simplify code of swap.c by Shaohua Li · 13 years ago
  80. bee4c36a shmem: let shared anonymous be nonlinear again by Hugh Dickins · 13 years ago
  81. 8f7a660 mm/memblock: properly handle overlaps and fix error path by Benjamin Herrenschmidt · 13 years ago
  82. 84be48d mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination by Kirill A. Shutemov · 13 years ago
  83. a42931b vmalloc: remove confusing comment on vwrite() by Namhyung Kim · 13 years ago
  84. cf15b07 writeback: make mapping->writeback_index to point to the last written page by Jun'ichi Nomura · 13 years ago
  85. 24b8ff7 mm: remove inline from scan_swap_map() by Cesar Eduardo Barros · 13 years ago
  86. 4053154 sys_swapon: separate final enabling of the swapfile by Cesar Eduardo Barros · 13 years ago
  87. c6a2b64 sys_swapoff: change order to match sys_swapon by Cesar Eduardo Barros · 13 years ago
  88. c69dbfb sys_swapon: move printk outside lock by Cesar Eduardo Barros · 13 years ago
  89. 9c8100e sys_swapon: remove nr_good_pages variable by Cesar Eduardo Barros · 13 years ago
  90. bdb8e3f sys_swapon: simplify error flow in setup_swap_map_and_extents() by Cesar Eduardo Barros · 13 years ago
  91. 915d4d7 sys_swapon: separate parsing of bad blocks and extents by Cesar Eduardo Barros · 13 years ago
  92. 1421ef3 sys_swapon: call swap_cgroup_swapon() earlier by Cesar Eduardo Barros · 13 years ago
  93. 3871902 sys_swapon: simplify error flow in read_swap_header() by Cesar Eduardo Barros · 13 years ago
  94. ca8bd38 sys_swapon: separate parsing of swapfile header by Cesar Eduardo Barros · 13 years ago
  95. 5de771e sys_swapon: move setting of swapfilepages near use by Cesar Eduardo Barros · 13 years ago
  96. 87ade72 sys_swapon: simplify error flow in claim_swapfile() by Cesar Eduardo Barros · 13 years ago
  97. 4d0e1e1 sys_swapon: separate bdev claim and inode lock by Cesar Eduardo Barros · 13 years ago
  98. bd69010 sys_swapon: use a single error label by Cesar Eduardo Barros · 13 years ago
  99. 9b01c35 sys_swapon: do only cleanup in the cleanup blocks by Cesar Eduardo Barros · 13 years ago
  100. f2090d2 sys_swapon: remove bdev variable by Cesar Eduardo Barros · 13 years ago