summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-01-319-61/+58
|\
| * IB/mthca: Semaphore to mutex conversionsRoland Dreier2006-01-306-36/+37
| * IB/mthca: Don't cancel commands on a signalMichael S. Tsirkin2006-01-302-16/+7
| * IB/srp: Semaphore to mutex conversionIngo Molnar2006-01-302-10/+9
| * IB/mthca: Relax UAR size checkMichael S. Tsirkin2006-01-301-2/+8
* | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-311-4/+15
|\ \
| * | [libata ahci] add another JMicron pci idJeff Garzik2006-01-291-0/+2
| * | [libata ahci] Isolate Intel-ism, add JMicron JMB360 supportJeff Garzik2006-01-291-4/+13
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-3118-266/+545
|\ \ \
| * | | Input: hiddev - fix off-by-one for num_values in uref_multi requestsBen Collins2006-01-311-1/+1
| * | | Input: iforce - fix detection of USB devicesDmitry Torokhov2006-01-312-3/+2
| * | | Input: a3d - convert to dynamic input_dev allocationDmitry Torokhov2006-01-291-42/+46
| * | | Input: tmdc - handle errors from input_register_device()Dmitry Torokhov2006-01-291-4/+11
| * | | Input: turbografx - handle errors from input_register_device()Dmitry Torokhov2006-01-291-7/+13
| * | | Input: gamecon - handle errors from input_register_device()Dmitry Torokhov2006-01-291-6/+12
| * | | Input: gamecon - fix crash when accessing deviceDmitry Torokhov2006-01-291-149/+194
| * | | Input: sidewinder - handle errors from input_register_device()Dmitry Torokhov2006-01-291-2/+6
| * | | Input: sidewinder - fix an oopsZinx Verituse2006-01-291-1/+1
| * | | Input: db9 - handle errors from input_register_device()Dmitry Torokhov2006-01-291-5/+10
| * | | Input: db9 - fix possible crash with Saturn gamepadsDmitry Torokhov2006-01-291-34/+36
| * | | Input: grip - handle errors from input_register_device()Dmitry Torokhov2006-01-291-2/+6
| * | | Input: grip - fix crash when accessing deviceDmitry Torokhov2006-01-291-0/+3
| * | | Input: make needlessly global code staticAdrian Bunk2006-01-292-3/+3
| * | | Input: mousedev - fix memory leakKimball Murray2006-01-291-6/+3
| * | | Input: iforce - do not return ENOMEM upon successful allocationAlexey Dobriyan2006-01-291-1/+1
| * | | Input: psmouse - set name for Genius miceDmitry Torokhov2006-01-291-0/+1
| * | | Input: add ixp4xx beeper driverAlessandro Zummo2006-01-293-0/+196
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/bnx2-2.6Linus Torvalds2006-01-313-524/+643
|\ \ \
| * | | [BNX2]: Update version and copyright yearMichael Chan2006-01-233-8/+7
| * | | [BNX2]: Add PHY loopback testMichael Chan2006-01-231-22/+79
| * | | [BNX2]: Use netdev_priv()Michael Chan2006-01-231-40/+40
| * | | [BNX2]: Fix nvram sizingMichael Chan2006-01-232-3/+14
| * | | [BNX2]: Workaround hw interrupt bugMichael Chan2006-01-231-2/+17
| * | | [BNX2]: Fix UDP checksum verificationMichael Chan2006-01-233-418/+439
| * | | [BNX2]: Misc. fixesMichael Chan2006-01-232-6/+15
| * | | [BNX2]: Improve handshake with firmwareMichael Chan2006-01-232-23/+25
| * | | [BNX2]: Fix VLAN on ASFMichael Chan2006-01-232-3/+8
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-311-30/+25
|\ \ \
| * | | [SUNGEM]: Unbreak Sun GEM chips.David S. Miller2006-01-311-30/+25
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-01-3115-388/+239
|\ \ \ \
| * | | | [PATCH] PCI: cyblafb: remove pci_module_init() return, really.Arthur Othieno2006-01-311-1/+0
| * | | | [PATCH] powerpc/PCI hotplug: shuffle error checking to better location.linas@austin.ibm.com2006-01-311-22/+22
| * | | | [PATCH] powerpc/PCI hotplug: minor cleanup forward declslinas@austin.ibm.com2006-01-311-19/+11
| * | | | [PATCH] powerpc/PCI hotplug: cleanup: add prefixlinas@austin.ibm.com2006-01-315-24/+20
| * | | | [PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()linas@austin.ibm.com2006-01-313-39/+30
| * | | | [PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adaplinas@austin.ibm.com2006-01-314-29/+23
| * | | | [PATCH] powerpc/PCI hotplug: remove remove_bus_device()linas@austin.ibm.com2006-01-311-19/+1
| * | | | [PATCH] powerpc/PCI hotplug: merge config_pci_adapterlinas@austin.ibm.com2006-01-312-32/+4
| * | | | [PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()linas@austin.ibm.com2006-01-313-143/+2
| * | | | [PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()linas@austin.ibm.com2006-01-313-38/+5
OpenPOWER on IntegriCloud