1. 3e7d344 mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim by Mel Gorman · 13 years ago
  2. ee64fc9 mm: vmscan: convert lumpy_mode into a bitmask by Mel Gorman · 13 years ago
  3. b7aba69 mm: compaction: add trace events for memory compaction activity by Mel Gorman · 13 years ago
  4. 2d90508 mm: smaps: export mlock information by Nikanth Karthikesan · 13 years ago
  5. 62c70bc mm: convert sprintf_symbol to %pS by Joe Perches · 13 years ago
  6. c32b0d4 fs/mpage.c: consolidate code by Hai Shan · 13 years ago
  7. 9cbb4cb mm: find_get_pages_contig fixlet by Nick Piggin · 13 years ago
  8. f0bc0a6 vmscan: factor out kswapd sleeping logic from kswapd() by KOSAKI Motohiro · 13 years ago
  9. c3f0da6 mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value by Bob Liu · 13 years ago
  10. c691b9d sync_inode_metadata: fix comment by Andrew Morton · 13 years ago
  11. b9543da writeback: avoid livelocking WB_SYNC_ALL writeback by Jan Kara · 13 years ago
  12. aa373cf writeback: stop background/kupdate works from livelocking other works by Jan Kara · 13 years ago
  13. 71927e8 writeback: trace wakeup event for background writeback by Wu Fengguang · 13 years ago
  14. 6585027 writeback: integrated background writeback work by Jan Kara · 13 years ago
  15. b44129b mm: vmstat: use a single setter function and callback for adjusting percpu thresholds by Mel Gorman · 13 years ago
  16. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 13 years ago
  17. 43bb40c sched: remove long deprecated CLONE_STOPPED flag by Dave Jones · 13 years ago
  18. 5dfbd1d7 atmel_serial: fix RTS high after initialization in RS485 mode by Claudio Scordino · 13 years ago
  19. 6c9ae00 irq: use per_cpu kstat_irqs by Eric Dumazet · 13 years ago
  20. 558bbb2 MAINTAINERS: update entries affecting VIA Technologies by Bruce Chang · 13 years ago
  21. f6bcfd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 13 years ago
  22. 509e4ae Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  23. 375b6f5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  24. d8a3515 Revert "gpiolib: annotate gpio-intialization with __must_check" by Linus Torvalds · 13 years ago
  25. 6254b32 ecryptfs: fix broken build by Linus Torvalds · 13 years ago
  26. 0957977 [IA64] fix build error - arch/ia64/kernel/perfmon.c by Tony Luck · 13 years ago
  27. bf2cb0d md: Fix removal of extra drives when converting RAID6 to RAID5 by NeilBrown · 13 years ago
  28. ba1b41b md: range check slot number when manually adding a spare. by NeilBrown · 13 years ago
  29. 1a940fc md/raid5: handle manually-added spares in start_reshape. by NeilBrown · 13 years ago
  30. 13ae864 md: fix sync_completed reporting for very large drives (>2TB) by Rémi Rérolle · 13 years ago
  31. 23ddff3 md: allow suspend_lo and suspend_hi to decrease as well as increase. by NeilBrown · 13 years ago
  32. 75d3da4 md: Don't let implementation detail of curr_resync leak out through sysfs. by NeilBrown · 13 years ago
  33. a6ff7e0 md: separate meta and data devs by Jonathan Brassow · 13 years ago
  34. ccebd4c md-new-param-to_sync_page_io by Jonathan Brassow · 13 years ago
  35. 57b2caa md-new-param-to-calc_dev_sboffset by Jonathan Brassow · 13 years ago
  36. 7ebc0be md: Be more careful about clearing flags bit in ->recovery by NeilBrown · 13 years ago
  37. defad61 md: md_stop_writes requires mddev_lock. by NeilBrown · 13 years ago
  38. 43c73ca md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer by Jonathan Brassow · 13 years ago
  39. 0ca6988 md: Ensure no IO request to get md device before it is properly initialised. by NeilBrown · 13 years ago
  40. 067032b md: Fix single printks with multiple KERN_<level>s by Joe Perches · 13 years ago
  41. 6c98791 md: fix regression resulting in delays in clearing bits in a bitmap by NeilBrown · 13 years ago
  42. 2a86cb7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/avr32-2.6 by Linus Torvalds · 13 years ago
  43. 8a0eebf NFS: Fix NFSv3 exclusive open semantics by Trond Myklebust · 13 years ago
  44. 9d09e66 dm: raid456 basic support by NeilBrown · 13 years ago
  45. 99d03c1 dm: per target unplug callback support by NeilBrown · 13 years ago
  46. 9d357b0 dm: introduce target callbacks and congestion callback by NeilBrown · 13 years ago
  47. 4e2d19e dm mpath: delay activate_path retry on SCSI_DH_RETRY by Chandra Seetharaman · 13 years ago
  48. 052189a dm: remove superfluous irq disablement in dm_request_fn by Kiyoshi Ueda · 13 years ago
  49. dbc883f dm log: use PTR_ERR value instead of ENOMEM by Dan Carpenter · 13 years ago
  50. b83b2f2 dm snapshot: avoid storing private suspended state by Mike Snitzer · 13 years ago
  51. 239c8dd dm snapshot: persistent make metadata_wq multithreaded by Tejun Heo · 13 years ago
  52. 9c4376d dm: use non reentrant workqueues if equivalent by Tejun Heo · 13 years ago
  53. 4d4d66a dm: convert workqueues to alloc_ordered by Tejun Heo · 13 years ago
  54. f521f07 dm stripe: switch from local workqueue to system_wq by Tejun Heo · 13 years ago
  55. d5ffa38 dm: dont use flush_scheduled_work by Tejun Heo · 13 years ago
  56. fecec20 dm snapshot: remove unused dm_snapshot queued_bios_work by Tejun Heo · 13 years ago
  57. 810b492 dm ioctl: suppress needless warning messages by Milan Broz · 13 years ago
  58. 3474578 dm crypt: add loop aes iv generator by Milan Broz · 13 years ago
  59. d1f9642 dm crypt: add multi key capability by Milan Broz · 13 years ago
  60. 2dc5327 dm crypt: add post iv call to iv generator by Milan Broz · 13 years ago
  61. 20c8253 dm crypt: use io thread for reads only if mempool exhausted by Milan Broz · 13 years ago
  62. c029772 dm crypt: scale to multiple cpus by Andi Kleen · 13 years ago
  63. 7dbcd13 dm crypt: simplify compatible table output by Milan Broz · 13 years ago
  64. 86a54a48 dm log userspace: add version number to comms by Jonathan Brassow · 13 years ago
  65. 085ae06 dm log userspace: group clear and mark requests by Jonathan Brassow · 13 years ago
  66. 909cc4f dm log userspace: split flush queue by Jonathan Brassow · 13 years ago
  67. 8d35d3e dm kcopyd: delay unplugging by Mikulas Patocka · 13 years ago
  68. 4a03867 dm log userspace: trap all failed log construction errors by Jonathan Brassow · 13 years ago
  69. 69a8cfc dm crypt: set key size early by Milan Broz · 13 years ago
  70. 4a1aeb9 dm: remove dm_mutex after bkl conversion by Milan Broz · 13 years ago
  71. 5fc2ffe dm raid1: support discard by Mike Snitzer · 13 years ago
  72. 84c8955 dm ioctl: allow rename to fill empty uuid by Peter Jones · 13 years ago
  73. d9bf0b5 dm io: remove BIO_RW_SYNCIO flag from kcopyd by Mikulas Patocka · 13 years ago
  74. 09c9d4c dm mpath: disable blk_abort_queue by Mike Snitzer · 13 years ago
  75. c217649 dm: dont take i_mutex to change device size by Mike Snitzer · 13 years ago
  76. c975ffa avr32: update default configuration files for Atmel boards by Hans-Christian Egtvedt · 13 years ago
  77. 1e2de47 avr32: Convert to clocksource_register_hz by John Stultz · 14 years ago
  78. 992a88b avr32: make architecture sys_clone prototype match asm-generic prototype by Hans-Christian Egtvedt · 13 years ago
  79. 664cb71 avr32: use syscall prototypes from asm-generic instead of arch by Hans-Christian Egtvedt · 13 years ago
  80. 12be8e7 avr32: disable kprobes for all default configurations by Hans-Christian Egtvedt · 13 years ago
  81. 36b471e avr32: boards: setup: use IS_ERR() instead of NULL check by Vasiliy Kulikov · 13 years ago
  82. 581548d Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  83. 03a4491 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  84. 7b0cb1b Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  85. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  86. fe3c560 Merge branch 'for-linus/i2c-2638' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  87. d2005603 Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 13 years ago
  88. 86f6f9b Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 13 years ago
  89. d33a629 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 by Linus Torvalds · 13 years ago
  90. 66dc918 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  91. b2034d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  92. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  93. a170315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  94. 67b5ad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 13 years ago
  95. 174a86d Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  96. 1896a13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 13 years ago
  97. e691d24 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  98. 55065bc Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  99. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  100. 8f685fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago