index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: make pci_bus a struct device
Greg Kroah-Hartman
2008-02-01
6
-53
/
+46
*
PCI: fix codingstyle issues in include/linux/pci.h
Greg Kroah-Hartman
2008-02-01
1
-107
/
+236
*
PCI: fix codingstyle issues in drivers/pci/pci.h
Greg Kroah-Hartman
2008-02-01
1
-3
/
+5
*
PCI: PCIE ASPM support
Shaohua Li
2008-02-01
10
-0
/
+900
*
PCI: Fix fakephp deadlock
Ian Abbott
2008-02-01
1
-4
/
+35
*
PCI: modify SB700 SATA MSI quirk
Shane Huang
2008-02-01
1
-7
/
+22
*
PCI: Run ACPI _OSC method on root bridges only
Andrew Patterson
2008-02-01
1
-16
/
+6
*
PCI ACPI: AER driver should only register PCIe devices with _OSC
Andrew Patterson
2008-02-01
1
-1
/
+1
*
PCI ACPI: Added a function to register _OSC with only PCIe devices.
Andrew Patterson
2008-02-01
2
-4
/
+13
*
PCI: constify function pointer tables
Jan Engelhardt
2008-02-01
1
-1
/
+1
*
PCI: Convert drivers/pci/proc.c to use unlocked_ioctl
Mathieu Segaud
2008-02-01
1
-3
/
+8
*
pciehp: block new requests from the device before power off
Kenji Kaneshige
2008-02-01
1
-12
/
+21
*
pciehp: workaround against Bad DLLP during power off
Kenji Kaneshige
2008-02-01
1
-0
/
+45
*
pciehp: wait for 1000ms before LED operation after power off
Kenji Kaneshige
2008-02-01
2
-12
/
+7
*
PCI: Remove pci_enable_device_bars() from documentation
Grant Grundler
2008-02-01
1
-36
/
+1
*
PCI: Remove pci_enable_device_bars()
Benjamin Herrenschmidt
2008-02-01
2
-25
/
+0
*
PCI: Remove users of pci_enable_device_bars()
Benjamin Herrenschmidt
2008-02-01
7
-12
/
+33
*
PCI: Add pci_enable_device_{io,mem} intefaces
Benjamin Herrenschmidt
2008-02-01
2
-1
/
+50
*
PCI: avoid save the same type of cap multiple times
Shaohua Li
2008-02-01
1
-2
/
+10
*
PCI: correctly initialize a structure for pcie_save_pcix_state()
Shaohua Li
2008-02-01
1
-0
/
+2
*
PCI: fix typo in pci_save_pcix_state
Shaohua Li
2008-02-01
1
-1
/
+1
*
PCI: use dev_printk in x86 quirk messages
bjorn.helgaas@hp.com
2008-02-01
2
-31
/
+34
*
PCI: use dev_printk in quirk messages
bjorn.helgaas@hp.com
2008-02-01
2
-74
/
+60
*
PCI: print quirk name in debug messages
bjorn.helgaas@hp.com
2008-02-01
1
-1
/
+6
*
PCI: fix for quirk_e100_interrupt()
Ivan Kokshaysky
2008-02-01
1
-1
/
+13
*
PCI: Spelling fixes
Joe Perches
2008-02-01
2
-2
/
+2
*
PCI: Kconfig help: don't refer to the PCI-HOWTO
Adrian Bunk
2008-02-01
10
-50
/
+0
*
PCI: drivers/pci/msi.c: move arch hooks to the top
Adrian Bunk
2008-02-01
1
-46
/
+45
*
PCI: quirk: enable MSI Mapping on HT1000
Sebastien Dugue
2008-02-01
1
-3
/
+27
*
PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resources
Benjamin Herrenschmidt
2008-02-01
1
-2
/
+4
*
PCI: Fix bus resource assignment on 32 bits with 64b resources
Benjamin Herrenschmidt
2008-02-01
2
-26
/
+42
*
PCI Hotplug: PCIeHP: Fix some whitespace damage
Rolf Eike Beer
2008-02-01
1
-2
/
+1
*
PCI Hotplug: pciehp: use generic function to find ext capability
Kenji Kaneshige
2008-02-01
1
-6
/
+1
*
PCI Hotplug: pciehp: remove needless hp_slot calculation
Kenji Kaneshige
2008-02-01
1
-11
/
+2
*
PCI Hotplug: pciehp: remove needless members from struct controller
Kenji Kaneshige
2008-02-01
2
-13
/
+3
*
PCI Hotplug: acpiphp: remove unneeded acpi_get_name function call
MUNEDA Takahiro
2008-02-01
1
-1
/
+0
*
PCI Hotplug: acpiphp: fix trivial typos
MUNEDA Takahiro
2008-02-01
1
-2
/
+2
*
PCIe: fix double initialization bug
Mark Lord
2008-02-01
3
-54
/
+69
*
PCIE: Make use of the previously split out pcie_init_enable_events() function
Mark Lord
2008-02-01
3
-1
/
+20
*
PCI: more fixes for PCIe Hotplug so that it works with ExpressCard slots on D...
Mark Lord
2008-02-01
1
-81
/
+104
*
PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebo...
Mark Lord
2008-02-01
3
-1
/
+6
*
PCI: Add missing "space" in printk messages
Joe Perches
2008-02-01
2
-4
/
+4
*
PCI: export pci_restore_msi_state()
Linas Vepstas
2008-02-01
3
-8
/
+3
*
pci hotplug: fix rpaphp directory naming
Linas Vepstas
2008-02-01
3
-38
/
+24
*
PCI: Unhide the SMBus on the HP xw4100
Jean Delvare
2008-02-01
1
-0
/
+6
*
PCI: More Sanity checks for DMAR
Fenghua Yu
2008-02-01
1
-3
/
+17
*
PCI: drivers/pci/quirks.c: coding-style cleanup
Andrew Morton
2008-02-01
1
-125
/
+125
*
PCI: remove additional pci_scan_child_bus() prototype
Adrian Bunk
2008-02-01
1
-2
/
+0
*
PCI: always export pci_scan_single_device
Adrian Bunk
2008-02-01
1
-1
/
+1
*
PCI: remove unneeded lock_kernel() in drivers/pci/syscall.c.
Diego Woitasen
2008-02-01
1
-5
/
+0
[next]