aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Merge branch 'pci/ims-removal'Bjorn Helgaas4-140/+5
2024-05-16Merge branch 'pci/endpoint'Bjorn Helgaas2-50/+21
2024-05-16Merge branch 'pci/controller/tegra194'Bjorn Helgaas1-0/+3
2024-05-16Merge branch 'pci/controller/rockchip'Bjorn Helgaas1-5/+3
2024-05-16Merge branch 'pci/controller/mt7621'Bjorn Helgaas1-1/+1
2024-05-16Merge branch 'pci/controller/dwc'Bjorn Helgaas19-108/+334
2024-05-16Merge branch 'pci/controller/cadence'Bjorn Helgaas1-4/+1
2024-05-16Merge branch 'pci/pm'Bjorn Helgaas1-0/+12
2024-05-16Merge branch 'pci/of'Bjorn Helgaas1-0/+2
2024-05-16Merge branch 'pci/msi'Bjorn Helgaas1-6/+9
2024-05-16Merge branch 'pci/hotplug'Bjorn Helgaas1-7/+5
2024-05-16Merge branch 'pci/enumeration'Bjorn Helgaas39-105/+90
2024-05-16Merge branch 'pci/edr'Bjorn Helgaas1-11/+17
2024-05-16Merge branch 'pci/doe'Bjorn Helgaas1-3/+9
2024-05-16Merge branch 'pci/cxl'Bjorn Helgaas9-7/+160
2024-05-16Merge branch 'pci/aspm'Bjorn Helgaas1-93/+89
2024-05-16PCI: Do not wait for disconnected devices when resumingIlpo Järvinen1-0/+5
2024-05-16PCI: Remove unused pci_enable_device_io()Heiner Kallweit1-14/+0
2024-05-16ata: pata_cs5520: Remove unnecessary call to pci_enable_device_io()Heiner Kallweit1-6/+0
2024-05-16scsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-2/+2
2024-05-16scsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: hpsa: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16scsi: arcmsr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16wifi: rtw89: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-05-16drm/xe/vf: Expose SR-IOV VF attributes to GT debugfsMichal Wajdeczko4-0/+90
2024-05-16drm/xe/vf: Custom hardware config load step if VFMichal Wajdeczko1-0/+36
2024-05-16drm/xe/vf: Add support for VF to query its configurationMichal Wajdeczko5-0/+856
2024-05-16drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV to ABIMichal Wajdeczko1-0/+56
2024-05-16drm/xe/guc: Add VF2GUC_VF_RESET to ABIMichal Wajdeczko1-0/+37
2024-05-16drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABIMichal Wajdeczko1-0/+67
2024-05-16drm/etnaviv: Disable SH_EU clock gating on VIPNano-Si+Philipp Zabel1-0/+6
2024-05-16drm/etnaviv: Turn etnaviv_is_model_rev() into a functionPhilipp Zabel1-32/+34
2024-05-16drm/etnaviv: Update hardware headers from rnndbPhilipp Zabel5-46/+173
2024-05-16drm/etnaviv: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-16platform/x86: wmi: Remove custom EC address space handlerRafael J. Wysocki1-92/+0
2024-05-16ACPI: EC: Install address space handler at the namespace rootRafael J. Wysocki2-10/+16
2024-05-16drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann1-3/+3
2024-05-16Merge tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds60-1132/+5025
2024-05-16drm/xe/pf: Expose PF monitor details via debugfsMichal Wajdeczko1-0/+7
2024-05-16Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds7-12/+17
2024-05-16drm/xe/pf: Track adverse events notifications from GuCMichal Wajdeczko6-0/+206
2024-05-16drm/xe/guc: Add GUC2PF_ADVERSE_EVENT to ABIMichal Wajdeczko1-0/+30
2024-05-16drm/xe/pf: Allow configuration of VF thresholds over debugfsMichal Wajdeczko1-0/+72
2024-05-16drm/xe/pf: Introduce functions to configure VF thresholdsMichal Wajdeczko3-0/+97
2024-05-16drm/xe/guc: Add support for threshold KLVs in to_string() helperMichal Wajdeczko1-0/+12
2024-05-16drm/xe/guc: Introduce GuC KLV thresholds setMichal Wajdeczko2-0/+132
2024-05-16drm/xe/guc: Add more KLV helper macrosMichal Wajdeczko1-1/+14