index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
pci-xgene-msi.c
Age
Commit message (
Expand
)
Author
2025-08-11
PCI: xgene-msi: Return negative -EINVAL in xgene_msi_handler_setup()
Dan Carpenter
2025-07-22
PCI: xgene-msi: Restructure handler setup/teardown
Marc Zyngier
2025-07-22
PCI: xgene-msi: Probe as a standard platform driver
Marc Zyngier
2025-07-22
PCI: xgene-msi: Resend an MSI racing with itself on a different CPU
Marc Zyngier
2025-07-22
PCI: xgene-msi: Sanitise MSI allocation and affinity setting
Marc Zyngier
2025-07-22
PCI: xgene-msi: Get rid of intermediate tracking structure
Marc Zyngier
2025-07-22
PCI: xgene-msi: Use device-managed memory allocations
Marc Zyngier
2025-07-22
PCI: xgene-msi: Drop superfluous fields from xgene_msi structure
Marc Zyngier
2025-07-22
PCI: xgene-msi: Make per-CPU interrupt setup robust
Marc Zyngier
2025-05-16
PCI: xgene: Convert to MSI parent infrastructure
Marc Zyngier
2025-04-07
irqdomain: pci: Switch to of_fwnode_handle()
Jiri Slaby (SUSE)
2025-03-08
PCI: Fix typos
Bjorn Helgaas
2024-10-03
PCI: controller: Switch back to struct platform_driver::remove()
Sergio Paracuellos
2023-07-13
PCI: xgene-msi: Use devm_platform_get_and_ioremap_resource()
Yang Li
2023-06-24
PCI: xgene-msi: Convert to platform remove callback returning void
Uwe Kleine-König
2022-11-10
PCI: Remove unnecessary <linux/of_irq.h> includes
Bjorn Helgaas
2022-11-10
PCI: xgene-msi: Include <linux/irqdomain.h> explicitly
Bjorn Helgaas
2021-11-29
PCI: xgene-msi: Use bitmap_zalloc() when applicable
Christophe JAILLET
2021-10-08
PCI: Correct misspelled and remove duplicated words
Krzysztof Wilczyński
2021-09-02
Merge branch 'remotes/lorenzo/pci/xgene'
Bjorn Helgaas
2021-08-05
PCI: xgene-msi: Remove redundant dev_err() call in xgene_msi_probe()
ErKun Yang
2021-08-02
PCI: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-01-18
PCI: xgene-msi: Fix race in installing chained irq handler
Martin Kaiser
2020-10-02
PCI: xgene: Remove unused assignment to variable msi_val
Krzysztof Wilczyński
2020-08-03
PCI: Remove dev_err() when handing an error from platform_get_irq()
Krzysztof Wilczyński
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin