summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | MSI: Remove pci_scan_msi_device()Michael Ellerman2007-02-082-7/+0Star
| * | MSI: Replace pci_msi_quirk with calls to pci_no_msi()Michael Ellerman2007-02-083-17/+3Star
| * | PCI: power management: remove noise on non-manageable hwPavel Machek2007-02-081-7/+8
| * | PCI: cleanup MSI codeSatoru Takeuchi2007-02-081-4/+5
| * | PCI: make isa_bridge Alpha-onlyAdrian Bunk2007-02-081-6/+0Star
| * | PCI: remove quirk_sis_96x_compatible()Adrian Bunk2007-02-081-15/+0Star
| * | PCI: Speed up the Intel SMBus unhiding quirkJean Delvare2007-02-081-13/+11Star
| * | PCI Quirk: 1k I/O space IOBL_ADR fix on P64H2Daniel Yeisley2007-02-081-0/+25
| * | shpchp: delete trailing whitespaceKenji Kaneshige2007-02-083-28/+28
| * | shpchp: remove DBG_XXX_ROUTINEKenji Kaneshige2007-02-081-136/+19Star
| * | shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODEKenji Kaneshige2007-02-082-13/+0Star
| * | PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug dr...Kristen Carlson Accardi2007-02-083-0/+163
| * | pciehp: fix wait command completionKenji Kaneshige2007-02-082-12/+16
| * | pciehp: cleanup wait command completionKenji Kaneshige2007-02-084-193/+82Star
| * | pciehp: remove unused pcie_cap_baseKenji Kaneshige2007-02-081-7/+2Star
| * | pciehp: cleanup pciehp.hKenji Kaneshige2007-02-083-67/+42Star
| * | pciehp: cleanup register accessKenji Kaneshige2007-02-081-137/+164
| * | pciehp: remove unused pci_bus from struct controllerKenji Kaneshige2007-02-082-13/+2Star
| * | pciehp: remove unnecessary php_ctlrKenji Kaneshige2007-02-084-494/+120Star
| * | pciehp: cleanup slot listKenji Kaneshige2007-02-082-27/+17Star
| * | pciehp: cleanup init_slot()Kenji Kaneshige2007-02-082-63/+37Star
| * | PCI: remove pci_find_device_reverse()Adrian Bunk2007-02-081-38/+0Star
| * | PCI: quirks.c: cleanupAdrian Bunk2007-02-082-29/+17Star
| * | PCI : Add selected_regions funcsHidetoshi Seto2007-02-081-17/+63
| * | PCI : add extremely specialized __pci_reenable_device for default resumeHidetoshi Seto2007-02-083-11/+34
| * | PCI : Move pci_fixup_device and is_enabled (originally intended change)Hidetoshi Seto2007-02-081-12/+12
| * | PCI : remove too specialized __pci_enable_device for default resumeHidetoshi Seto2007-02-083-25/+1Star
| * | PCI: check szhi when sz is 0 when 64 bit iomem bigger than 4GYinghai Lu2007-02-081-13/+56
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-081-1/+3
|\ \
| * | PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-1/+3
| |/
* | Altix: Add ACPI SSDT PCI device support (hotplug)John Keller2007-02-031-7/+148
* | ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-031-5/+5
|/
* ahci/pata_jmicron: fix JMicron quirkTejun Heo2007-02-021-2/+2
* [PATCH] pci: remove warning messagesAndrew Morton2007-02-021-8/+2Star
* [PATCH] via quirk updateJean Delvare2007-02-021-3/+5
* [PATCH] Fix VIA quirksJean Delvare2007-01-311-36/+42
* PCI: fix pci-driver kernel-docRandy Dunlap2007-01-221-2/+1Star
* PCI: Unhide the SMBus on the Asus P4P800-XJean Delvare2007-01-221-0/+5
* [PATCH] increment pos before looking for the next cap in __pci_find_next_ht_capBrice Goglin2007-01-121-1/+2
* [PATCH] x86-64: pci quirks MODPOST warning fixVivek Goyal2007-01-111-1/+1
* [PATCH] i2c/pci: fix sis96x smbus quirk once and for allMark M. Hoffman2007-01-091-6/+8
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-01-061-1/+1
|\
| * [PATCH] PCI: disable PCI_MULTITHREAD_PROBEAndrew Morton2007-01-051-1/+1
* | [PATCH] PCI: prevent down_read when pci_devices is emptyArd van Breemen2007-01-061-0/+24
|/
* [PATCH] pci/probe: fix macro that confuses kernel-docRandy Dunlap2006-12-301-3/+2Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-12-231-2/+1Star
|\
| * ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-2/+1Star
* | [PATCH] increase CARDBUS_MEM_SIZEAndrew Morton2006-12-221-1/+1
* | acpiphp: Link-time error for PCI HotplugKristen Carlson Accardi2006-12-201-1/+1
* | shpchp: cleanup shpchp.hKenji Kaneshige2006-12-203-144/+77Star