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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-09
PCI: mvebu: Split port parsing and resource claiming from port setup
Russell King
1
-3
/
+12
2015-10-09
PCI: mvebu: Fix memory leaks and refcount leaks
Russell King
1
-7
/
+43
2015-10-09
PCI: mvebu: Move port parsing and resource claiming to separate function
Russell King
1
-56
/
+74
2015-10-08
PCI: mvebu: Use port->name rather than "PCIe%d.%d"
Russell King
1
-8
/
+8
2015-10-08
PCI: mvebu: Report full node name when reporting a DT error
Russell King
1
-1
/
+2
2015-10-08
PCI: mvebu: Use for_each_available_child_of_node() to walk child nodes
Russell King
1
-4
/
+1
2015-10-08
PCI: mvebu: Use of_get_available_child_count()
Russell King
1
-8
/
+3
2015-10-08
PCI: mvebu: Use exact config access size; don't read/modify/write
Russell King
1
-17
/
+26
2015-10-08
PCI: mvebu: Return zero for reserved or unimplemented config space
Russell King
1
-2
/
+7
2015-10-08
PCI: generic: Pass starting bus number to pci_scan_root_bus()
David Daney
1
-1
/
+2
2015-10-08
PCI: generic: Allow multiple hosts with different map_bus() methods
David Daney
1
-12
/
+15
2015-09-25
PCI/MSI: xgene: Remove msi_controller assignment
Duc Dang
1
-22
/
+0
2015-09-25
PCI: iproc: Improve link detection logic
Ray Jui
1
-6
/
+23
2015-09-25
PCI: iproc: Fix PCIe reset logic
Ray Jui
1
-5
/
+10
2015-09-25
PCI: iproc: Call pci_fixup_irqs() for ARM64 as well as ARM
Ray Jui
1
-2
/
+0
2015-09-25
PCI: iproc: Remove unused struct iproc_pcie.irqs[]
Ray Jui
1
-3
/
+0
2015-09-25
PCI: iproc: Fix code comment to match code
Ray Jui
1
-1
/
+1
2015-09-25
Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-0
/
+1
2015-09-24
PCI: imx6: Add PCIE_PHY_RX_ASIC_OUT_VALID definition
Fabio Estevam
1
-1
/
+2
2015-09-24
PCI: imx6: Return real error code from imx6_add_pcie_port()
Fabio Estevam
1
-1
/
+1
2015-09-24
PCI: rcar: Add R8A7794 support
Sergei Shtylyov
1
-0
/
+1
2015-09-18
PCI: designware: Make get_msi_addr() return phys_addr_t, not u32
Lucas Stach
3
-3
/
+3
2015-09-18
PCI: designware: Implement multivector MSI IRQ setup
Lucas Stach
1
-0
/
+31
2015-09-18
PCI: designware: Factor out MSI msg setup
Lucas Stach
1
-11
/
+17
2015-09-18
PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK
Zhou Wang
1
-1
/
+1
2015-09-17
PCI: generic: Fix lookup of linux,pci-probe-only property
Marc Zyngier
1
-8
/
+1
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2
-4
/
+3
2015-09-14
PCI: tegra: Wrap static pgprot_t initializer with __pgprot()
Ard Biesheuvel
1
-2
/
+2
2015-09-01
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-60
/
+47
2015-09-01
Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-2
/
+2
2015-08-28
Merge branches 'pci/enumeration' and 'pci/misc' into next
Bjorn Helgaas
6
-26
/
+53
2015-08-24
Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into next
Bjorn Helgaas
3
-13
/
+4
2015-08-20
PCI: Drop references acquired by of_parse_phandle()
Bjorn Helgaas
2
-0
/
+2
2015-08-20
ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()
Lorenzo Pieralisi
2
-6
/
+17
2015-08-20
PCI: generic: Add arm64 support
Jayachandran C
1
-1
/
+1
2015-08-20
PCI: generic: Remove dependency on ARM-specific struct hw_pci
Jayachandran C
1
-19
/
+33
2015-08-20
PCI: imx6: Simplify a trivial if-return sequence
Fabio Estevam
1
-10
/
+2
2015-08-20
PCI: spear: Use BUG_ON() instead of condition followed by BUG()
Fabio Estevam
1
-2
/
+1
2015-08-20
PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE()
Fabio Estevam
1
-1
/
+1
2015-08-18
PCI: xilinx: Fix typo in function name
Jiang Liu
1
-1
/
+1
2015-08-14
Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into next
Bjorn Helgaas
4
-32
/
+153
2015-08-14
Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into next
Bjorn Helgaas
7
-9
/
+0
2015-08-11
PCI: dra7xx: Add support to make GPIO drive PERST# line
Kishon Vijay Abraham I
1
-2
/
+22
2015-08-11
PCI: dra7xx: Clear MSE bit during suspend so clocks will idle
Kishon Vijay Abraham I
1
-0
/
+40
2015-08-11
PCI: dra7xx: Add PM support
Kishon Vijay Abraham I
1
-0
/
+51
2015-08-11
PCI: dra7xx: Disable pm_runtime on get_sync failure
Kishon Vijay Abraham I
1
-1
/
+3
2015-08-11
PCI: iproc: Allow BCMA bus driver to be built as module
Hauke Mehrtens
1
-1
/
+1
2015-08-11
PCI: Kill off set_irq_flags() usage
Rob Herring
7
-9
/
+0
2015-08-04
Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' into next
Bjorn Helgaas
4
-11
/
+21
2015-08-01
PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-8
/
+6
[prev]
[next]