1. 81819f0 SLUB core by Christoph Lameter · 17 years ago
  2. a3a02be slab: mark set_up_list3s() __init by Andrew Morton · 17 years ago
  3. 3b1d92c Do not disable interrupts when reading min_free_kbytes by Mel Gorman · 17 years ago
  4. 8da3430 slab: NUMA kmem_cache diet by Eric Dumazet · 17 years ago
  5. 6310984 SLAB: don't allocate empty shared caches by Eric Dumazet · 17 years ago
  6. 364fbb2 SLAB: use num_possible_cpus() in enable_cpucache() by Eric Dumazet · 17 years ago
  7. 6ce745e readahead: code cleanup by Jan Kara · 17 years ago
  8. ec0f163 readahead: improve heuristic detecting sequential reads by Jan Kara · 17 years ago
  9. 9490991 Add unitialized_var() macro for suppressing gcc warnings by Borislav Petkov · 17 years ago
  10. a812771 mm: simplify filemap_nopage by Nick Piggin · 17 years ago
  11. 14e0729 add pfn_valid_within helper for sub-MAX_ORDER hole detection by Andy Whitcroft · 17 years ago
  12. 9a82782 allow oom_adj of saintly processes by Joshua N Pritikin · 17 years ago
  13. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  14. 714b8171 slab: ensure cache_alloc_refill terminates by Pekka Enberg · 17 years ago
  15. 5f22df0 mm: remove gcc workaround by Nick Piggin · 17 years ago
  16. 1b42446 Use ZVC counters to establish exact size of dirtyable pages by Christoph Lameter · 17 years ago
  17. 476f353 Safer nr_node_ids and nr_node_ids determination and initial values by Christoph Lameter · 17 years ago
  18. aee16b3 Add apply_to_page_range() which applies a function to a pte range by Jeremy Fitzhardinge · 17 years ago
  19. fd76bab slab: introduce krealloc by Pekka Enberg · 17 years ago
  20. 6a5b518 [MM]: sparse_init() should be __init. by David S. Miller · 17 years ago
  21. 62918a0 [PATCH] x86-64: skip cache_free_alien() on non NUMA by Siddha, Suresh B · 17 years ago
  22. ce6234b [PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pages by Jeremy Fitzhardinge · 17 years ago
  23. d6dd61c [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction by Jeremy Fitzhardinge · 17 years ago
  24. 0d08e0d [PATCH] x86-64: Fix vmalloc_32 to really allocate <4GB on 64bit platforms by Andi Kleen · 17 years ago
  25. da8ac5e Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  26. 07db59b Change default dirty-writeback limits by Linus Torvalds · 17 years ago
  27. 6c21048 [S390] split page_test_and_clear_dirty. by Martin Schwidefsky · 17 years ago
  28. 0e8c7d0 page migration: fix NR_FILE_PAGES accounting by Christoph Lameter · 17 years ago
  29. 3d124cb fix OOM killing processes wrongly thought MPOL_BIND by Hugh Dickins · 17 years ago
  30. 650a7c9 oom: kill all threads that share mm with killed task by David Rientjes · 17 years ago
  31. 6a04de6 [PATCH] nommu: fix bug ip_conntrack does not work on nommu by Wu, Bryan · 17 years ago
  32. 8d00647 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  33. e94a40c [PATCH] SLAB: Mention slab name when listing corrupt objects by David Howells · 17 years ago
  34. 6e1beb3 [S390] page_mkclean data corruption. by Martin Schwidefsky · 17 years ago
  35. a76c0b9 [PATCH] mm: fix xip issue with /dev/zero by Carsten Otte · 17 years ago
  36. 90ed52e [PATCH] holepunch: fix mmap_sem i_mutex deadlock by Hugh Dickins · 17 years ago
  37. 16a1001 [PATCH] holepunch: fix disconnected pages after second truncate by Hugh Dickins · 17 years ago
  38. 1ae7000 [PATCH] holepunch: fix shmem_truncate_range punch locking by Hugh Dickins · 17 years ago
  39. a2646d1 [PATCH] holepunch: fix shmem_truncate_range punching too far by Hugh Dickins · 17 years ago
  40. f772b3d block: blk_max_pfn is somtimes wrong by Vasily Tarasov · 17 years ago
  41. 165b239 [PATCH] NOMMU: make SYSV SHM nattch work correctly by David Howells · 17 years ago
  42. d56e03c [PATCH] NOMMU: supply get_unmapped_area() to fix NOMMU SYSV SHM by David Howells · 17 years ago
  43. 35ae834 [PATCH] oom fix: prevent oom from killing a process with children/sibling unkillable by Ankita Garg · 17 years ago
  44. 89a0914 [PATCH] nfs: fix congestion control by Peter Zijlstra · 17 years ago
  45. 65b8291 [PATCH] dio: invalidate clean pages before dio write by Zach Brown · 17 years ago
  46. 00e9fa2 [PATCH] mm: fix madvise infinine loop by Nick Piggin · 17 years ago
  47. 0dc952d [PATCH] Page migration: Fix vma flag checking by Christoph Lameter · 17 years ago
  48. 759b977 [PATCH] shmem and simple const super_operations by Hugh Dickins · 17 years ago
  49. 7b965e0 [PATCH] VM: invalidate_inode_pages2_range() should not exit early by Trond Myklebust · 17 years ago
  50. 34bbd70 [PATCH] adapt page_lock_anon_vma() to PREEMPT_RCU by Oleg Nesterov · 17 years ago
  51. 232ea4d [PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations by Andrew Morton · 17 years ago
  52. d1af65d [PATCH] Bug in MM_RB debugging by David Miller · 17 years ago
  53. 5409bae [PATCH] Rename PG_checked to PG_owner_priv_1 by Nick Piggin · 17 years ago
  54. 05fb6bf [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) by Randy Dunlap · 17 years ago
  55. 9b83a6a [PATCH] mm/{,tiny-}shmem.c cleanups by Adrian Bunk · 17 years ago
  56. 8ef8286 [PATCH] slab: reduce size of alien cache to cover only possible nodes by Christoph Lameter · 17 years ago
  57. 74c7aa8 [PATCH] Replace highest_possible_node_id() with nr_node_ids by Christoph Lameter · 17 years ago
  58. 8af5e2e [PATCH] fix mempolicy's check on a system with memory-less-node by KAMEZAWA Hiroyuki · 17 years ago
  59. 29dbb3f [PATCH] knfsd: stop NFSD writes from being broken into lots of little writes to filesystem by NeilBrown · 17 years ago
  60. e0a04cf [PATCH] mincore: vma crossing fix by Nick Piggin · 17 years ago
  61. 4a76ef0 [PATCH] mincore: fill in results properly by Nick Piggin · 17 years ago
  62. 30fcffe [PATCH] mincore: CONFIG_SWAP=n fix by Nick Piggin · 17 years ago
  63. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  64. 42da9cb [PATCH] mm: mincore anon by Nick Piggin · 17 years ago
  65. 22cd25e [PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn() by Benjamin Herrenschmidt · 17 years ago
  66. e0dc0d8 [PATCH] add vm_insert_pfn() by Nick Piggin · 17 years ago
  67. aa0f030 [PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler() by Paul E. McKenney · 17 years ago
  68. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  69. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 17 years ago
  70. 54bc485 [PATCH] Export invalidate_mapping_pages() to modules by Anton Altaparmakov · 17 years ago
  71. 898552c [PATCH] lockdep: also check for freed locks in kmem_cache_free() by Ingo Molnar · 17 years ago
  72. daa88c8 [PATCH] do not disturb page referenced state when unmapping memory range by Ken Chen · 17 years ago
  73. 7671932 [PATCH] simplify shmem_aops.set_page_dirty() method by Ken Chen · 17 years ago
  74. 5ac6da6 [PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMA by Christoph Lameter · 17 years ago
  75. 4b51d66 [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM by Christoph Lameter · 17 years ago
  76. 66701b1 [PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMA by Christoph Lameter · 17 years ago
  77. 6267276 [PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zone by Christoph Lameter · 17 years ago
  78. 65e458d4 [PATCH] Drop get_zone_counts() by Christoph Lameter · 17 years ago
  79. 05a0416 [PATCH] Drop __get_zone_counts() by Christoph Lameter · 17 years ago
  80. 9195481 [PATCH] Drop nr_free_pages_pgdat() by Christoph Lameter · 17 years ago
  81. 9617729 [PATCH] Drop free_pages() by Christoph Lameter · 17 years ago
  82. 51ed449 [PATCH] Reorder ZVCs according to cacheline by Christoph Lameter · 17 years ago
  83. d23ad42 [PATCH] Use ZVC for free_pages by Christoph Lameter · 17 years ago
  84. c878538 [PATCH] Use ZVC for inactive and active counts by Christoph Lameter · 17 years ago
  85. c3704ce [PATCH] page_mkwrite caller race fix by Hugh Dickins · 17 years ago
  86. 5a88a13 [PATCH] /proc/zoneinfo: fix vm stats display by Andrew Morton · 17 years ago
  87. a6af2bc [PATCH] Avoid excessive sorting of early_node_map[] by Mel Gorman · 17 years ago
  88. 7c5cae3 [PATCH] slab: use parameter passed to cache_reap to determine pointer to work structure by Christoph Lameter · 17 years ago
  89. 8c8cc2c [PATCH] slab: cache alloc cleanups by Pekka Enberg · 17 years ago
  90. 6e40e73 [PATCH] slab: remove broken PageSlab check from kfree_debugcheck by Pekka Enberg · 17 years ago
  91. fa5dc22 [PATCH] Add install_special_mapping by Roland McGrath · 17 years ago
  92. a25700a [PATCH] mm: show bounce pages in oom killer output by Andrew Morton · 17 years ago
  93. 6649a38 [PATCH] hugetlb: preserve hugetlb pte dirty state by Ken Chen · 17 years ago
  94. 6204530 [PATCH] mm: remove find_trylock_page by Nick Piggin · 17 years ago
  95. 6fd6b17 Revert "[PATCH] mm: micro optimise zone_watermark_ok" by Linus Torvalds · 17 years ago
  96. 0d59a01 [PATCH] Don't allow the stack to grow into hugetlb reserved regions by Adam Litke · 17 years ago
  97. 701dfbc [PATCH] mm: mremap correct rmap accounting by Hugh Dickins · 17 years ago
  98. dc6e29d Fix balance_dirty_page() calculations with CONFIG_HIGHMEM by Linus Torvalds · 17 years ago
  99. 569d328 [PATCH] MM: Remove [PATCH] invalidate_inode_pages2_range() debug by Trond Myklebust · 17 years ago
  100. f47aef5 [PATCH] i386 vDSO: use VM_ALWAYSDUMP by Roland McGrath · 17 years ago