summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-142-6/+6
* Dont touch fs_struct in driversJan Blunck2008-02-141-2/+0
* Fix compile of swim3 as moduleTony Breeds2008-02-142-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-02-1335-368/+1226
|\
| * [SCSI] gdth: update deprecated pci_find_deviceSergio Luis2008-02-132-3/+6
| * [SCSI] gdth: scan for scsi devicesBoaz Harrosh2008-02-131-0/+9
| * [SCSI] sym53c416: fix module parametersJames Bottomley2008-02-121-8/+8
| * [SCSI] lpfc 8.2.5 : Update lpfc driver version to 8.2.5James Smart2008-02-111-1/+1
| * [SCSI] lpfc 8.2.5 : Fix buffer leaksJames Smart2008-02-116-7/+137
| * [SCSI] lpfc 8.2.5 : Miscellaneous discovery FixesJames Smart2008-02-119-66/+127
| * [SCSI] lpfc 8.2.5 : Add MSI-X single message supportJames Smart2008-02-113-22/+91
| * [SCSI] lpfc 8.2.5 : Miscellaneous FixesJames Smart2008-02-117-33/+41
| * [SCSI] lpfc 8.2.5 : Correct ndlp referencing issuesJames Smart2008-02-1111-142/+630
| * [SCSI] aic94xx: fix ABORT_TASK define conflictBoaz Harrosh2008-02-112-2/+2
| * [SCSI] fas216: Use scsi_eh API for REQUEST_SENSE invocationBoaz Harrosh2008-02-112-13/+6
| * [SCSI] ses: fix memory leaksYinghai Lu2008-02-111-9/+14
| * [SCSI] aacraid: informational sysfs value correctionsSalyzyn, Mark2008-02-111-6/+7
| * [SCSI] mpt fusion: Request I/O resources only when requiredPrakash, Sathya2008-02-112-7/+44
| * [SCSI] aacraid: ignore adapter reset check polaritySalyzyn, Mark2008-02-113-8/+10
| * [SCSI] aacraid: add optional MSI supportSalyzyn, Mark2008-02-115-33/+67
| * [SCSI] mpt fusion: Avoid racing when mptsas and mptcl module are loaded in pa...Prakash, Sathya2008-02-111-1/+3
| * [SCSI] MegaRAID driver management char device moved to miscThomas Horsten2008-02-112-7/+14
| * [SCSI] advansys: fix overrun_buf aligned bugFUJITA Tomonori2008-02-111-2/+11
* | pcmcia: ipwireless depends on NETDEVICESPaul Mundt2008-02-131-1/+1
* | parport: section fixupDavid Brownell2008-02-131-2/+2
* | Final removal of FASTCALL()/fastcallHarvey Harrison2008-02-131-1/+1
* | acpi: fix acpi_os_read_pci_configuration() misuse of raw_pci_read()Linus Torvalds2008-02-131-8/+8
* | drivers/memstick/host/tifm_ms.c breakageAl Viro2008-02-131-1/+1
* | dm-raid1 breakage on 64bitAl Viro2008-02-131-1/+1
* | wmi: (!x & y) strikes againAl Viro2008-02-131-1/+1
* | WMI: initialize wmi_blocks.list even if ACPI is disabledLinus Torvalds2008-02-111-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-02-111-0/+1
|\ \
| * | mlx4_core: Fix build break (missing include)Olof Johansson2008-02-111-0/+1
* | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-02-116-42/+75
|\ \ \ | |/ / |/| |
| * | sata_mv: platform driver allocs dma without createByron Bradley2008-02-111-20/+24
| * | pata_ninja32: setup changesAlan Cox2008-02-111-2/+7
| * | pata_legacy: typo fixAlan Cox2008-02-111-1/+1
| * | pata_amd: Note in the module description it handles NvidiaAlan Cox2008-02-111-1/+1
| * | sata_mv: fix loop with last portYinghai Lu2008-02-111-2/+4
| * | libata: ignore deverr on SETXFER if mode is configuredTejun Heo2008-02-111-15/+33
| * | pata_via: fix SATA cable detection on cx700Tejun Heo2008-02-111-1/+5
| |/
* | ide: remove stale comment from ide-lib.cBartlomiej Zolnierkiewicz2008-02-111-9/+0
* | ide: fix comment in init_irq()Bartlomiej Zolnierkiewicz2008-02-111-1/+1
* | ide: ide_init_port() bugfixBartlomiej Zolnierkiewicz2008-02-111-1/+1
* | ide-disk: fix flush requests (take 2)Bartlomiej Zolnierkiewicz2008-02-112-13/+21
* | ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF optionSergei Shtylyov2008-02-112-9/+14
* | bast-ide: build fixBartlomiej Zolnierkiewicz2008-02-111-8/+4
* | ide-tape: remove never executed codeBartlomiej Zolnierkiewicz2008-02-111-34/+0
* | ide: fix ide/legacy/gayle.c compilationAdrian Bunk2008-02-111-1/+1
* | ide-cd: replace ntohs with generic byteorder macro be16_to_cpuBorislav Petkov2008-02-111-1/+1