summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/errors'Bjorn Helgaas2022-01-132-7/+7
|\
| * PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-2/+2
| * PCI: pciehp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-5/+5
* | PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errorsHans de Goede2022-01-123-4/+22
* | PCI: ibmphp: Remove commented-out functionsVihas Mak2021-12-102-79/+0
* | PCI: pciehp: Fix infinite loop in IRQ handler upon power faultLukas Wunner2021-11-191-3/+4
|/
* s390/pci: implement reset_slot for hotplug slotNiklas Schnelle2021-11-081-0/+24
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-069-9/+41
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2021-11-056-9/+11
| |\
| | * PCI: cpqphp: Use <linux/io.h> instead of <asm/io.h>Krzysztof Wilczyński2021-11-021-1/+1
| | * PCI: cpqphp: Format if-statement code block correctlyKrzysztof Wilczyński2021-10-121-2/+4
| | * PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński2021-10-084-6/+6
| * | PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot ResetLukas Wunner2021-10-153-0/+30
| |/
* / s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle2021-10-041-8/+1
|/
* Merge branch 'pci/reset'Bjorn Helgaas2021-09-023-3/+3
|\
| * PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-183-3/+3
* | PCI: ibmphp: Fix double unmap of io_memVishal Aslot2021-09-022-7/+1
|/
* Merge branch 'pci/kernel-doc'Bjorn Helgaas2021-07-063-4/+8
|\
| * PCI: Fix kernel-doc formattingKrzysztof Wilczyński2021-07-063-4/+8
* | Merge branch 'pci/sysfs'Bjorn Helgaas2021-07-063-23/+27
|\ \
| * | PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński2021-06-033-23/+27
| |/
* | PCI: cpcihp: Declare cpci_debug in header fileKrzysztof Wilczyński2021-07-012-2/+3
* | PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner2021-06-161-0/+36
|/
* Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-05-061-1/+1
|\
| * s390/pci: rename zpci_configure_device()Niklas Schnelle2021-04-301-1/+1
* | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-055-12/+4
|\ \ | |/ |/|
| * Merge branch 'pci/kernel-doc'Bjorn Helgaas2021-05-041-1/+1
| |\
| | * PCI: Fix kernel-doc errorsKrzysztof Wilczyński2021-03-111-1/+1
| * | PCI: acpiphp: Fix whitespace issuechakravarthikulkarni2021-04-161-2/+1
| * | PCI: shpchp: Remove unused shpc_writeb()Jiapeng Chong2021-04-161-5/+0
| * | PCI: cpqphp: Use DEFINE_SPINLOCK() for int15_lockGuobin Huang2021-04-141-4/+1
| * | ACPI / hotplug / PCI: Fix reference count leak in enable_slot()Feilong Lin2021-04-081-0/+1
| |/
* | s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle2021-04-121-0/+7
* | s390/pci: unify de-/configure for slots and eventsNiklas Schnelle2021-03-221-50/+2
* | s390/pci: refactor zpci function statesNiklas Schnelle2021-03-221-7/+1
* | Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-03-211-8/+6
|\ \
| * | PCI: rpadlpar: Fix potential drc_name corruption in store functionsTyrel Datwyler2021-03-171-8/+6
| |/
* / s390/pci: fix leak of PCI device structureNiklas Schnelle2021-03-151-1/+2
|/
* PCI: acpiphp: Remove unused acpiphp_callback typedefChen Lin2021-02-181-3/+0
* PCI: ibmphp: Remove unneeded breakBjorn Helgaas2020-11-201-2/+0
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-224-14/+14
|\
| * PCI: shpchp: Remove unused 'rc' assignmentKrzysztof Wilczyński2020-09-281-1/+0
| * PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-172-9/+10
| * PCI: rpadlpar: Use for_each_child_of_node() and for_each_node_by_name()Qinglang Miao2020-09-171-4/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-5/+5
* | s390/pci: re-introduce zpci_remove_device()Niklas Schnelle2020-08-171-7/+5
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-073-5/+6
|\
| * Merge branch 'pci/doc'Bjorn Helgaas2020-08-052-2/+3
| |\
| | * PCI: Fix kerneldoc warningsKrzysztof Kozlowski2020-08-052-2/+3
| * | PCI: rpadlpar: Make functions staticWei Yongjun2020-07-301-3/+3
| |/