Age | Commit message (Expand) | Author | Files | Lines |
2014-10-01 | Merge branch 'pci/host-generic' into next | Bjorn Helgaas | 20 | -37/+576 |
2014-10-01 | Merge branches 'pci/aer' and 'pci/virtualization' into next | Bjorn Helgaas | 5 | -29/+68 |
2014-09-30 | arm64: Add architectural support for PCI | Liviu Dudau | 7 | -2/+134 |
2014-09-30 | PCI: Add pci_remap_iospace() to map bus I/O resources | Liviu Dudau | 3 | -0/+38 |
2014-09-30 | of/pci: Add support for parsing PCI host bridge resources from DT | Liviu Dudau | 2 | -0/+123 |
2014-09-30 | of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr() | Liviu Dudau | 4 | -0/+44 |
2014-09-30 | PCI: Add generic domain handling | Catalin Marinas | 2 | -3/+29 |
2014-09-30 | of/pci: Fix the conversion of IO ranges into IO resources | Liviu Dudau | 5 | -30/+80 |
2014-09-30 | of/pci: Move of_pci_range_to_resource() to of/address.c | Liviu Dudau | 2 | -11/+18 |
2014-09-30 | ARM: Define PCI_IOBASE as the base of virtual PCI IO space | Liviu Dudau | 1 | -0/+1 |
2014-09-30 | of/pci: Add pci_register_io_range() and pci_pio_to_address() | Liviu Dudau | 2 | -0/+116 |
2014-09-30 | asm-generic/io.h: Fix ioport_map() for !CONFIG_GENERIC_IOMAP | Liviu Dudau | 1 | -1/+1 |
2014-09-29 | PCI: Add ACS quirk for Intel 10G NICs | Alex Williamson | 1 | -6/+28 |
2014-09-29 | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 5 | -11/+15 |
2014-09-25 | Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into... | Bjorn Helgaas | 21 | -206/+149 |
2014-09-25 | Merge branches 'pci/host-mvebu' and 'pci/host-spear' into next | Bjorn Helgaas | 4 | -16/+16 |
2014-09-25 | PCI/AER: Rename PCI_ERR_UNC_TRAIN to PCI_ERR_UNC_UND | Chen, Gong | 3 | -3/+3 |
2014-09-25 | PCI/AER: Add additional PCIe AER error strings | Chen, Gong | 1 | -2/+9 |
2014-09-25 | trace, RAS: Add additional PCIe AER error strings | Chen, Gong | 1 | -13/+22 |
2014-09-25 | trace, RAS: Replace bare numbers with #defines for PCIe AER error strings | Chen, Gong | 1 | -16/+17 |
2014-09-24 | Merge branches 'pci/hotplug', 'pci/initdata' and 'pci/misc' into next | Bjorn Helgaas | 9 | -41/+48 |
2014-09-24 | PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h | Francesco Ruggeri | 5 | -4/+2 |
2014-09-24 | PCI: Remove assignment from complicated "if" conditions | Quentin Lambert | 1 | -4/+9 |
2014-09-24 | PCI: Remove assignment from "if" conditions | Quentin Lambert | 9 | -30/+66 |
2014-09-24 | PCI: Remove unnecessary curly braces | Quentin Lambert | 8 | -36/+22 |
2014-09-24 | PCI: Add space before open parenthesis | Quentin Lambert | 8 | -39/+39 |
2014-09-24 | PCI: designware: Add get_msi_data() to pcie_host_ops | Minghuan Lian | 2 | -1/+7 |
2014-09-24 | PCI: designware: Rename get_msi_data() to get_msi_addr() | Minghuan Lian | 2 | -3/+3 |
2014-09-24 | PCI: designware: Fix IO resource end address calculation | Minghuan Lian | 1 | -1/+1 |
2014-09-24 | PCI: designware: Fix configuration base address when using 'reg' | Minghuan Lian | 1 | -2/+0 |
2014-09-24 | x86/PCI: Mark PCI BIOS initialization code as such | Mathias Krause | 1 | -4/+4 |
2014-09-24 | x86/PCI: Constify pci_mmcfg_probes[] array | Mathias Krause | 1 | -1/+1 |
2014-09-24 | x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconst | Mathias Krause | 1 | -10/+14 |
2014-09-24 | x86/PCI: Move __init annotation to the correct place | Mathias Krause | 1 | -7/+7 |
2014-09-23 | PCI: pciehp: Stop disabling notifications during init | Yinghai Lu | 1 | -3/+0 |
2014-09-23 | PCI: pciehp: Add more Slot Control debug output | Yinghai Lu | 1 | -1/+9 |
2014-09-23 | PCI: pciehp: Fix wait time in timeout message | Yinghai Lu | 1 | -1/+1 |
2014-09-23 | Merge branch 'pci/hotplug' into next | Bjorn Helgaas | 12 | -475/+409 |
2014-09-22 | PCI: Add ACS quirk for Solarflare SFC9120 & SFC9140 | Alex Williamson | 1 | -0/+17 |
2014-09-22 | PCI: designware: Use NULL instead of false | Fabio Estevam | 1 | -1/+1 |
2014-09-22 | PCI: Remove unused pci_get_dma_source() | Alex Williamson | 2 | -56/+0 |
2014-09-22 | PCI: Remove unused pci_find_upstream_pcie_bridge() | Alex Williamson | 2 | -45/+0 |
2014-09-22 | PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr() | Thomas Petazzoni | 1 | -3/+3 |
2014-09-22 | x86/PCI: Mark DMI tables as initialization data | Mathias Krause | 1 | -10/+10 |
2014-09-22 | PCI: spear: Pass config resource through reg property | Pratyush Anand | 3 | -13/+13 |
2014-09-22 | PCI: Generate uppercase hex for modalias interface class | Ricardo Ribalda Delgado | 1 | -1/+1 |
2014-09-22 | Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', '... | Bjorn Helgaas | 9 | -109/+313 |
2014-09-22 | Merge branches 'pci/enumeration', 'pci/misc' and 'pci/virtualization' into next | Bjorn Helgaas | 8 | -10/+64 |
2014-09-16 | PCI: xilinx: Fix xilinx_pcie_assign_msi() return value test | Dan Carpenter | 1 | -2/+2 |
2014-09-16 | PCI: Parenthesize PCI_DEVID and PCI_VPD_LRDT_ID parameters | Megan Kamiya | 1 | -2/+2 |