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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-07
Merge branch 'pci/host-rockchip' into next
Bjorn Helgaas
5
-163
/
+433
2017-09-07
Merge branch 'pci/host-rcar' into next
Bjorn Helgaas
2
-8
/
+11
2017-09-07
Merge branch 'pci/host-qcom' into next
Bjorn Helgaas
2
-87
/
+323
2017-09-07
Merge branch 'pci/host-mvebu' into next
Bjorn Helgaas
1
-2
/
+1
2017-09-07
Merge branch 'pci/host-mediatek' into next
Bjorn Helgaas
4
-200
/
+975
2017-09-07
Merge branch 'pci/host-layerscape' into next
Bjorn Helgaas
5
-49
/
+92
2017-09-07
Merge branch 'pci/host-kirin' into next
Bjorn Helgaas
1
-1
/
+1
2017-09-07
Merge branch 'pci/host-keystone' into next
Bjorn Helgaas
3
-18
/
+4
2017-09-07
Merge branch 'pci/host-iproc' into next
Bjorn Helgaas
4
-152
/
+259
2017-09-07
Merge branch 'pci/host-imx6' into next
Bjorn Helgaas
1
-3
/
+4
2017-09-07
Merge branch 'pci/host-hv' into next
Bjorn Helgaas
1
-1
/
+7
2017-09-07
Merge branch 'pci/host-hisi' into next
Bjorn Helgaas
1
-4
/
+1
2017-09-07
Merge branch 'pci/host-faraday' into next
Bjorn Helgaas
1
-3
/
+3
2017-09-07
Merge branch 'pci/host-exynos' into next
Bjorn Helgaas
1
-4
/
+4
2017-09-07
Merge branch 'pci/host-dra7xx' into next
Bjorn Helgaas
1
-4
/
+4
2017-09-07
Merge branch 'pci/host-designware' into next
Bjorn Helgaas
14
-28
/
+73
2017-09-07
Merge branch 'pci/host-artpec6' into next
Bjorn Helgaas
1
-2
/
+2
2017-09-07
Merge branch 'pci/host-armada' into next
Bjorn Helgaas
1
-3
/
+5
2017-09-07
Merge branch 'pci/host-altera' into next
Bjorn Helgaas
2
-11
/
+8
2017-09-07
Merge branch 'pci/host-aardvark' into next
Bjorn Helgaas
1
-3
/
+2
2017-09-07
Merge branch 'pci/irq-intx' into next
Bjorn Helgaas
2
-8
/
+55
2017-09-05
PCI: rockchip: Fix platform_get_irq() error handling
Fabio Estevam
1
-3
/
+3
2017-09-05
PCI: altera: Fix platform_get_irq() error handling
Fabio Estevam
2
-4
/
+4
2017-09-05
PCI: artpec6: Fix platform_get_irq() error handling
Fabio Estevam
1
-2
/
+2
2017-09-05
PCI: armada8k: Fix platform_get_irq() error handling
Fabio Estevam
1
-2
/
+2
2017-09-05
PCI: dra7xx: Fix platform_get_irq() error handling
Fabio Estevam
1
-1
/
+1
2017-09-05
PCI: exynos: Fix platform_get_irq() error handling
Fabio Estevam
1
-4
/
+4
2017-09-05
PCI: iproc: Clean up whitespace
Bjorn Helgaas
1
-116
/
+115
2017-09-05
PCI: iproc: Rename PCI_EXP_CAP to IPROC_PCI_EXP_CAP
Bjorn Helgaas
1
-10
/
+9
2017-09-05
PCI: iproc: Add 500ms delay during device shutdown
Oza Pawandeep
3
-15
/
+33
2017-08-30
PCI: rcar: Add device tree support for r8a7743/5
Biju Das
1
-2
/
+5
2017-08-30
PCI: mediatek: Use PCI_NUM_INTX
Honghui Zhang
1
-3
/
+2
2017-08-30
PCI: mediatek: Add MSI support for MT2712 and MT7622
Honghui Zhang
1
-1
/
+155
2017-08-30
PCI: mediatek: Use bus->sysdata to get host private data
Honghui Zhang
1
-2
/
+1
2017-08-30
dt-bindings: PCI: Add support for MT2712 and MT7622
Ryder Lee
1
-7
/
+161
2017-08-30
PCI: mediatek: Add controller support for MT2712 and MT7622
Ryder Lee
2
-7
/
+460
2017-08-30
dt-bindings: PCI: Cleanup MediaTek binding text
Ryder Lee
1
-16
/
+16
2017-08-30
dt-bindings: PCI: Rename MediaTek binding
Ryder Lee
1
-0
/
+0
2017-08-30
PCI: mediatek: Switch to use platform_get_resource_byname()
Ryder Lee
1
-7
/
+10
2017-08-30
PCI: mediatek: Add a structure to abstract the controller generations
Honghui Zhang
1
-5
/
+26
2017-08-30
PCI: mediatek: Rename port->index and mtk_pcie_parse_ports()
Honghui Zhang
1
-25
/
+25
2017-08-30
PCI: mediatek: Use readl_poll_timeout() to wait for Gen2 training
Ryder Lee
1
-30
/
+22
2017-08-30
PCI: mediatek: Explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
2017-08-29
PCI: layerscape: Add support for ls1088a
Hou Zhiqiang
2
-0
/
+2
2017-08-29
PCI: layerscape: Add support for ls2088a
Hou Zhiqiang
2
-0
/
+10
2017-08-29
PCI: artpec6: Stop enabling writes to DBI read-only registers
Hou Zhiqiang
1
-6
/
+0
2017-08-29
PCI: layerscape: Remove unnecessary class code fixup
Hou Zhiqiang
1
-9
/
+0
2017-08-29
PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates
Hou Zhiqiang
1
-0
/
+6
2017-08-29
PCI: dwc: Add accessors for write permission of DBI read-only registers
Hou Zhiqiang
2
-3
/
+27
2017-08-29
PCI: layerscape: Disable outbound windows configured by bootloader
Hou Zhiqiang
1
-0
/
+17
[next]