index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
PCI: microchip: Rename mc_port to mc_pcie
Bjorn Helgaas
1
-21
/
+21
2022-01-03
PCI: mediatek-gen3: Rename mtk_pcie_port to mtk_gen3_pcie
Fan Fei
1
-186
/
+186
2022-01-03
PCI: ls-gen4: Rename ls_pcie_g4 to ls_g4_pcie
Bjorn Helgaas
1
-42
/
+42
2022-01-03
PCI: iproc: Rename iproc_pcie_pltfm_ to iproc_pltfm_pcie_
Bjorn Helgaas
1
-8
/
+8
2022-01-03
PCI: iproc: Rename iproc_pcie_bcma_ to iproc_bcma_pcie_
Bjorn Helgaas
1
-11
/
+11
2022-01-03
PCI: intel-gw: Rename intel_pcie_port to intel_pcie
Fan Fei
1
-102
/
+102
2022-01-03
PCI: j721e: Drop redundant struct device *
Bjorn Helgaas
1
-8
/
+6
2022-01-03
PCI: j721e: Drop pointless of_device_get_match_data() cast
Bjorn Helgaas
1
-2
/
+2
2022-01-03
PCI: kirin: Prefer of_device_get_match_data()
Fan Fei
1
-4
/
+2
2022-01-03
PCI: keystone: Prefer of_device_get_match_data()
Fan Fei
1
-3
/
+1
2022-01-03
PCI: dra7xx: Prefer of_device_get_match_data()
Fan Fei
1
-4
/
+2
2022-01-03
PCI: designware-plat: Prefer of_device_get_match_data()
Fan Fei
1
-4
/
+2
2022-01-03
PCI: cadence: Prefer of_device_get_match_data()
Fan Fei
1
-4
/
+2
2022-01-03
PCI: artpec6: Prefer of_device_get_match_data()
Fan Fei
1
-4
/
+2
2022-01-03
PCI: altera: Prefer of_device_get_match_data()
Fan Fei
1
-4
/
+4
2021-12-29
PCI/sysfs: Use default_groups in kobj_type for slot attrs
Greg Kroah-Hartman
1
-1
/
+2
2021-12-26
PCI: imx: Add the imx8mm pcie support
Richard Zhu
1
-8
/
+73
2021-12-19
Merge tag 'irq_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+11
2021-12-18
PCI/MSI: Unbreak pci_irq_get_affinity()
Thomas Gleixner
1
-2
/
+8
2021-12-16
PCI: hv: Rework MSI handling
Thomas Gleixner
1
-5
/
+10
2021-12-16
xen/pcifront: Rework MSI handling
Thomas Gleixner
1
-1
/
+1
2021-12-16
PCI/MSI: Use msi_on_each_desc()
Thomas Gleixner
3
-29
/
+24
2021-12-16
PCI/MSI: Let core code free MSI descriptors
Thomas Gleixner
3
-15
/
+3
2021-12-16
PCI/MSI: Use msi_add_msi_desc()
Thomas Gleixner
1
-57
/
+47
2021-12-16
PCI/MSI: Protect MSI operations
Thomas Gleixner
2
-41
/
+63
2021-12-16
PCI/MSI: Simplify pci_irq_get_affinity()
Thomas Gleixner
1
-16
/
+10
2021-12-16
PCI/MSI: Use msi_get_virq() in pci_get_vector()
Thomas Gleixner
1
-20
/
+5
2021-12-16
PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
Thomas Gleixner
1
-2
/
+14
2021-12-16
PCI/MSI: Use msi_desc::msi_index
Thomas Gleixner
3
-14
/
+10
2021-12-16
PCI/MSI: Let the irq code handle sysfs groups
Thomas Gleixner
3
-25
/
+6
2021-12-16
PCI/MSI: Allocate MSI device data on first use
Thomas Gleixner
1
-2
/
+15
2021-12-16
PCI/MSI: Decouple MSI[-X] disable from pcim_release()
Thomas Gleixner
2
-5
/
+33
2021-12-16
PCI/MSI: Set pci_dev::msi[x]_enabled early
Thomas Gleixner
1
-6
/
+17
2021-12-15
PCI/P2PDMA: Use percpu_ref_tryget_live_rcu() inside RCU critical section
Christophe JAILLET
1
-1
/
+1
2021-12-15
PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller
Yifeng Li
1
-0
/
+3
2021-12-14
Merge branch 'irq/urgent' into irq/msi
Thomas Gleixner
5
-15
/
+25
2021-12-14
PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
Thomas Gleixner
1
-1
/
+1
2021-12-14
PCI/MSI: Mask MSI-X vectors only on success
Stefan Roese
1
-3
/
+10
2021-12-13
PCI: mt7621: Convert driver into 'bool'
Sergio Paracuellos
1
-2
/
+2
2021-12-10
Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-11
/
+12
2021-12-10
PCI: ibmphp: Remove commented-out functions
Vihas Mak
2
-79
/
+0
2021-12-09
PCI/MSI: Move descriptor counting on allocation fail to the legacy code
Thomas Gleixner
2
-19
/
+20
2021-12-09
genirq/msi: Handle PCI/MSI allocation fail in core code
Thomas Gleixner
1
-13
/
+0
2021-12-09
PCI/MSI: Make pci_msi_domain_check_cap() static
Thomas Gleixner
1
-2
/
+3
2021-12-09
PCI/MSI: Move msi_lock to struct pci_dev
Thomas Gleixner
2
-2
/
+4
2021-12-09
PCI/MSI: Sanitize MSI-X table map handling
Thomas Gleixner
1
-10
/
+8
2021-12-09
PCI/MSI: Split out irqdomain code
Thomas Gleixner
5
-311
/
+340
2021-12-09
PCI/MSI: Split out !IRQDOMAIN code
Thomas Gleixner
3
-48
/
+55
2021-12-09
PCI/MSI: Split out CONFIG_PCI_MSI independent part
Thomas Gleixner
3
-40
/
+45
2021-12-09
PCI/MSI: Move code into a separate directory
Thomas Gleixner
3
-2
/
+7
[prev]
[next]