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
2012-01-07
parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resources
Bjorn Helgaas
1
-12
/
+17
2012-01-07
parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()
Bjorn Helgaas
1
-6
/
+8
2012-01-07
parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root bus
Bjorn Helgaas
1
-17
/
+18
2012-01-07
parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou...
Bjorn Helgaas
1
-15
/
+12
2012-01-07
parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented()
Bjorn Helgaas
1
-10
/
+12
2012-01-07
mn10300/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
1
-6
/
+6
2012-01-07
mips/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
1
-7
/
+10
2012-01-07
microblaze/PCI: use pci_scan_root_bus()
Bjorn Helgaas
1
-7
/
+3
2012-01-07
microblaze/PCI: convert to pci_create_root_bus() for correct root bus resources
Bjorn Helgaas
1
-15
/
+15
2012-01-07
microblaze/PCI: make pcibios_setup_phb_resources() static
Bjorn Helgaas
2
-2
/
+1
2012-01-07
microblaze/PCI: fix pci_bus_for_each_resource() usage
Bjorn Helgaas
1
-2
/
+0
2012-01-07
ia64/PCI: convert to pci_create_root_bus() for correct root bus resources
Bjorn Helgaas
1
-25
/
+14
2012-01-07
ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()
Bjorn Helgaas
1
-1
/
+4
2012-01-07
frv/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
1
-6
/
+5
2012-01-07
arm/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
21
-111
/
+104
2012-01-07
alpha/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
1
-20
/
+20
2012-01-07
PCI: deprecate pci_scan_bus_parented()
Bjorn Helgaas
2
-0
/
+13
2012-01-07
PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()
Bjorn Helgaas
1
-1
/
+6
2012-01-07
PCI: convert pci_scan_bus() to use pci_create_root_bus()
Bjorn Helgaas
2
-9
/
+20
2012-01-07
PCI: add pci_scan_root_bus() that accepts resource list
Bjorn Helgaas
2
-0
/
+18
2012-01-07
PCI: add pci_create_root_bus() that accepts resource list
Bjorn Helgaas
2
-4
/
+24
2012-01-07
PCI: show host bridges and root bus resources
Bjorn Helgaas
1
-1
/
+12
2012-01-07
PCI: add helpers for building PCI bus resource lists
Bjorn Helgaas
2
-5
/
+29
2012-01-07
PCI: delay configuration of SRIOV capability
Ram Pai
1
-2
/
+2
2012-01-07
PCI: Only call pci_stop_bus_device() one time for child devices at remove
Yinghai Lu
1
-3
/
+7
2012-01-07
x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]
Andreas Herrmann
1
-1
/
+0
2012-01-07
PCI: latency timer doesn't apply to PCIe
Myron Stowe
1
-0
/
+4
2012-01-07
PCI: x86: use generic pcibios_set_master()
Myron Stowe
1
-14
/
+0
2012-01-07
PCI: sh: use generic pcibios_set_master()
Myron Stowe
1
-15
/
+0
2012-01-07
PCI: mn10300: use generic pcibios_set_master()
Myron Stowe
1
-16
/
+0
2012-01-07
PCI: MIPS: use generic pcibios_set_master()
Myron Stowe
1
-15
/
+0
2012-01-07
PCI: frv: use generic pcibios_set_master()
Myron Stowe
1
-14
/
+0
2012-01-07
PCI: Pull PCI 'latency timer' setup up into the core
Myron Stowe
12
-45
/
+32
2012-01-07
PCI: Xtensa: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-5
/
+5
2012-01-07
PCI: UniCore: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-5
/
+5
2012-01-07
PCI: TILE: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-7
/
+5
2012-01-07
PCI: SPARC: convert pcibios_set_master() to a non-inlined function
Myron Stowe
3
-10
/
+5
2012-01-07
PCI: PowerPC: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-5
/
+5
2012-01-07
PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-5
/
+5
2012-01-07
PCI: IA64: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2
-6
/
+5
2012-01-07
PCI: ARM: convert pcibios_set_master() to a non-inlined function
Myron Stowe
3
-12
/
+10
2012-01-07
PCI: add declaration for pcibios_set_master() to pci core
Myron Stowe
1
-0
/
+2
2012-01-07
uio: Convert uio_generic_pci to new intx masking API
Jan Kiszka
1
-72
/
+7
2012-01-07
PCI: Introduce INTx check & mask API
Jan Kiszka
4
-1
/
+116
2012-01-07
PCI: Rework config space blocking services
Jan Kiszka
7
-50
/
+131
2012-01-07
x86/PCI: Ignore CPU non-addressable _CRS reserved memory resources
Gary Hade
1
-2
/
+16
2012-01-07
PCI: Fix PCI_EXP_TYPE_RC_EC value
Alex Williamson
1
-1
/
+1
2012-01-07
PCI: fix a brace coding style issue in probe.c
Zac Storer
1
-1
/
+1
2012-01-07
PCI: pci_has_legacy_pm_support add driver and device to WARN
David Fries
1
-1
/
+2
2012-01-07
PCI: msi: Disable msi interrupts when we initialize a pci device
Eric W. Biederman
1
-0
/
+10
[next]