1. 0ff3849 [PATCH] zone_reclaim: dynamic slab reclaim by Christoph Lameter · 18 years ago
  2. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  3. 8417bba [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zone by Christoph Lameter · 18 years ago
  4. d00bcc9 [PATCH] Extract the allocpercpu functions from the slab allocator by Christoph Lameter · 18 years ago
  5. 39bbcb8 [PATCH] mm: do not check unpopulated zones for draining and counter updates by Christoph Lameter · 18 years ago
  6. 006d22d [PATCH] Optimize free_one_page by Christoph Lameter · 18 years ago
  7. d2e7b7d [PATCH] fix potential stack overflow in mm/slab.c by Siddha, Suresh B · 18 years ago
  8. 980128f [PATCH] Define easier to handle GFP_THISNODE by Christoph Lameter · 18 years ago
  9. 1192d52 [PATCH] Cleanup: Add zone pointer to get_page_from_freelist by Christoph Lameter · 18 years ago
  10. 3d99cfb [PATCH] sys_move_pages: Do not fall back to other nodes by Christoph Lameter · 18 years ago
  11. 9b819d2 [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions by Christoph Lameter · 18 years ago
  12. 056c624 [PATCH] slab: fix lockdep warnings by Ravikiran G Thirumalai · 18 years ago
  13. 2ed3a4e [PATCH] slab: do not panic when alloc_kmemlist fails and slab is up by Christoph Lameter · 18 years ago
  14. 117f6eb [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy by Christoph Lameter · 18 years ago
  15. dbe5e69 [PATCH] slab: optimize kmalloc_node the same way as kmalloc by Christoph Hellwig · 18 years ago
  16. da6052f [PATCH] update some mm/ comments by Nick Piggin · 18 years ago
  17. e5ac9c5 [PATCH] Add some comments to slab.c by Ravikiran G Thirumalai · 18 years ago
  18. dfd54cb [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT by Heiko Carstens · 18 years ago
  19. b72f160 [PATCH] oom: more printk by Nick Piggin · 18 years ago
  20. 5081dde [PATCH] oom: kthread infinite loop fix by Nick Piggin · 18 years ago
  21. af5b912 [PATCH] oom: swapoff tasks tweak by Nick Piggin · 18 years ago
  22. 4a3ede1 [PATCH] oom: handle oom_disable exiting by Nick Piggin · 18 years ago
  23. 50ec3bb [PATCH] oom: handle current exiting by Nick Piggin · 18 years ago
  24. 7887a3d [PATCH] oom: cpuset hint by Nick Piggin · 18 years ago
  25. 4ff1ffb [PATCH] oom: reclaim_mapped on oom by Nick Piggin · 18 years ago
  26. 408d854 [PATCH] oom: use unreclaimable info by Nick Piggin · 18 years ago
  27. 6ddab3b [PATCH] mm: swap write failure fixup by Peter Zijlstra · 18 years ago
  28. ca5f970 [PATCH] slab: respect architecture and caller mandated alignment by Pekka Enberg · 18 years ago
  29. db37648 [PATCH] mm: non syncing lock_page() by Nick Piggin · 18 years ago
  30. 28e4d96 [PATCH] mm: remove_mapping() safeness by Nick Piggin · 18 years ago
  31. bfa5bf6 [PATCH] Add kerneldocs for some functions in mm/memory.c by Rolf Eike Beer · 18 years ago
  32. 7ff6f08 [PATCH] CPU hotplug compatible alloc_percpu() by Martin Peschke · 18 years ago
  33. 8bc719d [PATCH] out of memory notifier by Martin Schwidefsky · 18 years ago
  34. 19655d3 [PATCH] linearly index zone->node_zonelists[] by Christoph Lameter · 18 years ago
  35. 2f6726e [PATCH] Apply type enum zone_type by Christoph Lameter · 18 years ago
  36. 4e4785b [PATCH] mempolicies: fix policy_zone check by Christoph Lameter · 18 years ago
  37. 27bf71c [PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones by Christoph Lameter · 18 years ago
  38. e53ef38 [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optional by Christoph Lameter · 18 years ago
  39. fb0e794 [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional by Christoph Lameter · 18 years ago
  40. 2f1b624 [PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and comment by Christoph Lameter · 18 years ago
  41. 98d2b0e [PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanup by Christoph Lameter · 18 years ago
  42. c1f60a5 [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h by Christoph Lameter · 18 years ago
  43. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  44. f71bf0c [PATCH] bootmem: miscellaneous coding style fixes by Franck Bui-Huu · 18 years ago
  45. bbc7b92 [PATCH] bootmem: use pfn/page conversion macros by Franck Bui-Huu · 18 years ago
  46. e786e86 [PATCH] bootmem: remove useless headers inclusions by Franck Bui-Huu · 18 years ago
  47. bb0923a [PATCH] bootmem: limit to 80 columns width by Franck Bui-Huu · 18 years ago
  48. 69d49e6 [PATCH] bootmem: mark link_bootmem() as part of the __init section by Franck Bui-Huu · 18 years ago
  49. b221385 [PATCH] mm/: make functions static by Adrian Bunk · 18 years ago
  50. 204ec84 [PATCH] mm: msync() cleanup by Peter Zijlstra · 18 years ago
  51. ee6a645 [PATCH] mm: fixup do_wp_page() by Peter Zijlstra · 18 years ago
  52. e88dd6c [PATCH] mm: small cleanup of install_page() by Peter Zijlstra · 18 years ago
  53. c1e6098 [PATCH] mm: optimize the new mprotect() code a bit by Peter Zijlstra · 18 years ago
  54. edc79b2 [PATCH] mm: balance dirty pages by Peter Zijlstra · 18 years ago
  55. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  56. 725d704 [PATCH] mm: VM_BUG_ON by Nick Piggin · 18 years ago
  57. f3ef9ea [PATCH] do not free non slab allocated per_cpu_pageset by David Rientjes · 18 years ago
  58. 363e065 [GFS2] Fix up merge of Linus' kernel into GFS2 by Steven Whitehouse · 18 years ago
  59. 9f261e0 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  60. a4c12d6 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  61. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  62. 6585b57 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart by Linus Torvalds · 18 years ago
  63. f034b5d [XFRM]: Dynamic xfrm_state hash table sizing. by David S. Miller · 18 years ago
  64. 0bc0748 Merge branch 'master' into gfs2 by Steven Whitehouse · 18 years ago
  65. 016eb4a [PATCH] invalidate_complete_page() race fix by Andrew Morton · 18 years ago
  66. 3a45975 [PATCH] IA64,sparc: local DoS with corrupted ELFs by Kirill Korotaev · 18 years ago
  67. 115b384 Merge ../linus by Dave Jones · 18 years ago
  68. 31e77ac Merge branch 'master' into gfs2 by Steven Whitehouse · 18 years ago
  69. 3b98b08 [PATCH] fix NUMA interleaving for huge pages by Nishanth Aravamudan · 18 years ago
  70. 0b1d647 [PATCH] dm: work around mempool_alloc, bio_alloc_bioset deadlocks by Pavel Mironchik · 18 years ago
  71. df9ecab [PATCH] ZVC: Scale thresholds depending on the size of the system by Christoph Lameter · 18 years ago
  72. a302eb4 [PATCH] ZVC: Overstep counters by Christoph Lameter · 18 years ago
  73. 83b7a66 Merge branch 'master' into gfs2 by Steven Whitehouse · 18 years ago
  74. b6b5bce [PATCH] swsusp: Fix swap_type_of by Rafael J. Wysocki · 18 years ago
  75. 1d7ea73 [PATCH] fuse: fix error case in fuse_readpages by Alexander Zarochentsev · 18 years ago
  76. ad73c67 Merge branch 'master' by Steven Whitehouse · 18 years ago
  77. ebd1530 [PATCH] memory hotadd fixes: enhance collision check by KAMEZAWA Hiroyuki · 18 years ago
  78. 58c1b5b [PATCH] memory hotadd fixes: find_next_system_ram catch range fix by KAMEZAWA Hiroyuki · 18 years ago
  79. 6f71271 [PATCH] memory hotadd fixes: not-aligned memory hotadd handling fix by KAMEZAWA Hiroyuki · 18 years ago
  80. 60c371b [PATCH] fadvise() make POSIX_FADV_NOREUSE a no-op by Andrew Morton · 18 years ago
  81. b8008b2 [PATCH] Fix kmem_cache_alloc() been documented twice by Rolf Eike Beer · 18 years ago
  82. 8c78f30 [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications by Chandra Seetharaman · 18 years ago
  83. b1b934d Merge branch 'master' by Steven Whitehouse · 18 years ago
  84. b83a8e6 [PATCH] MM: Remove rogue readahead printk by Andi Kleen · 18 years ago
  85. 804af2c [AGPGART] remove private page protection map by Hugh Dickins · 18 years ago
  86. a9e5f4d [GFS2] Alter direct I/O path by Steven Whitehouse · 18 years ago
  87. 4bf311d Merge branch 'master' by Steven Whitehouse · 18 years ago
  88. 0ff9224 [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection by Shailabh Nagar · 18 years ago
  89. 22c4af4 [PATCH] nommu: export two symbols for drivers to use by Luke Yang · 18 years ago
  90. c38c8db [PATCH] ia64: race flushing icache in COW path by Anil Keshavamurthy · 18 years ago
  91. 8757d5f [PATCH] mm: fix oom roll-back of __vmalloc_area_node by Jan Kiszka · 18 years ago
  92. fc81830 [PATCH] revert slab.c locking change by Ingo Molnar · 18 years ago
  93. f1aaee5 [PATCH] lockdep: annotate mm/slab.c by Arjan van de Ven · 18 years ago
  94. 873623d [PATCH] lockdep: undo mm/slab.c annotation by Ingo Molnar · 18 years ago
  95. 32dd66f [PATCH] vmstat: export all_vm_events() by Heiko Carstens · 18 years ago
  96. b0d85c5 [PATCH] mm/mmzone.c: EXPORT_UNUSED_SYMBOL by Adrian Bunk · 18 years ago
  97. 26fc523 [PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOL by Adrian Bunk · 18 years ago
  98. 6d46cc6 [PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOL by Adrian Bunk · 18 years ago
  99. 8f72e40 [PATCH] fadvise: remove dead comments by Andrew Morton · 18 years ago
  100. cf57a30 Merge branch 'master' by Steven Whitehouse · 18 years ago