1. 76395d3 [PATCH] shrink_all_memory(): fix lru_pages handling by Andrew Morton · 18 years ago
  2. 7ba3485 [PATCH] fix OOM killing of swapoff by Hugh Dickins · 18 years ago
  3. f2e12bb [PATCH] Check for populated zone in __drain_pages by Christoph Lameter · 18 years ago
  4. b6a6045 [PATCH] fix BUG_ON(!PageSlab) from fallback_alloc by Hugh Dickins · 18 years ago
  5. 9ab37b8 [PATCH] Sanely size hash tables when using large base pages by Paul Mundt · 18 years ago
  6. 7bf2368 [PATCH] swsusp: Do not fail if resume device is not set by Rafael J. Wysocki · 18 years ago
  7. 918d3f9 [PATCH] Buglet in vmscan.c by Shantanu Goel · 18 years ago
  8. d6e88e6 [PATCH] page_mkclean_one(): fix call to set_pte_at() by Al Viro · 18 years ago
  9. bcb4ddb [PATCH] MM: SLOB is broken by recent cleanup of slab.h by Dimitri Gorokhovik · 18 years ago
  10. 96ac591 [PATCH] fix oom killer kills current every time if there is memory-less-node take2 by KAMEZAWA Hiroyuki · 18 years ago
  11. 7658cc2 VM: Fix nasty and subtle race in shared mmap'ed page writeback by Linus Torvalds · 18 years ago
  12. 8368e32 Clean up and export cancel_dirty_page() to modules by Linus Torvalds · 18 years ago
  13. c2fda5f [PATCH] Fix up page_mkclean_one(): virtual caches, s390 by Peter Zijlstra · 18 years ago
  14. 7de6b80 [PATCH] mm: more rmap debugging by Nick Piggin · 18 years ago
  15. e07aa05 [PATCH] Fix swapped parameters in mm/vmscan.c by Nigel Cunningham · 18 years ago
  16. af9997e [PATCH] fix kernel-doc warnings in 2.6.20-rc1 by Randy Dunlap · 18 years ago
  17. b7f869a2 [PATCH] slab: fix kmem_ptr_validate definition by Christoph Lameter · 18 years ago
  18. 92a3d03 [PATCH] Fix for shmem_truncate_range() BUG_ON() by Badari Pulavarty · 18 years ago
  19. 5f2a105 [PATCH] truncate: dirty memory accounting fix by Andrew Morton · 18 years ago
  20. 3e67c09 [PATCH] truncate: clear page dirtiness before running try_to_free_buffers() by Andrew Morton · 18 years ago
  21. fba2591 VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functions by Linus Torvalds · 18 years ago
  22. 825020c [PATCH] sys_mincore: s/max/min/ by Oleg Nesterov · 18 years ago
  23. 4fb23e4 Fix up mm/mincore.c error value cases by Linus Torvalds · 18 years ago
  24. 2f77d10 Fix incorrect user space access locking in mincore() by Linus Torvalds · 18 years ago
  25. 9de455b [PATCH] Pass vma argument to copy_user_highpage(). by Atsushi Nemoto · 18 years ago
  26. 6a2d7a9 [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() by Eric Dumazet · 18 years ago
  27. 02a0e53 [PATCH] cpuset: rework cpuset_zone_allowed api by Paul Jackson · 18 years ago
  28. 55935a3 [PATCH] More slab.h cleanups by Christoph Lameter · 18 years ago
  29. 2e892f4 [PATCH] Cleanup slab headers / API to allow easy addition of new slab allocators by Christoph Lameter · 18 years ago
  30. dd47ea7 [PATCH] slab: fix sleeping in atomic bug by Christoph Lameter · 18 years ago
  31. 2b28421 [PATCH] user of the jiffies rounding patch: Slab by Arjan van de Ven · 18 years ago
  32. 8459d86 [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED by Zach Brown · 18 years ago
  33. 8bde37f [PATCH] io-accounting-read-accounting nfs fix by Andrew Morton · 18 years ago
  34. e08748ce [PATCH] io-accounting: write-cancel accounting by Andrew Morton · 18 years ago
  35. 55e829a [PATCH] io-accounting: write accounting by Andrew Morton · 18 years ago
  36. 8c08540 [PATCH] clean up __set_page_dirty_nobuffers() by Andrew Morton · 18 years ago
  37. 5fcf7bb [PATCH] read_zero_pagealigned() locking fix by Hugh Dickins · 18 years ago
  38. 6b1b60f [PATCH] fault-injection: defaults likely to please a new user by Don Mullis · 18 years ago
  39. 933e312 [PATCH] fault-injection capability for alloc_pages() by Akinobu Mita · 18 years ago
  40. 8a8b650 [PATCH] fault-injection capability for kmalloc by Akinobu Mita · 18 years ago
  41. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  42. e9536ae [PATCH] struct path: convert mm by Josef Sipek · 18 years ago
  43. d3ac7f8 [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  44. b8b50b6 [PATCH] mm: fallback_alloc cpuset_zone_allowed irq fix by Paul Jackson · 18 years ago
  45. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  46. 045f147 [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols by Adrian Bunk · 18 years ago
  47. 4668edc [PATCH] kernel core: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  48. 1f370a2 [PATCH] make mm/shmem.c:shmem_xattr_security_handler static by Adrian Bunk · 18 years ago
  49. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  50. 0490366 [PATCH] remove HASH_HIGHMEM by Andrew Morton · 18 years ago
  51. 38da288 [PATCH] read_cache_pages() cleanup by OGAWA Hirofumi · 18 years ago
  52. 138ae66 [PATCH] slab: use probe_kernel_address() by Andrew Morton · 18 years ago
  53. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  54. 8357376 [PATCH] swsusp: Improve handling of highmem by Rafael J. Wysocki · 18 years ago
  55. 3aef83e [PATCH] swsusp: use block device offsets to identify swap locations by Rafael J. Wysocki · 18 years ago
  56. 915bae9 [PATCH] swsusp: use partition device and offset to identify swap areas by Rafael J. Wysocki · 18 years ago
  57. 7cf9c2c [PATCH] radix-tree: RCU lockless readside by Nick Piggin · 18 years ago
  58. 33f2ef8 [PATCH] mm: make compound page destructor handling explicit by Andy Whitcroft · 18 years ago
  59. 3c517a6 [PATCH] slab: better fallback allocation behavior by Christoph Lameter · 18 years ago
  60. 952f3b5 [PATCH] GFP_THISNODE must not trigger global reclaim by Christoph Lameter · 18 years ago
  61. 5bcd234 [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_node by Christoph Lameter · 18 years ago
  62. 441e143 [PATCH] slab: remove SLAB_DMA by Christoph Lameter · 18 years ago
  63. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  64. a06d72c [PATCH] slab: remove SLAB_LEVEL_MASK by Christoph Lameter · 18 years ago
  65. 6e0eaa4 [PATCH] slab: remove SLAB_NO_GROW by Christoph Lameter · 18 years ago
  66. 2d4d862 [PATCH] kill install_file_pte's pte_val by Hugh Dickins · 18 years ago
  67. ce421c7 [PATCH] mm: cleanup indentation on switch for CPU operations by Andy Whitcroft · 18 years ago
  68. 5d1854e [PATCH] reject corrupt swapfiles earlier by Eric Sandeen · 18 years ago
  69. 25ba77c [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int by Andy Whitcroft · 18 years ago
  70. bc4ba39 [PATCH] drain_node_page(): Drain pages in batch units by Christoph Lameter · 18 years ago
  71. e305005 [PATCH] make mm/thrash.c:global_faults static by Adrian Bunk · 18 years ago
  72. 7c309a6 [PATCH] enable booting a NUMA system where some nodes have no memory by Christian Krafft · 18 years ago
  73. a120586 [PATCH] Allow NULL pointers in percpu_free by Alan Stern · 18 years ago
  74. 8b98c16 [PATCH] leak tracking for kmalloc_node by Christoph Hellwig · 18 years ago
  75. 881e4aa [PATCH] Always print out the header line in /proc/swaps by Suleiman Souhlal · 18 years ago
  76. b43a57b [PATCH] OOM can panic due to processes stuck in __alloc_pages() by Kirill Korotaev · 18 years ago
  77. a3eea48 [PATCH] mlock cleanup by Rik Bobbaers · 18 years ago
  78. 3395ee0 [PATCH] mm: add noaliencache boot option to disable numa alien caches by Paul Menage · 18 years ago
  79. 8f5be20 [PATCH] mm: slab: eliminate lock_cpu_hotplug from slab by Ravikiran G Thirumalai · 18 years ago
  80. a44b56d [PATCH] slab debug and ARCH_SLAB_MINALIGN don't get along by Kevin Hilman · 18 years ago
  81. cace673 [PATCH] htlb forget rss with pt sharing by Chen, Kenneth W · 18 years ago
  82. 39dde65 [PATCH] shared page table for hugetlb page by Chen, Kenneth W · 18 years ago
  83. e1dbeda [PATCH] balance_pdgat() cleanup by Andrew Morton · 18 years ago
  84. cc102509 [PATCH] mm: add arch_alloc_page by Nick Piggin · 18 years ago
  85. 7602bdf [PATCH] new scheme to preempt swap token by Ashwin Chaugule · 18 years ago
  86. 098fe65 [PATCH] grab swap token reordered by Ashwin Chaugule · 18 years ago
  87. f2a2a71 [PATCH] oom: less memdie by Nick Piggin · 18 years ago
  88. f3af38d [PATCH] oom: cleanup messages by Nick Piggin · 18 years ago
  89. c33e0fc [PATCH] oom: don't kill unkillable children or siblings by Nick Piggin · 18 years ago
  90. 9276b1bc [PATCH] memory page_alloc zonelist caching speedup by Paul Jackson · 18 years ago
  91. 89689ae [PATCH] Get rid of zone_table[] by Christoph Lameter · 18 years ago
  92. c0a499c [PATCH] __unmap_hugepage_range(): add comment by Chen, Kenneth W · 18 years ago
  93. 0798e51 [PATCH] memory page alloc minor cleanups by Paul Jackson · 18 years ago
  94. dd8856b Merge git://git.infradead.org/users/dhowells/workq-2.6 by Linus Torvalds · 18 years ago
  95. f81cff0 [PATCH] uclinux: fix mmap() of directory for nommu case by Mike Frysinger · 18 years ago
  96. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  97. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  98. d23a147 [PATCH] Export should_remove_suid() by Mark Fasheh · 18 years ago
  99. 1abbfb4 [PATCH] x86_64: fix bad page state in process 'swapper' by Mel Gorman · 18 years ago
  100. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago