summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-0/+1
|\
| * PCI: rpaphp: Add MODULE_DESCRIPTIONMamatha Inamdar2022-02-031-0/+1
* | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-03-241-0/+43
|\ \
| * | PCI/IOV: Fix wrong kernel-doc identifierLeon Romanovsky2022-03-071-2/+2
| * | PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PFJason Gunthorpe2022-02-271-0/+29
| * | PCI/IOV: Add pci_iov_vf_id() to get VF indexJason Gunthorpe2022-02-271-0/+14
* | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-5/+16
|\ \ \
| * \ \ Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-153-13/+18
| |\ \ \
| * \ \ \ Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-218-102/+93
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-2/+2
| * | | | pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker2022-02-161-5/+16
* | | | | Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-03-211-7/+7
|\ \ \ \ \
| * \ \ \ \ Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki2022-03-181-7/+7
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | PM: sleep: Add device name to suspend_report_result()Youngjin Jang2022-03-081-7/+7
* | | | | | Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar2022-03-143-13/+18
|\| | | | |
| * | | | | Merge tag 'irq-urgent-2022-02-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-271-7/+7
| |\ \ \ \ \
| | * | | | | PCI: vmd: Prevent recursive locking on interrupt allocationThomas Gleixner2022-02-211-7/+7
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'pci-v5.17-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-242-6/+11
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | PCI: Mark all AMD Navi10 and Navi14 GPU ATS as brokenAlex Deucher2022-02-231-5/+9
| | * | | | PCI: mvebu: Fix device enumeration regressionPali Rohár2022-02-141-1/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2022-03-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PCI: apple: Change MSI handling to handle 4-cell AIC fwspec formHector Martin2022-03-101-1/+1
* | | | | Merge tag 'hyperv-fixes-signed-20220215' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-151-2/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topologyLong Li2022-02-031-2/+11
| | |/ / | |/| |
* | | | Merge tag 'pci-v5.17-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-111-30/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "PCI/portdrv: Do not setup up IRQs if there are no users"Bjorn Helgaas2022-02-111-30/+17
| |/ /
* | | Merge tag 'irq_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-061-1/+2
|\ \ \
| * | | PCI/MSI: Remove bogus warning in pci_irq_get_affinity()Thomas Gleixner2022-02-041-1/+2
| | |/ | |/|
* | | Merge tag 'pci-v5.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-052-56/+60
|\ \ \ | |/ / |/| |
| * | PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas2022-02-041-13/+18
| * | PCI: j721e: Initialize pcie->cdns_pcie before using itBjorn Helgaas2022-02-011-43/+42
| |/
* | Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-291-10/+1
|\ \
| * | PCI: mt7621: Remove unused function pcie_rmw()Sergio Paracuellos2022-01-261-9/+0
| * | PCI: mt7621: Drop of_match_ptr() to avoid unused variableSergio Paracuellos2022-01-261-1/+1
| |/
* | Merge tag 'irq_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-232-3/+2
|\ \ | |/ |/|
| * PCI/MSI: Prevent UAF in error pathThomas Gleixner2022-01-212-3/+2
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\ \
| * | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-5/+5
| |/ |/|
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-1668-1516/+2306
|\ \
| * \ Merge branch 'pci/driver-cleanup'Bjorn Helgaas2022-01-1323-756/+755
| |\ \
| | * | PCI: spear13xx: Avoid invalid address space conversionsBjorn Helgaas2022-01-031-4/+4
| | * | PCI: hisi: Avoid invalid address space conversionsBjorn Helgaas2022-01-031-10/+22
| | * | PCI: xilinx-cpm: Rename xilinx_cpm_pcie_port to xilinx_cpm_pcieBjorn Helgaas2022-01-031-22/+22
| | * | PCI: xilinx: Rename xilinx_pcie_port to xilinx_pcieFan Fei2022-01-031-79/+79
| | * | PCI: xgene: Rename xgene_pcie_port to xgene_pcieFan Fei2022-01-031-23/+23
| | * | PCI: uniphier: Rename uniphier_pcie_priv to uniphier_pcieFan Fei2022-01-031-73/+74
| | * | PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcieFan Fei2022-01-031-111/+111
| | * | PCI: rcar-gen2: Rename rcar_pci_priv to rcar_pciBjorn Helgaas2022-01-031-7/+7
| | * | PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_Bjorn Helgaas2022-01-031-18/+18