1. fb46e73 HWPOISON: Convert pr_debugs to pr_info by Andi Kleen · 14 years ago
  2. 1c80b99 HWPOISON: Improve comments in memory-failure.c by Andi Kleen · 14 years ago
  3. aa50d3a Encode huge page size for VM_FAULT_HWPOISON errors by Andi Kleen · 14 years ago
  4. d5bd910 hugepage: move is_hugepage_on_freelist inside ifdef to avoid warning by Andi Kleen · 14 years ago
  5. 4e1c197 Clean up __page_set_anon_rmap by Andi Kleen · 14 years ago
  6. 6a90181 HWPOISON, hugetlb: fix unpoison for hugepage by Naoya Horiguchi · 14 years ago
  7. d950b95 HWPOISON, hugetlb: soft offlining for hugepage by Naoya Horiguchi · 14 years ago
  8. 8c6c2ec HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASED by Naoya Horiguchi · 14 years ago
  9. a9869b8 hugetlb: move refcounting in hugepage allocation inside hugetlb_lock by Naoya Horiguchi · 14 years ago
  10. 6de2b1a HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page() by Naoya Horiguchi · 14 years ago
  11. 290408d hugetlb: hugepage migration core by Naoya Horiguchi · 14 years ago
  12. 0ebabb4 hugetlb: redefine hugepage copy functions by Naoya Horiguchi · 14 years ago
  13. bf50bab hugetlb: add allocate function for hugepage migration by Naoya Horiguchi · 14 years ago
  14. 998b438 hugetlb: fix metadata corruption in hugetlb_fault() by Naoya Horiguchi · 14 years ago
  15. 153db80 Merge commit 'v2.6.36-rc7' into core/memblock by Ingo Molnar · 14 years ago
  16. 6b0cd00 Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  17. ad4ca5f memcg: fix thresholds with use_hierarchy == 1 by Kirill A. Shutemov · 14 years ago
  18. f241e660 mm: alloc_large_system_hash() printk overflow on 16TB boot by Robin Holt · 14 years ago
  19. 47f43e7 HWPOISON: Stop shrinking at right page count by Andi Kleen · 14 years ago
  20. 0d9ee6a HWPOISON: Report correct address granuality for AO huge page errors by Andi Kleen · 14 years ago
  21. 92a5bbc SLUB: Fix memory hotplug with !NUMA by Pekka Enberg · 14 years ago
  22. a5a8475 slub: Move functions to reduce #ifdefs by Christoph Lameter · 14 years ago
  23. ab4d5ed slub: Enable sysfs support for !CONFIG_SLUB_DEBUG by Christoph Lameter · 14 years ago
  24. 15b7c51 SLUB: Optimize slab_free() debug check by Pekka Enberg · 14 years ago
  25. f1af98c memblock: Fix wraparound in find_region() by Yinghai Lu · 14 years ago
  26. 4e31635 ksm: fix bad user data when swapping by Hugh Dickins · 14 years ago
  27. 4829b90 ksm: fix page_address_in_vma anon_vma oops by Hugh Dickins · 14 years ago
  28. 5d1f57e slub: Move NUMA-related functions under CONFIG_NUMA by Namhyung Kim · 14 years ago
  29. 3478973 slub: Add lock release annotation by Namhyung Kim · 14 years ago
  30. a5dd5c1 slub: Fix signedness warnings by Namhyung Kim · 14 years ago
  31. 62e346a slub: extract common code to remove objects from partial list without locking by Christoph Lameter · 14 years ago
  32. f7cb193 SLUB: Pass active and inactive redzone flags instead of boolean to debug functions by Christoph Lameter · 14 years ago
  33. 7340cc8 slub: reduce differences between SMP and NUMA by Christoph Lameter · 14 years ago
  34. ed59ecb Revert "Slub: UP bandaid" by Pekka Enberg · 14 years ago
  35. ed6c111 percpu: clear memory allocated with the km allocator by Tejun Heo · 14 years ago
  36. 9b8327b percpu: use percpu allocator on UP too by Tejun Heo · 14 years ago
  37. 0bc1406 vmalloc: pcpu_get/free_vm_areas() aren't needed on UP by Tejun Heo · 14 years ago
  38. 84c1cf6 SLUB: Fix merged slab cache names by Pekka Enberg · 14 years ago
  39. db210e7 Slub: UP bandaid by Christoph Lameter · 14 years ago
  40. a016471 slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc caches by David Rientjes · 14 years ago
  41. 8de66a0 slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug by Christoph Lameter · 14 years ago
  42. 7d550c5 slub: Add dummy functions for the !SLUB_DEBUG case by Christoph Lameter · 14 years ago
  43. 8df275a slob: fix gfp flags for order-0 page allocations by David Rientjes · 14 years ago
  44. c1d5083 slub: Move gfpflag masking out of the hotpath by Christoph Lameter · 14 years ago
  45. c016b0b slub: Extract hooks for memory checkers from hotpaths by Christoph Lameter · 14 years ago
  46. 51df114 slub: Dynamically size kmalloc cache allocations by Christoph Lameter · 14 years ago
  47. 6c182dc slub: Remove static kmem_cache_cpu array for boot by Christoph Lameter · 14 years ago
  48. 5513659 slub: Remove dynamic dma slab allocation by Christoph Lameter · 14 years ago
  49. 1537066 slub: Force no inlining of debug functions by Christoph Lameter · 14 years ago
  50. 5ec1055 Avoid pgoff overflow in remap_file_pages by Larry Woodman · 14 years ago
  51. e92b05d fremap: get rid of broken 'end' variable by Linus Torvalds · 14 years ago
  52. a850ea3 hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap() by Naoya Horiguchi · 14 years ago
  53. 56c9cfb hugetlb, rmap: fix confusing page locking in hugetlb_cow() by Naoya Horiguchi · 14 years ago
  54. cd67f0d hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow() by Naoya Horiguchi · 14 years ago
  55. 433abed hugetlb, rmap: always use anon_vma root pointer by Naoya Horiguchi · 14 years ago
  56. 57aebd7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  57. 2aeadc3 mmap: call unlink_anon_vmas() in __split_vma() in case of error by Andrea Arcangeli · 14 years ago
  58. e85bfd3 oom: filter unkillable tasks from tasklist dump by David Rientjes · 14 years ago
  59. d190836 vmscan: check all_unreclaimable in direct reclaim path by Minchan Kim · 14 years ago
  60. f19e8aa oom: always return a badness score of non-zero for eligible tasks by David Rientjes · 14 years ago
  61. b68e9d4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  62. 976e48f bdi: Initialize noop_backing_dev_info properly by Jan Kara · 14 years ago
  63. 46b30ea percpu: fix pcpu_last_unit_cpu by Tejun Heo · 14 years ago
  64. 31c4a3d mm: further fix swapin race condition by Hugh Dickins · 14 years ago
  65. 3ee48b6 mm, x86: Saving vmcore with non-lazy freeing of vmas by Cliff Wickman · 14 years ago
  66. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  67. 3661ca6 memblock: Fix section mismatch warnings by Yinghai Lu · 14 years ago
  68. ff3cb3f Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  69. 349f429 swap: do not send discards as barriers by Christoph Hellwig · 14 years ago
  70. 9329ba9 percpu: update comments to reflect that percpu allocations are always zero-filled by Tejun Heo · 14 years ago
  71. fc1481a percpu: clear memory allocated with the km allocator by Tejun Heo · 14 years ago
  72. 9ee493c mm: page allocator: drain per-cpu lists after direct reclaim allocation fails by Mel Gorman · 14 years ago
  73. aa45484 mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake by Christoph Lameter · 14 years ago
  74. 72853e2 mm: page allocator: update free page counters after pages are placed on the free list by Mel Gorman · 14 years ago
  75. 5ee28a4 vmstat: update zone stat threshold when onlining a cpu by KAMEZAWA Hiroyuki · 14 years ago
  76. 3399446 swap: discard while swapping only if SWAP_FLAG_DISCARD by Hugh Dickins · 14 years ago
  77. 8f2ae0f swap: do not send discards as barriers by Christoph Hellwig · 14 years ago
  78. b73d7fc swap: prevent reuse during hibernation by Hugh Dickins · 14 years ago
  79. 910321e swap: revert special hibernation allocation by Hugh Dickins · 14 years ago
  80. ac8456d bounce: call flush_dcache_page() after bounce_copy_vec() by Gary King · 14 years ago
  81. 0dcc48c memory hotplug: fix next block calculation in is_removable by KAMEZAWA Hiroyuki · 14 years ago
  82. bc69304 mm: compaction: handle active and inactive fairly in too_many_isolated by Minchan Kim · 14 years ago
  83. 152e065 mm: avoid warning when COMPACTION is selected by Andrea Arcangeli · 14 years ago
  84. 4969c11 mm: fix swapin race condition by Andrea Arcangeli · 14 years ago
  85. 39aa3cb mm: Move vma_stack_continue into mm.h by Stefan Bader · 14 years ago
  86. 3c9a024 percpu: fix build breakage on s390 and cleanup build configuration tests by Tejun Heo · 14 years ago
  87. bbddff0 percpu: use percpu allocator on UP too by Tejun Heo · 14 years ago
  88. 4f8b02b vmalloc: pcpu_get/free_vm_areas() aren't needed on UP by Tejun Heo · 14 years ago
  89. ce7db28 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  90. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  91. 997396a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  92. f1819427 mm: fix hang on anon_vma->root->lock by Hugh Dickins · 14 years ago
  93. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  94. 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
  95. edbe7d2 memblock: Add find_memory_core_early() by Yinghai Lu · 14 years ago
  96. f88eff7 bootmem, x86: Add weak version of reserve_bootmem_generic by Yinghai Lu · 14 years ago
  97. 7950c40 memblock: Add memblock_free/reserve_reserved_regions() by Yinghai Lu · 14 years ago
  98. 54157c4 percpu: fix a mismatch between code and comment by Namhyung Kim · 14 years ago
  99. a002d14 percpu: fix a memory leak in pcpu_extend_area_map() by Huang Shijie · 14 years ago
  100. 6628bc7 writeback: do not lose wakeup events when forking bdi threads by Artem Bityutskiy · 14 years ago