1. 4ae7c03 [PATCH] Periodically drain non local pagesets by Christoph Lameter · 19 years ago
  2. 578c2fd [PATCH] add OOM debug by Janet Morgan · 19 years ago
  3. c2f29ea [PATCH] __read_page_state(): pass unsigned long instead of unsigned by Benjamin LaHaise · 19 years ago
  4. 83e5d8f [PATCH] __mod_page_state(): pass unsigned long instead of unsigned by Benjamin LaHaise · 19 years ago
  5. 1ad539b [PATCH] vm: try_to_free_pages unused argument by Darren Hart · 19 years ago
  6. 73219d1 [PATCH] mmap topdown fix for large stack limit, large allocation by Chris Wright · 19 years ago
  7. 1363c3c [PATCH] Avoiding mmap fragmentation by Wolfgang Wander · 19 years ago
  8. e7c8d5c [PATCH] node local per-cpu-pages by Christoph Lameter · 19 years ago
  9. 63551ae [PATCH] Hugepage consolidation by David Gibson · 19 years ago
  10. 1e7e5a9 [PATCH] VM: rate limit early reclaim by Martin Hicks · 19 years ago
  11. 0c35bba [PATCH] VM: add __GFP_NORECLAIM by Martin Hicks · 19 years ago
  12. 753ee72 [PATCH] VM: early zone reclaim by Martin Hicks · 19 years ago
  13. bfbb38f [PATCH] VM: add may_swap flag to scan_control by Martin Hicks · 19 years ago
  14. 295ab93 [PATCH] mm: add /proc/zoneinfo by Nikita Danilov · 19 years ago
  15. 05b7438 [PATCH] madvise: merge the maps by Prasanna Meda · 19 years ago
  16. e798c6e [PATCH] madvise: do not split the maps by Prasanna Meda · 19 years ago
  17. b15e090 [PATCH] vmscan: notice slab shrinking by akpm@osdl.org · 19 years ago
  18. 1944972 [SLAB] Introduce kmem_cache_name by Arnaldo Carvalho de Melo · 19 years ago
  19. a511718 [PATCH] broken fault_in_pages_readable call in generic_file_buffered_write() by Martin Schwidefsky · 19 years ago
  20. cafdd8b [PATCH] try_to_unmap_cluster() passes out-of-bounds pte to pte_unmap() by William Lee Irwin III · 19 years ago
  21. b5c44c2 [PATCH] fix for __generic_file_aio_read() to return 0 on EOF by Suparna Bhattacharya · 19 years ago
  22. 7856dfe [PATCH] x86_64: Fixed guard page handling again in iounmap by Andi Kleen · 19 years ago
  23. 07ab67c Fix get_unmapped_area sanity tests by Linus Torvalds · 19 years ago
  24. 49a4387 [PATCH] prevent NULL mmap in topdown model by Linus Torvalds · 19 years ago
  25. b810748 [PATCH] do_swap_page() can map random data if swap read fails by Kirill Korotaev · 19 years ago
  26. ba32311 [PATCH] swapout oops fix by McMullan, Jason · 19 years ago
  27. 7a01922 [PATCH] mm/nommu.c: try to fix __vmalloc by Adrian Bunk · 19 years ago
  28. 7179906 [PATCH] mm acct accounting fix by Kirill Korotaev · 19 years ago
  29. 202d182 [PATCH] mm: fix rss counter being incremented when unmapping by Bjorn Steinbrink · 19 years ago
  30. 91bb524 [PATCH] remove outdated comments from filemap.c by Christoph Hellwig · 19 years ago
  31. 7223a93 [IA64] Export node_online_map and node_possible_map by Dean Nelson · 20 years ago
  32. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  33. 4dc3b16 [PATCH] DocBook: changes and extensions to the kernel documentation by Pavel Pisa · 19 years ago
  34. fbd568a3e [PATCH] Change synchronize_kernel to _rcu and _sched by Paul E. McKenney · 19 years ago
  35. cd7619d [PATCH] Exterminate PAGE_BUG by Matt Mackall · 19 years ago
  36. d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 19 years ago
  37. 97e2bde [PATCH] add kmalloc_node, inline cleanup by Manfred Spraul · 19 years ago
  38. dd1d5af [PATCH] sync_page() smp_mb() comment by William Lee Irwin III · 19 years ago
  39. 93ea1d0 [PATCH] RLIMIT_MEMLOCK checking fix by Chris Wright · 19 years ago
  40. edfbe2b [PATCH] count bounce buffer pages in vmstat by KAMEZAWA Hiroyuki · 19 years ago
  41. bd53b71 [PATCH] mm: use __GFP_NOMEMALLOC by Nick Piggin · 19 years ago
  42. 20a7777 [PATCH] mempool: simplify alloc by Nick Piggin · 19 years ago
  43. b84a35b [PATCH] mempool: NOMEMALLOC and NORETRY by Nick Piggin · 19 years ago
  44. 8e30f27 [PATCH] mm: pcp use non powers of 2 for batch size by Nick Piggin · 19 years ago
  45. 81b4082 [PATCH] mm: rmap.c cleanup by Nikita Danilov · 19 years ago
  46. 119f657 [PATCH] RLIMIT_AS checking fix by akpm@osdl.org · 19 years ago
  47. f021e92 [PATCH] generic_file_buffered_write fixes by akpm@osdl.org · 19 years ago
  48. 0142496 [PATCH] mempolicy.c GFP fix by Al Viro · 19 years ago
  49. 561bbe3 [PATCH] freepgt: remove FIRST_USER_ADDRESS hack by Hugh Dickins · 19 years ago
  50. 8462e20 [PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NR by Hugh Dickins · 19 years ago
  51. e2cdef8 [PATCH] freepgt: free_pgtables from FIRST_USER_ADDRESS by Hugh Dickins · 19 years ago
  52. 146425a [PATCH] freepgt: mpnt to vma cleanup by Hugh Dickins · 19 years ago
  53. 3bf5ee9 [PATCH] freepgt: hugetlb_free_pgd_range by Hugh Dickins · 19 years ago
  54. ee39b37 [PATCH] freepgt: remove MM_VM_SIZE(mm) by Hugh Dickins · 19 years ago
  55. e0da382 [PATCH] freepgt: free_pgtables use vma list by Hugh Dickins · 19 years ago
  56. 323aca6 [PATCH] vmscan: pageout(): remove unneeded test by akpm@osdl.org · 19 years ago
  57. 79befd0 [PATCH] oom-killer disable for iscsi/lvm2/multipath userland critical sections by Andrea Arcangeli · 19 years ago
  58. d345734 [PATCH] filemap_getpage can block when MAP_NONBLOCK specified by Jeff Moyer · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago