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
2017-11-14
Merge branch 'pci/host-iproc' into next
Bjorn Helgaas
1
-7
/
+12
2017-11-14
Merge branch 'pci/host-hv' into next
Bjorn Helgaas
1
-3
/
+5
2017-11-14
Merge branch 'pci/host-hisi' into next
Bjorn Helgaas
5
-0
/
+557
2017-11-14
Merge branch 'pci/host-generic' into next
Bjorn Helgaas
2
-0
/
+85
2017-11-14
Merge branch 'pci/host-faraday' into next
Bjorn Helgaas
1
-1
/
+1
2017-11-14
Merge branch 'pci/host-dra7xx' into next
Bjorn Helgaas
1
-0
/
+17
2017-11-14
Merge branch 'pci/host-altera' into next
Bjorn Helgaas
1
-4
/
+4
2017-11-14
Merge branch 'pci/virtualization' into next
Bjorn Helgaas
9
-66
/
+95
2017-11-14
Merge branch 'pci/switchtec' into next
Bjorn Helgaas
1
-1
/
+1
2017-11-14
Merge branch 'pci/resource' into next
Bjorn Helgaas
8
-17
/
+380
2017-11-14
Merge branch 'pci/portdrv' into next
Bjorn Helgaas
1
-0
/
+1
2017-11-14
Merge branch 'pci/msi' into next
Bjorn Helgaas
2
-96
/
+77
2017-11-14
Merge branch 'pci/misc' into next
Bjorn Helgaas
22
-76
/
+27
2017-11-14
Merge branch 'pci/hotplug' into next
Bjorn Helgaas
17
-116
/
+419
2017-11-14
Merge branch 'pci/endpoint' into next
Bjorn Helgaas
1
-2
/
+31
2017-11-14
Merge branch 'pci/aspm' into next
Bjorn Helgaas
2
-32
/
+48
2017-11-14
Merge branch 'pci/aer' into next
Bjorn Helgaas
1
-1
/
+8
2017-11-14
Merge branch 'pci/acpi' into next
Bjorn Helgaas
1
-1
/
+1
2017-11-14
PCI/ASPM: Add L1 Substates definitions
Bjorn Helgaas
2
-14
/
+26
2017-11-14
PCI/ASPM: Reformat ASPM register definitions
Bjorn Helgaas
1
-14
/
+14
2017-11-14
PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
Bjorn Helgaas
1
-1
/
+1
2017-11-14
PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
Bjorn Helgaas
1
-1
/
+1
2017-11-10
PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()
Bjorn Helgaas
1
-4
/
+4
2017-11-09
PCI: Fix kernel-doc build warning
Randy Dunlap
1
-1
/
+1
2017-11-08
PCI: Fail pci_map_rom() if the option ROM is invalid
Changbin Du
1
-0
/
+5
2017-11-08
PCI: Move pci_map_rom() error path
Changbin Du
1
-6
/
+8
2017-11-08
PCI: Move PCI_QUIRKS to the PCI bus menu
Randy Dunlap
2
-9
/
+9
2017-11-08
alpha/PCI: Make pdev_save_srm_config() static
Bjorn Helgaas
2
-9
/
+10
2017-11-08
PCI: Remove unused declarations
Bjorn Helgaas
4
-12
/
+0
2017-11-08
PCI: Remove redundant pci_dev, pci_bus, resource declarations
Bjorn Helgaas
11
-28
/
+0
2017-11-08
PCI: Remove redundant pcibios_set_master() declarations
Bjorn Helgaas
8
-13
/
+0
2017-11-08
PCI/PME: Handle invalid data when reading Root Status
Qiang
1
-1
/
+4
2017-11-08
PCI: hv: Use effective affinity mask
Dexuan Cui
1
-3
/
+5
2017-11-07
PCI: pciehp: Do not clear Presence Detect Changed during initialization
Mika Westerberg
1
-3
/
+8
2017-11-07
PCI: pciehp: Fix race condition handling surprise link down
Mika Westerberg
3
-5
/
+10
2017-11-07
PCI: Distribute available resources to hotplug-capable bridges
Mika Westerberg
1
-0
/
+177
2017-11-07
PCI: Distribute available buses to hotplug-capable bridges
Mika Westerberg
1
-18
/
+138
2017-11-07
PCI: Do not allocate more buses than available in parent
Mika Westerberg
1
-1
/
+6
2017-11-07
PCI: Open-code the two pass loop when scanning bridges
Mika Westerberg
1
-7
/
+20
2017-11-07
PCI: Move pci_hp_add_bridge() to drivers/pci/probe.c
Mika Westerberg
3
-32
/
+23
2017-11-07
PCI: Add for_each_pci_bridge() helper
Andy Shevchenko
8
-32
/
+23
2017-11-07
PCI: shpchp: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+3
2017-11-07
PCI: cpqphp: Convert timers to use timer_setup()
Kees Cook
3
-12
/
+12
2017-11-07
PCI: pciehp: Convert timers to use timer_setup()
Kees Cook
1
-8
/
+4
2017-11-07
PCI: ibmphp: Use common error handling code in unconfigure_boot_device()
Markus Elfring
1
-8
/
+11
2017-11-07
PCI/portdrv: Turn off PCIe services during shutdown
Sinan Kaya
1
-0
/
+1
2017-10-31
misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi()
Kishon Vijay Abraham I
1
-0
/
+8
2017-10-31
misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on remove
Kishon Vijay Abraham I
1
-2
/
+10
2017-10-31
misc: pci_endpoint_test: Fix failure path return values in probe
Kishon Vijay Abraham I
1
-0
/
+2
2017-10-31
misc: pci_endpoint_test: Avoid triggering a BUG()
Dan Carpenter
1
-0
/
+2
[next]