1. 1489fa1 vmscan: update isolated page counters outside of main path in shrink_inactive_list() by Mel Gorman · 14 years ago
  2. abe4c3b vmscan: set up pagevec as late as possible in shrink_page_list() by Mel Gorman · 14 years ago
  3. 6663562 vmscan: set up pagevec as late as possible in shrink_inactive_list() by Mel Gorman · 14 years ago
  4. d4debc6 vmscan: remove unnecessary temporary vars in do_try_to_free_pages by Mel Gorman · 14 years ago
  5. e247dbc vmscan: simplify shrink_inactive_list() by KOSAKI Motohiro · 14 years ago
  6. 25edde0 vmscan: kill prev_priority completely by KOSAKI Motohiro · 14 years ago
  7. b898cc7 vmscan: tracing: add a postprocessing script for reclaim-related ftrace events by Mel Gorman · 14 years ago
  8. 755f022 vmscan: tracing: add trace event when a page is written by Mel Gorman · 14 years ago
  9. a8a94d1 vmscan: tracing: add trace events for LRU page isolation by Mel Gorman · 14 years ago
  10. 33906bc vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim by Mel Gorman · 14 years ago
  11. c6a8a8c vmscan: recalculate lru_pages on each priority by KOSAKI Motohiro · 14 years ago
  12. b00d3ea vmscan: zone_reclaim don't call disable_swap_token() by KOSAKI Motohiro · 14 years ago
  13. f446daae mm: implement writeback livelock avoidance using page tagging by Jan Kara · 14 years ago
  14. ebf8aa4 radix-tree: omplement function radix_tree_range_tag_if_tagged by Jan Kara · 14 years ago
  15. 44ab57a rmap: add anon_vma bug checks by Andrea Arcangeli · 14 years ago
  16. 21d0d44 rmap: resurrect page_address_in_vma anon_vma check by Andrea Arcangeli · 14 years ago
  17. 288468c rmap: always use anon_vma root pointer by Andrea Arcangeli · 14 years ago
  18. ba6f0ff ksm: fix ksm swapin time optimization by Andrea Arcangeli · 14 years ago
  19. 26ba0cb rmap: always add new vmas at the end by Andrea Arcangeli · 14 years ago
  20. 5e549e9 mmap: remove unnecessary lock from __vma_link by Andrea Arcangeli · 14 years ago
  21. ff36b801 shmem: reduce pagefault lock contention by Shaohua Li · 14 years ago
  22. 7e49629 tmpfs: make tmpfs scalable with percpu_counter for used blocks by Tim Chen · 14 years ago
  23. 27f5e0f tmpfs: add accurate compare function to percpu_counter library by Tim Chen · 14 years ago
  24. 4e60c86 gcc-4.6: mm: fix unused but set warnings by Andi Kleen · 14 years ago
  25. 627295e gcc-4.6: pagemap: avoid unused-but-set variable by Andi Kleen · 14 years ago
  26. 67a8a20 avr32: invoke oom-killer from page fault by Nick Piggin · 14 years ago
  27. 596d7cf mempolicy: reduce stack size of migrate_pages() by KOSAKI Motohiro · 14 years ago
  28. 2510600 topology: alternate fix for ia64 tiger_defconfig build breakage by Lee Schermerhorn · 14 years ago
  29. b645bd1 mmzone.h: remove dead prototype by Alexander Nevenchannyy · 14 years ago
  30. 31f961a mm: use for_each_online_cpu() in vmstat by Minchan Kim · 14 years ago
  31. 0aad4b3 oom: fold __out_of_memory into out_of_memory by David Rientjes · 14 years ago
  32. f442003 oom: remove constraint argument from select_bad_process and __out_of_memory by David Rientjes · 14 years ago
  33. ff321fe mm: rename try_set_zone_oom() to try_set_zonelist_oom() by Minchan Kim · 14 years ago
  34. b940fd7 oom: remove unnecessary code and cleanup by David Rientjes · 14 years ago
  35. 8e4228e oom: move sysctl declarations to oom.h by David Rientjes · 14 years ago
  36. e365893 oom: remove special handling for pagefault ooms by David Rientjes · 14 years ago
  37. 309ed88 oom: extract panic helper function by David Rientjes · 14 years ago
  38. 03668b3 oom: avoid oom killer for lowmem allocations by David Rientjes · 14 years ago
  39. ad915c4 oom: enable oom tasklist dump by default by David Rientjes · 14 years ago
  40. 6f48d0eb oom: select task from tasklist for mempolicy ooms by David Rientjes · 14 years ago
  41. 5e9d834 oom: sacrifice child with highest badness score for parent by David Rientjes · 14 years ago
  42. 6cf86ac oom: filter tasks not sharing the same cpuset by David Rientjes · 14 years ago
  43. 4358997 oom: avoid sending exiting tasks a SIGKILL by David Rientjes · 14 years ago
  44. 7b98c2e oom: give current access to memory reserves if it has been killed by David Rientjes · 14 years ago
  45. c81fac5 oom: dump_tasks use find_lock_task_mm too fix by David Rientjes · 14 years ago
  46. 74ab7f1 oom: improve commentary in dump_tasks() by David Rientjes · 14 years ago
  47. c55db95 oom: dump_tasks use find_lock_task_mm too by KOSAKI Motohiro · 14 years ago
  48. dd8e8f4 oom: introduce find_lock_task_mm() to fix !mm false positives by Oleg Nesterov · 14 years ago
  49. b522794 oom: PF_EXITING check should take mm into account by Oleg Nesterov · 14 years ago
  50. 455c0e5 oom: check PF_KTHREAD instead of !mm to skip kthreads by Oleg Nesterov · 14 years ago
  51. a9877cc buffer_head: remove redundant test from wait_on_buffer by Richard Kennedy · 14 years ago
  52. 7654506 mm: extend KSM refcounts to the anon_vma root by Rik van Riel · 14 years ago
  53. 012f1800 mm: always lock the root (oldest) anon_vma by Rik van Riel · 14 years ago
  54. 5c341ee1 mm: track the root (oldest) anon_vma by Rik van Riel · 14 years ago
  55. cba48b9 mm: change direct call of spin_lock(anon_vma->lock) to inline function by Rik van Riel · 14 years ago
  56. bb4a340 mm: rename anon_vma_lock to vma_lock_anon_vma by Rik van Riel · 14 years ago
  57. 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
  58. 3edd4fc hugetlb: call mmu notifiers on hugepage cow by Doug Doan · 14 years ago
  59. a1b200e mm: provide init_mm mm_context initializer by Heiko Carstens · 14 years ago
  60. e7d8634 mm: use ERR_CAST by Julia Lawall · 14 years ago
  61. 90d7404 mm: use memdup_user by Julia Lawall · 14 years ago
  62. 9e58143 asm-generic: use raw_local_irq_save/restore instead local_irq_save/restore by Michal Simek · 14 years ago
  63. fa260c0 drivers/video/w100fb.c: ignore void return value / fix build failure by Peter Huewe · 14 years ago
  64. d9e1b6c ipmi: fix ACPI detection with regspacing by Yinghai Lu · 14 years ago
  65. e5149cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  66. 9a919c4 drm: fix fallouts from slow-work -> wq conversion by Tejun Heo · 14 years ago
  67. f650094 workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifier by Tejun Heo · 14 years ago
  68. 45d7f32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  69. 53bcef6 Merge branch 'for-linus' of git://www.jni.nu/cris by Linus Torvalds · 14 years ago
  70. 4fd6c6b Merge branch 'for-linus' of git://android.kernel.org/kernel/tegra by Linus Torvalds · 14 years ago
  71. c5f3475 Merge branch 'for-linus' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 14 years ago
  72. 537d847 Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 14 years ago
  73. d71048e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  74. 44d51a0 Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci by Linus Torvalds · 14 years ago
  75. 38f5156 workqueue: add missing __percpu markup in kernel/workqueue.c by Namhyung Kim · 14 years ago
  76. 2d53056 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  77. 9e50ab9 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  78. 3cc08fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  79. faa38b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  80. 7841733 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  81. cd816a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  82. 0d9f9e1 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  83. df44f9f AFS: Fix the module init error handling by David Howells · 14 years ago
  84. 5df6b8e Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  85. fe21ea1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  86. a57f9a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  87. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  88. 90e0c22 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  89. 938a73b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  90. 45480aa Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 14 years ago
  91. 1fc7995 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  92. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  93. 998db52 nfsd4: fix file open accounting for RDWR opens by J. Bruce Fields · 14 years ago
  94. 4a386c3 Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  95. e877977 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  96. 3cf8ad3 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  97. 66cd55d Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. 75cb5fd Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  99. ce06ea8 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  100. a7a387c SELINUX: Fix build error. by Ralf Baechle · 14 years ago