1. 094e953 hugetlb: fix section mismatches by Jeff Mahoney · 14 years ago
  2. 931e80e mm: flush dcache before writing into page to avoid alias by anfei zhou · 14 years ago
  3. 02b709d mm: purge fragmented percpu vmap blocks by Nick Piggin · 14 years ago
  4. de56042 mm: percpu-vmap fix RCU list walking by Nick Piggin · 14 years ago
  5. a701623 mm: fix migratetype bug which slowed swapping by Hugh Dickins · 14 years ago
  6. 0531b2a mm: add new 'read_cache_page_gfp()' helper function by Linus Torvalds · 14 years ago
  7. 88f5004 vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE by Yongseok Koh · 14 years ago
  8. 6ccf80e page allocator: update NR_FREE_PAGES only when necessary by KOSAKI Motohiro · 14 years ago
  9. 7e66087 nommu: fix shared mmap after truncate shrinkage problems by David Howells · 14 years ago
  10. efc1a3b nommu: don't need get_unmapped_area() for NOMMU by David Howells · 14 years ago
  11. 779c102 nommu: remove a superfluous check of vm_region::vm_usage by David Howells · 14 years ago
  12. 1e2ae59 nommu: struct vm_region's vm_usage count need not be atomic by David Howells · 14 years ago
  13. fce6647 memcg: ensure list is empty at rmdir by Daisuke Nishimura · 14 years ago
  14. de3fab3 vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimable by KOSAKI Motohiro · 14 years ago
  15. d2dbe08 mm/page_alloc: fix the range check for backward merging by Kazuhisa Ichikawa · 14 years ago
  16. cedabed vfs: Fix vmtruncate() regression by OGAWA Hirofumi · 14 years ago
  17. 74dbdd2 mm: hugetlb: fix clear_huge_page() by Andrea Arcangeli · 14 years ago
  18. 129182e percpu: avoid calling __pcpu_ptr_to_addr(NULL) by Andrew Morton · 14 years ago
  19. 6144a85 maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) by Jason Wessel · 14 years ago
  20. 7959722 NOMMU: Use copy_*_user_page() in access_process_vm() by Jie Zhang · 14 years ago
  21. cfe79c0 NOMMU: Avoiding duplicate icache flushes of shared maps by Mike Frysinger · 14 years ago
  22. f8e9766 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  23. 66f0dc4 mm: move sys_mmap_pgoff from util.c by Hugh Dickins · 14 years ago
  24. 00afa75 SLAB: Fix lockdep annotation breakage by Pekka Enberg · 14 years ago
  25. 0b5e258 Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc-2.6 by Linus Torvalds · 14 years ago
  26. 6067d7e Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  27. 443c6f1 SYSCTL: Add a mutex to the page_alloc zone order sysctl by Andi Kleen · 14 years ago
  28. dd508ae Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  29. 27df506 HWPOISON: Add PROC_FS dependency to hwpoison injector v2 by Andi Kleen · 14 years ago
  30. 3981e15 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  31. 925cc71 mm: Add notifier in pageblock isolation for balloon drivers by Robert Jennings · 15 years ago
  32. 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
  33. 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
  34. dcc7cd0 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  35. 65a80b4 readahead: add blk_run_backing_dev by Hisashi Hifumi · 15 years ago
  36. 58463c1 cpumask: avoid deprecated function in mm/slab.c by Rusty Russell · 15 years ago
  37. 718deb6 Fix breakage in shmem.c by Al Viro · 15 years ago
  38. 3299625 x86: Fix checking of SRAT when node 0 ram is not from 0 by Yinghai Lu · 15 years ago
  39. 6e14154 NOMMU: Optimise away the {dac_,}mmap_min_addr tests by David Howells · 15 years ago
  40. 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
  41. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  42. c05c4ed direct I/O fallback sync simplification by Christoph Hellwig · 15 years ago
  43. 1c7c474 make generic_acl slightly more generic by Christoph Hellwig · 15 years ago
  44. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  45. 0552f87 Untangling ima mess, part 1: alloc_file() by Al Viro · 15 years ago
  46. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  47. 4b42af8 switch shmem_file_setup() to alloc_file() by Al Viro · 15 years ago
  48. aa20d48 memcg: code clean, remove unused variable in mem_cgroup_resize_limit() by Bob Liu · 15 years ago
  49. 9ab322c memcg: remove memcg_tasklist by Daisuke Nishimura · 15 years ago
  50. d31f56d memcg: avoid oom-killing innocent task in case of use_hierarchy by Daisuke Nishimura · 15 years ago
  51. 57f9fd7d memcg: cleanup mem_cgroup_move_parent() by Daisuke Nishimura · 15 years ago
  52. a3032a2 memcg: add mem_cgroup_cancel_charge() by Daisuke Nishimura · 15 years ago
  53. d804658 memcg: make memcg's file mapped consistent with global VM by KAMEZAWA Hiroyuki · 15 years ago
  54. cdec2e4 memcg: coalesce charging via percpu storage by KAMEZAWA Hiroyuki · 15 years ago
  55. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 15 years ago
  56. cd9b45b memcg: fix memory.memsw.usage_in_bytes for root cgroup by Kirill A. Shutemov · 15 years ago
  57. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 15 years ago
  58. 3b4798c oom-kill: show virtual size and rss information of the killed process by KOSAKI Motohiro · 15 years ago
  59. f2c03de HWPOISON: Remove stray phrase in a comment by Andi Kleen · 15 years ago
  60. 12686d1 HWPOISON: Try to allocate migration page on the same node by Andi Kleen · 15 years ago
  61. 0d57eb8d HWPOISON: Don't do early filtering if filter is disabled by Andi Kleen · 15 years ago
  62. afcf938 HWPOISON: Add a madvise() injector for soft page offlining by Andi Kleen · 15 years ago
  63. facb601 HWPOISON: Add soft page offline support by Andi Kleen · 15 years ago
  64. 2326c46 HWPOISON: Undefine short-hand macros after use to avoid namespace conflict by Andi Kleen · 15 years ago
  65. 0474a60 HWPOISON: Use new shake_page in memory_failure by Andi Kleen · 15 years ago
  66. 413f9ef HWPOISON: mention HWPoison in Kconfig entry by Andi Kleen · 15 years ago
  67. d15f107 HWPOISON: Use get_user_page_fast in hwpoison madvise by Andi Kleen · 15 years ago
  68. 1bfe5fe HWPOISON: add an interface to switch off/on all the page filters by Haicheng Li · 15 years ago
  69. 4fd466e HWPOISON: add memory cgroup filter by Andi Kleen · 15 years ago
  70. d324236 memcg: add accessor to mem_cgroup.css by Wu Fengguang · 15 years ago
  71. e42d9d5 memcg: rename and export try_get_mem_cgroup_from_page() by Wu Fengguang · 15 years ago
  72. 478c5ff HWPOISON: add page flags filter by Wu Fengguang · 15 years ago
  73. 31d3d34 HWPOISON: limit hwpoison injector to known page types by Wu Fengguang · 15 years ago
  74. 7c116f2 HWPOISON: add fs/device filters by Wu Fengguang · 15 years ago
  75. 138ce28 HWPOISON: return 0 to indicate success reliably by Wu Fengguang · 15 years ago
  76. d95ea51 HWPOISON: make semantics of IGNORED/DELAYED clear by Wu Fengguang · 15 years ago
  77. 847ce40 HWPOISON: Add unpoisoning support by Wu Fengguang · 15 years ago
  78. 8d22ba1 HWPOISON: detect free buddy pages explicitly by Wu Fengguang · 15 years ago
  79. 95d01fc HWPOISON: remove the free buddy page handler by Wu Fengguang · 15 years ago
  80. dc2a1cb HWPOISON: introduce delete_from_lru_cache() by Wu Fengguang · 15 years ago
  81. 71f7252 HWPOISON: comment dirty swapcache pages by Wu Fengguang · 15 years ago
  82. db0480b HWPOISON: comment the possible set_page_dirty() race by Wu Fengguang · 15 years ago
  83. 1668bfd HWPOISON: abort on failed unmap by Wu Fengguang · 15 years ago
  84. 82ba011 HWPOISON: Turn ref argument into flags argument by Andi Kleen · 15 years ago
  85. bd1ce5f HWPOISON: avoid grabbing the page count multiple times during madvise injection by Wu Fengguang · 15 years ago
  86. a7560fc HWPOISON: return ENXIO on invalid page number by Wu Fengguang · 15 years ago
  87. 9b9a29e HWPOISON: remove the anonymous entry by Wu Fengguang · 15 years ago
  88. 588f9ce HWPOISON: Be more aggressive at freeing non LRU caches by Andi Kleen · 15 years ago
  89. ea63763 nommu: fix malloc performance by adding uninitialized flag by Jie Zhang · 15 years ago
  90. 5dc3764 mm hugetlb: add hugepage support to pagemap by Naoya Horiguchi · 15 years ago
  91. d33b9f4 mm: hugetlb: fix hugepage memory leak in walk_page_range() by Naoya Horiguchi · 15 years ago
  92. 4f16fc1 mm: hugetlb: fix hugepage memory leak in mincore() by Naoya Horiguchi · 15 years ago
  93. 536240f2 hugetlb: abort a hugepage pool resize if a signal is pending by Mel Gorman · 15 years ago
  94. 6927c1d mlock: replace stale comments in munlock_vma_page() by Lee Schermerhorn · 15 years ago
  95. 418b27e mm: remove unevictable_migrate_page function by Lee Schermerhorn · 15 years ago
  96. 4eb2b1d hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a page by Mel Gorman · 15 years ago
  97. c9d0bf2 mm: uncached vma support with writenotify by Magnus Damm · 15 years ago
  98. 62c0c2f vmscan: simplify code by Huang Shijie · 15 years ago
  99. b39415b vmscan: do not evict inactive pages when skipping an active list scan by Rik van Riel · 15 years ago
  100. 8aa043d mm/bootmem.c: properly __init-annotate helper functions by Jan Beulich · 15 years ago