summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init()Bjorn Helgaas2006-03-256-12/+7Star
* [PATCH] EISA: tidy-up driver_register() return valueBjorn Helgaas2006-03-253-21/+20Star
* [PATCH] hp300: fix driver_register() return handling, remove dio_module_init()Bjorn Helgaas2006-03-254-14/+11Star
* [PATCH] parport: move PP_MAJOR from ppdev.h to major.hRene Herman2006-03-251-1/+2
* [PATCH] block/floppy: fix section mismatch warningsSam Ravnborg2006-03-251-1/+1
* [PATCH] ide: fix section mismatch warningSam Ravnborg2006-03-251-1/+1
* [PATCH] sysrq cleanupAndrew Morton2006-03-251-135/+115Star
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-2541-91/+100
* [PATCH] hysdn: remove custom typesAndrew Morton2006-03-2512-126/+127
* [PATCH] drivers/block/nbd.c: don't defer compile error to runtimeAdrian Bunk2006-03-251-4/+1Star
* [PATCH] constify tty flip buffer handlingThomas Koeller2006-03-251-2/+2
* [PATCH] ISDN: fix copy_to_user() unused result warning in isdn_pppJesper Juhl2006-03-251-1/+2
* [PATCH] cirrus ep93xx watchdog driverAlessandro Zummo2006-03-253-0/+268
* [PATCH] net: ne2k.c won't compile if pci_clone_list is constHorms2006-03-241-1/+1
* [PATCH] AT91RM9200 Ethernet driverAndrew Victor2006-03-244-0/+1220
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-2410-503/+540
|\
| * [PATCH] libata: Remove dependence on host_set->dev for SASBrian King2006-03-241-6/+7
| * [PATCH] libata: ata_scsi_ioctl cleanupBrian King2006-03-241-13/+0Star
| * [PATCH] libata: ata_scsi_queuecmd cleanupBrian King2006-03-241-14/+18
| * [libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik2006-03-246-47/+48
| * [PATCH] libata: add ata_dev_pair helperAlan Cox2006-03-241-0/+17
| * [PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.Nigel Cunningham2006-03-243-5/+6
| * [PATCH] libata: make ata_set_mode() responsible for failure handlingTejun Heo2006-03-241-20/+36
| * [PATCH] libata: use ata_dev_disable() in ata_bus_probe()Tejun Heo2006-03-241-3/+1Star
| * [PATCH] libata: implement ata_dev_disable()Tejun Heo2006-03-241-0/+9
| * [PATCH] libata: check if port is disabled after internal commandTejun Heo2006-03-241-0/+16
| * [PATCH] libata: make per-dev transfer mode limits per-devTejun Heo2006-03-242-2/+2
| * [PATCH] libata: add per-dev pio/mwdma/udma_maskTejun Heo2006-03-241-18/+25
| * [PATCH] libata: implement ata_unpack_xfermask()Tejun Heo2006-03-241-0/+23
| * [libata] Move some bmdma-specific code to libata-bmdma.cJeff Garzik2006-03-232-234/+234
| * [libata sata_uli] kill scr_addr abuseJeff Garzik2006-03-231-10/+27
| * [libata sata_nv] eliminate duplicate codepaths with iomapJeff Garzik2006-03-231-44/+13Star
| * [libata sata_nv] cleanups: convert #defines to enums; remove in-file historyJeff Garzik2006-03-231-75/+49Star
| * [libata sata_sil24] cleanups: use pci_iomap(), kzalloc()Jeff Garzik2006-03-231-13/+10Star
* | [PATCH] Yet more rio cleaning (2 of 2)Alan Cox2006-03-2418-912/+265Star
* | [PATCH] Yet more rio cleaning (1 of 2)Alan Cox2006-03-2415-524/+36Star
* | [PATCH] rio driver rework continued #5Alan Cox2006-03-243-10/+2Star
* | [PATCH] rio driver rework continued #4Alan Cox2006-03-241-272/+118Star
* | [PATCH] rio driver rework continued #3Alan Cox2006-03-247-535/+232Star
* | [PATCH] rio driver rework continued #2Alan Cox2006-03-244-154/+115Star
* | [PATCH] rio driver rework continued #1Alan Cox2006-03-2410-167/+118Star
* | [PATCH] rioboot: post-LindentAlan Cox2006-03-241-252/+177Star
* | [PATCH] rioboot: lindentAlan Cox2006-03-241-811/+704Star
* | [PATCH] rio: more header cleanupAlan Cox2006-03-2410-400/+243Star
* | [PATCH] Fix "value computed not used" warningsTakashi Iwai2006-03-243-10/+10
* | [PATCH] ide: Allow IDE interface to specify its not capable of 32-bit operationsKumar Gala2006-03-242-2/+9
* | [PATCH] show MCP menu only on ARCH_SA1100Adrian Bunk2006-03-241-0/+1
* | [PATCH] mmc: Secure Digital Host Controller Interface driverPierre Ossman2006-03-244-0/+1462
* | [PATCH] set_page_dirty() return value fixesAndrew Morton2006-03-241-1/+2
* | [PATCH] block: floppy98 removal, really.Arthur Othieno2006-03-241-1/+0Star