1. 55db493b Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  2. efc8e7f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  3. dcc7cd0 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  4. 65a80b4 readahead: add blk_run_backing_dev by Hisashi Hifumi · 15 years ago
  5. 58463c1 cpumask: avoid deprecated function in mm/slab.c by Rusty Russell · 15 years ago
  6. 718deb6 Fix breakage in shmem.c by Al Viro · 15 years ago
  7. 6e14154 NOMMU: Optimise away the {dac_,}mmap_min_addr tests by David Howells · 15 years ago
  8. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  9. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  10. c05c4ed direct I/O fallback sync simplification by Christoph Hellwig · 15 years ago
  11. 1c7c474 make generic_acl slightly more generic by Christoph Hellwig · 15 years ago
  12. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  13. 0552f87 Untangling ima mess, part 1: alloc_file() by Al Viro · 15 years ago
  14. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  15. 4b42af8 switch shmem_file_setup() to alloc_file() by Al Viro · 15 years ago
  16. aa20d48 memcg: code clean, remove unused variable in mem_cgroup_resize_limit() by Bob Liu · 15 years ago
  17. 9ab322c memcg: remove memcg_tasklist by Daisuke Nishimura · 15 years ago
  18. d31f56d memcg: avoid oom-killing innocent task in case of use_hierarchy by Daisuke Nishimura · 15 years ago
  19. 57f9fd7d memcg: cleanup mem_cgroup_move_parent() by Daisuke Nishimura · 15 years ago
  20. a3032a2 memcg: add mem_cgroup_cancel_charge() by Daisuke Nishimura · 15 years ago
  21. d804658 memcg: make memcg's file mapped consistent with global VM by KAMEZAWA Hiroyuki · 15 years ago
  22. cdec2e4 memcg: coalesce charging via percpu storage by KAMEZAWA Hiroyuki · 15 years ago
  23. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 15 years ago
  24. cd9b45b memcg: fix memory.memsw.usage_in_bytes for root cgroup by Kirill A. Shutemov · 15 years ago
  25. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 15 years ago
  26. 3b4798c oom-kill: show virtual size and rss information of the killed process by KOSAKI Motohiro · 15 years ago
  27. f2c03de HWPOISON: Remove stray phrase in a comment by Andi Kleen · 15 years ago
  28. 12686d1 HWPOISON: Try to allocate migration page on the same node by Andi Kleen · 15 years ago
  29. 0d57eb8d HWPOISON: Don't do early filtering if filter is disabled by Andi Kleen · 15 years ago
  30. afcf938 HWPOISON: Add a madvise() injector for soft page offlining by Andi Kleen · 15 years ago
  31. facb601 HWPOISON: Add soft page offline support by Andi Kleen · 15 years ago
  32. 2326c46 HWPOISON: Undefine short-hand macros after use to avoid namespace conflict by Andi Kleen · 15 years ago
  33. 0474a60 HWPOISON: Use new shake_page in memory_failure by Andi Kleen · 15 years ago
  34. 413f9ef HWPOISON: mention HWPoison in Kconfig entry by Andi Kleen · 15 years ago
  35. d15f107 HWPOISON: Use get_user_page_fast in hwpoison madvise by Andi Kleen · 15 years ago
  36. 1bfe5fe HWPOISON: add an interface to switch off/on all the page filters by Haicheng Li · 15 years ago
  37. 4fd466e HWPOISON: add memory cgroup filter by Andi Kleen · 15 years ago
  38. d324236 memcg: add accessor to mem_cgroup.css by Wu Fengguang · 15 years ago
  39. e42d9d5 memcg: rename and export try_get_mem_cgroup_from_page() by Wu Fengguang · 15 years ago
  40. 478c5ff HWPOISON: add page flags filter by Wu Fengguang · 15 years ago
  41. 31d3d34 HWPOISON: limit hwpoison injector to known page types by Wu Fengguang · 15 years ago
  42. 7c116f2 HWPOISON: add fs/device filters by Wu Fengguang · 15 years ago
  43. 138ce28 HWPOISON: return 0 to indicate success reliably by Wu Fengguang · 15 years ago
  44. d95ea51 HWPOISON: make semantics of IGNORED/DELAYED clear by Wu Fengguang · 15 years ago
  45. 847ce40 HWPOISON: Add unpoisoning support by Wu Fengguang · 15 years ago
  46. 8d22ba1 HWPOISON: detect free buddy pages explicitly by Wu Fengguang · 15 years ago
  47. 95d01fc HWPOISON: remove the free buddy page handler by Wu Fengguang · 15 years ago
  48. dc2a1cb HWPOISON: introduce delete_from_lru_cache() by Wu Fengguang · 15 years ago
  49. 71f7252 HWPOISON: comment dirty swapcache pages by Wu Fengguang · 15 years ago
  50. db0480b HWPOISON: comment the possible set_page_dirty() race by Wu Fengguang · 15 years ago
  51. 1668bfd HWPOISON: abort on failed unmap by Wu Fengguang · 15 years ago
  52. 82ba011 HWPOISON: Turn ref argument into flags argument by Andi Kleen · 15 years ago
  53. bd1ce5f HWPOISON: avoid grabbing the page count multiple times during madvise injection by Wu Fengguang · 15 years ago
  54. a7560fc HWPOISON: return ENXIO on invalid page number by Wu Fengguang · 15 years ago
  55. 9b9a29e HWPOISON: remove the anonymous entry by Wu Fengguang · 15 years ago
  56. 588f9ce HWPOISON: Be more aggressive at freeing non LRU caches by Andi Kleen · 15 years ago
  57. ea63763 nommu: fix malloc performance by adding uninitialized flag by Jie Zhang · 15 years ago
  58. 5dc3764 mm hugetlb: add hugepage support to pagemap by Naoya Horiguchi · 15 years ago
  59. d33b9f4 mm: hugetlb: fix hugepage memory leak in walk_page_range() by Naoya Horiguchi · 15 years ago
  60. 4f16fc1 mm: hugetlb: fix hugepage memory leak in mincore() by Naoya Horiguchi · 15 years ago
  61. 536240f2 hugetlb: abort a hugepage pool resize if a signal is pending by Mel Gorman · 15 years ago
  62. 6927c1d mlock: replace stale comments in munlock_vma_page() by Lee Schermerhorn · 15 years ago
  63. 418b27e mm: remove unevictable_migrate_page function by Lee Schermerhorn · 15 years ago
  64. 4eb2b1d hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a page by Mel Gorman · 15 years ago
  65. c9d0bf2 mm: uncached vma support with writenotify by Magnus Damm · 15 years ago
  66. 62c0c2f vmscan: simplify code by Huang Shijie · 15 years ago
  67. b39415b vmscan: do not evict inactive pages when skipping an active list scan by Rik van Riel · 15 years ago
  68. 8aa043d mm/bootmem.c: properly __init-annotate helper functions by Jan Beulich · 15 years ago
  69. caed0f48 mm: simplify try_to_unmap_one() by KOSAKI Motohiro · 15 years ago
  70. 23ce932 mm: fix section mismatch in memory_hotplug.c by Rakib Mullick · 15 years ago
  71. b76c8cf hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() fails by Larry Woodman · 15 years ago
  72. b4e655a mm: memory_hotplug: make offline_pages() static by Andrew Morton · 15 years ago
  73. d0f209f ksm: remove unswappable max_kernel_pages by Hugh Dickins · 15 years ago
  74. 62b61f6 ksm: memory hotremove migration only by Hugh Dickins · 15 years ago
  75. e9995ef ksm: rmap_walk to remove_migation_ptes by Hugh Dickins · 15 years ago
  76. 407f9c8 ksm: mem cgroup charge swapin copy by Hugh Dickins · 15 years ago
  77. 80e14822 ksm: share anon page without allocating by Hugh Dickins · 15 years ago
  78. 4035c07a ksm: take keyhole reference to page by Hugh Dickins · 15 years ago
  79. db114b8 ksm: hold anon_vma in rmap_item by Hugh Dickins · 15 years ago
  80. 5ad6468 ksm: let shared pages be swappable by Hugh Dickins · 15 years ago
  81. 73848b4 ksm: fix mlockfreed to munlocked by Hugh Dickins · 15 years ago
  82. 08beca4 ksm: stable_node point to page and back by Hugh Dickins · 15 years ago
  83. 7b6ba2c ksm: separate stable_node by Hugh Dickins · 15 years ago
  84. 6514d51 ksm: singly-linked rmap_list by Hugh Dickins · 15 years ago
  85. 8dd3557 ksm: cleanup some function arguments by Hugh Dickins · 15 years ago
  86. 31e855e ksm: remove redundancies when merging page by Hugh Dickins · 15 years ago
  87. 93d1771 ksm: three remove_rmap_item_from_tree cleanups by Hugh Dickins · 15 years ago
  88. 338fde9 vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zone by KOSAKI Motohiro · 15 years ago
  89. ece74b2 vmscan: kill sc.swap_cluster_max by KOSAKI Motohiro · 15 years ago
  90. 4f0ddfd vmscan: zone_reclaim() don't use insane swap_cluster_max by KOSAKI Motohiro · 15 years ago
  91. 7b51755 vmscan: kill hibernation specific reclaim logic and unify it by KOSAKI Motohiro · 15 years ago
  92. 22fba33 vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim by KOSAKI Motohiro · 15 years ago
  93. d99be1a mm: sigbus instead of abusing oom by Hugh Dickins · 15 years ago
  94. a70caa8 mm: stop ptlock enlarging struct page by Hugh Dickins · 15 years ago
  95. 1cb1729 mm: pass address down to rmap ones by Hugh Dickins · 15 years ago
  96. af8e335 mm: CONFIG_MMU for PG_mlocked by Hugh Dickins · 15 years ago
  97. 53f79ac mm: mlocking in try_to_unmap_one by Hugh Dickins · 15 years ago
  98. 3ca7b3c mm: define PAGE_MAPPING_FLAGS by Hugh Dickins · 15 years ago
  99. bb3ab59 vmscan: stop kswapd waiting on congestion when the min watermark is not being met by KOSAKI Motohiro · 15 years ago
  100. f50de2d vmscan: have kswapd sleep for a short interval and double check it should be asleep by Mel Gorman · 15 years ago