1. fe06e5f libata-sff: separate out BMDMA EH by Tejun Heo · 14 years ago
  2. c429137 libata-sff: port_task is SFF specific by Tejun Heo · 14 years ago
  3. 5fe7454 libata-sff: ap->[last_]ctl are SFF specific by Tejun Heo · 14 years ago
  4. 8244cd0 libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo() by Tejun Heo · 14 years ago
  5. 270390e libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init() by Tejun Heo · 14 years ago
  6. c708765 libata-sff: clean up BMDMA initialization by Tejun Heo · 14 years ago
  7. 8930ff2 libata-sff: clean up inheritance in several drivers by Tejun Heo · 14 years ago
  8. 9f2f721 libata-sff: reorder SFF/BMDMA functions by Tejun Heo · 14 years ago
  9. 6bc0d39 sata_inic162x: kill PORT_PRD_ADDR initialization by Tejun Heo · 14 years ago
  10. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  11. c7a8209 libata-sff: kill unused prototype and make ata_dev_select() static by Tejun Heo · 14 years ago
  12. 2a7adff libata-sff: update bmdma host bus error handling by Tejun Heo · 14 years ago
  13. 1b959c4 sata_mv: remove unnecessary initialization by Tejun Heo · 14 years ago
  14. 6f79146 sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFF by Tejun Heo · 14 years ago
  15. 904924b pata_sch: use ata_pci_sff_init_one() by Tejun Heo · 14 years ago
  16. c4acf99 pata_sil680: Do our own exec_command posting by Alan Cox · 14 years ago
  17. 978c066 libata: Remove excess delay in the tf_load path by Alan Cox · 14 years ago
  18. 95cc2c7 sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate() by Tejun Heo · 14 years ago
  19. 3842e83 libata: don't flush dcache on slab pages by Sebastian Andrzej Siewior · 14 years ago
  20. 276a47a pata_cmd640: don't read CFR pointlessly by Sergei Shtylyov · 14 years ago
  21. e42a542 libata: make sff_irq_on() method optional by Sergei Shtylyov · 14 years ago
  22. 41dec29 libata: introduce sff_set_devctl() method by Sergei Shtylyov · 14 years ago
  23. 5578718 ahci_platform: properly set up EM messaging by Jeff Garzik · 14 years ago
  24. c062316 ahci: add "em_buffer" attribute for AHCI hosts by Harry Zhang · 14 years ago
  25. 008dbd6 ahci: EM message type auto detect by Harry Zhang · 14 years ago
  26. ec86c81 pata_scc: kill useless check in scc_postreset() by Sergei Shtylyov · 14 years ago
  27. fe6005b pata_scc: make scc_wait_after_reset() static by Sergei Shtylyov · 14 years ago
  28. 9990b6f libata: use __ratelimit by Akinobu Mita · 14 years ago
  29. b48d58f libata: use longer 0xff wait if parallel scan is enabled by Tejun Heo · 14 years ago
  30. 2944408 libata-sff: kill unused ata_bus_reset() by Sergei Shtylyov · 14 years ago
  31. 4f2c774 [libata] Disable R_OK (Early ACK) on SII 3726 PMP by Grant Grundler · 14 years ago
  32. fbaf666 libata: update gfp/slab.h includes by Tejun Heo · 14 years ago
  33. 83f2b96 ahci: implement AHCI_HFLAG_NO_FPDMA_AA and update NV quirks by Tejun Heo · 14 years ago
  34. ec569af pata_mpc52xx: reduce code size by simple change of constant data types by Roman Fietze · 14 years ago
  35. 441577e ahci: clean up board IDs by Tejun Heo · 14 years ago
  36. 96d6030 ahci: Turn off DMA engines when there's no device attached by Matthew Garrett · 14 years ago
  37. 1c2a49f ahci: Add platform driver by Anton Vorontsov · 14 years ago
  38. 365cfa1 ahci: Move generic code into libahci by Anton Vorontsov · 14 years ago
  39. 0cbb0e7 ahci: Introduce ahci_set_em_messages() by Anton Vorontsov · 14 years ago
  40. 439fcae ahci: Factor out PCI specifics from ahci_print_info() by Anton Vorontsov · 14 years ago
  41. 781d655 ahci: Factor out PCI specifics from ahci_init_controller() by Anton Vorontsov · 14 years ago
  42. 97cfbfe ahci: Get rid of pci_dev argument in ahci_port_init() by Anton Vorontsov · 14 years ago
  43. 3303040 ahci: Factor out PCI specifics from ahci_reset_controller() by Anton Vorontsov · 14 years ago
  44. 1d51335 ahci: Get rid of pci_dev argument in ahci_save_initial_config() by Anton Vorontsov · 14 years ago
  45. 394d6e5 ahci: Factor out PCI specifics from ahci_save_initial_config() by Anton Vorontsov · 14 years ago
  46. d899334 ahci: Get rid of host->iomap usage by Anton Vorontsov · 14 years ago
  47. 4fc4c3c Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  48. 97b2073 Merge branch 'davinci-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci by Linus Torvalds · 14 years ago
  49. b9af5dd DA830: fix USB 2.0 clock entry by Sergei Shtylyov · 14 years ago
  50. b3b38d8 inotify: don't leak user struct on inotify release by Pavel Emelyanov · 14 years ago
  51. e087334 inotify: race use after free/double free in inotify inode marks by Eric Paris · 14 years ago
  52. 3dbc6fb inotify: clean up the inotify_add_watch out path by Eric Paris · 14 years ago
  53. 508ff9d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  54. 3ac4e82 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
  55. 7ac992e Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  56. d77f873 Merge branch 'net-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  57. 4ae69e6 mmap_min_addr check CAP_SYS_RAWIO only for write by Kees Cook · 14 years ago
  58. a5e48b8 microblaze: Fix module loading on system with WB cache by Michal Simek · 14 years ago
  59. 6a251b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  60. 9e766d8 Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  61. bf6239e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  62. 1c5250d serial: imx.c: fix CTS trigger level lower to avoid lost chars by Valentin Longchamp · 14 years ago
  63. 77945fe tty: Fix unbalanced BKL handling in error path by Alan Cox · 14 years ago
  64. e6114fa serial: mpc52xx_uart: fix null pointer dereference by Anatolij Gustschin · 14 years ago
  65. 4462dc0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  66. 002baee vfs: Fix O_NOFOLLOW behavior for paths with trailing slashes by Jan Kara · 14 years ago
  67. fc8e38f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  68. aa86f26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  69. 5051d41 mfd: Clean up after WM83xx AUXADC interrupt if it arrives late by Mark Brown · 14 years ago
  70. ee4bcdf microblaze: export assembly functions used by modules by Michal Simek · 14 years ago
  71. 1ce2470 microblaze: Remove powerpc code from Microblaze port by Michal Simek · 14 years ago
  72. ddfbc93 microblaze: Remove compilation warnings in cache macro by Michal Simek · 14 years ago
  73. e1733d2 microblaze: export assembly functions used by modules by Steven J. Magnani · 14 years ago
  74. 105ce39 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 14 years ago
  75. 3843384 Input: ad7877 - keep dma rx buffers in seperate cache lines by Oskar Schirmer · 14 years ago
  76. ef110b2 Input: psmouse - reset all types of mice before reconnecting by Dmitry Torokhov · 14 years ago
  77. 504e8be Input: elantech - use all 3 bytes when checking version by Dmitry Torokhov · 14 years ago
  78. 538722c microblaze: fix get_user/put_user side-effects by Steven J. Magnani · 14 years ago
  79. 0d5961b microblaze: re-enable interrupts before calling schedule by Steven J. Magnani · 14 years ago
  80. 4f018c5 KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe() by Roel Kluin · 14 years ago
  81. f8c5fae KVM: VMX: blocked-by-sti must not defer NMI injections by Jan Kiszka · 14 years ago
  82. fe19c5a KVM: x86: Call vcpu_load and vcpu_put in cpuid_update by Dongxiao Xu · 14 years ago
  83. 061e2fd KVM: SVM: Fix wrong intercept masks on 32 bit by Joerg Roedel · 14 years ago
  84. 46a47b1 KVM: convert ioapic lock to spinlock by Marcelo Tosatti · 14 years ago
  85. be83567 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  86. 5ec390e Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  87. cdf5f61 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  88. 131c6c9 Merge commit 'kumar/merge' into merge by Benjamin Herrenschmidt · 14 years ago
  89. 769d996 Revert "PCI: update bridge resources to get more big ranges in PCI assign unssigned" by Linus Torvalds · 14 years ago
  90. 7ac512a CacheFiles: Fix error handling in cachefiles_determine_cache_security() by David Howells · 14 years ago
  91. 91af708 rwsem: Test for no active locks in __rwsem_do_wake undo code by Michel Lespinasse · 14 years ago
  92. 0d49935 vhost: fix barrier pairing by Michael S. Tsirkin · 14 years ago
  93. e7b702b Inotify: undefined reference to `anon_inode_getfd' by Russell King · 14 years ago
  94. 82134665 ALSA: ice1724 - Fix ESI Maya44 capture source control by Takashi Iwai · 14 years ago
  95. 9fe17b5 ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archs by Takashi Iwai · 14 years ago
  96. 6a45f78 ALSA: virtuoso: fix Xonar D1/DX front panel microphone by Clemens Ladisch · 14 years ago
  97. 2a6ce6e ALSA: hda - Add hp-dv4 model for IDT 92HD71bx by Takashi Iwai · 14 years ago
  98. 57d8490 [S390] correct address of _stext with CONFIG_SHARED_KERNEL=y by Martin Schwidefsky · 14 years ago
  99. 545c174 [S390] ptrace: fix return value of do_syscall_trace_enter() by Gerald Schaefer · 14 years ago
  100. 1c1e093 [S390] dasd: fix race between tasklet and dasd_sleep_on by Stefan Weinhuber · 14 years ago