1. fe1668a [PATCH] enforce proper tlb flush in unmap_hugepage_range by Chen, Kenneth W · 18 years ago
  2. e80ee88 [PATCH] mm: micro optimise zone_watermark_ok by Nick Piggin · 18 years ago
  3. b2abacf [PATCH] mm: fix in kerneldoc by Henrik Kretzschmar · 18 years ago
  4. c1c8897 Spelling fix: "control" instead of "cotrol" by Michael Opdenacker · 18 years ago
  5. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  6. 84eb8d0 Fix "can not" in Documentation and Kconfig by Matt LaPlante · 18 years ago
  7. 44c0920 more misc typo fixes by Matt LaPlante · 18 years ago
  8. 6606c3e [PATCH] paravirt: lazy mmu mode hooks.patch by Zachary Amsden · 18 years ago
  9. 9888a1c [PATCH] paravirt: pte clear not present by Zachary Amsden · 18 years ago
  10. 3dc9079 [PATCH] paravirt: remove read hazard from cow by Zachary Amsden · 18 years ago
  11. bd4c8ce [PATCH] invalidate_inode_pages2(): ignore page refcounts by Andrew Morton · 18 years ago
  12. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  13. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  14. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  15. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  16. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  17. 52978be [PATCH] kmemdup: some users by Alexey Dobriyan · 18 years ago
  18. 1a2f67b [PATCH] kmemdup: introduce by Alexey Dobriyan · 18 years ago
  19. 45e0b78 [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVE by Keith Mannthey · 18 years ago
  20. 5394702 [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSE by Keith Mannthey · 18 years ago
  21. ec69acb [PATCH] hot-add-mem x86_64: Kconfig changes by Keith Mannthey · 18 years ago
  22. f28c5ed [PATCH] hot-add-mem x86_64: fixup externs by Keith Mannthey · 18 years ago
  23. 3fcd03e [PATCH] NOMMU: don't try and give NULL to fput() by Gavin Lambert · 18 years ago
  24. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  25. 811d736 [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6] by David Howells · 18 years ago
  26. 831058d [PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6] by David Howells · 18 years ago
  27. b398f6b [PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() [try #6] by David Howells · 18 years ago
  28. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  29. 39f0247 [PATCH] Access Control Lists for tmpfs by Andreas Gruenbacher · 18 years ago
  30. 3f9e794 [PATCH] valid_swaphandles() fix by Hugh Dickins · 18 years ago
  31. 2d1d43f [PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-added by Chandra Seetharaman · 18 years ago
  32. 40c99aa [PATCH] remove static variable mm/page-writeback.c:total_pages by Chandra Seetharaman · 18 years ago
  33. 38837fc [PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_map by Paul Jackson · 18 years ago
  34. b78483a [PATCH] oom: don't kill current when another OOM in progress by Nick Piggin · 18 years ago
  35. 01017a2 [PATCH] oom_kill_task(): cleanup ->mm checks by Oleg Nesterov · 18 years ago
  36. 972c4ea [PATCH] select_bad_process(): cleanup 'releasing' check by Oleg Nesterov · 18 years ago
  37. 28324d1 [PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD check by Oleg Nesterov · 18 years ago
  38. c394cc9 [PATCH] introduce TASK_DEAD state by Oleg Nesterov · 18 years ago
  39. 55a101f [PATCH] kill PF_DEAD flag by Oleg Nesterov · 18 years ago
  40. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  41. aa83aa4 [PATCH] single bit flip detector by Dave Jones · 18 years ago
  42. 79f5acf [PATCH] mm: make filemap_nopage use NOPAGE_SIGBUS by Adam Litke · 18 years ago
  43. 4ce072f1 [PATCH] mm: fix a race condition under SMC + COW by Siddha, Suresh B · 18 years ago
  44. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  45. 930e652 [PATCH] NOMMU: Make futexes work under NOMMU conditions by David Howells · 18 years ago
  46. 6fa5f80 [PATCH] NOMMU: Make mremap() partially work for NOMMU kernels by David Howells · 18 years ago
  47. 3034097 [PATCH] NOMMU: Order the per-mm_struct VMA list by David Howells · 18 years ago
  48. d00c7b99 [PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU mode by David Howells · 18 years ago
  49. 7b4d5b8 [PATCH] NOMMU: Check VMA protections by David Howells · 18 years ago
  50. 910e46d [PATCH] Check if start address is in vma region in NOMMU function get_user_pages() by Sonic Zhang · 18 years ago
  51. 0159b14 [PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA search by David Howells · 18 years ago
  52. 0ec76a1 [PATCH] NOMMU: Check that access_process_vm() has a valid target by David Howells · 18 years ago
  53. d24afc5 [PATCH] Mark __remove_vm_area() static by Rolf Eike Beer · 18 years ago
  54. ead0408 [PATCH] Fix kerneldoc comments in mm/vmalloc.c by Rolf Eike Beer · 18 years ago
  55. 423b41d [PATCH] mm/page_alloc: use NULL instead of 0 for ptr by Randy Dunlap · 18 years ago
  56. f4b8180 [PATCH] do_no_pfn() by Jes Sorensen · 18 years ago
  57. 5d29234 [PATCH] zone_statistics: Use hot node instead of cold zone_pgdat by Christoph Lameter · 18 years ago
  58. 66a5503 [PATCH] Do not allocate pagesets for unpopulated zones. by Christoph Lameter · 18 years ago
  59. d5f541e [PATCH] Add node to zone for the NUMA case by Christoph Lameter · 18 years ago
  60. 765c450 [PATCH] GFP_THISNODE for the slab allocator by Christoph Lameter · 18 years ago
  61. 08e0f6a [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMA by Christoph Lameter · 18 years ago
  62. c724191 [PATCH] Condense output of show_free_areas() by Jes Sorensen · 18 years ago
  63. de3083e [PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_node_id() by Christoph Lameter · 18 years ago
  64. 0fd0e6b [PATCH] page invalidation cleanup by Nick Piggin · 18 years ago
  65. e129b5c [PATCH] vm: add per-zone writeout counter by Andrew Morton · 18 years ago
  66. fb01439 [PATCH] Allow an arch to expand node boundaries by Mel Gorman · 18 years ago
  67. 9c7cd68 [PATCH] Account for holes that are outside the range of physical memory by Mel Gorman · 18 years ago
  68. 0e0b864 [PATCH] Account for memmap and optionally the kernel image as holes by Mel Gorman · 18 years ago
  69. c713216 [PATCH] Introduce mechanism for registering active regions of memory by Mel Gorman · 18 years ago
  70. 133d205 [PATCH] Make kmem_cache_destroy() return void by Alexey Dobriyan · 18 years ago
  71. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  72. f623f0d [PATCH] swsusp: Fix mark_free_pages by Rafael J. Wysocki · 18 years ago
  73. 546e0d2 [PATCH] swsusp: read speedup by Andrew Morton · 18 years ago
  74. ab95416 [PATCH] swsusp: write speedup by Andrew Morton · 18 years ago
  75. 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago
  76. 4415cc8 [PATCH] Hugepages: Use page_to_nid rather than traversing zone pointers by Christoph Lameter · 18 years ago
  77. 5a291b98 [PATCH] oom-kill: update comments to reflect current code by Ram Gupta · 18 years ago
  78. 83e33a4 [PATCH] zone reclaim with slab: avoid unecessary off node allocations by Christoph Lameter · 18 years ago
  79. 0ff3849 [PATCH] zone_reclaim: dynamic slab reclaim by Christoph Lameter · 18 years ago
  80. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  81. 8417bba [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zone by Christoph Lameter · 18 years ago
  82. d00bcc9 [PATCH] Extract the allocpercpu functions from the slab allocator by Christoph Lameter · 18 years ago
  83. 39bbcb8 [PATCH] mm: do not check unpopulated zones for draining and counter updates by Christoph Lameter · 18 years ago
  84. 006d22d [PATCH] Optimize free_one_page by Christoph Lameter · 18 years ago
  85. d2e7b7d [PATCH] fix potential stack overflow in mm/slab.c by Siddha, Suresh B · 18 years ago
  86. 980128f [PATCH] Define easier to handle GFP_THISNODE by Christoph Lameter · 18 years ago
  87. 1192d52 [PATCH] Cleanup: Add zone pointer to get_page_from_freelist by Christoph Lameter · 18 years ago
  88. 3d99cfb [PATCH] sys_move_pages: Do not fall back to other nodes by Christoph Lameter · 18 years ago
  89. 9b819d2 [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions by Christoph Lameter · 18 years ago
  90. 056c624 [PATCH] slab: fix lockdep warnings by Ravikiran G Thirumalai · 18 years ago
  91. 2ed3a4e [PATCH] slab: do not panic when alloc_kmemlist fails and slab is up by Christoph Lameter · 18 years ago
  92. 117f6eb [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroy by Christoph Lameter · 18 years ago
  93. dbe5e69 [PATCH] slab: optimize kmalloc_node the same way as kmalloc by Christoph Hellwig · 18 years ago
  94. da6052f [PATCH] update some mm/ comments by Nick Piggin · 18 years ago
  95. e5ac9c5 [PATCH] Add some comments to slab.c by Ravikiran G Thirumalai · 18 years ago
  96. dfd54cb [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT by Heiko Carstens · 18 years ago
  97. b72f160 [PATCH] oom: more printk by Nick Piggin · 18 years ago
  98. 5081dde [PATCH] oom: kthread infinite loop fix by Nick Piggin · 18 years ago
  99. af5b912 [PATCH] oom: swapoff tasks tweak by Nick Piggin · 18 years ago
  100. 4a3ede1 [PATCH] oom: handle oom_disable exiting by Nick Piggin · 18 years ago