summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorFilesLines
2022-04-13PCI: pciehp: Add Qualcomm quirk for Command Completed erratumManivannan Sadhasivam1-0/+2
2022-04-08PCI: pciehp: Clear cmd_busy bit in polling modeLiguang Zhang1-0/+2
2022-02-05PCI: pciehp: Fix infinite loop in IRQ handler upon power faultLukas Wunner1-3/+4
2022-01-27PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errorsHans de Goede3-4/+22
2021-10-27s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle1-8/+1
2021-09-22PCI: ibmphp: Fix double unmap of io_memVishal Aslot2-7/+1
2021-07-20PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner1-0/+36
2021-05-22ACPI / hotplug / PCI: Fix reference count leak in enable_slot()Feilong Lin1-0/+1
2021-03-25PCI: rpadlpar: Fix potential drc_name corruption in store functionsTyrel Datwyler1-8/+6
2021-03-25s390/pci: fix leak of PCI device structureNiklas Schnelle1-1/+2
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-14/+14
2020-09-29PCI: shpchp: Remove unused 'rc' assignmentKrzysztof WilczyƄski1-1/+0
2020-09-18PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2-9/+10
2020-09-18PCI: rpadlpar: Use for_each_child_of_node() and for_each_node_by_name()Qinglang Miao1-4/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-08-17s390/pci: re-introduce zpci_remove_device()Niklas Schnelle1-7/+5
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+6
2020-08-06Merge branch 'pci/doc'Bjorn Helgaas2-2/+3
2020-08-06PCI: Fix kerneldoc warningsKrzysztof Kozlowski2-2/+3
2020-07-30PCI: rpadlpar: Make functions staticWei Yongjun1-3/+3
2020-06-26PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context()Rafael J. Wysocki1-3/+11
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-5/+11
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-10/+4
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-10/+3
2020-05-21PCI: shpchp: Make shpchp_unconfigure_device() voidKrzysztof Wilczynski3-7/+3
2020-05-09ACPI: hotplug: PCI: Use the new acpi_evaluate_reg() helperHans de Goede1-10/+3
2020-04-28s390/pci: Do not disable PF when VFs existPierre Morel1-0/+3
2020-04-28s390/pci: Handling multifunctionsPierre Morel1-3/+3
2020-04-28s390/pci: create zPCI busPierre Morel1-4/+7
2020-04-25PCI: Use of_node_name_eq() for node name comparisonsRob Herring1-1/+1
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki1-1/+1
2020-04-23PCI: pciehp: Remove unused EMI() and HP_SUPR_RM() macrosAni Sinha1-2/+0
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-4/+7
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-70/+29
2020-03-31PCI: pciehp: Fix MSI interrupt raceStuart Hayes1-6/+20
2020-03-31PCI: pciehp: Fix indefinite wait on sysfs requestsLukas Wunner1-7/+7
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran3-3/+3
2020-03-25powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran2-1/+5
2020-03-25PCI: rpaphp: Remove unused variable 'value'Chen Zhou1-2/+1
2020-03-10s390/pci: embedding hotplug_slot in zdevPierre Morel1-70/+29
2020-02-21PCI: pciehp: Add DMI table for in-band presence detection disabledStuart Hayes1-0/+22
2020-02-21PCI: pciehp: Wait for PDS if in-band presence is disabledAlexandru Gagniuc1-0/+19
2020-02-21PCI: pciehp: Disable in-band presence detect when possibleAlexandru Gagniuc2-2/+11
2020-01-23pci/hotplug/pnv-php: Wrap warnings in macroFrederic Barrat1-23/+28
2020-01-23pci/hotplug/pnv-php: Relax check when disabling slotFrederic Barrat1-1/+7
2020-01-23pci/hotplug/pnv-php: Register opencapi slotsFrederic Barrat1-0/+5
2020-01-23pci/hotplug/pnv-php: Improve error msg on power state change failureFrederic Barrat1-5/+11
2020-01-23pci/hotplug/pnv-php: Remove erroneous warningFrederic Barrat1-6/+0
2019-12-04Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-33/+106