summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * pciehp: remove DBG_XXX_ROUTINEKenji Kaneshige2007-10-131-106/+5Star
| * PCI Hotplug: pciehp: Request control over PCI Express Capability as well as N...Kristen Carlson Accardi2007-10-131-0/+1
| * PCI Hotplug: pciehp: Dont check bridge control on removeKristen Carlson Accardi2007-10-131-6/+12
| * pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODEKenji Kaneshige2007-10-132-13/+0Star
| * PCI Hotplug: cpqphp_ctrl.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-131-4/+1Star
* | sysfs: kill sysfs_update_file()Tejun Heo2007-10-121-60/+0Star
* | Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman2007-10-121-3/+3
* | kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
* | Driver core: change add_uevent_var to use a structKay Sievers2007-10-123-26/+8Star
|/
* i386: move pciThomas Gleixner2007-10-113-3/+3
* Fix bogus PCI quirk for e100Benjamin Herrenschmidt2007-09-291-4/+3Star
* PCI: unhide SMBus on Compaq Deskpro EP 401963-001 motherboardgw.kernel@tnode.com2007-09-111-2/+14
* PCI: remove devinit from pci_read_bridge_basesRalf Baechle2007-09-111-1/+1
* Pull events into release branchLen Brown2007-08-251-1/+4
|\
| * ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-231-1/+1
| * ACPI: don't duplicate input events on netlinkZhang Rui2007-08-231-0/+3
* | acpiphp_ibm: add missing '\n' to error messageJeremy Fitzhardinge2007-08-251-1/+1
* | PCI: Run k8t_sound_hostbridge quirk only when neededJean Delvare2007-08-221-1/+1
* | PCI: disable MSI on RX790Tejun Heo2007-08-221-0/+1
* | PCI: disable MSI on RD580Tejun Heo2007-08-221-0/+1
* | PCI: disable MSI on RS690Tejun Heo2007-08-221-0/+1
* | PCI: lets kill the 'PCI hidden behind bridge' messageBernhard Kaindl2007-08-221-9/+9
* | pci/hotplug/cpqphp_ctrl.c: remove stale BKL useIngo Molnar2007-08-221-3/+1Star
* | PCI: quirk_e100_interrupt() called too earlyMarian Balakowicz2007-08-221-1/+1
* | PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hKumar Gala2007-08-221-7/+1Star
|/
* pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo2007-08-012-5/+4Star
* kernel-doc fixes for PCI and drivers/base/Randy Dunlap2007-07-301-1/+1
* ACPI: restore CONFIG_ACPI_SLEEPLen Brown2007-07-301-0/+4
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-07-253-9/+29
|\
| * ACPI: ignore _PSx method for hotplugable PCI devicesShaohua Li2007-07-221-0/+4
| * ACPI: Use ACPI methods to select PCI device suspend stateShaohua Li2007-07-223-9/+25
* | PCI: export __pci_reenable_device()Tejun Heo2007-07-242-1/+1
|/
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-07-171-3/+3
|\
| * [POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt2007-06-141-3/+3
* | Remove capability.h from mm.hAlexey Dobriyan2007-07-162-2/+2
* | use no_pci_devices() in pci/search.cAndrew Morton2007-07-161-2/+2
* | fix jvc cdrom drive lockupZhang, Yanmin2007-07-161-0/+12
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-121-29/+44
|\ \
| * | [IA64] SN: Correct ROM resource length for BIOS copyJohn Keller2007-07-091-29/+44
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-1225-239/+488
|\ \
| * | PCI: Only build PCI syscalls on architectures that want themMatthew Wilcox2007-07-121-3/+1Star
| * | PCI: limit pci_get_bus_and_slot to domain 0Randy Dunlap2007-07-121-2/+5
| * | PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug fai...Gary Hade2007-07-121-2/+46
| * | PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridgeGary Hade2007-07-121-0/+3
| * | PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3Gary Hade2007-07-123-2/+7
| * | PCI: hotplug: pciehp: wait for 1 second after power off slotKenji Kaneshige2007-07-121-0/+12
| * | PCI: pci_set_power_state(): check for PM capabilities earlierAndrew Lunn2007-07-121-7/+7
| * | PCI: cpci_hotplug: Convert to use the kthread APIScott Murray2007-07-121-45/+21Star
| * | PCI: add pci_try_set_mwiRandy Dunlap2007-07-121-4/+24