1. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  2. fe3cba1 mm: share PG_readahead and PG_reclaim by Fengguang Wu · 17 years ago
  3. c743d96 readahead: remove the old algorithm by Fengguang Wu · 17 years ago
  4. 3ea89ee readahead: convert filemap invocations by Fengguang Wu · 17 years ago
  5. 122a21d readahead: on-demand readahead logic by Fengguang Wu · 17 years ago
  6. 5ce1110 readahead: data structure and routines by Fengguang Wu · 17 years ago
  7. f615bfc readahead: MIN_RA_PAGES/MAX_RA_PAGES macros by Fengguang Wu · 17 years ago
  8. 46fc3e7 readahead: add look-ahead support to __do_page_cache_readahead() by Fengguang Wu · 17 years ago
  9. d77c2d7 readahead: introduce PG_readahead by Fengguang Wu · 17 years ago
  10. 3ee6daf only allow nonlinear vmas for ram backed filesystems by Miklos Szeredi · 17 years ago
  11. 7935289 mm: fix clear_page_dirty_for_io vs fault race by Nick Piggin · 17 years ago
  12. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  13. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  14. 6967614 ocfs2: release page lock before calling ->page_mkwrite by Mark Fasheh · 17 years ago
  15. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  16. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  17. 5f4352f Allocate and free vmalloc areas by Jeremy Fitzhardinge · 17 years ago
  18. 1e66df3 add kstrndup by Jeremy Fitzhardinge · 17 years ago
  19. c2f1a55 knfsd: nfsd4: vary maximum delegation limit based on RAM size by Meelap Shah · 17 years ago
  20. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  21. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 17 years ago
  22. 2a7326b CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic by Christoph Lameter · 17 years ago
  23. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  24. 787d221 fs: introduce some page/buffer invariants by Nick Piggin · 17 years ago
  25. a1ed3dd MM: Make needlessly global hugetlb_no_page() static. by Robert P. J. Day · 17 years ago
  26. 8ab1372 SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA by Christoph Lameter · 17 years ago
  27. a0e1d1b SLUB: Move sysfs operations outside of slub_lock by Christoph Lameter · 17 years ago
  28. 434e245 SLUB: Do not allocate object bit array on stack by Christoph Lameter · 17 years ago
  29. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 17 years ago
  30. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 17 years ago
  31. ce15fea SLUB: Do not use length parameter in slab_alloc() by Christoph Lameter · 17 years ago
  32. 12ad684 SLUB: Style fix up the loop to disable small slabs by Christoph Lameter · 17 years ago
  33. 5af328a mm/slub.c: make code static by Adrian Bunk · 17 years ago
  34. 7b55f62 SLUB: Simplify dma index -> size calculation by Christoph Lameter · 17 years ago
  35. f1b2633 SLUB: faster more efficient slab determination for __kmalloc by Christoph Lameter · 17 years ago
  36. dfce864 SLUB: do proper locking during dma slab creation by Christoph Lameter · 17 years ago
  37. 2e443fd SLUB: extract dma_kmalloc_cache from get_cache. by Christoph Lameter · 17 years ago
  38. 0c71001 SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG by Christoph Lameter · 17 years ago
  39. d07dbea Slab allocators: support __GFP_ZERO in all allocators by Christoph Lameter · 17 years ago
  40. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  41. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  42. d45f39c SLUB Debug: fix initial object debug state of NUMA bootstrap objects by Christoph Lameter · 17 years ago
  43. 6300ea7 SLUB: ensure that the number of objects per slab stays low for high orders by Christoph Lameter · 17 years ago
  44. 68dff6a SLUB slab validation: Move tracking information alloc outside of lock by Christoph Lameter · 17 years ago
  45. 5b95a4a SLUB: use list_for_each_entry for loops over all slabs by Christoph Lameter · 17 years ago
  46. 2492268 SLUB: change error reporting format to follow lockdep loosely by Christoph Lameter · 17 years ago
  47. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 17 years ago
  48. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 17 years ago
  49. 7e63efe Add a movablecore= parameter for sizing ZONE_MOVABLE by Mel Gorman · 17 years ago
  50. ed7ed36 handle kernelcore=: generic by Mel Gorman · 17 years ago
  51. 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 17 years ago
  52. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  53. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  54. a32ea1e Fix read/truncate race by NeilBrown · 17 years ago
  55. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  56. b91cba5 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  57. c80e7a8 permit mempool_free(NULL) by Rusty Russell · 17 years ago
  58. 8f8a68e remove mm/backing-dev.c:congestion_wait_interruptible() by Adrian Bunk · 17 years ago
  59. 3e733f0 dirty_writeback_centisecs_handler() cleanup by Andrew Morton · 17 years ago
  60. 5411499 fault-injection: add min-order parameter to fail_page_alloc by Akinobu Mita · 17 years ago
  61. 17973f5 Only send SIGXFSZ when exceeding rlimits. by Micah Cowan · 17 years ago
  62. f057eac Introduce CONFIG_VIRT_TO_BUS by Stephen Rothwell · 17 years ago
  63. 57c8f63 nommu: stub expand_stack() for nommu case by Greg Ungerer · 17 years ago
  64. 0165ab4 split mmap by Miklos Szeredi · 17 years ago
  65. c44939e NeilBrown <neilb@suse.de> by akpm@linux-foundation.org · 17 years ago
  66. 5ed44a4 do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITY by Herbert van den Bergh · 17 years ago
  67. 84a01c2 slob: sparsemem support by Paul Mundt · 17 years ago
  68. b49ad48 mm/page_alloc.c: lower printk severity by Dan Aloni · 17 years ago
  69. 6193a2f slob: initial NUMA support by Paul Mundt · 17 years ago
  70. f797779 speed up madvise_need_mmap_write() usage by Jason Baron · 17 years ago
  71. 897e679 mm/slab.c: start_cpu_timer() should be __cpuinit by Adrian Bunk · 17 years ago
  72. 6ea6e68 mm: more __meminit annotations by Paul Mundt · 17 years ago
  73. 8f0accc kill vmalloc_earlyreserve by Jan Beulich · 17 years ago
  74. 98011f5 mm: fix improper .init-type section references by Jan Beulich · 17 years ago
  75. 140d5a4 numa: mempolicy: trivial debug fixes. by Paul Mundt · 17 years ago
  76. 462e00c oom: stop allocating user memory if TIF_MEMDIE is set by Ethan Solomita · 17 years ago
  77. b71636e numa: mempolicy: dynamic interleave map for system init by Paul Mundt · 17 years ago
  78. f0630ff SLUB: support slub_debug on by default by Christoph Lameter · 17 years ago
  79. fc9a07e invalidate_mapping_pages(): add cond_resched by Andrew Morton · 17 years ago
  80. 4542681 mm: debug check for the fault vs invalidate race by Nick Piggin · 17 years ago
  81. f96efd5 hugetlb: fix race in alloc_fresh_huge_page() by Joe Jin · 17 years ago
  82. 2706a1b vmscan: fix comments related to shrink_list() by Anderson Briglia · 17 years ago
  83. 5539484 slob: improved alignment handling by Nick Piggin · 17 years ago
  84. d87a133 slob: remove bigblock tracking by Nick Piggin · 17 years ago
  85. 95b3512 slob: rework freelist handling by Nick Piggin · 17 years ago
  86. 1037b83 MM: alloc_large_system_hash() can free some memory for non power-of-two bucketsize by Eric Dumazet · 17 years ago
  87. b92151b Make /proc/slabinfo use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  88. 68e116a MM: use DIV_ROUND_UP() in mm/memory.c by Rolf Eike Beer · 17 years ago
  89. 31a5c6e hugetlb: remove unnecessary nid initialization by Nishanth Aravamudan · 17 years ago
  90. f0c0b2b change zonelist order: zonelist order selection logic by KAMEZAWA Hiroyuki · 17 years ago
  91. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 17 years ago
  92. bf22f6f Merge branch 'for-2.6.23' into merge by Paul Mackerras · 17 years ago
  93. d054fe3 xip sendfile removal by Carsten Otte · 17 years ago
  94. ae97641 shmem: convert to using splice instead of sendfile() by Hugh Dickins · 17 years ago
  95. 0452a4e sendfile: kill generic_file_sendfile() by Jens Axboe · 17 years ago
  96. 4e99325 mm: double mark_page_accessed() in read_cache_page_async() by Peter Zijlstra · 17 years ago
  97. d23cf67 slub: remove useless EXPORT_SYMBOL by Christoph Lameter · 17 years ago
  98. 23c1fb5 mm: fixup /proc/vmstat output by Peter Zijlstra · 17 years ago
  99. 87a927c Fix slab redzone alignment by David Woodhouse · 17 years ago
  100. dbc55fa SLUB: Make lockdep happy by not calling add_partial with interrupts enabled during bootstrap by Christoph Lameter · 17 years ago