1. d0d04b7 mm, slab: moved kmem_cache_alloc_node comment to correct place by Zhouping Liu · 12 years ago
  2. 8a965b3 mm, slab_common: Fix bootstrap creation of kmalloc caches by Christoph Lameter · 12 years ago
  3. 6286ae9 slab: Return NULL for oversized allocations by Christoph Lameter · 12 years ago
  4. 14e50c6 mm: slab: Verify the nodeid passed to ____cache_alloc_node by Aaron Tomlin · 12 years ago
  5. 7cccd80b slub: tid must be retrieved from the percpu area of the current processor by Christoph Lameter · 12 years ago
  6. 4d7868e slub: Do not dereference NULL pointer in node_match by Christoph Lameter · 12 years ago
  7. 338b264 slub: add 'likely' macro to inc_slabs_node() by Joonsoo Kim · 12 years ago
  8. 633b076 slub: correct to calculate num of acquired objects in get_partial_node() by Joonsoo Kim · 12 years ago
  9. 7d557b3 slub: correctly bootstrap boot caches by Glauber Costa · 12 years ago
  10. b1e0541 mm/sl[au]b: correct allocation type check in kmalloc_slab() by Joonsoo Kim · 12 years ago
  11. db84506 slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sections by Christoph Lameter · 12 years ago
  12. ca34956 slab: Common definition for kmem_cache_node by Christoph Lameter · 12 years ago
  13. ce8eb6c slab: Rename list3/l3 to node by Christoph Lameter · 12 years ago
  14. 2c59dd6 slab: Common Kmalloc cache determination by Christoph Lameter · 12 years ago
  15. f97d5f6 slab: Common function to create the kmalloc array by Christoph Lameter · 12 years ago
  16. 9425c58 slab: Common definition for the array of kmalloc caches by Christoph Lameter · 12 years ago
  17. 95a05b4 slab: Common constants for kmalloc boundaries by Christoph Lameter · 12 years ago
  18. 6a67368 slab: Rename nodelists to node by Christoph Lameter · 12 years ago
  19. 6744f08 slab: Common name for the per node structures by Christoph Lameter · 12 years ago
  20. e336601 slab: Use common kmalloc_index/kmalloc_size functions by Christoph Lameter · 12 years ago
  21. 31ba734 slab: Use proper formatting specs for unsigned size_t by Christoph Lameter · 12 years ago
  22. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  23. 154b454 memcg: don't register hotcpu notifier from ->css_alloc() by Tejun Heo · 12 years ago
  24. 2c79737 mm: clean up transparent hugepage sysfs error messages by Jeremy Eder · 12 years ago
  25. bcc2b02 mm: cma: WARN if freed memory is still in use by Marek Szyprowski · 12 years ago
  26. c8b74c2f mm: fix calculation of dirtyable memory by Sonny Rao · 12 years ago
  27. 010fc29 compaction: fix build error in CMA && !COMPACTION by Minchan Kim · 12 years ago
  28. 21e89c0 Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus by Al Viro · 12 years ago
  29. 7898575 mm: drop vmtruncate by Marco Stornelli · 12 years ago
  30. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  31. b6b19f2 ksm: make rmap walks more scalable by Hugh Dickins · 12 years ago
  32. cda73a1 mm: do not sleep in balance_pgdat if there's no i/o congestion by Zlatko Calusic · 12 years ago
  33. 3cf2384 mm/vmscan.c: avoid possible deadlock caused by too_many_isolated() by Fengguang Wu · 12 years ago
  34. d37dd5d vmscan: comment too_many_isolated() by Fengguang Wu · 12 years ago
  35. dc05373 mm/kmemleak.c: remove obsolete simple_strtoul by Abhijit Pawar · 12 years ago
  36. 79a4dce mm/memory_hotplug.c: improve comments by Tang Chen · 12 years ago
  37. 7179e7b mm/hugetlb: create hugetlb cgroup file in hugetlb_init by Jianguo Wu · 12 years ago
  38. 7d12efa mm/mprotect.c: coding-style cleanups by Andrew Morton · 12 years ago
  39. 5413dfb slub: drop mutex before deleting sysfs entry by Glauber Costa · 12 years ago
  40. ebe945c memcg: add comments clarifying aspects of cache attribute propagation by Glauber Costa · 12 years ago
  41. 107dab5 slub: slub-specific propagation changes by Glauber Costa · 12 years ago
  42. 943a451 slab: propagate tunable values by Glauber Costa · 12 years ago
  43. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 12 years ago
  44. 2293315 memcg/sl[au]b: shrink dead caches by Glauber Costa · 12 years ago
  45. 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 12 years ago
  46. 1f458cb memcg: destroy memcg caches by Glauber Costa · 12 years ago
  47. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 12 years ago
  48. b9ce5ef sl[au]b: always get the cache from its page in kmem_cache_free() by Glauber Costa · 12 years ago
  49. 0e9d92f memcg: skip memcg kmem allocations in specified code regions by Glauber Costa · 12 years ago
  50. d7f25f8 memcg: infrastructure to match an allocation to the right cache by Glauber Costa · 12 years ago
  51. 55007d8 memcg: allocate memory for memcg caches whenever a new memcg appears by Glauber Costa · 12 years ago
  52. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 12 years ago
  53. 6ccfb5b slab: annotate on-slab caches nodelist locks by Glauber Costa · 12 years ago
  54. ba6c496 slab/slub: struct memcg_params by Glauber Costa · 12 years ago
  55. c8b2a36 memcg: execute the whole memcg freeing in free_worker() by Glauber Costa · 12 years ago
  56. bea207c memcg: allow a memcg with kmem charges to be destructed by Glauber Costa · 12 years ago
  57. a8964b9 memcg: use static branches when code not in use by Glauber Costa · 12 years ago
  58. 7de3768 memcg: kmem accounting lifecycle management by Glauber Costa · 12 years ago
  59. 6a1a0d3 mm: allocate kernel pages to the right memcg by Glauber Costa · 12 years ago
  60. 7ae1e1d memcg: kmem controller infrastructure by Glauber Costa · 12 years ago
  61. 510fc4e memcg: kmem accounting basic infrastructure by Glauber Costa · 12 years ago
  62. 86ae53e memcg: change defines to an enum by Glauber Costa · 12 years ago
  63. 4c9c535 memcg: reclaim when more than one page needed by Suleiman Souhlal · 12 years ago
  64. a0956d5 memcg: make it possible to use the stock for more than one page by Suleiman Souhlal · 12 years ago
  65. c297405 memory-hotplug: document and enable CONFIG_MOVABLE_NODE by Tang Chen · 12 years ago
  66. 0bb2c76 mm/page_alloc.c: remove duplicate check by Gavin Shan · 12 years ago
  67. ae664db Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  68. 08afe22 Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 12 years ago
  69. a304f83 Merge branch 'slab/procfs' into slab/for-linus by Pekka Enberg · 12 years ago
  70. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  71. ce4a9cc mm,numa: fix update_mmu_cache_pmd call by Stephen Rothwell · 12 years ago
  72. 2fbc57c mm: use kbasename() by Andy Shevchenko · 12 years ago
  73. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  74. b3dd207 mm/memory.c: suppress warning by Andrew Morton · 12 years ago
  75. 9360b53 Revert "bdi: add a user-tunable cpu_list for the bdi flusher threads" by Linus Torvalds · 12 years ago
  76. 60da5bf Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  77. a4f1de1 mm: fix kernel BUG at huge_memory.c:1474! by Hugh Dickins · 12 years ago
  78. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  79. f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  80. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  81. 9887090 mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic() by Lin Feng · 12 years ago
  82. 66521d5 mm/memory.c: remove unused code from do_wp_page() by Dominik Dingel · 12 years ago
  83. 816422a asm-generic, mm: pgtable: consolidate zero page helpers by Kirill A. Shutemov · 12 years ago
  84. 56f2fb1 mm/hugetlb.c: fix warning on freeing hwpoisoned hugepage by Naoya Horiguchi · 12 years ago
  85. 5f24ae5 hwpoison, hugetlbfs: fix RSS-counter warning by Naoya Horiguchi · 12 years ago
  86. 8c4894c hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepage by Naoya Horiguchi · 12 years ago
  87. 4128997 mm: protect against concurrent vma expansion by Michel Lespinasse · 12 years ago
  88. c95d26c memcg: do not check for mm in __mem_cgroup_count_vm_event by Michal Hocko · 12 years ago
  89. 220f2ac tmpfs: support SEEK_DATA and SEEK_HOLE (reprise) by Hugh Dickins · 12 years ago
  90. 01cefae mm: provide more accurate estimation of pages occupied by memmap by Jiang Liu · 12 years ago
  91. 9feedc9 mm: introduce new field "managed_pages" to struct zone by Jiang Liu · 12 years ago
  92. 0fa84a4 mm, oom: remove redundant sleep in pagefault oom handler by David Rientjes · 12 years ago
  93. efacd02 mm, oom: cleanup pagefault oom handler by David Rientjes · 12 years ago
  94. 09285af memory_hotplug: allow online/offline memory to result movable node by Lai Jiangshan · 12 years ago
  95. 20b2f52 numa: add CONFIG_MOVABLE_NODE for movable-dedicated node by Lai Jiangshan · 12 years ago
  96. 68ae564 mm, memcg: avoid unnecessary function call when memcg is disabled by David Rientjes · 12 years ago
  97. 2897b4d mm: WARN_ON_ONCE if f_op->mmap() change vma's start address by Joonsoo Kim · 12 years ago
  98. 6715ddf hotplug: update nodemasks management by Lai Jiangshan · 12 years ago
  99. 4b0ef1fe page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization by Lai Jiangshan · 12 years ago
  100. 48fb2e2 vmscan: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago