summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-013-10/+6
|\
| * Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...Greg Kroah-Hartman2021-08-061-3/+3
| |\
| | * sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński2021-08-051-3/+3
| | * sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński2021-08-051-3/+3
| * | bus: Make remove callback return voidUwe Kleine-König2021-07-212-5/+2
| * | PCI: endpoint: Make struct pci_epf_driver::remove return voidUwe Kleine-König2021-07-211-3/+2
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-09-012-3/+9
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-273-5/+6
| |\ \
| * | | PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes2021-08-241-0/+9
| * | | Revert "PCI: Make pci_enable_ptm() private"Vinicius Costa Gomes2021-08-241-3/+0
* | | | Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-08-311-12/+19
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'Rafael J. Wysocki2021-08-301-12/+19
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | |/|
| | * | | PCI: PM: Enable PME if it can be signaled from D3coldRafael J. Wysocki2021-08-041-1/+8
| | * | | PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistentlyRafael J. Wysocki2021-08-041-6/+10
| | * | | PCI: Use pci_update_current_state() in pci_enable_device_flags()Rafael J. Wysocki2021-07-161-5/+1
* | | | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-205/+99
|\ \ \ \ \
| * | | | | genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song2021-08-241-115/+10
| * | | | | PCI/MSI: Use new mask/unmask functionsThomas Gleixner2021-08-101-81/+21
| * | | | | PCI/MSI: Provide a new set of mask and unmask functionsThomas Gleixner2021-08-101-0/+72
| * | | | | PCI/MSI: Cleanup msi_mask()Thomas Gleixner2021-08-101-14/+11
| * | | | | PCI/MSI: Deobfuscate virtual MSI-XThomas Gleixner2021-08-101-17/+8
| * | | | | PCI/MSI: Consolidate error handling in msi_capability_init()Thomas Gleixner2021-08-101-15/+11
| * | | | | PCI/MSI: Rename msi_desc::maskedThomas Gleixner2021-08-101-15/+15
| * | | | | PCI/MSI: Simplify msi_verify_entries()Thomas Gleixner2021-08-101-1/+4
| * | | | | s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner2021-08-101-2/+2
| | |_|_|/ | |/| | |
* | | | | PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki2021-08-271-0/+3
| |/ / / |/| | |
* | | | Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-202-1/+2
|\ \ \ \
| * | | | PCI/sysfs: Use correct variable for the legacy_mem sysfs objectKrzysztof Wilczyński2021-08-191-1/+1
| * | | | PCI: Increase D3 delay for AMD Renoir/Cezanne XHCIMarcin Bachry2021-08-191-0/+1
| | |/ / | |/| |
* | | | Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-201-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: ixp4xx: fix building both pci driversArnd Bergmann2021-08-121-4/+4
| | |/ | |/|
* | | PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-101-9/+10
* | | PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner2021-08-101-1/+1
* | | PCI/MSI: Correct misleading commentsThomas Gleixner2021-08-101-4/+1
* | | PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner2021-08-101-4/+4
* | | PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner2021-08-101-0/+5
* | | PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner2021-08-101-0/+15
* | | PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner2021-08-101-18/+27
* | | PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner2021-08-101-13/+15
|/ /
* / PCI: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-131-1/+1
|/
* Merge tag 'pci-v5.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-101-46/+4
|\
| * Revert "PCI: Coalesce host bridge contiguous apertures"Bjorn Helgaas2021-07-101-46/+4
* | Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-103-0/+680
|\ \ | |/ |/|
| * PCI: ixp4xx: Add a new driver for IXP4xxLinus Walleij2021-06-173-0/+680
* | Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-0841-414/+697
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas2021-07-061-11/+0
| |\ \
| | * | PCI: mobiveil: Remove unused readl and writel functionsKrzysztof Wilczyński2021-06-031-11/+0
| | |/
| * | Merge branch 'remotes/lorenzo/pci/microchip'Bjorn Helgaas2021-07-061-1/+1
| |\ \
| | * | PCI: microchip: Make the struct event_descs staticKrzysztof Wilczyński2021-06-031-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/mediatek-gen3'Bjorn Helgaas2021-07-061-0/+1
| |\ \