1. f700926 iov_iter_advance() fix by Nick Piggin · 16 years ago
  2. 2668db9 hugetlb: correct page count for surplus huge pages by Adam Litke · 16 years ago
  3. 69682d8 mempolicy: fix reference counting bugs by Lee Schermerhorn · 16 years ago
  4. 3426fad Do not include linux/backing-dev.h twice by Jesper Juhl · 16 years ago
  5. 6d2144d slab: NUMA slab allocator migration bugfix by Joe Korty · 16 years ago
  6. b621038 slub: Do not cross cacheline boundaries for very small objects by Nick Piggin · 16 years ago
  7. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 16 years ago
  8. 9ac33b2 slab numa fallback logic: Do not pass unfiltered flags to page allocator by Christoph Lameter · 16 years ago
  9. b773ad7 slub statistics: Fix check for DEACTIVATE_REMOTE_FREES by Christoph Lameter · 16 years ago
  10. 348e1e0 hugetlb: fix pool shrinking while in restricted cpuset by Nishanth Aravamudan · 16 years ago
  11. ac09b3a hugetlb: close a difficult to trigger reservation race by Adam Litke · 16 years ago
  12. fb59e9f memcg: fix oops on NULL lru list by Hugh Dickins · 16 years ago
  13. 9b3c0a0 memcg: simplify force_empty and move_lists by Hirokazu Takahashi · 16 years ago
  14. 2680eed memcg: fix mem_cgroup_move_lists locking by Hugh Dickins · 16 years ago
  15. 6d48ff8 memcg: css_put after remove_list by Hugh Dickins · 16 years ago
  16. b9c565d memcg: remove clear_page_cgroup and atomics by Hugh Dickins · 16 years ago
  17. d5b69e3 memcg: memcontrol uninlined and static by Hugh Dickins · 16 years ago
  18. 8869b8f memcg: memcontrol whitespace cleanups by Hugh Dickins · 16 years ago
  19. 8289546 memcg: remove mem_cgroup_uncharge by Hugh Dickins · 16 years ago
  20. 7e924aa memcg: mem_cgroup_charge never NULL by Hugh Dickins · 16 years ago
  21. 9442ec9 memcg: bad page if page_cgroup when free by Hugh Dickins · 16 years ago
  22. 98837c7 memcg: fix VM_BUG_ON from page migration by Hugh Dickins · 16 years ago
  23. 61469f1 memcg: when do_swap's do_wp_page fails by Hugh Dickins · 16 years ago
  24. 6dbf6d3 memcg: page_cache_release not __free_page by Hugh Dickins · 16 years ago
  25. 427d541 memcg: move_lists on page not page_cgroup by Hugh Dickins · 16 years ago
  26. bd845e3 memcg: mm_match_cgroup not vm_match_cgroup by Hugh Dickins · 16 years ago
  27. 00f0b82 Memory controller: rename to Memory Resource Controller by Balbir Singh · 16 years ago
  28. be85279 alloc_percpu() fails to allocate percpu data by Eric Dumazet · 16 years ago
  29. 10ed273 zlc_setup(): handle jiffies wraparound by KOSAKI Motohiro · 16 years ago
  30. 62e5c4b slub: fix possible NULL pointer dereference by Cyrill Gorcunov · 16 years ago
  31. f619cfe slub: Add kmalloc_large_node() to support kmalloc_node fallback by Christoph Lameter · 16 years ago
  32. 7693143 slub: look up object from the freelist once by Pekka J Enberg · 16 years ago
  33. 6446faa slub: Fix up comments by Christoph Lameter · 16 years ago
  34. d8b42bf slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes() by Christoph Lameter · 16 years ago
  35. ae20bfd slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG by Christoph Lameter · 16 years ago
  36. 27d9e4e slub: Use the objsize from the kmem_cache_cpu structure by Christoph Lameter · 16 years ago
  37. d692ef6 slub: Remove useless checks in alloc_debug_processing by Christoph Lameter · 16 years ago
  38. e153362 slub: Remove objsize check in kmem_cache_flags() by Christoph Lameter · 16 years ago
  39. d9acf4b slub: rename slab_objects to show_slab_objects by Christoph Lameter · 16 years ago
  40. a973e9d Revert "unique end pointer" patch by Christoph Lameter · 16 years ago
  41. 0643245 docbook: fix kernel-api source files by Randy Dunlap · 16 years ago
  42. 2dda81c memcgroup: return negative error code in mem_cgroup_create() by Li Zefan · 16 years ago
  43. 7fde4c3 memcgroup: remove a useless VM_BUG_ON() by Li Zefan · 16 years ago
  44. b5a0e01 Solve section mismatch for free_area_init_core. by Alexander van Heukelum · 16 years ago
  45. e5df70a hugetlb: ensure we do not reference a surplus page after handing it to buddy by Andy Whitcroft · 16 years ago
  46. 00e962c Revert "SLUB: Alternate fast paths using cmpxchg_local" by Linus Torvalds · 16 years ago
  47. f527cf4 Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 16 years ago
  48. 664a1566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  49. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  50. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  51. 331dc55 slub: Support 4k kmallocs again to compensate for page allocator slowness by Christoph Lameter · 16 years ago
  52. 71c7a06 slub: Fallback to kmalloc_large for failing higher order allocs by Christoph Lameter · 16 years ago
  53. b7a49f0 slub: Determine gfpflags once and not every time a slab is allocated by Christoph Lameter · 16 years ago
  54. dada123 make slub.c:slab_address() static by Adrian Bunk · 16 years ago
  55. eada35e slub: kmalloc page allocator pass-through cleanup by Pekka Enberg · 16 years ago
  56. e51bfd0 slab: avoid double initialization & do initialization in 1 place by Marcin Slusarz · 16 years ago
  57. e8bff74 x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() by Ingo Molnar · 16 years ago
  58. 064d9ef hugetlb: fix overcommit locking by Nishanth Aravamudan · 16 years ago
  59. b5606c2 remove final fastcall users by Harvey Harrison · 16 years ago
  60. 31f1de4 mempolicy: silently restrict nodemask to allowed nodes by KOSAKI Motohiro · 16 years ago
  61. 900cf08 Be more robust about bad arguments in get_user_pages() by Jonathan Corbet · 16 years ago
  62. 60c12b1 memcontrol: add vm_match_cgroup() by David Rientjes · 16 years ago
  63. b1d0e4f mm: special mapping nopage by Nick Piggin · 16 years ago
  64. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  65. b76db73 mount-options-fix-tmpfs-fix by Andrew Morton · 16 years ago
  66. 680d794 mount options: fix tmpfs by akpm@linux-foundation.org · 16 years ago
  67. 36e7891 kill do_generic_mapping_read by Christoph Hellwig · 16 years ago
  68. 2004dc8 Use pgoff_t instead of unsigned long by Jan Kara · 16 years ago
  69. edde08f misc: removal of final callers using fastcall by Harvey Harrison · 16 years ago
  70. a3d0c6a hugetlb: add locking for overcommit sysctl by Nishanth Aravamudan · 16 years ago
  71. 3adbefe SLUB: fix checkpatch warnings by Ingo Molnar · 16 years ago
  72. a76d354 Use non atomic unlock by Nick Piggin · 17 years ago
  73. 8ff12cf SLUB: Support for performance statistics by Christoph Lameter · 16 years ago
  74. 1f84260 SLUB: Alternate fast paths using cmpxchg_local by Christoph Lameter · 17 years ago
  75. 683d0ba SLUB: Use unique end pointer for each slab page. by Christoph Lameter · 17 years ago
  76. 5bb983b SLUB: Deal with annoying gcc warning on kfree() by Christoph Lameter · 16 years ago
  77. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  78. 3c541e1 Memory controller remove control_type feature by Balbir Singh · 16 years ago
  79. 072c56c1 per-zone and reclaim enhancements for memory controller: per-zone-lock for cgroup by KAMEZAWA Hiroyuki · 16 years ago
  80. 1ecaab2 per-zone and reclaim enhancements for memory controller: per zone lru for cgroup by KAMEZAWA Hiroyuki · 16 years ago
  81. 1cfb419 per-zone and reclaim enhancements for memory controller: modifies vmscan.c for isolate globa/cgroup lru activity by KAMEZAWA Hiroyuki · 16 years ago
  82. cc38108 per-zone and reclaim enhancements for memory controller: calculate the number of pages to be scanned per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  83. 6c48a1d per-zone and reclaim enhancements for memory controller: remember reclaim priority in memory cgroup by KAMEZAWA Hiroyuki · 16 years ago
  84. 5932f36 per-zone and reclaim enhancements for memory controller: calculate active/inactive imbalance per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  85. 58ae83d per-zone and reclaim enhancements for memory controller: calculate mapper_ratio per cgroup by KAMEZAWA Hiroyuki · 16 years ago
  86. 6d12e2d per-zone and reclaim enhancements for memory controller: per-zone active inactive counter by KAMEZAWA Hiroyuki · 16 years ago
  87. c0149530 per-zone and reclaim enhancements for memory controller: nid/zid helper function for cgroup by KAMEZAWA Hiroyuki · 16 years ago
  88. 91a4547 per-zone and reclaim enhancements for memory controller: add scan_global_lru macro by KAMEZAWA Hiroyuki · 16 years ago
  89. df878fb memory cgroup enhancements: implicit force_empty() at rmdir by KAMEZAWA Hiroyuki · 16 years ago
  90. d2ceb9b memory cgroup enhancements: add memory.stat file by KAMEZAWA Hiroyuki · 16 years ago
  91. d52aa41 memory cgroup enhancements: add status accounting function for memory cgroup by KAMEZAWA Hiroyuki · 16 years ago
  92. 3564c7c memory cgroup enhancements: remember "a page is on active list of cgroup or not" by KAMEZAWA Hiroyuki · 16 years ago
  93. 8236955 memcgroup: fix hang with shmem/tmpfs by Hugh Dickins · 16 years ago
  94. 3be9127 memcgroup: tidy up mem_cgroup_charge_common by Hugh Dickins · 16 years ago
  95. ac44d35 Memory controller use rcu_read_lock() in mem_cgroup_cache_charge() by Balbir Singh · 16 years ago
  96. 217bc31 memory cgroup enhancements: remember "a page is charged as page cache" by KAMEZAWA Hiroyuki · 16 years ago
  97. cc84758 memory cgroup enhancements: force_empty interface for dropping all account in empty cgroup by KAMEZAWA Hiroyuki · 16 years ago
  98. 417eead memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_page by KAMEZAWA Hiroyuki · 16 years ago
  99. fa1de90 memcgroup: revert swap_state mods by Hugh Dickins · 16 years ago
  100. 436c6541 memcgroup: fix zone isolation OOM by Hugh Dickins · 16 years ago