1. a2c43ee mm: try_to_free_swap replaces remove_exclusive_swap_page by Hugh Dickins · 15 years ago
  2. 7b1fe59 mm: reuse_swap_page replaces can_share_swap_page by Hugh Dickins · 15 years ago
  3. ab967d8 mm: wp lock page before deciding cow by Hugh Dickins · 15 years ago
  4. 878b63a mm: gup persist for write permission by Hugh Dickins · 15 years ago
  5. 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 15 years ago
  6. 364aeb2 mm: change dirty limit type specifiers to unsigned long by David Rientjes · 15 years ago
  7. 58a01a4 mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 15 years ago
  8. cbf84b7 mm: further cleanup page_add_new_anon_rmap by Hugh Dickins · 15 years ago
  9. 2afd1c9 mm: make page_lock_anon_vma() static by Hugh Dickins · 15 years ago
  10. b5934c5 mm: add_active_or_unevictable into rmap by Hugh Dickins · 15 years ago
  11. 51726b1 mm: replace some BUG_ONs by VM_BUG_ONs by Hugh Dickins · 15 years ago
  12. 6d91add mm: add Set,ClearPageSwapCache stubs by Hugh Dickins · 15 years ago
  13. 3c1d437 mm: remove GFP_HIGHUSER_PAGECACHE by Hugh Dickins · 15 years ago
  14. e599137 mm: remove cgroup_mm_owner_callbacks by Hugh Dickins · 15 years ago
  15. 39f0dee do_mpage_readpage(): remove useless clear_buffer_mapped() call by Franck Bui-Huu · 15 years ago
  16. 38e0edb mm/apply_to_range: call pte function with lazy updates by Jeremy Fitzhardinge · 15 years ago
  17. cd52858 mm: vmalloc make lazy unmapping configurable by Nick Piggin · 15 years ago
  18. e97a630 mm: vmalloc use mutex for purge by Nick Piggin · 15 years ago
  19. 8487784 mm: vmalloc improve vmallocinfo by Glauber Costa · 15 years ago
  20. c1279c4 mm: vmalloc tweak failure printk by Glauber Costa · 15 years ago
  21. 4917e5d mm: more likely reclaim MADV_SEQUENTIAL mappings by Johannes Weiner · 15 years ago
  22. 64cdd54 mm: cleanup: remove #ifdef CONFIG_MIGRATION by KOSAKI Motohiro · 15 years ago
  23. 1b0bd11 mm: get rid of pagevec_release_nonlru() by KOSAKI Motohiro · 15 years ago
  24. 5594c8c mm: print out memmap number only if it is not zero by Yinghai Lu · 15 years ago
  25. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 15 years ago
  26. ee53a89 mm: do_sync_mapping_range integrity fix by Nick Piggin · 15 years ago
  27. 82fd1a9 mm: write_cache_pages more terminate quickly by Andrew Morton · 15 years ago
  28. d5482cd mm: write_cache_pages terminate quickly by Nick Piggin · 15 years ago
  29. 515f4a0 mm: write_cache_pages optimise page cleaning by Nick Piggin · 15 years ago
  30. 5a3d5c9 mm: write_cache_pages cleanups by Nick Piggin · 15 years ago
  31. 05fe478 mm: write_cache_pages integrity fix by Nick Piggin · 15 years ago
  32. 0026677 mm: write_cache_pages writepage error fix by Nick Piggin · 15 years ago
  33. bd19e01 mm: write_cache_pages early loop termination by Nick Piggin · 15 years ago
  34. 31a1266 mm: write_cache_pages cyclic fix by Nick Piggin · 15 years ago
  35. 38c8e61 do_mpage_readpage(): don't submit lots of small bios on boundary by Miquel van Smoorenburg · 15 years ago
  36. 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 15 years ago
  37. c7d4cae oom: fix zone_scan_mutex name by David Rientjes · 15 years ago
  38. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 15 years ago
  39. 5bd1455 mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by default by Brice Goglin · 15 years ago
  40. 3140a22 mm: rework do_pages_move() to work on page_sized chunks by Brice Goglin · 15 years ago
  41. 390722b mm: don't mark_page_accessed in shmem_fault by Hugh Dickins · 15 years ago
  42. bf3f3bc mm: don't mark_page_accessed in fault path by Nick Piggin · 15 years ago
  43. 3340289 mm: report the MMU pagesize in /proc/pid/smaps by Mel Gorman · 15 years ago
  44. 08fba69 mm: report the pagesize backing a VMA in /proc/pid/smaps by Mel Gorman · 15 years ago
  45. 238c6d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  46. a159c1a dm snapshot: extend exception store functions by Jonathan Brassow · 15 years ago
  47. 4db6bfe dm snapshot: split out exception store implementations by Alasdair G Kergon · 15 years ago
  48. 1ae25f9 dm snapshot: rename struct exception_store by Jonathan Brassow · 15 years ago
  49. aea53d9 dm snapshot: separate out exception store interface by Jonathan Brassow · 15 years ago
  50. fe9cf30 dm mpath: move trigger_event to system workqueue by Alasdair G Kergon · 15 years ago
  51. 784aae7 dm: add name and uuid to sysfs by Milan Broz · 15 years ago
  52. d581687 dm table: rework reference counting by Mikulas Patocka · 15 years ago
  53. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 15 years ago
  54. 7d76345 dm request: extend target interface by Kiyoshi Ueda · 15 years ago
  55. 8fbf26a dm request: add caches by Kiyoshi Ueda · 15 years ago
  56. 23d39f6 dm ioctl: allow dm_copy_name_and_uuid to return only one field by Milan Broz · 15 years ago
  57. ac1f0ac dm log: ensure log bitmap fits on log device by Milan Broz · 15 years ago
  58. 2045e88 dm log: move region_size validation by Milan Broz · 15 years ago
  59. 6f3af01 dm log: avoid reinitialising io_req on every operation by Takahiro Yasui · 15 years ago
  60. 10d3bd0 dm: consolidate target deregistration error handling by Mikulas Patocka · 15 years ago
  61. d460c65 dm raid1: fix error count by Jonathan Brassow · 15 years ago
  62. c7a2bd1 dm log: fix dm_io_client leak on error paths by Takahiro Yasui · 15 years ago
  63. 90fa152 dm snapshot: change yield to msleep by Mikulas Patocka · 15 years ago
  64. a1b51e9 dm table: drop reference at unbind by Mikulas Patocka · 15 years ago
  65. 8e128ce Merge branch 'for-next' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 15 years ago
  66. 0bbb275 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  67. 0578c3b Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. 7d8a804 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 15 years ago
  69. c58bd34d Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 15 years ago
  70. 8606ab6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  71. c54feba Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 15 years ago
  72. e42e4ba igb: fix anoying type mismatch warning on rx/tx queue sizing by Linus Torvalds · 15 years ago
  73. 7a1fcd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  74. 15b0669 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  75. c155b91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  76. e9af797 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  77. 10cc04f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 15 years ago
  78. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  79. e8c82c2 mm lockless pagecache barrier fix by Nick Piggin · 15 years ago
  80. f1b11e5 i2o: Update my address by Alan Cox · 15 years ago
  81. 3537d54 qlge: Fix sparse warnings for tx ring indexes. by Ron Mercer · 15 years ago
  82. 2c9a0d4 qlge: Fix sparse warning regarding rx buffer queues. by Ron Mercer · 15 years ago
  83. fd2df4f qlge: Fix sparse endian warning in ql_hw_csum_setup(). by Ron Mercer · 15 years ago
  84. a303ce0 qlge: Fix sparse endian warning for inbound packet control block flags. by Ron Mercer · 15 years ago
  85. 8306c95 qlge: Fix sparse warnings for byte swapping in qlge_ethool.c by Ron Mercer · 15 years ago
  86. 0f84001 myri10ge: print MAC and serial number on probe failure by Brice Goglin · 15 years ago
  87. 6f57321 pkt_sched: cls_u32: Fix locking in u32_change() by Jarek Poplawski · 15 years ago
  88. 4696b64 sparc: Fix minor SPARC32 compile error by Julian Calaby · 15 years ago
  89. f1d3e4d iucv: fix cpu hotplug by Heiko Carstens · 15 years ago
  90. 65dbd7c af_iucv: Free iucv path/socket in path_pending callback by Hendrik Brueckner · 15 years ago
  91. 18becbc af_iucv: avoid left over IUCV connections from failing connects by Ursula Braun · 15 years ago
  92. 55cdea9 af_iucv: New error return codes for connect() by Hendrik Brueckner · 15 years ago
  93. 046c688 mm: update my address by Alan Cox · 15 years ago
  94. 5641f1f X86_DEBUGCTLMSR won't work on uml by Al Viro · 15 years ago
  95. 7483cb7 uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8f by Al Viro · 15 years ago
  96. 22409f9 get rid of the last symlink in uml build by Al Viro · 15 years ago
  97. 48e4cc7 net/ehea: bitops work on unsigned longs by Stephen Rothwell · 15 years ago
  98. c276e09 Revert "net: Fix for initial link state in 2.6.28" by David S. Miller · 15 years ago
  99. 3a5e1d1 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 15 years ago
  100. 9d7eff6 Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 15 years ago