1. cc2383e mm: introduce arch-specific vma flag VM_ARCH_1 by Konstantin Khlebnikov · 12 years ago
  2. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
  3. 5180da4 x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn by Suresh Siddha · 12 years ago
  4. c654345 mm: remove __GFP_NO_KSWAPD by Rik van Riel · 12 years ago
  5. 125b79d7 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  6. 17f3609 sections: fix section conflicts in mm/percpu.c by Andi Kleen · 12 years ago
  7. e2087be Merge branch 'slab/tracing' into slab/for-linus by Pekka Enberg · 12 years ago
  8. f4178cd Merge branch 'slab/common-for-cgroups' into slab/for-linus by Pekka Enberg · 12 years ago
  9. 023dc70 Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 12 years ago
  10. 608da7e slab: Fix build failure in __kmem_cache_create() by Tetsuo Handa · 12 years ago
  11. 788e1aa slub: init_kmem_cache_cpus() and put_cpu_partial() can be static by Fengguang Wu · 12 years ago
  12. 33c2a17 Merge tag 'stable/for-linus-3.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 12 years ago
  13. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  14. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  15. c0e8a13 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  16. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  17. 620e775 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  18. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  19. c0b24b5 Revert "mm/slab: Fix kmem_cache_alloc_node_trace() declaration" by Pekka Enberg · 12 years ago
  20. 99a1300 thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page_copy by Andrea Arcangeli · 12 years ago
  21. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  22. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  23. 132ea24 switch readahead(2) to fget_light() by Al Viro · 12 years ago
  24. 6114437 switch fadvise(2) to fget_light() by Al Viro · 12 years ago
  25. 82bd550 mm, slob: fix build breakage in __kmalloc_node_track_caller by David Rientjes · 12 years ago
  26. 1e5965b mm/slab: Fix kmem_cache_alloc_node_trace() declaration by Ezequiel Garcia · 12 years ago
  27. 592f414 mm/slab: Fix typo _RET_IP -> _RET_IP_ by Ezequiel Garcia · 12 years ago
  28. 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  29. 2b847c3 mm, slub: Rename slab_alloc() -> slab_alloc_node() to match SLAB by Ezequiel Garcia · 12 years ago
  30. 4835630 mm, slab: Rename __cache_alloc() -> slab_alloc() by Ezequiel Garcia · 12 years ago
  31. 4052147 mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototype by Ezequiel Garcia · 12 years ago
  32. 7c0cb9c mm, slab: Replace 'caller' type, void* -> unsigned long by Ezequiel Garcia · 12 years ago
  33. f3f7410 mm, slob: Add support for kmalloc_track_caller() by Ezequiel Garcia · 12 years ago
  34. ff4fcd0 mm, slab: Remove silly function slab_buffer_size() by Ezequiel Garcia · 12 years ago
  35. 90f2cbb mm, slob: Use NUMA_NO_NODE instead of -1 by Ezequiel Garcia · 12 years ago
  36. 58fac09 kmemleak: Replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  37. e3483a5 frontswap: support exclusive gets if tmem backend is capable by Dan Magenheimer · 12 years ago
  38. a00bb1e mm: frontswap: fix a wrong if condition in frontswap_shrink by Zhenzhong Duan · 12 years ago
  39. 645df23 mm, sl[au]b: Taint kernel when we detect a corrupted slab by Dave Jones · 12 years ago
  40. f28510d slab: Only define slab_error for DEBUG by Christoph Lameter · 12 years ago
  41. f14851a memory hotplug: fix section info double registration bug by qiuxishi · 12 years ago
  42. 0ba8f2d mm/page_alloc: fix the page address of higher page's buddy calculation by Li Haifeng · 12 years ago
  43. 8ba00bb slub: consider pfmemalloc_match() in get_partial_node() by Joonsoo Kim · 12 years ago
  44. d014dc2 slab: fix starting index for finding another object by Joonsoo Kim · 12 years ago
  45. 30c29be slab: do ClearSlabPfmemalloc() for all pages of slab by Mel Gorman · 12 years ago
  46. 18b48d5 memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread fails by Wen Congyang · 12 years ago
  47. 7076cca Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  48. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  49. 947ca18 slab: fix the DEADLOCK issue on l3 alien lock by Michael Wang · 12 years ago
  50. 9df53b1 slub: Zero initial memory segment for kmem_cache and kmem_cache_node by Christoph Lameter · 12 years ago
  51. 80de7c3 Remove user-triggerable BUG from mpol_to_str by Dave Jones · 12 years ago
  52. aac3a16 Revert "mm/sl[aou]b: Move sysfs_slab_add to common" by Pekka Enberg · 12 years ago
  53. cce89f4 mm/sl[aou]b: Move kmem_cache refcounting to common code by Christoph Lameter · 12 years ago
  54. 8a13a4c mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists by Christoph Lameter · 12 years ago
  55. 278b1bb mm/sl[aou]b: Move kmem_cache allocations into common code by Christoph Lameter · 12 years ago
  56. 96d17b7 mm/sl[aou]b: Move sysfs_slab_add to common by Christoph Lameter · 12 years ago
  57. cbb7969 mm/sl[aou]b: Do slab aliasing call from common code by Christoph Lameter · 12 years ago
  58. db265ec mm/sl[aou]b: Move duping of slab name to slab_common.c by Christoph Lameter · 12 years ago
  59. 12c3667 mm/sl[aou]b: Get rid of __kmem_cache_destroy by Christoph Lameter · 12 years ago
  60. 8f4c765 mm/sl[aou]b: Move freeing of kmem_cache structure to common code by Christoph Lameter · 12 years ago
  61. 9b030cb mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct by Christoph Lameter · 12 years ago
  62. 945cf2b mm/sl[aou]b: Extract a common function for kmem_cache_destroy by Christoph Lameter · 12 years ago
  63. 7c9adf5 mm/sl[aou]b: Move list_add() to slab_common.c by Christoph Lameter · 12 years ago
  64. 686d550 mm/slab_common: Improve error handling in kmem_cache_create by Christoph Lameter · 12 years ago
  65. 208c435 mm/slub: Use kmem_cache for the kmem_cache structure by Christoph Lameter · 12 years ago
  66. 7957610 mm/slub: Add debugging to verify correct cache use on kmem_cache_free() by Christoph Lameter · 12 years ago
  67. 1567486 mm/memblock: Use NULL instead of 0 for pointers by Sachin Kamat · 12 years ago
  68. e21827a mm: Use __do_krealloc to do the krealloc job by Ezequiel Garcia · 12 years ago
  69. 51cd8e6 mm, slab: lock the correct nodelist after reenabling irqs by David Rientjes · 12 years ago
  70. 0d4ba4d bootmem: Fix the short description of reserve_bootmem() by Javi Merino · 12 years ago
  71. a7e546f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  72. 38f3865 xattr: extract simple_xattr code from tmpfs by Aristeu Rozanski · 12 years ago
  73. 7ca63ee Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. c67fe37 mm: compaction: Abort async compaction if locks are contended or taking too long by Mel Gorman · 12 years ago
  75. de74f1c mm: have order > 0 compaction start near a pageblock with free pages by Mel Gorman · 12 years ago
  76. b121186 mm: correct page->pfmemalloc to fix deactivate_slab regression by Alex Shi · 12 years ago
  77. c81758f mm/compaction.c: fix deferring compaction mistake by Minchan Kim · 12 years ago
  78. f9aed62 mm: change nr_ptes BUG_ON to WARN_ON by Hugh Dickins · 12 years ago
  79. 203b42f workqueue: make deferrable delayed_work initializer names consistent by Tejun Heo · 12 years ago
  80. c7a3a88 uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails by Oleg Nesterov · 12 years ago
  81. 5b74beb mm, slab: remove page_get_cache by David Rientjes · 12 years ago
  82. 77be4b1 mm/slab: restructure kmem_cache_create() debug checks by Shuah Khan · 12 years ago
  83. b920536 Revert "mm/slab_common.c: cleanup" by Pekka Enberg · 12 years ago
  84. e24fc41 slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezing by Joonsoo Kim · 12 years ago
  85. 19c7ff9 slub: Take node lock during object free checks by Christoph Lameter · 12 years ago
  86. 455ce9e mm/slab_common.c: cleanup by Andrew Morton · 12 years ago
  87. 48f2474 slab: do not call compound_head() in page_get_cache() by Michel Lespinasse · 12 years ago
  88. d9b7f22 slub: use free_page instead of put_page for freeing kmalloc allocation by Glauber Costa · 12 years ago
  89. 15773b6 Merge branch 'stable/for-linus-3.6' into linux-next by Konrad Rzeszutek Wilk · 12 years ago
  90. 6b982fc mm/frontswap: fix uninit'ed variable warning by Seth Jennings · 12 years ago
  91. 647d1e4 block: move down direct IO plugging by Fengguang Wu · 12 years ago
  92. 8430f97 block: remove plugging at buffered write time by Fengguang Wu · 12 years ago
  93. f0cd2db vfs: kill write_super and sync_supers by Artem Bityutskiy · 12 years ago
  94. 8783b6e mm: remove node_start_pfn checking in new WARN_ON for now by Linus Torvalds · 12 years ago
  95. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  96. 8cf1a3f Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  97. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  98. d833352 mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables by Mel Gorman · 12 years ago
  99. 09c231c tmpfs: distribute interleave better across nodes by Nathan Zimmer · 12 years ago
  100. 6527af5 mm: remove redundant initialization by Minchan Kim · 12 years ago