summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata: rework legacy handling to remove much of the cruftAlan Cox2006-08-1012-97/+123
* [PATCH] libata: implement per-dev xfermaskTejun Heo2006-08-101-29/+11
* [PATCH] [libata] Kill 'count' var in ata_device_add()Jeff Garzik2006-08-101-13/+7
* [PATCH] [libata] some function renamingJeff Garzik2006-08-101-11/+10
* [PATCH] libata: update ata_host_init() and rename it to ata_port_init_shost()Tejun Heo2006-08-101-20/+13
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-092-2/+15
|\
| * [PATCH] libata: clear sdev->locked on door lock failureTejun Heo2006-08-091-0/+13
| * [PATCH] Fix compile problem when sata debugging is onKeith Owens2006-08-091-2/+2
* | [PATCH] ahci: remove IRQ mask clearing from init_controller()Tejun Heo2006-08-091-2/+1
* | [PATCH] libata: Add support for SATA attachment to SAS adaptersBrian King2006-08-094-1/+160
* | [PATCH] libata: Move ata_probe_ent_alloc to libata_coreBrian King2006-08-093-26/+27
* | [PATCH] libata: Add ata_port_initBrian King2006-08-092-15/+36
* | [PATCH] libata: Add ata_host_set_initBrian King2006-08-092-4/+26
* | Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-093-27/+9
|\|
| * Merge branch 'tj-upstream-fixes' of git://htj.dyndns.org/libata-tj into upstr...Jeff Garzik2006-08-093-27/+9
| |\
| | * [PATCH] libata: fix ata_device_add() error pathTejun Heo2006-08-041-4/+4
| | * [PATCH] [libata] manually inline ata_host_remove()Jeff Garzik2006-08-041-25/+6
| | * [PATCH] sata_sil24: don't set probe_ent->mmio_baseTejun Heo2006-08-041-1/+0
| | * [PATCH] ata_piix: fix host_set private_data intializationTejun Heo2006-08-041-0/+1
| | * [PATCH] libata: fix ata_port_detach() for old EH portsTejun Heo2006-08-041-1/+2
* | | Merge branch 'master' into upstreamJeff Garzik2006-08-0794-723/+1133
|\| |
| * | Linux v2.6.18-rc4v2.6.18-rc4Linus Torvalds2006-08-061-1/+1
| * | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2006-08-0617-308/+509
| |\ \
| | * | Input: ati_remote - use msec instead of jiffiesDmitry Torokhov2006-08-051-58/+77
| | * | Input: ati_remote - add missing input_sync()Dmitry Torokhov2006-08-051-0/+1
| | * | Input: ati_remote - relax permissions sysfs module parametersDmitry Torokhov2006-08-051-2/+2
| | * | Input: ati_remote - make filter time a module parameterEdwin Huffstutler2006-08-051-14/+19
| | * | Input: atkbd - restore repeat rate when resumingDmitry Torokhov2006-08-051-43/+60
| | * | Input: trackpoint - activate protocol when resumingDmitry Torokhov2006-08-051-18/+34
| | * | Input: logips2pp - fix button mapping for MX300Roberto Castagnola2006-08-051-2/+1
| | * | Input: keyboard - change to use kzallocDmitry Torokhov2006-08-051-2/+2
| | * | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 in...Dmitry Torokhov2006-08-051758-16901/+34975
| | |\ \
| | * | | Input: serio/gameport - check whether driver core calls succeededRandy Dunlap2006-07-192-31/+100
| | * | | Input: spaceball - make 4000FLX Lefty workNick Martin2006-07-191-1/+1
| | * | | Input: keyboard - simplify emulate_raw() implementationDmitry Torokhov2006-07-191-17/+34
| | * | | Input: keyboard - remove static variable and clean up initializationDmitry Torokhov2006-07-191-10/+9
| | * | | Input: hiddev - use standard list implementationDmitry Torokhov2006-07-191-34/+38
| | * | | Input: add missing handler->start() callDmitry Torokhov2006-07-191-1/+4
| | * | | Input: HID - fix potential out-of-bound array accessDmitry Torokhov2006-07-151-1/+2
| | * | | Input: fix list iteration in input_release_device()Andrew Morton2006-07-151-3/+5
| | * | | Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra2006-07-151-0/+1
| | * | | Input: iforce - check array bounds before accessing elementsDmitry Torokhov2006-07-071-9/+9
| | * | | Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov2006-07-071-0/+5
| | * | | Input: fm801-gp - fix use after freeDmitry Torokhov2006-07-071-2/+2
| | * | | Input: wistron - fix section reference mismatchesAndrew Morton2006-07-061-10/+10
| | * | | Input: introduce input_inject_event() functionDmitry Torokhov2006-07-064-21/+49
| | * | | Input: add start() method to input handlersDmitry Torokhov2006-07-063-21/+51
| | * | | Input: remove accept method from input_devDmitry Torokhov2006-07-063-15/+0
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-08-0618-47/+62
| |\ \ \ \
| | * | | | [ALSA] Don't reject O_RDWR at opening PCM OSS with read/write-only deviceTakashi Iwai2006-08-031-0/+2