| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: fix struct pci_platform_pm_ops kernel-doc | Randy Dunlap | 2009-02-13 | 1 | -10/+10 |
* | PCI PM: Restore standard config registers of all devices early | Rafael J. Wysocki | 2009-01-16 | 1 | -0/+6 |
* | PCI PM: Avoid touching devices behind bridges in unknown state | Rafael J. Wysocki | 2009-01-07 | 1 | -0/+1 |
* | PCI PM: Add suspend counterpart of pci_reenable_device | Rafael J. Wysocki | 2009-01-07 | 1 | -0/+1 |
* | PCI: revise VPD access interface | Stephen Hemminger | 2009-01-07 | 1 | -3/+3 |
* | PCI: set device wakeup capable flag if platform support is present | Jesse Barnes | 2009-01-07 | 1 | -0/+1 |
* | PCI: factor pci_bus_add_child() from pci_bus_add_devices() | Yu Zhao | 2009-01-07 | 1 | -0/+1 |
* | PCI: add a new function to map BAR offsets | Yu Zhao | 2009-01-07 | 1 | -0/+2 |
* | PCI: export __pci_read_base() | Yu Zhao | 2009-01-07 | 1 | -0/+9 |
* | PCI: enhance pci_ari_enabled() | Yu Zhao | 2009-01-07 | 1 | -3/+3 |
* | PCI: handle PCI state saving with interrupts disabled | Rafael J. Wysocki | 2009-01-07 | 1 | -0/+1 |
* | ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added | Andrew Patterson | 2009-01-07 | 1 | -2/+0 |
* | PCI: check mmap range of /proc/bus/pci files too | Jesse Barnes | 2009-01-07 | 1 | -0/+4 |
* | ACPI/PCI: Set support bit for MSI in support field of _OSC | Taku Izumi | 2008-10-22 | 1 | -0/+2 |
* | PCI: Add ability to mmap legacy_io on some platforms | Benjamin Herrenschmidt | 2008-10-20 | 1 | -0/+6 |
* | PCI: support PCIe ARI capability | Yu Zhao | 2008-10-20 | 1 | -0/+12 |
* | PCI: replace cfg space size (256/4096) by macros. | Zhao, Yu | 2008-10-20 | 1 | -0/+7 |
* | PCI: make CPU list affinity visible | Mike Travis | 2008-10-20 | 1 | -0/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-07-16 | 1 | -4/+43 |
|\ |
|
| * | PCI ACPI: Rework PCI handling of wake-up | Rafael J. Wysocki | 2008-07-07 | 1 | -0/+8 |
| * | PCI: Introduce platform_pci_power_manageable function | Rafael J. Wysocki | 2008-07-07 | 1 | -4/+22 |
| * | Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Jesse Barnes | 2008-06-12 | 1 | -2/+1 |
| |\ |
|
| | * | PCI ACPI: Drop the second argument of platform_pci_choose_state | Rafael J. Wysocki | 2008-06-11 | 1 | -2/+1 |
| * | | PCI: introduce pci_slot | Alex Chiang | 2008-06-10 | 1 | -0/+13 |
| |/ |
|
* | | PCI ACPI: Drop the second argument of platform_pci_choose_state | Rafael J. Wysocki | 2008-07-16 | 1 | -2/+1 |
* | | PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. | Benjamin Li | 2008-07-02 | 1 | -1/+1 |
|/ |
|
* | PCI: Expose PCI VPD through sysfs | Ben Hutchings | 2008-04-20 | 1 | -0/+19 |
* | PCI: make pci_bus a struct device | Greg Kroah-Hartman | 2008-02-01 | 1 | -1/+1 |
* | PCI: fix codingstyle issues in drivers/pci/pci.h | Greg Kroah-Hartman | 2008-02-01 | 1 | -3/+5 |
* | PCI: export pci_restore_msi_state() | Linas Vepstas | 2008-02-01 | 1 | -6/+0 |
* | Intel IOMMU: PCI generic helper function | Keshavamurthy, Anil S | 2007-10-22 | 1 | -0/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-10-12 | 1 | -0/+6 |
|\ |
|
| * | pci: implement "pci=noaer" | Randy Dunlap | 2007-10-12 | 1 | -0/+6 |
* | | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -2/+1 |
|/ |
|
* | PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h | Kumar Gala | 2007-08-22 | 1 | -7/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-07-25 | 1 | -1/+1 |
|\ |
|
| * | ACPI: Use ACPI methods to select PCI device suspend state | Shaohua Li | 2007-07-22 | 1 | -1/+1 |
* | | PCI: export __pci_reenable_device() | Tejun Heo | 2007-07-24 | 1 | -1/+0 |
|/ |
|
* | MSI: Use a list instead of the custom link structure | Michael Ellerman | 2007-05-02 | 1 | -0/+2 |
* | [PATCH] msi: Safer state caching. | Eric W. Biederman | 2007-03-12 | 1 | -2/+0 |
* | [PATCH] msi: sanely support hardware level msi disabling | Eric W. Biederman | 2007-03-05 | 1 | -2/+0 |
* | MSI: Combine pci_(save|restore)_msi/msix_state | Michael Ellerman | 2007-02-07 | 1 | -4/+2 |
* | MSI: Replace pci_msi_quirk with calls to pci_no_msi() | Michael Ellerman | 2007-02-07 | 1 | -5/+1 |
* | PCI : add extremely specialized __pci_reenable_device for default resume | Hidetoshi Seto | 2007-02-07 | 1 | -0/+1 |
* | PCI : remove too specialized __pci_enable_device for default resume | Hidetoshi Seto | 2007-02-07 | 1 | -1/+0 |
* | PCI: switch pci_{enable,disable}_device() to be nestable | Inaky Perez-Gonzalez | 2006-12-01 | 1 | -0/+1 |
* | MSI: Cleanup existing MSI quirks | Brice Goglin | 2006-09-26 | 1 | -1/+1 |
* | [PATCH] PCI: PCIE power management quirk | Kristen Carlson Accardi | 2006-07-12 | 1 | -1/+9 |
* | [PATCH] 64bit resource: change pci core and arch code to use resource_size_t | Greg Kroah-Hartman | 2006-06-27 | 1 | -3/+3 |
* | [PATCH] PCI: fix race with pci_walk_bus and pci_destroy_dev | Zhang Yanmin | 2006-06-21 | 1 | -1/+1 |