| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 | Linus Torvalds | 2009-10-13 | 1 | -13/+0 |
|\ |
|
| * | Rename pci_init() to pci_apply_final_quirks(), move it to quirks.c | David Woodhouse | 2009-10-12 | 1 | -13/+0 |
* | | PCI: pci.c: fix kernel-doc notation | Randy Dunlap | 2009-10-07 | 1 | -4/+4 |
* | | PCI PM: Read device power state from register after updating it | Rafael J. Wysocki | 2009-10-06 | 1 | -1/+5 |
|/ |
|
* | PCI: Clear saved_state after the state has been restored | Rafael J. Wysocki | 2009-09-14 | 1 | -0/+3 |
* | PCI PM: Introduce device flag wakeup_prepared | Rafael J. Wysocki | 2009-09-09 | 1 | -0/+8 |
* | PCI PM: Simplify PCI wake-up code | Rafael J. Wysocki | 2009-09-09 | 1 | -11/+14 |
* | PCI: pcie: Ensure hotplug ports have a minimum number of resources | Eric W. Biederman | 2009-09-09 | 1 | -0/+10 |
* | PCI/GPU: implement VGA arbitration on Linux | Benjamin Herrenschmidt | 2009-09-09 | 1 | -0/+44 |
* | PCI: expose function reset capability in sysfs | Michael S. Tsirkin | 2009-09-09 | 1 | -0/+16 |
* | PCI: check saved state before restore | Alek Du | 2009-08-20 | 1 | -0/+2 |
* | PCI: Fix IRQ swizzling for ARI-enabled devices | Matthew Wilcox | 2009-07-01 | 1 | -2/+11 |
* | PCI: check if bus has a proper bridge device before triggering SBR | Yu Zhao | 2009-06-29 | 1 | -1/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-06-22 | 1 | -88/+158 |
|\ |
|
| * | PCI PM: consistently use type bool for wake enable variable | Frans Pop | 2009-06-16 | 1 | -1/+1 |
| * | PCI PM: Fix handling of devices without PM support by pci_target_state() | Rafael J. Wysocki | 2009-06-16 | 1 | -3/+2 |
| * | PCI: support Secondary Bus Reset | Yu Zhao | 2009-06-16 | 1 | -0/+31 |
| * | PCI: support PM D0hot->D3 transition reset | Yu Zhao | 2009-06-16 | 1 | -0/+34 |
| * | PCI: cleanup Function Level Reset | Yu Zhao | 2009-06-16 | 1 | -82/+84 |
| * | PCI: use pci_is_root_bus() in pci_common_swizzle() | Kenji Kaneshige | 2009-06-16 | 1 | -1/+1 |
| * | PCI: use pci_is_root_bus() in pci_get_interrupt_pin() | Kenji Kaneshige | 2009-06-16 | 1 | -1/+1 |
| * | PCI: Add support for turning PCIe ECRC on or off | Andrew Patterson | 2009-06-11 | 1 | -0/+2 |
| * | PCI PM: Follow PCI_PM_CTRL_NO_SOFT_RESET during transitions from D3 | Rafael J. Wysocki | 2009-06-11 | 1 | -0/+2 |
* | | PCI: add power-state name strings | Alan Stern | 2009-06-15 | 1 | -0/+5 |
|/ |
|
* | PCI PM: Fix initialization and kexec breakage for some devices | Rafael J. Wysocki | 2009-05-19 | 1 | -1/+2 |
* | PCI: only save/restore existent registers in the PCIe capability | Yu Zhao | 2009-04-22 | 1 | -14/+56 |
* | PCI: Setup disabled bridges even if buses are added | Yuji Shimada | 2009-04-06 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-04-03 | 1 | -1/+1 |
|\ |
|
| * | trivial: Fix misspelling of firmware | Nick Andrew | 2009-03-30 | 1 | -1/+1 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-04-01 | 1 | -22/+171 |
|\ \ |
|
| * | | PCI: save and restore PCIe 2.0 registers | Yu Zhao | 2009-03-26 | 1 | -1/+10 |
| * | | PCI: restore saved SR-IOV state | Yu Zhao | 2009-03-20 | 1 | -0/+1 |
| * | | PCI: initialize and release SR-IOV capability | Yu Zhao | 2009-03-20 | 1 | -0/+7 |
| * | | PCI: allow assignment of memory resources with a specified alignment | Yuji Shimada | 2009-03-20 | 1 | -0/+120 |
| * | | PCI: fix wrong assumption in pci_common_swizzle | Kenji Kaneshige | 2009-03-20 | 1 | -1/+1 |
| * | | PCI: fix wrong assumption in pci_get_interrupt_pin | Kenji Kaneshige | 2009-03-20 | 1 | -1/+1 |
| * | | PCI: Speed up device reset function | Sheng Yang | 2009-03-19 | 1 | -17/+29 |
| * | | PCI: __FUNCTION__ is gcc-specific, use __func__ | Harvey Harrison | 2009-03-19 | 1 | -2/+2 |
| |/ |
|
* | | PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed | Rafael J. Wysocki | 2009-03-30 | 1 | -1/+1 |
* | | PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) | Rafael J. Wysocki | 2009-03-30 | 1 | -18/+51 |
* | | PCI PM: Make pci_set_power_state() handle devices with no PM support | Rafael J. Wysocki | 2009-03-30 | 1 | -6/+12 |
* | | PCI PM: Move pci_restore_standard_config to pci-driver.c | Rafael J. Wysocki | 2009-03-30 | 1 | -21/+0 |
* | | PCI PM: Use pci_set_power_state during early resume | Rafael J. Wysocki | 2009-03-30 | 1 | -39/+9 |
|/ |
|
* | PCI: fix missing kernel-doc and typos | Randy Dunlap | 2009-02-13 | 1 | -4/+9 |
* | PCI PM: Read power state from device after trying to change it on resume | Rafael J. Wysocki | 2009-02-04 | 1 | -1/+1 |
* | PCI PM: Check if the state has been saved before trying to restore it | Rafael J. Wysocki | 2009-02-04 | 1 | -1/+1 |
* | PCI PM: Do not wait for buses in B2 or B3 during resume | Rafael J. Wysocki | 2009-01-27 | 1 | -13/+13 |
* | PCI PM: Power up devices before restoring their state | Rafael J. Wysocki | 2009-01-27 | 1 | -3/+3 |
* | PCI PM: Restore standard config registers of all devices early | Rafael J. Wysocki | 2009-01-16 | 1 | -6/+57 |
* | Revert "PCI PM: Register power state of devices during initialization" | Linus Torvalds | 2009-01-16 | 1 | -6/+2 |