aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-04-29PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsGravatar Krzysztof Wilczyński 2-42/+40
2021-04-29PCI/sysfs: Rearrange smbios_attr_group and acpi_attr_groupGravatar Krzysztof Wilczyński 1-26/+26
2021-04-29PCI/sysfs: Tidy SMBIOS & ACPI label attributesGravatar Krzysztof Wilczyński 1-23/+10
2021-04-29PCI/sysfs: Convert "index", "acpi_index", "label" to static attributesGravatar Krzysztof Wilczyński 3-77/+16
2021-04-29PCI/sysfs: Define SMBIOS label attributes with DEVICE_ATTR*()Gravatar Krzysztof Wilczyński 1-23/+18
2021-04-29PCI/sysfs: Define ACPI label attributes with DEVICE_ATTR*()Gravatar Krzysztof Wilczyński 1-23/+15
2021-04-29PCI/sysfs: Rename device_has_dsm() to device_has_acpi_name()Gravatar Krzysztof Wilczyński 1-20/+19
2021-04-29PCI/sysfs: Convert "vpd" to static attributeGravatar Krzysztof Wilczyński 3-46/+18
2021-04-29PCI/sysfs: Rename "vpd" attribute accessorsGravatar Bjorn Helgaas 1-8/+8
2021-04-27Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-53/+6
2021-04-27PCI/sysfs: Convert "reset" to static attributeGravatar Krzysztof Wilczyński 2-27/+26
2021-04-27PCI/sysfs: Convert "rom" to static attributeGravatar Krzysztof Wilczyński 1-38/+29
2021-04-27PCI/sysfs: Convert "config" to static attributeGravatar Krzysztof Wilczyński 1-39/+25
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-1/+2
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-13/+3
2021-04-26Merge tag 'arm-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-6/+7
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusGravatar Joseph Salisbury 1-1/+1
2021-04-20PCI: Refactor HT advertising of NO_MSI flagGravatar Marc Zyngier 1-11/+4
2021-04-20PCI/MSI: Document the various ways of ending up with NO_MSIGravatar Marc Zyngier 1-2/+9
2021-04-20PCI: mediatek: Advertise lack of built-in MSI handlingGravatar Thomas Gleixner 1-0/+4
2021-04-20PCI/MSI: Make pci_host_common_probe() declare its reliance on MSI domainsGravatar Marc Zyngier 1-0/+1
2021-04-20PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsGravatar Marc Zyngier 1-0/+2
2021-04-20PCI/MSI: Kill default_teardown_msi_irqs()Gravatar Marc Zyngier 1-10/+1
2021-04-20PCI/MSI: Drop use of msi_controller from core codeGravatar Marc Zyngier 2-24/+1
2021-04-20PCI: hv: Drop msi_controller structureGravatar Marc Zyngier 1-4/+0
2021-04-20PCI: xilinx: Convert to MSI domainsGravatar Marc Zyngier 2-138/+106
2021-04-20PCI: xilinx: Don't allocate extra memory for the MSI capture addressGravatar Marc Zyngier 1-12/+6
2021-04-20PCI: rcar: Convert to MSI domainsGravatar Marc Zyngier 2-183/+169
2021-04-20PCI: rcar: Don't allocate extra memory for the MSI capture addressGravatar Marc Zyngier 1-11/+7
2021-04-20PCI: tegra: Convert to MSI domainsGravatar Marc Zyngier 2-159/+191
2021-04-20PCI: Export pci_pio_to_address() for module useGravatar Jianjun Wang 1-0/+1
2021-04-16PCI: acpiphp: Fix whitespace issueGravatar chakravarthikulkarni 1-2/+1
2021-04-16PCI: tegra: Add Tegra194 MCFG quirks for ECAM errataGravatar Vidya Sagar 2-1/+103
2021-04-16PCI: shpchp: Remove unused shpc_writeb()Gravatar Jiapeng Chong 1-5/+0
2021-04-14PCI: cpqphp: Use DEFINE_SPINLOCK() for int15_lockGravatar Guobin Huang 1-4/+1
2021-04-14PCI: altera-msi: Remove redundant dev_err call in altera_msi_probe()Gravatar Chen Hui 1-3/+1
2021-04-13PCI: mediatek: Add missing MODULE_DEVICE_TABLEGravatar Qiheng Lin 1-0/+1
2021-04-13PCI: endpoint: Fix missing destroy_workqueue()Gravatar Yang Yingliang 1-0/+3
2021-04-13PCI: endpoint: Remove redundant initialization of pointer devGravatar Colin Ian King 1-1/+1
2021-04-12s390/pci: narrow scope of zpci_configure_device()Gravatar Niklas Schnelle 1-0/+7
2021-04-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Gravatar Jakub Kicinski 3-8/+100
2021-04-09PCI: Delay after FLR of Intel DC P4510 NVMeGravatar Raphael Norwitz 1-0/+1
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-1/+2
2021-04-08PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()Gravatar Dinghao Liu 1-1/+1
2021-04-08ACPI / hotplug / PCI: Fix reference count leak in enable_slot()Gravatar Feilong Lin 1-0/+1
2021-04-07PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCIGravatar Bharat Kumar Gogada 1-0/+7
2021-04-04PCI/IOV: Add sysfs MSI-X vector assignment interfaceGravatar Leon Romanovsky 3-8/+100
2021-04-01PCI/ACPI: Fix acpi_pci_set_power_state() debug messageGravatar Rafael J. Wysocki 1-1/+1