Age | Commit message (Expand) | Author |
2009-03-20 | PCI: Introduce /sys/bus/pci/rescan | Alex Chiang |
2009-03-20 | PCI: handle SR-IOV Virtual Function Migration | Yu Zhao |
2009-03-20 | PCI: add SR-IOV API for Physical Function driver | Yu Zhao |
2009-03-20 | PCI: centralize device setup code | Yu Zhao |
2009-03-20 | PCI: reserve bus range for SR-IOV device | Yu Zhao |
2009-03-20 | PCI: restore saved SR-IOV state | Yu Zhao |
2009-03-20 | PCI: initialize and release SR-IOV capability | Yu Zhao |
2009-03-20 | PCI: allow assignment of memory resources with a specified alignment | Yuji Shimada |
2009-02-13 | PCI: fix struct pci_platform_pm_ops kernel-doc | Randy Dunlap |
2009-01-16 | PCI PM: Restore standard config registers of all devices early | Rafael J. Wysocki |
2009-01-07 | PCI PM: Avoid touching devices behind bridges in unknown state | Rafael J. Wysocki |
2009-01-07 | PCI PM: Add suspend counterpart of pci_reenable_device | Rafael J. Wysocki |
2009-01-07 | PCI: revise VPD access interface | Stephen Hemminger |
2009-01-07 | PCI: set device wakeup capable flag if platform support is present | Jesse Barnes |
2009-01-07 | PCI: factor pci_bus_add_child() from pci_bus_add_devices() | Yu Zhao |
2009-01-07 | PCI: add a new function to map BAR offsets | Yu Zhao |
2009-01-07 | PCI: export __pci_read_base() | Yu Zhao |
2009-01-07 | PCI: enhance pci_ari_enabled() | Yu Zhao |
2009-01-07 | PCI: handle PCI state saving with interrupts disabled | Rafael J. Wysocki |
2009-01-07 | ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added | Andrew Patterson |
2009-01-07 | PCI: check mmap range of /proc/bus/pci files too | Jesse Barnes |
2008-10-22 | ACPI/PCI: Set support bit for MSI in support field of _OSC | Taku Izumi |
2008-10-20 | PCI: Add ability to mmap legacy_io on some platforms | Benjamin Herrenschmidt |
2008-10-20 | PCI: support PCIe ARI capability | Yu Zhao |
2008-10-20 | PCI: replace cfg space size (256/4096) by macros. | Zhao, Yu |
2008-10-20 | PCI: make CPU list affinity visible | Mike Travis |
2008-07-16 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds |
2008-07-16 | PCI ACPI: Drop the second argument of platform_pci_choose_state | Rafael J. Wysocki |
2008-07-07 | PCI ACPI: Rework PCI handling of wake-up | Rafael J. Wysocki |
2008-07-07 | PCI: Introduce platform_pci_power_manageable function | Rafael J. Wysocki |
2008-07-02 | PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. | Benjamin Li |
2008-06-12 | Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Jesse Barnes |
2008-06-11 | PCI ACPI: Drop the second argument of platform_pci_choose_state | Rafael J. Wysocki |
2008-06-10 | PCI: introduce pci_slot | Alex Chiang |
2008-04-20 | PCI: Expose PCI VPD through sysfs | Ben Hutchings |
2008-02-01 | PCI: make pci_bus a struct device | Greg Kroah-Hartman |
2008-02-01 | PCI: fix codingstyle issues in drivers/pci/pci.h | Greg Kroah-Hartman |
2008-02-01 | PCI: export pci_restore_msi_state() | Linas Vepstas |
2007-10-22 | Intel IOMMU: PCI generic helper function | Keshavamurthy, Anil S |
2007-10-12 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds |
2007-10-12 | pci: implement "pci=noaer" | Randy Dunlap |
2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers |
2007-08-22 | PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.h | Kumar Gala |
2007-07-25 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds |
2007-07-24 | PCI: export __pci_reenable_device() | Tejun Heo |
2007-07-22 | ACPI: Use ACPI methods to select PCI device suspend state | Shaohua Li |
2007-05-02 | MSI: Use a list instead of the custom link structure | Michael Ellerman |
2007-03-12 | [PATCH] msi: Safer state caching. | Eric W. Biederman |
2007-03-05 | [PATCH] msi: sanely support hardware level msi disabling | Eric W. Biederman |
2007-02-07 | MSI: Combine pci_(save|restore)_msi/msix_state | Michael Ellerman |