index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-06
PCI: rcar: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-3
/
+6
2016-09-06
PCI: versatile: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-3
/
+5
2016-09-06
PCI: designware: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-9
/
+12
2016-09-06
PCI: aardvark: Fix pci_remap_iospace() failure path
Lorenzo Pieralisi
1
-3
/
+5
2016-09-06
PCI: hv: Handle hv_pci_generic_compl() error case
Dexuan Cui
1
-4
/
+5
2016-09-06
PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
Dexuan Cui
1
-2
/
+4
2016-09-06
PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
Dexuan Cui
1
-1
/
+0
2016-09-06
PCI: hv: Use pci_function_description[0] in struct definitions
Dexuan Cui
1
-2
/
+2
2016-09-06
PCI: hv: Use zero-length array in struct pci_packet
Dexuan Cui
1
-22
/
+20
2016-09-06
PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARC
Joao Pinto
2
-1
/
+2
2016-09-03
PCI: rockchip: Add Rockchip PCIe controller support
Shawn Lin
4
-0
/
+1219
2016-09-01
dt-bindings: PCI: rockchip: Add DT bindings for Rockchip PCIe controller
Shawn Lin
1
-0
/
+106
2016-09-01
Merge branch 'pci/ptm' into next
Bjorn Helgaas
7
-1
/
+187
2016-09-01
Merge branch 'pci/demodularize' into next
Bjorn Helgaas
19
-294
/
+51
2016-08-26
PCI: altera: Rework config accessors for use without a struct pci_bus
Ley Foon Tan
1
-23
/
+41
2016-08-25
PCI: Add PTM clock granularity information
Bjorn Helgaas
3
-2
/
+31
2016-08-25
PCI: pciehp: Make explicitly non-modular
Paul Gortmaker
1
-15
/
+5
2016-08-25
PCI: hotplug: Make core explicitly non-modular
Paul Gortmaker
3
-24
/
+6
2016-08-25
PCI: xilinx-nwl: Make explicitly non-modular
Paul Gortmaker
1
-50
/
+3
2016-08-25
PCI: xilinx: Make explicitly non-modular
Paul Gortmaker
1
-51
/
+2
2016-08-25
PCI: qcom: Make explicitly non-modular
Paul Gortmaker
1
-21
/
+7
2016-08-25
PCI: dra7xx: Make explicitly non-modular
Paul Gortmaker
1
-28
/
+3
2016-08-25
PCI/AER: Make explicitly non-modular
Paul Gortmaker
1
-17
/
+1
2016-08-25
PCI/PME: Make explicitly non-modular
Paul Gortmaker
1
-15
/
+1
2016-08-25
PCI: Make DPC explicitly non-modular
Paul Gortmaker
1
-14
/
+4
2016-08-24
PCI: generic: Make explicitly non-modular
Paul Gortmaker
1
-5
/
+2
2016-08-24
PCI: designware: Remove redundant platform_get_resource() return value check
Wei Yongjun
1
-3
/
+0
2016-08-24
PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'
Dong Bo
1
-5
/
+5
2016-08-23
PCI: exynos: Make explicitly non-modular
Paul Gortmaker
1
-6
/
+1
2016-08-23
PCI: designware: Make explicitly non-modular
Paul Gortmaker
1
-5
/
+0
2016-08-23
PCI: spear: Make explicitly non-modular
Paul Gortmaker
1
-9
/
+2
2016-08-23
PCI: portdrv: Make explicitly non-modular
Paul Gortmaker
1
-14
/
+3
2016-08-23
PCI: imx6: Make explicitly non-modular
Paul Gortmaker
1
-8
/
+1
2016-08-23
PCI: altera: Make explicitly non-modular
Paul Gortmaker
1
-7
/
+5
2016-08-23
PCI: altera: Make MSI explicitly non-modular
Paul Gortmaker
1
-5
/
+5
2016-08-22
PCI: aardvark: Remove redundant dev_err call in advk_pcie_probe()
Wei Yongjun
1
-3
/
+1
2016-08-22
PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
Wei Yongjun
1
-2
/
+1
2016-08-22
PCI: keystone: Propagate request_irq() failure
Wei Yongjun
1
-2
/
+3
2016-08-22
PCI: rcar: Consolidate register space lookup and ioremap
Bjorn Helgaas
1
-6
/
+4
2016-08-22
PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2
Pratyush Anand
3
-7
/
+23
2016-08-22
PCI: pciehp: Clear attention LED on device add
Keith Busch
1
-0
/
+1
2016-08-19
PCI: Add pci_enable_ptm() for drivers to enable PTM on endpoints
Bjorn Helgaas
3
-0
/
+53
2016-08-18
PCI: tegra: Use of_device_get_match_data()
Thierry Reding
1
-6
/
+1
2016-08-18
PCI: tegra: Remove redundant _data suffix
Thierry Reding
1
-21
/
+21
2016-08-18
PCI: Mark Atheros AR9580 to avoid bus reset
Maik Broemme
1
-0
/
+1
2016-08-18
PCI: altera: Poll for link training status after retraining the link
Ley Foon Tan
1
-8
/
+37
2016-08-18
PCI: designware: Check LTSSM training bit before deciding link is up
Jisheng Zhang
1
-2
/
+4
2016-08-17
PCI: designware: Add iATU Unroll feature
Joao Pinto
2
-11
/
+87
2016-08-17
PCI: designware: Wait for iATU enable
Joao Pinto
1
-3
/
+15
2016-08-17
PCI: designware: Move link wait definitions to .c file
Joao Pinto
2
-5
/
+5
[prev]
[next]