index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: unhide the SMBus on the Compaq Deskpro EN
Krzysztof Helt
2008-06-10
1
-0
/
+9
*
PCIe: fix 'symbol not declared' sparse warnings
Alex Chiang
2008-06-10
2
-0
/
+2
*
PCI: Unhide the SMBus on the Compaq Evo D510
Jean Delvare
2008-06-10
1
-0
/
+7
*
PCI: eliminate double kfree in intel-iommu initialization
Julia Lawall
2008-06-10
1
-1
/
+0
*
pciehp: removes redundant NULL write to slot status register
Kenji Kaneshige
2008-06-10
1
-1
/
+1
*
pciehp: fixes typo in dbg_ctrl() in pciehp_hpc.c
Kenji Kaneshige
2008-06-10
1
-1
/
+1
*
shpchp: check firmware before taking control
Kenji Kaneshige
2008-06-10
6
-90
/
+104
*
pciehp: block signals while waiting for command completion
Kenji Kaneshige
2008-06-10
1
-12
/
+4
*
pciehp: evaluate _OSC/OSHP before controller init
Kenji Kaneshige
2008-06-10
3
-18
/
+10
*
pciehp: remove redundant pci_dev initialization
Kenji Kaneshige
2008-06-10
1
-1
/
+0
*
PCI: implement new suspend/resume callbacks
Rafael J. Wysocki
2008-06-10
1
-46
/
+346
*
PCI/MSI: skip calling pci_find_capability from msi_set_mask_bits
Hidetoshi Seto
2008-06-10
1
-4
/
+8
*
PCI: remove CVS keywords
Adrian Bunk
2008-06-10
2
-4
/
+0
*
pci-acpi: formatting cleanups for _OSC
Kenji Kaneshige
2008-06-10
1
-2
/
+3
*
pci-acpi: remove unused variable in __pci_osc_support_set
Kenji Kaneshige
2008-06-10
1
-11
/
+4
*
pci-acpi: add flag to indicate query had been done
Kenji Kaneshige
2008-06-10
1
-1
/
+3
*
pci-acpi: use local buffer for _OSC
Kenji Kaneshige
2008-06-10
1
-34
/
+39
*
pci-acpi: remove duplicate code for _OSC
Kenji Kaneshige
2008-06-10
1
-110
/
+55
*
PCI: Disable PME during PCI scan
Zhao Yakui
2008-06-10
1
-0
/
+44
*
Suspend/Resume bug in PCI layer wrt quirks
Rafael J. Wysocki
2008-06-10
2
-38
/
+86
*
PCI: Replace deprecated __initcall with device_initcall.
Robert P. J. Day
2008-06-10
1
-1
/
+1
*
PCI: make {pciehp,shpchp}_slot_with_bus static
Adrian Bunk
2008-06-10
2
-2
/
+2
*
PCI: fix rpadlpar pci hotplug driver sysfs usage
Benjamin Herrenschmidt
2008-05-30
1
-2
/
+6
*
pciehp: add message about pciehp_slot_with_bus option
Kenji Kaneshige
2008-05-27
1
-1
/
+5
*
pci hotplug core: add check of duplicate slot name
Kenji Kaneshige
2008-05-27
1
-1
/
+6
*
pciehp: move msleep after power off
Kenji Kaneshige
2008-05-27
2
-7
/
+14
*
pciehp: poll cmd completion if hotplug interrupt is disabled
Kenji Kaneshige
2008-05-27
1
-4
/
+38
*
pciehp: fix slow probing
Kenji Kaneshige
2008-05-27
2
-7
/
+36
*
pciehp: fix NULL dereference in interrupt handler
Kenji Kaneshige
2008-05-27
3
-35
/
+37
*
shpchp: add message about shpchp_slot_with_bus option
Kenji Kaneshige
2008-05-27
1
-0
/
+4
*
PCI: don't enable ASPM on devices with mixed PCIe/PCI functions
Shaohua Li
2008-05-21
1
-0
/
+20
*
Clean up 'print_fn_descriptor_symbol()' types
Linus Torvalds
2008-05-15
1
-2
/
+1
*
ACPI/PCI: another multiple _OSC memory leak fix
Kenji Kaneshige
2008-05-13
1
-1
/
+7
*
PCI: enable nv_msi_ht_cap_quirk for ALi bridges
Björn Krombholz
2008-05-13
1
-0
/
+1
*
PCI: Make the intel-iommu_wait_op macro work when jiffies are not running
mark gross
2008-05-13
1
-3
/
+3
*
ACPI/PCI: handle multiple _OSC
Kenji Kaneshige
2008-05-13
1
-1
/
+7
*
ACPI/PCI: handle multiple _OSC
Shaohua Li
2008-05-13
1
-29
/
+66
*
PCI ACPI: fix uninitialized variable in __pci_osc_support_set
Kenji Kaneshige
2008-05-13
1
-1
/
+1
*
x86/pci: remove flag in pci_cfg_space_size_ext
Yinghai Lu
2008-04-29
1
-16
/
+17
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2008-04-29
8
-447
/
+271
|
\
|
*
pciehp: fix error message about getting hotplug control
Kenji Kaneshige
2008-04-29
1
-1
/
+1
|
*
pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2
Yinghai Lu
2008-04-29
2
-9
/
+28
|
*
pci/irq: restore mask_bits in msi shutdown -v3
Yinghai Lu
2008-04-29
1
-7
/
+14
|
*
pciehp: Fix command write
Kenji Kaneshige
2008-04-25
1
-1
/
+4
|
*
shpchp: fix slot name
Kenji Kaneshige
2008-04-25
1
-2
/
+9
|
*
make pciehp_acpi_get_hp_hw_control_from_firmware()
Adrian Bunk
2008-04-25
1
-1
/
+1
|
*
pciehp: Clean up pcie_init()
Kenji Kaneshige
2008-04-25
1
-110
/
+88
|
*
pciehp: Mask hotplug interrupt at controller release
Kenji Kaneshige
2008-04-25
1
-0
/
+4
|
*
pciehp: Remove useless hotplug interrupt enabling
Kenji Kaneshige
2008-04-25
1
-46
/
+8
|
*
pciehp: Fix wrong slot capability check
Kenji Kaneshige
2008-04-25
4
-39
/
+39
[next]