1. 2208b76 slub: fix bug in slub debug support by Peter Zijlstra · 17 years ago
  2. 02febdf slub: add lock debugging check by Peter Zijlstra · 17 years ago
  3. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  4. 296699d Introduce CONFIG_SUSPEND for suspend-to-Ram and standby by Rafael J. Wysocki · 17 years ago
  5. b0cb1a1 Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION by Rafael J. Wysocki · 17 years ago
  6. b5445f9 Allow nodes to exist that only contain ZONE_MOVABLE by Mel Gorman · 17 years ago
  7. 3dd9fe8 memory unplug: isolate_lru_page fix by KAMEZAWA Hiroyuki · 17 years ago
  8. dc386d4 memory unplug: migration by kernel by KAMEZAWA Hiroyuki · 17 years ago
  9. b2e961e Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  10. b8c1c5d slab: correctly handle __GFP_ZERO by Andrew Morton · 17 years ago
  11. 5ab3ee7 fix hugetlb page allocation leak by Ken Chen · 17 years ago
  12. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  13. dec2e6b x86_64: fix section mismatch warning in init.c by Sam Ravnborg · 17 years ago
  14. d626954 slob: reduce list scanning by Matt Mackall · 17 years ago
  15. 41f9dc5 remove handle_mm_fault export by Christoph Hellwig · 17 years ago
  16. b507317 nommu: vmalloc_32_user()/vm_insert_page() and symbol exports. by Paul Mundt · 17 years ago
  17. e228929 mm: fix memory hotplug oops from ZONE_MOVABLE changes. by Paul Mundt · 17 years ago
  18. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  19. 9550b10 slub: fix ksize() for zero-sized pointers by Linus Torvalds · 17 years ago
  20. a5c96d8 Fix up non-NUMA SLAB configuration for zero-sized allocations by Linus Torvalds · 17 years ago
  21. 5992b6d lguest: export symbols for lguest as a module by Rusty Russell · 17 years ago
  22. d688abf move page writeback acounting out of macros by Andrew Morton · 17 years ago
  23. f8af0bb hugetlb: use set_compound_page_dtor by Akinobu Mita · 17 years ago
  24. 7ed5cb2 Remove nid_lock from alloc_fresh_huge_page by Hugh Dickins · 17 years ago
  25. 7ac674f vmalloc_32 should use GFP_KERNEL by Benjamin Herrenschmidt · 17 years ago
  26. ea02e3d FRV: work around a possible compiler bug by David Howells · 17 years ago
  27. 3abf7af dequeue_huge_page() warning fix by Andrew Morton · 17 years ago
  28. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  29. f9acc8c readahead: sanify file_ra_state names by Fengguang Wu · 17 years ago
  30. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  31. fe3cba1 mm: share PG_readahead and PG_reclaim by Fengguang Wu · 17 years ago
  32. c743d96 readahead: remove the old algorithm by Fengguang Wu · 17 years ago
  33. 3ea89ee readahead: convert filemap invocations by Fengguang Wu · 17 years ago
  34. 122a21d readahead: on-demand readahead logic by Fengguang Wu · 17 years ago
  35. 5ce1110 readahead: data structure and routines by Fengguang Wu · 17 years ago
  36. f615bfc readahead: MIN_RA_PAGES/MAX_RA_PAGES macros by Fengguang Wu · 17 years ago
  37. 46fc3e7 readahead: add look-ahead support to __do_page_cache_readahead() by Fengguang Wu · 17 years ago
  38. d77c2d7 readahead: introduce PG_readahead by Fengguang Wu · 17 years ago
  39. 3ee6daf only allow nonlinear vmas for ram backed filesystems by Miklos Szeredi · 17 years ago
  40. 7935289 mm: fix clear_page_dirty_for_io vs fault race by Nick Piggin · 17 years ago
  41. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  42. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  43. 6967614 ocfs2: release page lock before calling ->page_mkwrite by Mark Fasheh · 17 years ago
  44. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  45. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  46. 5f4352f Allocate and free vmalloc areas by Jeremy Fitzhardinge · 17 years ago
  47. 1e66df3 add kstrndup by Jeremy Fitzhardinge · 17 years ago
  48. c2f1a55 knfsd: nfsd4: vary maximum delegation limit based on RAM size by Meelap Shah · 17 years ago
  49. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  50. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 17 years ago
  51. 2a7326b CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic by Christoph Lameter · 17 years ago
  52. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  53. 787d221 fs: introduce some page/buffer invariants by Nick Piggin · 17 years ago
  54. a1ed3dd MM: Make needlessly global hugetlb_no_page() static. by Robert P. J. Day · 17 years ago
  55. 8ab1372 SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA by Christoph Lameter · 17 years ago
  56. a0e1d1b SLUB: Move sysfs operations outside of slub_lock by Christoph Lameter · 17 years ago
  57. 434e245 SLUB: Do not allocate object bit array on stack by Christoph Lameter · 17 years ago
  58. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  59. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  60. ce15fea SLUB: Do not use length parameter in slab_alloc() by Christoph Lameter · 17 years ago
  61. 12ad684 SLUB: Style fix up the loop to disable small slabs by Christoph Lameter · 17 years ago
  62. 5af328a mm/slub.c: make code static by Adrian Bunk · 17 years ago
  63. 7b55f62 SLUB: Simplify dma index -> size calculation by Christoph Lameter · 17 years ago
  64. f1b2633 SLUB: faster more efficient slab determination for __kmalloc by Christoph Lameter · 17 years ago
  65. dfce864 SLUB: do proper locking during dma slab creation by Christoph Lameter · 17 years ago
  66. 2e443fd SLUB: extract dma_kmalloc_cache from get_cache. by Christoph Lameter · 17 years ago
  67. 0c71001 SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG by Christoph Lameter · 17 years ago
  68. d07dbea Slab allocators: support __GFP_ZERO in all allocators by Christoph Lameter · 17 years ago
  69. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  70. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  71. d45f39c SLUB Debug: fix initial object debug state of NUMA bootstrap objects by Christoph Lameter · 17 years ago
  72. 6300ea7 SLUB: ensure that the number of objects per slab stays low for high orders by Christoph Lameter · 17 years ago
  73. 68dff6a SLUB slab validation: Move tracking information alloc outside of lock by Christoph Lameter · 17 years ago
  74. 5b95a4a SLUB: use list_for_each_entry for loops over all slabs by Christoph Lameter · 17 years ago
  75. 2492268 SLUB: change error reporting format to follow lockdep loosely by Christoph Lameter · 17 years ago
  76. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 17 years ago
  77. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 17 years ago
  78. 7e63efe Add a movablecore= parameter for sizing ZONE_MOVABLE by Mel Gorman · 17 years ago
  79. ed7ed36 handle kernelcore=: generic by Mel Gorman · 17 years ago
  80. 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 17 years ago
  81. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  82. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  83. a32ea1e Fix read/truncate race by NeilBrown · 17 years ago
  84. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  85. b91cba5 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  86. c80e7a8 permit mempool_free(NULL) by Rusty Russell · 17 years ago
  87. 8f8a68e remove mm/backing-dev.c:congestion_wait_interruptible() by Adrian Bunk · 17 years ago
  88. 3e733f0 dirty_writeback_centisecs_handler() cleanup by Andrew Morton · 17 years ago
  89. 5411499 fault-injection: add min-order parameter to fail_page_alloc by Akinobu Mita · 17 years ago
  90. 17973f5 Only send SIGXFSZ when exceeding rlimits. by Micah Cowan · 17 years ago
  91. f057eac Introduce CONFIG_VIRT_TO_BUS by Stephen Rothwell · 17 years ago
  92. 57c8f63 nommu: stub expand_stack() for nommu case by Greg Ungerer · 17 years ago
  93. 0165ab4 split mmap by Miklos Szeredi · 17 years ago
  94. c44939e NeilBrown <neilb@suse.de> by akpm@linux-foundation.org · 17 years ago
  95. 5ed44a4 do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITY by Herbert van den Bergh · 17 years ago
  96. 84a01c2 slob: sparsemem support by Paul Mundt · 17 years ago
  97. b49ad48 mm/page_alloc.c: lower printk severity by Dan Aloni · 17 years ago
  98. 6193a2f slob: initial NUMA support by Paul Mundt · 17 years ago
  99. f797779 speed up madvise_need_mmap_write() usage by Jason Baron · 17 years ago
  100. 897e679 mm/slab.c: start_cpu_timer() should be __cpuinit by Adrian Bunk · 17 years ago