1. 734affd ide: add IDE_DFLAG_NIEN_QUIRK device flag by Bartlomiej Zolnierkiewicz · 15 years ago
  2. 8bc1e5a ide: respect quirk_drives[] list on all controllers by Bartlomiej Zolnierkiewicz · 15 years ago
  3. 6250d3a Merge branch 'for-linus' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  4. 075affc ide: preserve Host Protected Area by default (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  5. e957b60 ide-gd: implement block device ->set_capacity method (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  6. db429e9 partitions: add ->set_capacity block device method by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 4c9773e Merge branch 'for-linus' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 5993856 via82cxxx: Add VIA VX855 PCI Device ID by Harald Welte · 15 years ago
  9. 28ee9bc ide: report timeouts in ide_busy_sleep() by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 9f36d31 ide: remove hw_regs_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  11. dca3983 ide: pass number of ports to ide_host_{alloc,add}() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 29e52cf ide: remove chipset field from hw_regs_t by Bartlomiej Zolnierkiewicz · 15 years ago
  13. ca1b96e ide: replace special_t typedef by IDE_SFLAG_* flags by Bartlomiej Zolnierkiewicz · 15 years ago
  14. 23a39ee Merge branch 'for-linus' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 96c1674 ide-cd: fix REQ_QUIET tests in cdrom_decode_status by Borislav Petkov · 15 years ago
  16. 6d70038 ide-atapi: kill unused fields and callbacks by Tejun Heo · 15 years ago
  17. 5c4be57 ide-cd,atapi: use bio for internal commands by Tejun Heo · 15 years ago
  18. 6b544fc ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer by Borislav Petkov · 15 years ago
  19. a1df516 ide: add helpers for preparing sense requests by Borislav Petkov · 15 years ago
  20. 46a802e ide kill unused ide_cmd->special by Tejun Heo · 15 years ago
  21. 74a205a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  22. dd26bf6d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  23. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  24. 91ec65b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  25. df42654 Get rid of final remnants of include/asm-$(ARCH) by Linus Torvalds · 15 years ago
  26. 4dc8ab8 Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev by Linus Torvalds · 15 years ago
  27. 78a4999 m32r: move include/asm-m32r/* to arch/m32r/include/asm/ by Hirokazu Takata · 15 years ago
  28. fe4e719 m32r: move include/asm-m32r headers to arch/m32r/include/asm by Hirokazu Takata · 16 years ago
  29. 4d831f5 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
  30. 7607b1d Driver core: remove pr_fmt() from dynamic_dev_dbg() printk by Jason Baron · 15 years ago
  31. 4ccb457 dynamic debug: resurrect old pr_debug() semantics as pr_devel() by Michael Ellerman · 15 years ago
  32. 1397709 Driver Core: early platform driver by Magnus Damm · 15 years ago
  33. e3cf95d ata: Report 16/32bit PIO as best we can by Alan Cox · 15 years ago
  34. 0c387ec Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  35. 35c80d5 Add block_write_full_page_endio for passing endio handler by Chris Mason · 15 years ago
  36. cd97824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  37. da60682 The default CONFIG_BUG=n version of BUG() should have an empty do...while by David Howells · 15 years ago
  38. 3ee8da8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  39. 23da64b Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  40. a23c218 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 15 years ago
  41. 61e0d47 splice: add helpers for locking pipe inode by Miklos Szeredi · 15 years ago
  42. f8cc774 splice: remove generic_file_splice_write_nolock() by Miklos Szeredi · 15 years ago
  43. 328eaab ocfs2: fix i_mutex locking in ocfs2_splice_to_file() by Miklos Szeredi · 15 years ago
  44. b3c2d2d splice: split up __splice_from_pipe() by Miklos Szeredi · 15 years ago
  45. 2e8e59f Merge branch 'topic/hda' into for-linus by Takashi Iwai · 15 years ago
  46. ff0c68d Merge branch 'topic/jack-free-fix' into topic/hda by Takashi Iwai · 15 years ago
  47. 45c27fc Merge branch 'master' of git://git.alsa-project.org/alsa-kernel into for-linus by Takashi Iwai · 15 years ago
  48. 48e70bc Document and move the various READ/WRITE types by Jens Axboe · 15 years ago
  49. 8f3d8ba block: move bio list helpers into bio.h by Christoph Hellwig · 15 years ago
  50. b897e6f Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  51. 610f26e 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
  52. 78c5b82 tty: Update some of the USB kernel doc by Leandro Dorileo · 15 years ago
  53. 9d59065 ALSA: add private_data to struct snd_jack by Takashi Iwai · 15 years ago
  54. ef631b0 rcu: Make hierarchical RCU less IPI-happy by Paul E. McKenney · 15 years ago
  55. 27b1956 lockdep: warn about lockdep disabling after kernel taint, fix by Ingo Molnar · 15 years ago
  56. 347486b intelfb: support i854 by Stefan Husemann · 15 years ago
  57. 1faca76 include/video/cyblafb.h: remove it, it's unused by Joe Perches · 15 years ago
  58. 0769c29 asm-generic/siginfo.h: update NSIGTRAP definition by Andi Kleen · 15 years ago
  59. 5dec8bf include/linux/fiemap.h: include types.h now that it's exported by Eric Sandeen · 15 years ago
  60. 17a5138 aio: remove INIT_KIOCTX by Alexey Dobriyan · 15 years ago
  61. 251eb40 hwmon: sht15 humidity sensor driver by Jonathan Cameron · 15 years ago
  62. ebde441 fbdev: fix color component field length documentation by Michal Januszewski · 15 years ago
  63. a8729eb phylib: Allow early-out in phy_change by Anatolij Gustschin · 15 years ago
  64. 8340020 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  65. b534d38 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  66. c751085 PM/Hibernate: Wait for SCSI devices scan to complete during resume by Rafael J. Wysocki · 15 years ago
  67. 8255309 Merge branch 'tracing-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. bf20753 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
  69. 8371f87 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 15 years ago
  70. 0ad30b8 add some long-missing capabilities to fs_mask by Serge E. Hallyn · 15 years ago
  71. d811f23 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
  72. c758e8c i2c: Fix sparse warnings for I2C_BOARD_INFO() by Ben Hutchings · 15 years ago
  73. 9eeba61 lockdep: warn about lockdep disabling after kernel taint by Frederic Weisbecker · 15 years ago
  74. fd746d5 Input: ads7846 - introduce platform specific way to synchronize sampling by Eric Miao · 15 years ago
  75. 499923c ipv6: Fix NULL pointer dereference with time-wait sockets by Vlad Yasevich · 15 years ago
  76. 7933a3c Remove stale include/asm-mn10300/.gitignore file by Linus Torvalds · 15 years ago
  77. 066123a percpu: unbreak alpha percpu by Tejun Heo · 15 years ago
  78. d848223 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 15 years ago
  79. 5de4c51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv by Linus Torvalds · 15 years ago
  80. 8f7c2c3 Make __stringify support variable argument macros too by Zhaolei · 15 years ago
  81. da76166 Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/. by David Howells · 15 years ago
  82. bbf6ad1 [ALSA] pcm-midlevel: Add more strict buffer position checks based on jiffies by Jaroslav Kysela · 15 years ago
  83. e69cc92 FRV: Move to arch/frv/include/asm/ by David Howells · 15 years ago
  84. 1879346 FRV: Fix indentation errors to keep git-am happy when moving arch header files by David Howells · 15 years ago
  85. 6594d0b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  86. 6fde836 FRV: Use <asm-generic/pgtable.h> in NOMMU mode by David Howells · 15 years ago
  87. c2ea122 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. 17b2e9b Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  89. 422a253 Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  90. df55292 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  91. 97c18e2 module: try_then_request_module must wait by Herbert Xu · 15 years ago
  92. e3c8ca8 sched: do not count frozen tasks toward load by Nathan Lynch · 15 years ago
  93. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  94. d831220 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 15 years ago
  95. c71d9ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  96. 692d0eb dm: remove limited barrier support by Mikulas Patocka · 15 years ago
  97. 7b85a88 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  98. 7831d56 tty: MAX3100 by Alan Cox · 15 years ago
  99. fd1cc48 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  100. 280b713 drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU. by Eric Anholt · 15 years ago