aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-05
|\
| * Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-30
| |\
| | * cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-13
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-01
|\ \ \ | |/ / |/| |
| * | PCI: Introduce /sys/bus/pci/rescanAlex Chiang2009-03-20
| * | PCI: add remove_id sysfs entryChris Wright2009-03-20
| |/
* | PCI PM: Restore config spaces of all devices during early resumeRafael J. Wysocki2009-03-30
* | PCI PM: Put devices into low power states during late suspend (rev. 2)Rafael J. Wysocki2009-03-30
* | PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki2009-03-30
* | PCI PM: Consistently use variable name "error" for pm call return valuesFrans Pop2009-03-30
|/
* PCI PM: make the PM core more careful with drivers using the new PM frameworkRafael J. Wysocki2009-02-04
* PCI PM: Do not disable and enable bridges during suspend-resumeRafael J. Wysocki2009-02-04
* PCI PM: Fix saving of device state in pci_legacy_suspendRafael J. Wysocki2009-02-04
* PCI PM: Fix handling of devices without driversRafael J. Wysocki2009-02-04
* PCI PM: Fix hibernation breakage on EeePC 701Rafael J. Wysocki2009-01-27
* PCI PM: Fix suspend error paths and testing facility breakageRafael J. Wysocki2009-01-27
* PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki2009-01-16
* PCI PM: Put PM callbacks in the order of executionRafael J. Wysocki2009-01-07
* PCI PM: Run default PM callbacks for all devices using new frameworkRafael J. Wysocki2009-01-07
* PCI PM: Call pci_fixup_device from legacy routinesRafael J. Wysocki2009-01-07
* PCI PM: Rearrange code in pci-driver.cRafael J. Wysocki2009-01-07
* PCI PM: Avoid touching devices behind bridges in unknown stateRafael J. Wysocki2009-01-07
* PCI PM: Move pci_has_legacy_pm_supportRafael J. Wysocki2009-01-07
* PCI PM: Power-manage devices without drivers during suspend-resumeRafael J. Wysocki2009-01-07
* PCI PM: Add suspend counterpart of pci_reenable_deviceRafael J. Wysocki2009-01-07
* PCI PM: Fix poweroff and restore callbacksRafael J. Wysocki2009-01-07
* PCI: work_on_cpu: use in drivers/pci/pci-driver.cRusty Russell2009-01-07
* PCI: allow pci driver to support only dynidsChris Wright2009-01-07
* PCI: Rework default handling of suspend and resumeRafael J. Wysocki2009-01-06
* PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2009-01-06
* PCI: Check dynids driver_data value for validityJean Delvare2008-10-20
* PCI: remove dynids.use_driver_dataMilton Miller2008-10-20
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-16
|\
| * PCI: implement new suspend/resume callbacksRafael J. Wysocki2008-06-10
| * Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki2008-06-10
* | PCI: use dev_to_node in pci_call_probeYinghai Lu2008-05-24
|/
* pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2Yinghai Lu2008-04-29
* generic: use new set_cpus_allowed_ptr functionMike Travis2008-04-19
* PCI: Mem Policy: fix mempolicy usage in pci driverLee Schermerhorn2008-02-01
* PCI: remove foolish code from pci-driver.cGreg Kroah-Hartman2008-01-24
* PCI: use proper call to driver_create_fileGreg Kroah-Hartman2008-01-24
* PCI: make pci_match_device() staticAdrian Bunk2007-11-05
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-10-12
|\
| * PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID codeMichael Ellerman2007-10-12
* | Driver core: change add_uevent_var to use a structKay Sievers2007-10-12
|/
* pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo2007-08-01
* Fix more "deprecated" spellos.Randy Dunlap2007-05-09
* PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk2007-05-02
* PCI: Require vendor and device for new_idJean Delvare2007-05-02
* driver core: per-subsystem multithreaded probingCornelia Huck2007-04-27