summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] shpchp: fix improper wait for command completionKenji Kaneshige2006-01-093-37/+27
* [PATCH] shpchp: fix improper write to Command Completion Detect bitKenji Kaneshige2006-01-091-2/+2
* [PATCH] shpchp: fix improper mmio mappingKenji Kaneshige2006-01-093-29/+49
* [PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bitKenji Kaneshige2006-01-091-1/+1
* [PATCH] shpchp: fix improper reference to Slot Avail RegsisterKenji Kaneshige2006-01-091-17/+16
* [PATCH] shpchp: replace pci_find_slot() with pci_get_slot()Kenji Kaneshige2006-01-091-5/+14
* [PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead codeAdrian Bunk2006-01-091-21/+7
* [PATCH] PCI Hotplug: ibmphp_pci.c copy-n-paste fixJordan, William P2006-01-091-1/+1
* [PATCH] PCIE: make bus_id for PCI Express devices uniqueSergey Vlasov2006-01-091-2/+2
* [PATCH] pci: call pci_read_irq for bridgesKristen Accardi2006-01-091-0/+1
* [PATCH] pci: use pin stored in pci_devKristen Accardi2006-01-091-1/+1
* [PATCH] apci: use pin stored in pci_devKristen Accardi2006-01-091-4/+3
* [PATCH] pci: store PCI_INTERRUPT_PIN in pci_devKristen Accardi2006-01-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-0925-1911/+824
|\
| * [PATCH] 3/5 powerpc: Add platform functions interpreterBenjamin Herrenschmidt2006-01-091-0/+10
| * [PATCH] 2/5 powerpc: Rework PowerMac i2c part 2Benjamin Herrenschmidt2006-01-099-1275/+314
| * [PATCH] 1/5 powerpc: Rework PowerMac i2c part 1Benjamin Herrenschmidt2006-01-093-288/+51
| * [PATCH] ppc32: cpm_uart: fix xchar sendingAristeu Sergio Rozanski Filho2006-01-091-1/+1
| * [PATCH] via-pmu: compile without Power Management supportKristian Mueller2006-01-091-1/+1
| * [PATCH] powerpc: Experimental support for new G5 Macs (#2)Benjamin Herrenschmidt2006-01-092-2/+8
| * [PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt2006-01-0913-224/+239
| * [PATCH] powerpc: Fix platinumfb for some modesBenjamin Herrenschmidt2006-01-092-5/+11
| * [PATCH] powerpc/8xx: Fix m8xx_wdt issuesMarcelo Tosatti2006-01-091-4/+7
| * [PATCH] powerpc: Update OF address parsersBenjamin Herrenschmidt2006-01-091-8/+4
| * [PATCH] powerpc: udbg updatesBenjamin Herrenschmidt2006-01-091-2/+2
| * [PATCH] ppc32: m8xx watchdog updateMarcelo Tosatti2006-01-091-5/+8
| * [PATCH] powerpc: convert macio_asic to use prom_parseBenjamin Herrenschmidt2006-01-091-94/+140
| * [PATCH] powerpc: Unify udbg (#2)Benjamin Herrenschmidt2006-01-093-67/+93
* | [PATCH] Update cyblafb driverKnut Petersen2006-01-092-650/+875
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-091-6/+24
|\ \
| * | [PATCH] sata_nv, spurious interrupts at system startup with MAXTOR 6H500F0 driveAndrew Chew2006-01-091-6/+24
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-0923-229/+296
|\ \ \
| * | | [patch] ipw2100: support WEXT-18 enc_capa v3Dan Williams2006-01-091-1/+4
| * | | [PATCH] fix a few "warning: 'cleanup_card' defined but not used"Denis Vlasenko2006-01-0912-96/+96
| * | | [PATCH] forcedeth: TSO fix for large buffersAyaz Abdulla2006-01-091-64/+100
| * | | [PATCH] remove bouncing mail address of mv643xx_eth maintainerOlaf Hering2006-01-091-1/+1
| * | | [PATCH] e1000: Fix invalid memory referenceKenji Kaneshige2006-01-091-3/+7
| * | | [PATCH] drivers/net/gianfar.h: "extern inline" -> "static inline"Adrian Bunk2006-01-091-2/+2
| * | | [PATCH] drivers/net/bonding/bonding.h: "extern inline" -> "static inline"Adrian Bunk2006-01-091-4/+4
| * | | [PATCH] drivers/net/Kconfig: indentation fixAdrian Bunk2006-01-091-1/+1
| * | | [PATCH] Add MIPS dependency for dm9000 driverFranck2006-01-091-1/+1
| * | | [PATCH] tulip: enable multiport NIC BIOS fixups for x86_64Christoph Dworzak2006-01-091-1/+1
| * | | [PATCH] PPC44x EMAC driver: disable TX status deferral in half-duplex modeEugene Surovegin2006-01-092-2/+3
| * | | [PATCH] sk98lin: error handling of pci setupStephen Hemminger2006-01-091-13/+6
| * | | [PATCH] sk98lin: error handling on probeStephen Hemminger2006-01-091-11/+17
| * | | [PATCH] sk98lin: use kzallocStephen Hemminger2006-01-091-2/+1
| * | | [PATCH] sk98lin: error handling on dual port boardStephen Hemminger2006-01-091-15/+21
| * | | [PATCH] sk98lin: not doing high dma properlyStephen Hemminger2006-01-091-4/+24
| * | | [PATCH] sk98lin: routine called from probe marked __initStephen Hemminger2006-01-091-8/+7
| |/ /
* | | Merge branch 'blk-softirq' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-096-134/+128
|\ \ \
OpenPOWER on IntegriCloud