| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2011-03-25 | 2 | -4/+34 |
|\ |
|
| * | PCI: Disable ASPM when _OSC control is not granted for PCIe services | Naga Chumbalkar | 2011-03-21 | 1 | -4/+1 |
| * | PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIs | Naga Chumbalkar | 2011-03-21 | 1 | -0/+4 |
| * | PCI: PCIe links may not get configured for ASPM under POWERSAVE mode | Naga Chumbalkar | 2011-03-21 | 1 | -0/+22 |
| * | PCI/ACPI: Report ASPM support to BIOS if not disabled from command line | Rafael J. Wysocki | 2011-03-21 | 1 | -0/+7 |
* | | Merge branch 'linus' into release | Len Brown | 2011-03-23 | 1 | -3/+28 |
|\ \
| |/ |
|
| * | PCI: aer-inject: Override PCIe AER Mask Registers | Prarit Bhargava | 2011-03-04 | 1 | -3/+28 |
* | | ACPI, APEI, Add PCIe AER error information printing support | Huang Ying | 2011-03-21 | 2 | -8/+60 |
* | | PCIe, AER, use pre-generated prefix in error information printing | Huang Ying | 2011-03-21 | 1 | -75/+48 |
|/ |
|
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 2011-01-20 | 1 | -1/+1 |
* | PCI/PM: Report wakeup events before resuming devices | Rafael J. Wysocki | 2011-01-14 | 1 | -2/+2 |
* | PCI/ACPI: Request _OSC control once for each root bridge (v3) | Rafael J. Wysocki | 2011-01-14 | 4 | -25/+5 |
* | PCI/PCIe: Clear Root PME Status bits early during system resume | Rafael J. Wysocki | 2010-12-23 | 4 | -38/+53 |
* | PCI: Disable ASPM if BIOS asks us to | Matthew Garrett | 2010-12-23 | 1 | -4/+17 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2010-10-28 | 5 | -3/+40 |
|\ |
|
| * | PCI/PCIe/AER: Disable native AER service if BIOS has precedence | Rafael J. Wysocki | 2010-10-15 | 4 | -2/+39 |
| * | PCI: aerdrv: fix uninitialized variable warning | Bill Pemberton | 2010-10-15 | 1 | -1/+1 |
* | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
|/ |
|
* | PCI: PCIe: Remove the port driver module exit routine | Kenji Kaneshige | 2010-08-24 | 1 | -7/+0 |
* | PCI: PCIe: Move PCIe PME code to the pcie directory | Rafael J. Wysocki | 2010-08-24 | 3 | -8/+3 |
* | PCI: PCIe: Disable PCIe port services during port initialization | Rafael J. Wysocki | 2010-08-24 | 1 | -3/+26 |
* | PCI: PCIe: Ask BIOS for control of all native services at once | Rafael J. Wysocki | 2010-08-24 | 11 | -201/+145 |
* | ACPI/PCI: Negotiate _OSC control bits before requesting them | Rafael J. Wysocki | 2010-08-24 | 2 | -6/+8 |
* | PCI: PCIe: Introduce commad line switch for disabling port services | Rafael J. Wysocki | 2010-08-24 | 3 | -0/+20 |
* | PCI: PCIe AER: Introduce pci_aer_available() | Rafael J. Wysocki | 2010-08-24 | 1 | -3/+6 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2010-08-06 | 3 | -16/+37 |
|\ |
|
| * | PCI: Default PCIe ASPM control to on and require !EMBEDDED to disable | Matthew Garrett | 2010-07-30 | 1 | -6/+14 |
| * | PCI: Don't enable aspm before drivers have had a chance to veto it | Matthew Garrett | 2010-07-30 | 1 | -2/+14 |
| * | PCI aerdrv: fix annoying warnings | Linus Torvalds | 2010-07-30 | 1 | -8/+9 |
* | | PM: Make it possible to avoid races between wakeup and system sleep | Rafael J. Wysocki | 2010-07-19 | 1 | -1/+4 |
|/ |
|
* | PCI/PM: Do not use native PCIe PME by default | Rafael J. Wysocki | 2010-06-18 | 1 | -6/+13 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2010-05-28 | 3 | -4/+98 |
|\ |
|
| * | ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup | Huang Ying | 2010-05-19 | 3 | -4/+98 |
* | | PCI: aerdrv: trivial cleanup for aerdrv_core.c | Hidetoshi Seto | 2010-05-11 | 1 | -11/+10 |
* | | PCI: aerdrv: trivial cleanup for aerdrv.c | Hidetoshi Seto | 2010-05-11 | 1 | -14/+10 |
* | | PCI: aerdrv: introduce default_downstream_reset_link | Hidetoshi Seto | 2010-05-11 | 3 | -39/+63 |
* | | PCI: aerdrv: rework find_aer_service | Hidetoshi Seto | 2010-05-11 | 1 | -21/+16 |
* | | PCI: aerdrv: remove is_downstream | Hidetoshi Seto | 2010-05-11 | 1 | -21/+12 |
* | | PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKS | Hidetoshi Seto | 2010-05-11 | 2 | -4/+1 |
* | | PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRC | Hidetoshi Seto | 2010-05-11 | 2 | -2/+2 |
* | | PCI: aerdrv: rework do_recovery | Hidetoshi Seto | 2010-05-11 | 1 | -21/+17 |
* | | PCI: aerdrv: rework get_e_source() | Hidetoshi Seto | 2010-05-11 | 1 | -32/+31 |
* | | PCI: aerdrv: rework aer_isr_one_error() | Hidetoshi Seto | 2010-05-11 | 1 | -21/+36 |
* | | PCI: aerdrv: rework add_error_device | Hidetoshi Seto | 2010-05-11 | 1 | -5/+13 |
* | | PCI: aerdrv: remove compare_device_id | Hidetoshi Seto | 2010-05-11 | 1 | -16/+2 |
* | | PCI: aerdrv: introduce is_error_source | Hidetoshi Seto | 2010-05-11 | 1 | -40/+34 |
* | | PCI: aerdrv: rework find_source_device | Hidetoshi Seto | 2010-05-11 | 1 | -12/+16 |
* | | PCI: aerdrv: make aer_{en,dis}able_rootport static | Hidetoshi Seto | 2010-05-11 | 3 | -109/+107 |
* | | PCI: aerdrv: cleanup inconsistent functions | Hidetoshi Seto | 2010-05-11 | 3 | -18/+5 |
* | | PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND | Hidetoshi Seto | 2010-05-11 | 2 | -11/+17 |
|/ |
|