parisc: move definition of PAGE0 to asm/page.h
[linux-flexiantxendom0-3.2.10.git] / drivers / pci / pcie /
2012-03-31 Matthew GarrettASPM: Fix pcie devices with non-pcie children
2012-03-23 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2012-03-08 Matthew GarrettPCI: ignore pre-1.1 ASPM quirking when ASPM is disabled
2012-02-23 MUNEDA TakahiroPCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp...
2012-02-17 Matthew GarrettPCI: pcie: Add support for setting default ASPM policy
2012-01-12 Rusty Russellmodule_param: make bool parameters really bool (drivers...
2012-01-06 P. ChristeasPCI: kconfig: English typo in pci/pcie/Kconfig
2012-01-06 Matthew GarrettPCI: Rework ASPM disable code
2011-12-05 Matthew GarrettPCI: Rework ASPM disable code
2011-10-14 Rafael J. WysockiPCI / PM: Extend PME polling to all PCI devices
2011-07-30 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2011-07-22 Huang YingPCI: PCIe AER: add aer_recover_queue
2011-06-29 Michael WittenPCIe ASPM: forcedly -> forcibly
2011-05-21 Chen GongPCI: remove unused AER functions
2011-05-21 Yinghai LuPCI/e1000e: Add and use pci_disable_link_state_locked()
2011-05-10 Wanlong GaoPCI: Fix uninitialized variable bug in AER injection...
2011-05-10 Alex WilliamsonPCI: Enable ASPM state clearing regardless of policy
2011-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-23 Len BrownMerge branch 'linus' into release
2011-03-22 Huang YingACPI, APEI, Add PCIe AER error information printing...
2011-03-22 Huang YingPCIe, AER, use pre-generated prefix in error informatio...
2011-03-21 Naga ChumbalkarPCI: Disable ASPM when _OSC control is not granted...
2011-03-21 Naga ChumbalkarPCI: Changing ASPM policy, via /sys, to POWERSAVE could...
2011-03-21 Naga ChumbalkarPCI: PCIe links may not get configured for ASPM under...
2011-03-21 Rafael J. WysockiPCI/ACPI: Report ASPM support to BIOS if not disabled...
2011-03-04 Prarit BhargavaPCI: aer-inject: Override PCIe AER Mask Registers
2011-01-21 David Rientjeskconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
2011-01-14 Rafael J. WysockiPCI/PM: Report wakeup events before resuming devices
2011-01-14 Rafael J. WysockiPCI/ACPI: Request _OSC control once for each root bridg...
2010-12-23 Rafael J. WysockiPCI/PCIe: Clear Root PME Status bits early during syste...
2010-12-23 Matthew GarrettPCI: Disable ASPM if BIOS asks us to
2010-10-28 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2010-10-15 Rafael J. WysockiPCI/PCIe/AER: Disable native AER service if BIOS has...
2010-10-15 Bill PembertonPCI: aerdrv: fix uninitialized variable warning
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-08-24 Kenji KaneshigePCI: PCIe: Remove the port driver module exit routine
2010-08-24 Rafael J. WysockiPCI: PCIe: Move PCIe PME code to the pcie directory
2010-08-24 Rafael J. WysockiPCI: PCIe: Disable PCIe port services during port initi...
2010-08-24 Rafael J. WysockiPCI: PCIe: Ask BIOS for control of all native services...
2010-08-24 Rafael J. WysockiACPI/PCI: Negotiate _OSC control bits before requesting...
2010-08-24 Rafael J. WysockiPCI: PCIe: Introduce commad line switch for disabling...
2010-08-24 Rafael J. WysockiPCI: PCIe AER: Introduce pci_aer_available()
2010-08-06 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2010-07-30 Matthew GarrettPCI: Default PCIe ASPM control to on and require !EMBED...
2010-07-30 Matthew GarrettPCI: Don't enable aspm before drivers have had a chance...
2010-07-30 Linus TorvaldsPCI aerdrv: fix annoying warnings
2010-07-18 Rafael J. WysockiPM: Make it possible to avoid races between wakeup...
2010-06-18 Rafael J. WysockiPCI/PM: Do not use native PCIe PME by default
2010-05-28 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2010-05-20 Huang YingACPI, APEI, PCIE AER, use general HEST table parsing...
2010-05-11 Hidetoshi SetoPCI: aerdrv: trivial cleanup for aerdrv_core.c
2010-05-11 Hidetoshi SetoPCI: aerdrv: trivial cleanup for aerdrv.c
2010-05-11 Hidetoshi SetoPCI: aerdrv: introduce default_downstream_reset_link
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework find_aer_service
2010-05-11 Hidetoshi SetoPCI: aerdrv: remove is_downstream
2010-05-11 Hidetoshi SetoPCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKS
2010-05-11 Hidetoshi SetoPCI: aerdrv: redefine PCI_ERR_ROOT_*_SRC
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework do_recovery
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework get_e_source()
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework aer_isr_one_error()
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework add_error_device
2010-05-11 Hidetoshi SetoPCI: aerdrv: remove compare_device_id
2010-05-11 Hidetoshi SetoPCI: aerdrv: introduce is_error_source
2010-05-11 Hidetoshi SetoPCI: aerdrv: rework find_source_device
2010-05-11 Hidetoshi SetoPCI: aerdrv: make aer_{en,dis}able_rootport static
2010-05-11 Hidetoshi SetoPCI: aerdrv: cleanup inconsistent functions
2010-05-11 Hidetoshi SetoPCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND
2010-04-08 Alexander DuyckPCI aerdrv: use correct bit defines and add 2ms delay...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-26 Rafael J. WysockiPM: Allow PCI devices to suspend/resume asynchronously
2010-02-23 Kenji KaneshigePCIe PME: use pci_pcie_cap()
2010-02-23 Kenji KaneshigePCIe PME: use pci_is_pcie()
2010-02-23 Rafael J. WysockiPCI PM: Make it possible to force using INTx for PCIe...
2010-02-23 Rafael J. WysockiPCI PM: PCIe PME root port service driver
2010-01-25 Andrew PattersonPCI: fix nested spinlock hang in aer_inject
2010-01-04 Youquan,SongPCIe AER: prevent AER injection if hardware masks error...
2010-01-04 Youquan,SongPCI: AER: fix aer inject result in kernel oops
2010-01-04 Hidetoshi SetoPCI: pcie portdrv: style cleanup
2009-12-16 Stefan AssmannPCI: change PCI nomenclature in drivers/pci/ (non-comme...
2009-12-16 Stefan AssmannPCI: change PCI nomenclature in drivers/pci/ (comment...
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-05 Kenji KaneshigePCI: fix BUG_ON triggered by logical PCIe root port...
2009-12-05 Andrew PattersonPCI: remove ifdefed pci_cleanup_aer_correct_error_status
2009-12-05 Andrew PattersonPCI: unconditionally clear AER uncorr status register...
2009-12-04 Kenji KaneshigePCI: portdrv: remove redundant definitions
2009-12-04 Kenji KaneshigePCI: portdrv: remove unnecessary struct pcie_port_data
2009-12-04 Kenji KaneshigePCI: portdrv: minor cleanup for pcie_port_device_register
2009-12-04 Kenji KaneshigePCI: portdrv: add missing irq cleanup
2009-12-04 Kenji KaneshigePCI: portdrv: enable device before irq initialization
2009-12-04 Kenji KaneshigePCI: portdrv: cleanup service irqs initialization
2009-12-04 Kenji KaneshigePCI: portdrv: check capabilities first
2009-12-04 Kenji KaneshigePCI: portdrv: move PME capability check
2009-12-04 Kenji KaneshigePCI: portdrv: remove redundant pcie type calculation
2009-12-04 Kenji KaneshigePCI: portdrv: cleanup pcie_device registration
2009-12-04 Kenji KaneshigePCI: portdrv: remove redundant pcie_port_device_probe
2009-11-24 Kenji KaneshigePCIe AER: use pci_is_pcie()
2009-11-24 Kenji KaneshigePCIe ASPM: use pci_is_pcie()
2009-11-24 Kenji KaneshigePCIe ASPM: use pci_pcie_cap()
2009-11-24 Kenji KaneshigePCIe port bus: use pci_pcie_cap()
2009-11-24 Kenji KaneshigePCIe AER: use pci_pcie_cap()
next