| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-07-08 | 9 | -7/+40 |
|\ |
|
| * | PCI/IOV: Reset total_VFs limit after detaching PF driver | Jakub Kicinski | 2018-06-29 | 3 | -0/+21 |
| * | PCI: faraday: Add missing of_node_put() | Nicholas Mc Guire | 2018-06-29 | 1 | -0/+2 |
| * | PCI: xilinx-nwl: Add missing of_node_put() | Nicholas Mc Guire | 2018-06-29 | 1 | -1/+1 |
| * | PCI: xilinx: Add missing of_node_put() | Nicholas Mc Guire | 2018-06-29 | 1 | -0/+1 |
| * | PCI: endpoint: Use after free in pci_epf_unregister_driver() | Dan Carpenter | 2018-06-29 | 1 | -2/+2 |
| * | PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yes | Geert Uytterhoeven | 2018-06-29 | 1 | -1/+0 |
| * | PCI: rcar: Clean up PHY init on failure | Marek Vasut | 2018-06-29 | 1 | -1/+5 |
| * | PCI: rcar: Shut the PHY down in failpath | Marek Vasut | 2018-06-29 | 1 | -2/+8 |
* | | Merge branch 'pm-pci' | Rafael J. Wysocki | 2018-07-05 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM | Rafael J. Wysocki | 2018-06-30 | 1 | -0/+12 |
* | | PCI: controller: Move PCI_DOMAINS selection to arch Kconfig | Lorenzo Pieralisi | 2018-06-26 | 1 | -3/+0 |
* | | PCI: Initialize endpoint library before controllers | Alan Douglas | 2018-06-26 | 1 | -3/+3 |
* | | PCI: shpchp: Manage SHPC unconditionally on non-ACPI systems | Bjorn Helgaas | 2018-06-26 | 1 | -1/+9 |
|/ |
|
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-12 | 6 | -10/+13 |
|\ |
|
| * | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-12 | 4 | -7/+10 |
| * | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 2 | -3/+3 |
* | | Merge branch 'pci/aer-squash' | Bjorn Helgaas | 2018-06-11 | 15 | -1547/+1434 |
|\ \ |
|
| * | | PCI/AER: Use "PCI Express" consistently in Kconfig text | Bjorn Helgaas | 2018-06-11 | 1 | -6/+6 |
| * | | PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/ | Bjorn Helgaas | 2018-06-11 | 6 | -56/+41 |
| * | | PCI/AER: Squash Kconfig.debug into Kconfig | Bjorn Helgaas | 2018-06-11 | 2 | -21/+14 |
| * | | PCI/AER: Move private AER things to aerdrv.c | Bjorn Helgaas | 2018-06-11 | 2 | -80/+63 |
| * | | PCI/AER: Move aer_irq() declaration to portdrv.h | Bjorn Helgaas | 2018-06-11 | 3 | -3/+6 |
| * | | PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.h | Bjorn Helgaas | 2018-06-11 | 3 | -11/+11 |
| * | | PCI/AER: Remove duplicate pcie_port_bus_type declaration | Bjorn Helgaas | 2018-06-11 | 1 | -1/+0 |
| * | | PCI/AER: Squash ecrc.c into aerdrv.c | Bjorn Helgaas | 2018-06-11 | 3 | -119/+110 |
| * | | PCI/AER: Squash aerdrv_acpi.c into aerdrv.c | Bjorn Helgaas | 2018-06-11 | 3 | -142/+122 |
| * | | PCI/AER: Squash aerdrv_errprint.c into aerdrv.c | Bjorn Helgaas | 2018-06-11 | 4 | -263/+244 |
| * | | PCI/AER: Squash aerdrv_core.c into aerdrv.c | Bjorn Helgaas | 2018-06-11 | 4 | -498/+475 |
| * | | PCI/AER: Reorder code to group probe/remove stuff together | Bjorn Helgaas | 2018-06-11 | 1 | -58/+58 |
| * | | PCI/AER: Remove forward declarations | Bjorn Helgaas | 2018-06-08 | 1 | -16/+11 |
| |/ |
|
* / | PCI: Collect all native drivers under drivers/pci/controller/ | Shawn Lin | 2018-06-08 | 63 | -43/+41 |
|/ |
|
* | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-06-07 | 75 | -3210/+5657 |
|\ |
|
| * | Merge branch 'pci/trivial' | Bjorn Helgaas | 2018-06-06 | 1 | -493/+485 |
| |\ |
|
| | * | PCI: Clean up whitespace in quirks.c | Bjorn Helgaas | 2018-05-10 | 1 | -335/+329 |
| | * | PCI: Reorder quirks infrastructure code | Bjorn Helgaas | 2018-05-10 | 1 | -158/+156 |
| * | | Merge branch 'pci/kconfig' | Bjorn Helgaas | 2018-06-06 | 2 | -12/+0 |
| |\ \ |
|
| | * | | PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS | Bjorn Helgaas | 2018-05-18 | 2 | -12/+0 |
| | |/ |
|
| * | | Merge branch 'lorenzo/pci/vmd' | Bjorn Helgaas | 2018-06-06 | 1 | -10/+81 |
| |\ \ |
|
| | * | | PCI: vmd: Add an additional VMD device id to driver device id table | Jon Derrick | 2018-05-24 | 1 | -0/+3 |
| | * | | PCI: vmd: Add offset to bus numbers if necessary | Jon Derrick | 2018-05-24 | 1 | -5/+29 |
| | * | | PCI: vmd: Assign membar addresses from shadow registers | Jon Derrick | 2018-05-24 | 1 | -5/+49 |
| | * | | PCI: Add Intel VMD devices to pci ids | Jon Derrick | 2018-05-24 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'lorenzo/pci/rockchip' | Bjorn Helgaas | 2018-06-06 | 6 | -1434/+2289 |
| |\ \ |
|
| | * | | PCI: rockchip: Add EP driver for Rockchip PCIe controller | Shawn Lin | 2018-05-11 | 5 | -9/+759 |
| | * | | PCI: rockchip: Split out common function to init controller | Shawn Lin | 2018-05-10 | 3 | -125/+152 |
| | * | | PCI: rockchip: Split out rockchip_pcie_parse_dt() to parse DT | Shawn Lin | 2018-05-10 | 3 | -114/+136 |
| | * | | PCI: rockchip: Separate common code from RC driver | Shawn Lin | 2018-05-10 | 5 | -1595/+1651 |
| | |/ |
|
| * | | Merge branch 'lorenzo/pci/rcar' | Bjorn Helgaas | 2018-06-06 | 1 | -127/+154 |
| |\ \ |
|
| | * | | PCI: rcar: Remove IRQ mappings in rcar_pcie_enable_msi() failpath | Marek Vasut | 2018-05-24 | 1 | -9/+16 |