index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-04
PCI: dwc: Add support to use non default msi_irq_chip
Kishon Vijay Abraham I
2
-1
/
+5
2019-04-04
PCI: keystone: Cleanup ks_pcie_msi_irq_handler()
Kishon Vijay Abraham I
1
-36
/
+28
2019-04-04
PCI: keystone: Use hwirq to get the MSI IRQ number offset
Kishon Vijay Abraham I
1
-11
/
+13
2019-04-04
PCI: keystone: Add separate functions for configuring MSI and legacy interrupt
Kishon Vijay Abraham I
1
-90
/
+87
2019-04-04
PCI: keystone: Cleanup interrupt related macros
Kishon Vijay Abraham I
1
-13
/
+13
2019-04-04
PCI: rcar: Do not shadow the 'irq' variable
Wolfram Sang
1
-4
/
+4
2019-04-04
PCI: rcar: Fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+4
2019-04-04
PCI: rcar: Fix 64bit MSI message address handling
Marek Vasut
1
-3
/
+3
2019-04-04
PCI: rcar: Clean up debug messages
Marek Vasut
1
-4
/
+4
2019-04-04
PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)
Marek Vasut
1
-6
/
+6
2019-04-04
PCI: rcar: Replace various variable types with unsigned ones for register values
Marek Vasut
1
-8
/
+9
2019-04-04
PCI: rcar: Replace unsigned long with u32/unsigned int in register accessors
Marek Vasut
1
-4
/
+3
2019-04-04
PCI: rcar: Clean up remaining macros defining bits
Marek Vasut
1
-3
/
+3
2019-04-03
PCI: iproc: Allow outbound configuration for 32-bit I/O region
Srinath Mannam
1
-2
/
+19
2019-04-03
PCI: iproc: Add CRS check in config read
Srinath Mannam
1
-2
/
+21
2019-04-01
PCI: mediatek: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-04-01
PCI: iproc: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-2
/
+6
2019-04-01
PCI: aardvark: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-5
/
+8
2019-04-01
PCI: rockchip: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-04-01
PCI: dwc: layerscape: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-03-29
PCI: uniphier: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-3
/
+8
2019-03-29
PCI: dwc: pci-dra7xx: Fix a leaked reference by adding missing of_node_put()
Wen Yang
1
-0
/
+1
2019-03-29
PCI: xilinx: Check for __get_free_pages() failure
Kangjie Lu
1
-2
/
+10
2019-03-26
PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessary
Dexuan Cui
1
-0
/
+4
2019-03-26
PCI: hv: Add hv_pci_remove_slots() when we unload the driver
Dexuan Cui
1
-0
/
+16
2019-03-26
PCI: hv: Fix a memory leak in hv_eject_device_work()
Dexuan Cui
1
-0
/
+3
2019-03-26
PCI: rcar: Add the initialization of PCIe link in resume_noirq()
Kazufumi Ikeda
1
-0
/
+21
2019-03-25
PCI/LINK: Deduplicate bandwidth reports for multi-function devices
Lukas Wunner
3
-2
/
+3
2019-03-25
PCI/LINK: Clear bandwidth notification interrupt before enabling it
Lukas Wunner
1
-0
/
+2
2019-03-25
PCI/LINK: Supply IRQ handler so level-triggered IRQs are acked
Alexandru Gagniuc
1
-5
/
+14
2019-03-21
PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq()
Bjorn Helgaas
1
-5
/
+4
2019-03-20
PCI: Mark expected switch fall-throughs
Gustavo A. R. Silva
2
-1
/
+2
2019-03-10
Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-0
/
+57
2019-03-09
Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
44
-479
/
+1514
2019-03-06
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2
-7
/
+5
2019-03-06
Merge branch 'remotes/lorenzo/pci/vmd'
Bjorn Helgaas
1
-1
/
+14
2019-03-06
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
4
-31
/
+74
2019-03-06
Merge branch 'remotes/lorenzo/pci/mediatek'
Bjorn Helgaas
1
-4
/
+9
2019-03-06
Merge branch 'remotes/lorenzo/pci/hv'
Bjorn Helgaas
1
-33
/
+28
2019-03-06
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
11
-59
/
+337
2019-03-06
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
9
-124
/
+373
2019-03-06
Merge branch 'remotes/lorenzo/pci/altera'
Bjorn Helgaas
2
-25
/
+247
2019-03-06
Merge branch 'pci/pm'
Bjorn Helgaas
3
-35
/
+52
2019-03-06
Merge branch 'pci/portdrv'
Bjorn Helgaas
5
-9
/
+134
2019-03-06
Merge branch 'pci/misc'
Bjorn Helgaas
6
-38
/
+39
2019-03-06
Merge branch 'pci/hotplug'
Bjorn Helgaas
4
-37
/
+15
2019-03-06
Merge branch 'pci/enumeration'
Bjorn Helgaas
3
-59
/
+70
2019-03-06
Merge branch 'pci/dpc'
Bjorn Helgaas
1
-1
/
+26
2019-03-06
Merge branch 'pci/aspm'
Bjorn Helgaas
2
-15
/
+74
2019-03-06
PCI: Update PCIEPORTBUS Kconfig help text
Hou Zhiqiang
1
-4
/
+3
[prev]
[next]