summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] pcmcia: remove get_socket callbackDominik Brodowski2006-01-0514-606/+0
* [PATCH] yenta: optimize interrupt handlerDaniel Ritz2006-01-051-4/+4
* [PATCH] pcmcia: avoid macro usage in cistplPavel Machek2006-01-051-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-0437-295/+451
|\
| * [PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state()Adrian Bunk2006-01-041-0/+2
| * [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabledGreg Kroah-Hartman2006-01-041-4/+22
| * [PATCH] Driver Core: Rearrange exports in platform.cDmitry Torokhov2006-01-041-11/+10
| * [PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov2006-01-041-15/+30
| * [PATCH] Input: add modalias supportRusty Russell2006-01-041-0/+39
| * [PATCH] ide: MODALIAS support for autoloading of ide-cd, ide-disk, ...Kay Sievers2006-01-045-0/+64
| * [PATCH] Allow overlapping resources for platform devicesKumar Gala2006-01-041-1/+1
| * [PATCH] Hold the device's parent's lock during probe and removeAlan Stern2006-01-042-2/+28
| * [PATCH] driver kill hotplug word from sn and others fixPaul Jackson2006-01-042-4/+4
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-0424-253/+248
| * [PATCH] merge kobject_uevent and kobject_hotplugKay Sievers2006-01-041-1/+1
| * [PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers2006-01-042-2/+0
| * [PATCH] keep pnpbios usermod_helper away from hotplug_path[]Kay Sievers2006-01-041-5/+3
* | [PATCH] Fix IXP4xx watchdog errata workaroundDeepak Saxena2006-01-041-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-01-043-19/+131
|\ \
| * | [ALSA] [PATCH] alsa: Improved PnP suspend supportPierre Ossman2006-01-032-24/+91
| * | [ALSA] PATCH] Add PM support to PnP driversTakashi Iwai2006-01-032-0/+45
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-046-1/+16
|\ \
| * | gitignore: misc filesBrian Gerst2006-01-016-1/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-045-13/+13
|\ \ \
| * | | update the email address of Randy DunlapAdrian Bunk2006-01-031-1/+1
| * | | s/retreiv/retriev/gMatt Mackall2006-01-034-12/+12
| | |/ | |/|
* | | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2006-01-0413-246/+397
|\ \ \
| * \ \ Merge branch 'master'Jeff Garzik2006-01-0361-541/+522
| |\ \ \ | | |/ /
| * | | Merge branch 'master'Jeff Garzik2005-12-2462-1190/+903
| |\ \ \
| * \ \ \ Merge branch 'master'Jeff Garzik2005-12-131-1/+1
| |\ \ \ \
| * | | | | [PATCH] add boot option to control Intel SATA/PATA combined modeJesse Barnes2005-12-131-0/+30
| * | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-12-134-10/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master'Jeff Garzik2005-12-138-55/+88
| |\ \ \ \ \ \
| * | | | | | | [PATCH] libata: remove unused qc->waitingTejun Heo2005-12-131-12/+2
| * | | | | | | [PATCH] libata: remove unused functionsTejun Heo2005-12-132-30/+0
| * | | | | | | [PATCH] libata: use ata_exec_internal()Tejun Heo2005-12-131-101/+44
| * | | | | | | [PATCH] libata: implement ata_exec_internal()Tejun Heo2005-12-131-0/+99
| * | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-12-123-9/+4
| |\ \ \ \ \ \ \
| * | | | | | | | [PATCH] libata: ata_piix 450NX errataAlan Cox2005-12-121-1/+43
| * | | | | | | | Merge branch 'master'Jeff Garzik2005-12-12114-3069/+3043
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [PATCH] libata: add ata_piix notesAlan Cox2005-12-121-0/+43
| * | | | | | | | | [PATCH] libata: err_mask misc fixAlbert Lee2005-12-061-5/+13
| * | | | | | | | | [PATCH] libata: determine the err_mask directly in atapi_packet_task()Albert Lee2005-12-061-6/+7
| * | | | | | | | | [PATCH] libata: determine the err_mask when the error is foundAlbert Lee2005-12-061-1/+9
| * | | | | | | | | [PATCH] libata: move err_mask to ata_queued_cmdAlbert Lee2005-12-0610-54/+81
| * | | | | | | | | [PATCH] libata: minor patch before moving err_maskAlbert Lee2005-12-061-3/+7
| * | | | | | | | | Merge branch 'master'Jeff Garzik2005-12-061-1/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2005-12-0388-1645/+1086
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [PATCH] mark several libata datastructures constArjan van de Ven2005-12-018-11/+11
| * | | | | | | | | | | Merge branch 'master'Jeff Garzik2005-12-0140-344/+553
| |\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud