Age | Commit message (Expand) | Author | Files | Lines |
2016-04-18 | Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -6/+57 |
2016-04-15 | PCI: Add pci_set_vpd_size() to set VPD size | Hariprasad Shenai | 2 | -0/+43 |
2016-04-14 | pci-sysfs: use proper file capability helper function | Linus Torvalds | 1 | -1/+1 |
2016-04-05 | Revert "PCI: imx6: Add support for active-low reset GPIO" | Fabio Estevam | 1 | -6/+14 |
2016-03-22 | Revert "PCI: dra7xx: Mark driver as broken" | Sekhar Nori | 1 | -1/+0 |
2016-03-21 | PCI: Restore inclusion of pci/hotplug Kconfig | Tero Roponen | 1 | -0/+1 |
2016-03-19 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -5/+8 |
2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 41 | -789/+5079 |
2016-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -2/+6 |
2016-03-15 | Merge branch 'pci/resource' into next | Bjorn Helgaas | 5 | -99/+77 |
2016-03-15 | Merge branch 'pci/host-hv' into next | Bjorn Helgaas | 4 | -1/+2369 |
2016-03-15 | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 12 | -77/+203 |
2016-03-15 | Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/... | Bjorn Helgaas | 15 | -376/+2048 |
2016-03-15 | Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/... | Bjorn Helgaas | 11 | -134/+261 |
2016-03-15 | PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition | Heikki Krogerus | 1 | -1/+1 |
2016-03-15 | PCI: designware: Add driver for prototyping kits based on ARC SDP | Joao Pinto | 3 | -0/+150 |
2016-03-15 | PCI: designware: Add default link up check if sub-driver doesn't override | Joao Pinto | 1 | -1/+9 |
2016-03-15 | PCI: designware: Add generic dw_pcie_wait_for_link() | Joao Pinto | 8 | -59/+39 |
2016-03-15 | PCI: Cleanup pci/pcie/Kconfig whitespace | Andreas Ziegler | 1 | -3/+4 |
2016-03-12 | PCI: Simplify pci_create_attr() control flow | Bjorn Helgaas | 1 | -26/+27 |
2016-03-12 | PCI: Don't leak memory if sysfs_create_bin_file() fails | Bjorn Helgaas | 1 | -0/+2 |
2016-03-12 | PCI: Simplify sysfs ROM cleanup | Bjorn Helgaas | 1 | -10/+3 |
2016-03-12 | PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPY | Bjorn Helgaas | 2 | -31/+1 |
2016-03-12 | PCI: Clean up pci_map_rom() whitespace | Bjorn Helgaas | 1 | -19/+18 |
2016-03-12 | PCI: Remove arch-specific IORESOURCE_ROM_SHADOW size from sysfs | Bjorn Helgaas | 1 | -6/+2 |
2016-03-11 | PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices | David Daney | 3 | -0/+411 |
2016-03-11 | PCI: thunder: Add PCIe host driver for ThunderX processors | David Daney | 3 | -0/+354 |
2016-03-11 | PCI: generic: Expose pci_host_common_probe() for use by other drivers | David Daney | 5 | -165/+202 |
2016-03-11 | PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe() | David Daney | 1 | -8/+17 |
2016-03-11 | PCI: generic: Move structure definitions to separate header file | David Daney | 2 | -18/+45 |
2016-03-11 | PCI: xilinx-nwl: Add support for Xilinx NWL PCIe Host Controller | Bharat Kumar Gogada | 3 | -0/+892 |
2016-03-11 | PCI: keystone: Defer probing if devm_phy_get() returns -EPROBE_DEFER | Shawn Lin | 1 | -0/+3 |
2016-03-11 | PCI: altera: Fix altera_pcie_link_is_up() | Ley Foon Tan | 1 | -1/+2 |
2016-03-11 | PCI: rcar: Depend on ARCH_RENESAS, not ARCH_SHMOBILE | Simon Horman | 1 | -2/+2 |
2016-03-10 | PCI: Wait for up to 1000ms after FLR reset | Alex Williamson | 1 | -2/+25 |
2016-03-10 | ARC: Add PCI support | Joao Pinto | 1 | -0/+1 |
2016-03-10 | PCI: Prevent VPD access for buggy devices | Babu Moger | 1 | -0/+29 |
2016-03-10 | PCI: Sleep rather than busy-wait for VPD access completion | Bjorn Helgaas | 1 | -8/+10 |
2016-03-09 | Merge tag 'pci-v4.5-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+3 |
2016-03-09 | PCI: Add pcibios_bus_add_device() weak function | Wei Yang | 1 | -0/+3 |
2016-03-09 | PCI/IOV: Rename and export virtfn_{add, remove} | Wei Yang | 1 | -5/+5 |
2016-03-08 | PCI/AER: Log aer_inject error injections | Jean Delvare | 1 | -0/+3 |
2016-03-08 | PCI/AER: Log actual error causes in aer_inject | Jean Delvare | 1 | -1/+7 |
2016-03-08 | PCI/AER: Use dev_warn() in aer_inject | Jean Delvare | 1 | -3/+7 |
2016-03-08 | PCI/AER: Fix aer_inject error codes | Jean Delvare | 1 | -4/+4 |
2016-03-08 | PCI: tegra: Remove misleading PHYS_OFFSET | Thierry Reding | 1 | -1/+1 |
2016-03-08 | PCI: tegra: Track bus -> CPU mapping | Thierry Reding | 1 | -0/+28 |
2016-03-08 | PCI: tegra: Remove unused struct tegra_pcie.num_ports field | Thierry Reding | 1 | -1/+0 |
2016-03-08 | PCI: tegra: Implement ->{add,remove}_bus() callbacks | Thierry Reding | 1 | -20/+34 |
2016-03-08 | PCI: Add pci_ops.{add,remove}_bus() callbacks | Thierry Reding | 2 | -0/+10 |