aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] set_page_dirty() return value fixesAndrew Morton2006-03-241-1/+2
* [PATCH] block: floppy98 removal, really.Arthur Othieno2006-03-241-1/+0
* [PATCH] remove ipmi pm_power_off redefinitionOlaf Hering2006-03-241-3/+1
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-2415-16/+16
* [PATCH] remove ISA legacy functions: drivers/net/lance.cAl Viro2006-03-241-2/+7
* [PATCH] remove ISA legacy functions: drivers/net/hp-plus.cAl Viro2006-03-241-4/+13
* [PATCH] remove ISA legacy functions: drivers/scsi/in2000.cAl Viro2006-03-241-6/+18
* [PATCH] remove ISA legacy functions: drivers/scsi/g_NCR5380.cAl Viro2006-03-242-13/+38
* [PATCH] remove ISA legacy functions: drivers/char/toshiba.cAl Viro2006-03-241-15/+23
* [PATCH] dasd: "cleanup dasd_ioctl" fixBastian Blank2006-03-241-1/+1
* [PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn2006-03-2426-138/+67
* [PATCH] s390: CEX2A crt message lengthEric Rossman2006-03-242-3/+12
* [PATCH] s390: 3590 tape driverStefan Bader2006-03-246-11/+1443
* [PATCH] s390: fix endless retry loop in tape driverMichael Holzheu2006-03-243-13/+35
* [PATCH] s390: tape operation abortion leads to panicMichael Holzheu2006-03-241-1/+1
* [PATCH] s390: tape retry flooding by deferred CC in interruptStefan Bader2006-03-241-4/+5
* [PATCH] s390: dasd extended error reportingStefan Weinhuber2006-03-248-1/+812
* [PATCH] s390: random values in result of BIODASDINFO2Horst Hummel2006-03-241-3/+2
* [PATCH] s390: remove experimental flag from dasd diagPeter Oberparleiter2006-03-241-1/+1
* [PATCH] s390: remove dynamic dasd ioctlsChristoph Hellwig2006-03-242-80/+0
* [PATCH] s390: merge cmb into dasdcChristoph Hellwig2006-03-244-139/+22
* [PATCH] s390: use normal switch statement for ioctls in dasd_ioctlcChristoph Hellwig2006-03-243-97/+55
* [PATCH] s390: use normal switch statement for ioctls in dasd_ioctlcChristoph Hellwig2006-03-243-161/+86
* [PATCH] s390: channel path measurementsCornelia Huck2006-03-244-23/+500
* [PATCH] s390: wrong interrupt delivered for hsch() or csch()Cornelia Huck2006-03-241-0/+12
* [PATCH] w1: use kthread api.Evgeniy Polyakov2006-03-233-65/+28
* [PATCH] W1: u64 is not long longAndrew Morton2006-03-231-2/+5
* [PATCH] W1: Remove incorrect MODULE_ALIASPatrick McHardy2006-03-231-2/+0
* [PATCH] fix W1_MASTER_DS9490_BRIDGE dependenciesAdrian Bunk2006-03-231-1/+1
* [PATCH] w1: misc cleanupsAdrian Bunk2006-03-235-15/+18
* [PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.Evgeniy Polyakov2006-03-233-0/+576
* [PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ...Evgeniy Polyakov2006-03-2313-91/+126
* [PATCH] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' ...Evgeniy Polyakov2006-03-234-40/+40
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-2311-235/+376
|\
| * Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-03-238-179/+318
| |\
| | * [PATCH] hostap: Fix memory leak on PCI probe error pathJouni Malinen2006-03-232-5/+8
| | * [PATCH] hostap: Remove dead code (duplicated idx != 0)Jouni Malinen2006-03-231-4/+0
| | * [PATCH] hostap: Fix unlikely read overrun in CIS parsingJouni Malinen2006-03-231-2/+2
| | * [PATCH] hostap: Fix double free in prism2_config() error pathEugene Teo2006-03-231-2/+0
| | * [PATCH] hostap: Fix ap_add_sta() return value verificationAdrian Bunk2006-03-231-1/+1
| | * [PATCH] hostap: Fix hw reset after CMDCODE_ACCESS_WRITE timeoutAdrian Bunk2006-03-231-4/+4
| | * [PATCH] wireless/airo: cache wireless scansDan Williams2006-03-231-59/+172
| | * [PATCH] wireless/airo: define default MTUDan Williams2006-03-231-16/+17
| | * [PATCH] wireless/airo: clean up printk usage to print device nameDan Williams2006-03-231-86/+105
| | * [PATCH] WE-20 for kernel 2.6.16Jean Tourrilhes2006-03-231-0/+9
| * | [PATCH] skge: version 1.5Stephen Hemminger2006-03-231-1/+1
| * | [PATCH] skge: compute available ring buffersStephen Hemminger2006-03-232-11/+10
| * | [PATCH] skge: dont free skb until multi-part transmit completeStephen Hemminger2006-03-231-35/+38
| * | [PATCH] skge: multicast statistics fixStephen Hemminger2006-03-231-1/+1
| * | [PATCH] skge: rx_reuse called twiceStephen Hemminger2006-03-231-3/+2