1. 665d66e ide: fix races in handling of user-space SET XFER commands by Bartlomiej Zolnierkiewicz · 17 years ago
  2. fa56d4c ide: allow ide_dev_read_id() to be called from the IRQ context by Bartlomiej Zolnierkiewicz · 17 years ago
  3. 9f3eea6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 16 years ago
  4. 2cf812d Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  5. ae83060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  6. 18eac1c tty-ldisc: make refcount be atomic_t 'users' count by Linus Torvalds · 16 years ago
  7. 9f498cc perf_counter: Full task tracing by Peter Zijlstra · 16 years ago
  8. 7c958e3 block: Add a wrapper for setting minimum request size without a queue by Martin K. Petersen · 16 years ago
  9. a5bc92c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  10. 6eb80e0 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  11. c712184 clocksource: Save mult_orig in clocksource_disable() by Magnus Damm · 16 years ago
  12. 4b2a108 cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SG by Sebastian Andrzej Siewior · 17 years ago
  13. 6de7e35 lib/scatterlist: add a flags to signalize mapping direction by Sebastian Andrzej Siewior · 17 years ago
  14. cbb4f26 io context: fix ref counting by Li Zefan · 16 years ago
  15. 1842f23 lguest and virtio: cleanup struct definitions to Linux style. by Rusty Russell · 16 years ago
  16. 2e04ef7 lguest: fix comment style by Rusty Russell · 16 years ago
  17. 91a5698 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  18. 812ed03 uio: mark uio.h functions __KERNEL__ only by Jiri Slaby · 16 years ago
  19. 534acc0 lib: flexible array implementation by Dave Hansen · 16 years ago
  20. f5a55ef pps.h needs <linux/types.h> by Dave Jones · 16 years ago
  21. 8870326 cgroup avoid permanent sleep at rmdir by KAMEZAWA Hiroyuki · 16 years ago
  22. 096b7fe cgroups: fix pid namespace bug by Li Zefan · 16 years ago
  23. 2e13e5f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  24. e043e42 pty: avoid forcing 'low_latency' tty flag by OGAWA Hirofumi · 16 years ago
  25. dddac6a PM / Hibernate: Replace bdget call with simple atomic_inc of i_count by Alan Jenkins · 16 years ago
  26. 5920dad libata: accept late unlocking of HPA by Tejun Heo · 16 years ago
  27. 27fed41 ip: fix logic of reverse path filter sysctl by Stephen Hemminger · 16 years ago
  28. fc013a5 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 16 years ago
  29. f146214 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  30. 04fc0a4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  31. 4897f10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  32. 2bc20d0 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 16 years ago
  33. 26e744b V4L/DVB (12283): gspca - sn9c20x: New subdriver for sn9c201 and sn9c202 bridges. by Brian Johnson · 16 years ago
  34. 5dea271 dm table: pass correct dev area size to device_area_is_valid by Mike Snitzer · 16 years ago
  35. 3c33010 Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf by Linus Torvalds · 16 years ago
  36. d14a767 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  37. 612e900 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  38. 5b26776 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  39. 24c30db of/mdio: Add support function for Ethernet fixed-link property by Anton Vorontsov · 16 years ago
  40. 7f453c2 perf_counter: PERF_SAMPLE_ID and inherited counters by Peter Zijlstra · 16 years ago
  41. 9ba5f00 softirq: introduce tasklet_hrtimer infrastructure by Peter Zijlstra · 16 years ago
  42. f44aebc inotify: use GFP_NOFS under potential memory pressure by Eric Paris · 16 years ago
  43. e56f097 rfkill: remove too-strict __must_check by Alan Jenkins · 16 years ago
  44. 591d2fb genirq: Delegate irq affinity setting to the irq thread by Thomas Gleixner · 16 years ago
  45. 6301cb9 sched: fix nr_uninterruptible accounting of frozen tasks really by Thomas Gleixner · 16 years ago
  46. e79f07e virtio_net: Sync header with qemu by Alex Williamson · 16 years ago
  47. 5780888 lguest: fix journey by Matias Zabaljauregui · 17 years ago
  48. 63f7a33 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  49. 5c9228f vt: drop bootmem/slab memory distinction by Johannes Weiner · 16 years ago
  50. 43237b5 ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle() by Jan Kara · 17 years ago
  51. 35b5c55 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  52. d0cb43b libata: implement and use HORKAGE_NOSETXFER, take#2 by Tejun Heo · 16 years ago
  53. 62f4905 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  54. a376d44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  55. 8660c12 skbuff.h: Fix comment for NET_IP_ALIGN by Tobias Klauser · 16 years ago
  56. a4dc323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  57. 51feb98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  58. e376bbb USB: usb.h: fix kernel-doc notation by Randy Dunlap · 17 years ago
  59. 1a74826 Revert "USB: Add Intel Langwell USB OTG Transceiver Drive" by Greg Kroah-Hartman · 17 years ago
  60. 4ead0a2 Driver Core: remove BUS_ID_SIZE by Kay Sievers · 17 years ago
  61. 7638d53 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 16 years ago
  62. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
  63. f9fabcb personality: fix PER_CLEAR_ON_SETID by Julien Tinnes · 17 years ago
  64. 373c0a7 Fix compile error due to congestion_wait() changes by Trond Myklebust · 16 years ago
  65. 24a15a6 tty: Fix USB kref leak by Alan Cox · 16 years ago
  66. 69ca06c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  67. ac3f482 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  68. d86ee48 sched: optimize cond_resched() by Peter Zijlstra · 16 years ago
  69. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 16 years ago
  70. ecb554a block: fix sg SG_DXFER_TO_FROM_DEV regression by FUJITA Tomonori · 16 years ago
  71. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 16 years ago
  72. f9f868d timer stats: fix quick check optimization by Heiko Carstens · 16 years ago
  73. 6ff7041 hrtimer: Fix migration expiry check by Thomas Gleixner · 16 years ago
  74. e864561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  75. ad46276 memory barrier: adding smp_mb__after_lock by Jiri Olsa · 16 years ago
  76. 1ce822f includecheck fix: include/linux, rfkill.h by Jaswinder Singh Rajput · 16 years ago
  77. 5e75c5f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  78. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 16 years ago
  79. e9bf0cc elfcore.h : Fix UML build breakage by Parag Warudkar · 16 years ago
  80. 53238a6 kmemleak: Allow partial freeing of memory blocks by Catalin Marinas · 17 years ago
  81. e4f7c0b4 kmemleak: Trace the kmalloc_large* functions in slub by Catalin Marinas · 17 years ago
  82. 7afdbf2 signals: declare sys_rt_tgsigqueueinfo in syscalls.h by Arnd Bergmann · 17 years ago
  83. eeaecb8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  84. dc53fff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 17 years ago
  85. 8871b20 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 17 years ago
  86. f63bafe5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  87. 82e3310 linux/sysrq.h needs linux/errno.h by Tobias Doerffel · 17 years ago
  88. a65e7bf elf: fix multithreaded program core dumping on arm by Hui Zhu · 17 years ago
  89. 509dd02 V4L/DVB (12148): move V4L2_PIX_FMT_SGRBG8 to the proper place by Mauro Carvalho Chehab · 17 years ago
  90. 29f3177 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 17 years ago
  91. 887b5ea if_ether: add define for 1588 aka Timesync by Alexander Duyck · 17 years ago
  92. fa172f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 17 years ago
  93. 2027bd9 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  94. 7b85425 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  95. 018e044 block: get rid of queue-private command filter by Jens Axboe · 17 years ago
  96. 7878cba block: Create bip slabs with embedded integrity vectors by Martin K. Petersen · 17 years ago
  97. d9d62f3 usbnet: Remove private stats structure by Herbert Xu · 17 years ago
  98. 55bcab4 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  99. 537a1bf fbdev: add mutex for fb_mmap locking by Krzysztof Helt · 17 years ago
  100. 70d6027 spi: add spi_master flag word by David Brownell · 17 years ago