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
path:
root
/
drivers
/
pci
/
hotplug
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'pci/pm' into next
Bjorn Helgaas
2016-12-12
2
-30
/
+7
|
\
|
*
PCI: pciehp: Add runtime PM support for PCIe hotplug ports
Lukas Wunner
2016-11-17
1
-0
/
+6
|
*
ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() public
Lukas Wunner
2016-11-17
1
-27
/
+1
|
*
ACPI / hotplug / PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bit
Lukas Wunner
2016-11-17
1
-4
/
+1
*
|
Merge branch 'pci/misc' into next
Bjorn Helgaas
2016-12-12
2
-12
/
+7
|
\
\
|
*
|
PCI: pciehp: Remove loading message
Bjorn Helgaas
2016-12-12
1
-5
/
+4
|
*
|
PCI: hotplug: Remove hotplug core message
Bjorn Helgaas
2016-12-12
1
-7
/
+3
|
|
/
*
|
PCI: pciehp: Leave power indicator on when enabling already-enabled slot
Ashok Raj
2016-12-08
1
-1
/
+1
*
|
PCI: pciehp: Prioritize data-link event over presence detect
Ashok Raj
2016-12-07
1
-9
/
+12
*
|
PCI: cpqphp: Add missing call to pci_disable_device()
Quentin Lambert
2016-11-23
1
-1
/
+2
|
/
*
Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-10-07
1
-34
/
+249
|
\
|
*
drivers/pci/hotplug: Use of_property_read_u32() in powernv driver
Gavin Shan
2016-10-04
1
-9
/
+10
|
*
drivers/pci/hotplug: Support surprise hotplug in powernv driver
Gavin Shan
2016-09-29
1
-0
/
+214
|
*
drivers/pci/hotplug: Remove likely() and unlikely() in powernv driver
Gavin Shan
2016-09-29
1
-28
/
+28
*
|
Merge branch 'pci/hotplug' into next
Bjorn Helgaas
2016-10-03
4
-95
/
+116
|
\
\
|
*
|
PCI: pciehp: Allow exclusive userspace control of indicators
Keith Busch
2016-09-22
3
-0
/
+33
|
*
|
PCI: pciehp: Remove useless pciehp_get_latch_status() calls
Bjorn Helgaas
2016-09-14
1
-8
/
+1
|
*
|
PCI: pciehp: Clean up dmesg "Slot(%s)" messages
Bjorn Helgaas
2016-09-14
2
-35
/
+33
|
*
|
PCI: pciehp: Remove unnecessary guard
Bjorn Helgaas
2016-09-14
1
-3
/
+0
|
*
|
PCI: pciehp: Don't re-read Slot Status when handling surprise event
Mayurkumar Patel
2016-09-14
1
-16
/
+2
|
*
|
PCI: pciehp: Don't re-read Slot Status when queuing hotplug event
Mayurkumar Patel
2016-09-14
1
-2
/
+5
|
*
|
PCI: pciehp: Process all hotplug events before looking for new ones
Mayurkumar Patel
2016-09-14
1
-26
/
+32
|
*
|
PCI: pciehp: Return IRQ_NONE when we can't read interrupt status
Bjorn Helgaas
2016-09-14
1
-1
/
+1
|
*
|
PCI: pciehp: Rename pcie_isr() locals for clarity
Bjorn Helgaas
2016-09-12
1
-21
/
+25
|
*
|
PCI: pciehp: Clear attention LED on device add
Keith Busch
2016-08-22
1
-0
/
+1
|
|
/
*
|
PCI: pciehp: Make explicitly non-modular
Paul Gortmaker
2016-08-24
1
-15
/
+5
*
|
PCI: hotplug: Make core explicitly non-modular
Paul Gortmaker
2016-08-24
3
-24
/
+6
|
/
*
ACPI / hotplug / PCI: Runtime resume bridges before bus rescans
Rafael J. Wysocki
2016-08-04
1
-0
/
+6
*
Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan"
Linus Torvalds
2016-08-03
1
-4
/
+0
*
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-02
2
-0
/
+8
|
\
|
*
PCI: pciehp: Ignore interrupts during D3cold
Lukas Wunner
2016-06-20
1
-0
/
+4
|
*
ACPI / hotplug / PCI: Runtime resume bridge before rescan
Mika Westerberg
2016-06-13
1
-0
/
+4
*
|
PCI: rpaphp: Fix slot registration for multiple slots under a PHB
Tyrel Datwyler
2016-07-20
1
-5
/
+12
*
|
PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power state
Andrew Donnellan
2016-07-14
1
-1
/
+1
*
|
PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl
Andrew Donnellan
2016-07-14
1
-27
/
+5
*
|
PCI/hotplug: PowerPC PowerNV PCI hotplug driver
Gavin Shan
2016-06-21
3
-0
/
+749
|
/
*
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-05-20
3
-8
/
+8
|
\
|
*
powerpc/pci: Rename pcibios_find_pci_bus()
Gavin Shan
2016-05-11
2
-4
/
+4
|
*
powerpc/pci: Rename pcibios_{add, remove}_pci_devices()
Gavin Shan
2016-05-11
3
-4
/
+4
*
|
PCI: acpiphp_ibm: Avoid uninitialized variable reference
Dan Carpenter
2016-04-15
1
-0
/
+2
|
/
*
s390/pci: remove pdev pointer from arch data
Sebastian Ott
2016-02-23
1
-2
/
+6
*
-
.
Merge branches 'acpi-video' and 'acpi-hotplug'
Rafael J. Wysocki
2016-01-29
1
-1
/
+3
|
\
\
|
|
*
ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
Insu Yun
2016-01-24
1
-1
/
+3
|
|
/
*
|
Merge branch 'pci/trivial' into next
Bjorn Helgaas
2016-01-20
35
-1394
/
+1394
|
\
\
|
*
|
PCI: shpchp: Constify hpc_ops structure
Julia Lawall
2016-01-08
2
-3
/
+3
|
*
|
PCI: Use to_pci_dev() instead of open-coding it
Geliang Tang
2016-01-08
1
-1
/
+1
|
*
|
PCI: Fix all whitespace issues
Bogicevic Sasa
2016-01-08
35
-1425
/
+1425
|
|
/
|
|
|
\
*
-
.
\
Merge branches 'pci/hotplug' and 'pci/resource' into next
Bjorn Helgaas
2016-01-15
11
-94
/
+60
|
\
\
\
|
|
|
/
|
*
|
PCI: ibmphp: Remove unneeded NULL test
Julia Lawall
2016-01-11
1
-3
/
+0
|
*
|
PCI: hotplug: Use list_for_each_entry() to simplify code
Geliang Tang
2016-01-10
10
-88
/
+46
[next]