index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
34
-24466
/
+0
2018-06-07
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
25
-1792
/
+3678
2018-06-06
Merge branch 'pci/kconfig'
Bjorn Helgaas
1
-2
/
+0
2018-06-06
Merge branch 'lorenzo/pci/vmd'
Bjorn Helgaas
1
-10
/
+81
2018-06-06
Merge branch 'lorenzo/pci/rockchip'
Bjorn Helgaas
6
-1434
/
+2289
2018-06-06
Merge branch 'lorenzo/pci/rcar'
Bjorn Helgaas
1
-127
/
+154
2018-06-06
Merge branch 'pci/host/mobiveil'
Bjorn Helgaas
1
-0
/
+866
2018-06-06
Merge branch 'lorenzo/pci/mediatek'
Bjorn Helgaas
2
-93
/
+142
2018-06-06
Merge branch 'lorenzo/pci/hv'
Bjorn Helgaas
1
-91
/
+71
2018-06-06
Merge branch 'lorenzo/pci/host/misc'
Bjorn Helgaas
1
-17
/
+15
2018-06-06
Merge branch 'lorenzo/pci/dwc'
Bjorn Helgaas
15
-0
/
+29
2018-06-04
PCI: mobiveil: Add MSI support
Subrahmanya Lingappa
1
-4
/
+202
2018-06-04
PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver
Subrahmanya Lingappa
1
-0
/
+669
2018-05-30
PCI: Enable PCI_DOMAINS along with generic PCI host controller
Jan Kiszka
1
-0
/
+1
2018-05-30
PCI: Add support for unbinding the generic PCI host controller
Jan Kiszka
2
-0
/
+14
2018-05-30
PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...
Jan Kiszka
11
-11
/
+11
2018-05-30
PCI: Pass struct device to of_pci_get_host_bridge_resources()
Jan Kiszka
11
-23
/
+21
2018-05-25
PCI: hv: Do not wait forever on a device that has disappeared
Dexuan Cui
1
-12
/
+34
2018-05-24
PCI: rcar: Remove IRQ mappings in rcar_pcie_enable_msi() failpath
Marek Vasut
1
-9
/
+16
2018-05-24
PCI: rcar: Teardown MSI setup if rcar_pcie_enable() fails
Marek Vasut
1
-1
/
+27
2018-05-24
PCI: rcar: Add missing irq_dispose_mapping() into failpath
Marek Vasut
1
-3
/
+14
2018-05-24
PCI: rcar: Pull bus clock enable/disable from rcar_pcie_get_resources()
Marek Vasut
1
-17
/
+16
2018-05-24
PCI: rcar: Poll more often in rcar_pcie_wait_for_dl()
Marek Vasut
1
-2
/
+3
2018-05-24
PCI: vmd: Add an additional VMD device id to driver device id table
Jon Derrick
1
-0
/
+3
2018-05-24
PCI: vmd: Add offset to bus numbers if necessary
Jon Derrick
1
-5
/
+29
2018-05-24
PCI: vmd: Assign membar addresses from shadow registers
Jon Derrick
1
-5
/
+49
2018-05-24
PCI: Add Intel VMD devices to pci ids
Jon Derrick
1
-1
/
+1
2018-05-24
PCI: hv: Use list_for_each_entry()
Stephen Hemminger
1
-20
/
+7
2018-05-24
PCI: hv: Convert remove_lock to refcount
Stephen Hemminger
1
-4
/
+4
2018-05-24
PCI: hv: Remove unused reason for refcount handler
Stephen Hemminger
1
-44
/
+26
2018-05-21
PCI: mediatek: Implement chained IRQ handling setup
Honghui Zhang
2
-91
/
+116
2018-05-18
PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS
Bjorn Helgaas
1
-2
/
+0
2018-05-14
PCI: Move private DT related functions into private header
Rob Herring
14
-0
/
+27
2018-05-11
PCI: rockchip: Add EP driver for Rockchip PCIe controller
Shawn Lin
5
-9
/
+759
2018-05-10
PCI: rockchip: Split out common function to init controller
Shawn Lin
3
-125
/
+152
2018-05-10
PCI: rockchip: Split out rockchip_pcie_parse_dt() to parse DT
Shawn Lin
3
-114
/
+136
2018-05-10
PCI: rockchip: Separate common code from RC driver
Shawn Lin
5
-1595
/
+1651
2018-05-08
PCI: rcar: Reuse generic pci_parse_request_of_pci_ranges() function
Vladimir Zapolskiy
1
-41
/
+1
2018-05-04
PCI: mediatek: Set up vendor ID and class type for MT7622
Honghui Zhang
1
-3
/
+27
2018-05-04
PCI: rcar: Factor out rcar_pcie_hw_init() call
Sergei Shtylyov
1
-20
/
+22
2018-05-04
PCI: rcar: Add R-Car gen3 PHY support
Sergei Shtylyov
1
-2
/
+25
2018-05-04
PCI: rcar: Remove PHYRDY polling from rcar_pcie_hw_init_h1()
Sergei Shtylyov
1
-11
/
+1
2018-05-04
PCI: rcar: Poll PHYRDY in rcar_pcie_hw_init()
Sergei Shtylyov
1
-0
/
+20
2018-05-02
PCI: hv: Make sure the bus domain is really unique
Sridhar Pitchai
1
-11
/
+0
2018-05-01
PCI: Improve host drivers compile test coverage
Rob Herring
1
-17
/
+14
2018-05-01
PCI: rcar: Clean up the macros
Marek Vasut
1
-26
/
+27
2018-05-01
PCI: rcar: Use runtime PM to control controller clock
Dien Pham
1
-26
/
+12
2018-04-16
PCI: aardvark: Fix PCIe Max Read Request Size setting
Evan Wang
1
-1
/
+3
2018-04-16
PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode
Victor Gu
1
-17
/
+24
2018-04-16
PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
Victor Gu
1
-3
/
+1
[next]