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
2021-09-02
Merge branch 'pci/rockchip-dwc'
Bjorn Helgaas
3
-0
/
+291
2021-09-02
Merge branch 'pci/dwc'
Bjorn Helgaas
1
-1
/
+0
2021-09-02
Merge branch 'pci/artpec6'
Bjorn Helgaas
1
-5
/
+2
2021-09-02
Merge branch 'pci/misc'
Bjorn Helgaas
8
-29
/
+30
2021-09-02
Merge branch 'pci/vpd'
Bjorn Helgaas
14
-747
/
+436
2021-09-02
Merge branch 'pci/virtualization'
Bjorn Helgaas
3
-4
/
+54
2021-09-02
Merge branch 'pci/resource'
Bjorn Helgaas
2
-15
/
+17
2021-09-02
Merge branch 'pci/reset'
Bjorn Helgaas
16
-157
/
+350
2021-09-02
Merge branch 'pci/portdrv'
Bjorn Helgaas
1
-2
/
+7
2021-09-02
Merge branch 'pci/irq'
Bjorn Helgaas
21
-128
/
+76
2021-09-02
Merge branch 'pci/iommu'
Bjorn Helgaas
3
-1
/
+41
2021-09-02
Merge branch 'pci/hotplug'
Bjorn Helgaas
2
-7
/
+1
2021-09-02
Merge branch 'pci/enumeration'
Bjorn Helgaas
2
-9
/
+11
2021-09-02
PCI: ibmphp: Fix double unmap of io_mem
Vishal Aslot
2
-7
/
+1
2021-09-02
x86/PCI: sta2x11: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-2
/
+1
2021-09-01
PCI/VPD: Use unaligned access helpers
Heiner Kallweit
1
-9
/
+5
2021-09-01
PCI/VPD: Clean up public VPD defines and inline functions
Heiner Kallweit
2
-69
/
+26
2021-09-01
cxgb4: Use pci_vpd_find_id_string() to find VPD ID string
Heiner Kallweit
1
-8
/
+5
2021-09-01
PCI/VPD: Add pci_vpd_find_id_string()
Heiner Kallweit
2
-0
/
+16
2021-09-01
PCI/VPD: Include post-processing in pci_vpd_find_tag()
Heiner Kallweit
1
-10
/
+13
2021-09-01
PCI/VPD: Stop exporting pci_vpd_find_info_keyword()
Heiner Kallweit
2
-15
/
+1
2021-09-01
PCI/VPD: Stop exporting pci_vpd_find_tag()
Heiner Kallweit
2
-13
/
+1
2021-08-31
PCI: Set dma-can-stall for HiSilicon chips
Zhangfei Gao
1
-0
/
+25
2021-08-31
PCI: rockchip-dwc: Add Rockchip RK356X host controller driver
Simon Xue
3
-0
/
+291
2021-08-31
PCI: dwc: Remove surplus break statement after return
Krzysztof Wilczyński
1
-1
/
+0
2021-08-31
PCI: artpec6: Remove local code block from switch statement
Krzysztof Wilczyński
1
-4
/
+2
2021-08-31
PCI: artpec6: Remove surplus break statement after return
Krzysztof Wilczyński
1
-1
/
+0
2021-08-31
PCI/portdrv: Enable Bandwidth Notification only if port supports it
Stuart Hayes
1
-2
/
+7
2021-08-26
PCI: Allow PASID on fake PCIe devices without TLP prefixes
Zhangfei Gao
3
-1
/
+16
2021-08-24
scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-28
/
+6
2021-08-24
cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-40
/
+27
2021-08-24
cxgb4: Remove unused vpd_param member ec
Heiner Kallweit
2
-6
/
+1
2021-08-24
cxgb4: Validate VPD checksum with pci_vpd_check_csum()
Heiner Kallweit
1
-8
/
+4
2021-08-24
bnxt: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-29
/
+9
2021-08-24
bnxt: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-9
/
+4
2021-08-24
bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-42
/
+15
2021-08-24
bnx2x: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2
-35
/
+10
2021-08-24
bnx2: Replace open-coded byte swapping with swab32s()
Heiner Kallweit
1
-9
/
+4
2021-08-24
bnx2: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-25
/
+8
2021-08-24
sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-51
/
+14
2021-08-24
sfc: falcon: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-16
/
+14
2021-08-21
PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n
Andy Shevchenko
1
-2
/
+3
2021-08-21
PCI: Optimize pci_resource_len() to reduce kernel size
Zhen Lei
1
-3
/
+1
2021-08-21
PCI: Make saved capability state private to core
Bjorn Helgaas
2
-20
/
+21
2021-08-21
PCI: Add schedule point in proc_bus_pci_read()
Krzysztof Wilczyński
1
-0
/
+1
2021-08-21
PCI: Correct the pci_iomap.h header guard #endif comment
Jonathan Cameron
1
-1
/
+1
2021-08-21
PCI/ACS: Enforce pci=noats with Transaction Blocking
Alex Williamson
2
-3
/
+3
2021-08-21
PCI: Add ACS quirks for Cavium multi-function devices
George Cherian
1
-0
/
+4
2021-08-21
PCI/PTM: Remove error message at boot
Jakub Kicinski
1
-3
/
+1
2021-08-20
tg3: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-43
/
+16
[next]