| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] PCI: PCIE power management quirk | Kristen Carlson Accardi | 2006-07-13 | 1 | -1/+10 |
* | [PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ... | Greg Kroah-Hartman | 2006-06-27 | 1 | -2/+4 |
* | spelling fixes | Andreas Mohr | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] PCI: disable msi mode in pci_disable_device | Shaohua Li | 2006-06-21 | 1 | -1/+8 |
* | [PATCH] PCI: don't enable device if already enabled | Kristen Accardi | 2006-06-21 | 1 | -1/+6 |
* | Merge branch 'master' into upstream | Jeff Garzik | 2006-06-14 | 1 | -2/+16 |
|\ |
|
| * | [PATCH] PCI: reverse pci config space restore order | Yu, Luming | 2006-06-11 | 1 | -1/+5 |
| * | [PATCH] PCI: Improve PCI config space writeback | Dave Jones | 2006-06-11 | 1 | -3/+13 |
* | | [PATCH] Revive pci_find_ext_capability | Brice Goglin | 2006-05-24 | 1 | -2/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-04-15 | 1 | -0/+6 |
|\ |
|
| * | [PATCH] PCI: MSI(X) save/restore for suspend/resume | Shaohua Li | 2006-04-14 | 1 | -0/+6 |
* | | [PATCH] pm: print name of failed suspend function | Andrew Morton | 2006-04-14 | 1 | -2/+4 |
|/ |
|
* | [PATCH] PCI: fix pci_request_region[s] arg | Jeff Garzik | 2006-03-23 | 1 | -2/+2 |
* | [PATCH] PCI: Provide a boot parameter to disable MSI | Matthew Wilcox | 2006-03-23 | 1 | -2/+6 |
* | [PATCH] PCI: return max reserved busnr | Kristen Accardi | 2006-03-23 | 1 | -2/+3 |
* | [PATCH] PCI: clean up msi.c a bit | Grant Grundler | 2006-03-23 | 1 | -3/+2 |
* | [PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability() | Adrian Bunk | 2006-02-01 | 1 | -0/+2 |
* | [PATCH] PCI: drivers/pci: some cleanups | Adrian Bunk | 2006-01-09 | 1 | -2/+3 |
* | [PATCH] pci: use pin stored in pci_dev | Kristen Accardi | 2006-01-09 | 1 | -1/+1 |
* | [PATCH] PCI: add pci_find_next_capability() | Roland Dreier | 2005-11-11 | 1 | -14/+32 |
* | [PATCH] fix missing includes | Tim Schmielau | 2005-10-31 | 1 | -0/+1 |
* | [PATCH] kernel-doc: PCI fixes | Randy Dunlap | 2005-10-29 | 1 | -3/+4 |
* | [PATCH] pci: cleanup need_restore switch statement | John W. Linville | 2005-10-29 | 1 | -7/+7 |
* | [PATCH] pci: only call pci_restore_bars at boot | John W. Linville | 2005-09-14 | 1 | -4/+12 |
* | [PATCH] PCI: PCI/libata INTx bug fix | Brett M Russ | 2005-09-09 | 1 | -1/+1 |
* | [PATCH] PCI/libata INTx cleanup | Brett M Russ | 2005-09-09 | 1 | -0/+26 |
* | [PATCH] PCI: Support PCM PM CAP version 3 | Daniel Ritz | 2005-09-09 | 1 | -7/+5 |
* | [PATCH] PCI: Fix regression in pci_enable_device_bars | Alan Stern | 2005-09-08 | 1 | -1/+1 |
* | [PATCH] PCI: start paying attention to a lot of pci function return values | Greg Kroah-Hartman | 2005-09-08 | 1 | -2/+5 |
* | [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it | John W. Linville | 2005-09-08 | 1 | -4/+55 |
* | [PATCH] swsusp: switch pm_message_t to struct | Pavel Machek | 2005-09-05 | 1 | -5/+9 |
* | Revert "[PATCH] PCI: restore BAR values..." | Linus Torvalds | 2005-08-09 | 1 | -55/+4 |
* | [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it | John W. Linville | 2005-08-05 | 1 | -4/+55 |
* | [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... | Len Brown | 2005-07-12 | 1 | -3/+19 |
|\ |
|
| * | cleanup: remove unnecessary initializer on static pointers | Greg Kroah-Hartman | 2005-07-12 | 1 | -2/+2 |
| * | [ACPI] pci_set_power_state() now calls | David Shaohua Li | 2005-07-12 | 1 | -2/+9 |
| * | [ACPI] PCI can now get suspend state from firmware | David Shaohua Li | 2005-07-12 | 1 | -1/+10 |
* | | [PATCH] pci: cleanup argument comments for pci_{save,restore}_state | John W. Linville | 2005-07-01 | 1 | -6/+0 |
|/ |
|
* | [PATCH] PCI: drivers/pci/pci.c: remove pci_dac_set_dma_mask | Adrian Bunk | 2005-05-04 | 1 | -12/+0 |
* | [PATCH] PCI: Clean up a lot of sparse "Should it be static?" warnings. | Greg KH | 2005-05-04 | 1 | -0/+1 |
* | [PATCH] PCI: 'is_enabled' flag should be set/cleared when the device is actua... | Kenji Kaneshige | 2005-05-04 | 1 | -4/+3 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+837 |