summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-134-0/+84
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | niu: panic on resetSantwona Behera2008-09-121-0/+56
| | * | | | | ath9k: Assign seq# when mac80211 requests thisJouni Malinen2008-09-113-0/+28
| * | | | | | memstick: fix MSProHG 8-bit interface mode supportAlex Dubov2008-09-133-25/+57
| * | | | | | spi_s3c24xx: fix section warningBen Dooks2008-09-131-3/+3
| * | | | | | atmel_lcdfb: disable LCD and DMA engines when suspendingHaavard Skinnemoen2008-09-131-35/+49
| * | | | | | ia64: fix panic during `modprobe -r xpc'Robin Holt2008-09-131-0/+3
| * | | | | | pxa2xx_spi: dma bugfixesNed Forrester2008-09-131-14/+43
| * | | | | | pxa2xx_spi: chipselect bugfixesNed Forrester2008-09-131-11/+48
| * | | | | | spi_mpc83xx: reject invalid transfer sizesPeter Korsgaard2008-09-131-2/+11
| * | | | | | spi_mpc83xx: fix clockrate calculation for low speedPeter Korsgaard2008-09-131-8/+5
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-09-113-6/+0
| |\ \ \ \ \
| | * | | | | block: disable sysfs parts of the disk command filterJens Axboe2008-09-113-6/+0
| | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-09-1110-85/+73
| |\ \ \ \ \
| | * | | | | [SCSI] fix check of PQ and PDT bits for WLUNsJames Bottomley2008-08-291-1/+2
| | * | | | | [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retryMike Anderson2008-08-291-1/+1
| | * | | | | [SCSI] scsi_dh: make check_sense return ADD_TO_MLQUEUEMike Anderson2008-08-293-10/+10
| | * | | | | [SCSI] zfcp: Remove duplicated unlikely() macros.Hirofumi Nakagawa2008-08-291-16/+16
| | * | | | | [SCSI] zfcp: channel cannot be detached due to refcount imbalanceSwen Schillig2008-08-291-1/+0
| | * | | | | [SCSI] zfcp: Fix reference counter for remote portsSwen Schillig2008-08-291-16/+9
| | * | | | | [SCSI] zfcp: Simplify ccw notify handlerChristof Schmitt2008-08-291-5/+1
| | * | | | | [SCSI] zfcp: Correctly query end flag in gpn_ft responseChristof Schmitt2008-08-291-4/+3
| | * | | | | [SCSI] zfcp: Fix request queue lockingChristof Schmitt2008-08-292-30/+30
| | * | | | | [SCSI] sd: select CRC_T10DIF only when necessaryStefan Richter2008-08-291-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-09-101-16/+15
| |\ \ \ \ \
| | * | | | | ide: Fix pointer arithmetic in hpt3xx driver code (3rd try)Masoud Sharbiani2008-09-101-16/+15
| | | |/ / / | | |/| | |
| * / | | | VIDEO_SH_MOBILE_CEU should depend on HAS_DMAGeert Uytterhoeven2008-09-101-1/+1
| |/ / / /
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-091-1/+1
| |\ \ \ \
| | * | | | xen: fix 2.6.27-rc5 xen balloon driver warningsJeremy Fitzhardinge2008-09-081-1/+1
| * | | | | [S390] cio: allow offline processing for disconnected devicesPeter Oberparleiter2008-09-091-0/+7
| * | | | | [S390] cio: handle ssch() return codes correctly.Cornelia Huck2008-09-091-1/+3
| * | | | | [S390] cio: Correct cleanup on error.Cornelia Huck2008-09-092-17/+22
| | |_|/ / | |/| | |
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-081-1/+1
| |\ \ \ \
| | * | | | [ARM] omap: fix build error in ohci-omap.cRussell King2008-09-041-1/+1
| | |/ / /
| * | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-09-087-43/+65
| |\ \ \ \
| | * | | | ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley2008-09-081-0/+2
| | * | | | pata_sil680: remove duplicate pcim_enable_deviceDavid Milburn2008-09-081-3/+0
| | * | | | libata-sff: kill spurious WARN_ON() in ata_hsm_move()Tejun Heo2008-09-081-5/+0
| | * | | | sata_nv: disable hardreset for genericTejun Heo2008-09-081-18/+1
| | * | | | ahci: disable PMP for marvell ahcisTejun Heo2008-09-081-1/+1
| | * | | | sata_mv: add RocketRaid 1720 PCI ID to driverMark Lord2008-09-081-1/+2
| | * | | | ahci, pata_marvell: play nicely togetherAlan Cox2008-09-083-15/+59
| * | | | | usb: fix null deferences in low level usb serialJason Wessel2008-09-081-1/+1
| |/ / / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-09-062-18/+58
| |\ \ \ \
| | * | | | Input: i8042 - make Lenovo 3000 N100 blacklist entry more specificJiri Kosina2008-09-041-1/+1
| | * | | | Input: bcm5974 - add BTN_TOUCH event for mousedev benefitHenrik Rydberg2008-09-041-0/+2
| | * | | | Input: bcm5974 - improve finger tracking and countingHenrik Rydberg2008-09-041-16/+54
| | * | | | Input: bcm5974 - small formatting cleanupHenrik Rydberg2008-09-041-1/+1
| * | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-061-21/+33
| |\ \ \ \ \
| | * | | | | clocksource, acpi_pm.c: check for monotonicityDominik Brodowski2008-09-061-17/+29