index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
/
rpaphp_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-24
PCI: Use of_node_name_eq() for node name comparisons
Rob Herring
1
-1
/
+1
2020-03-25
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
1
-1
/
+1
2020-03-25
powerpc/eeh: Do early EEH init only when required
Oliver O'Halloran
1
-0
/
+2
2020-03-25
PCI: rpaphp: Remove unused variable 'value'
Chen Zhou
1
-2
/
+1
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2019-11-20
PCI: Fix typos
Bjorn Helgaas
1
-2
/
+2
2019-11-13
PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-info
Tyrel Datwyler
1
-2
/
+3
2019-11-13
PCI: rpaphp: Annotate and correctly byte swap DRC properties
Tyrel Datwyler
1
-14
/
+15
2019-11-13
PCI: rpaphp: Add drc-info support for hotplug slot registration
Tyrel Datwyler
1
-20
/
+69
2019-11-13
PCI: rpaphp: Don't rely on firmware feature to imply drc-info support
Tyrel Datwyler
1
-1
/
+1
2019-11-13
PCI: rpaphp: Fix up pointer to first drc-info entry
Tyrel Datwyler
1
-0
/
+2
2019-09-23
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2019-08-30
PCI: Remove unnecessary returns
Krzysztof Wilczynski
1
-1
/
+0
2019-08-05
PCI: rpaphp: Avoid a sometimes-uninitialized warning
Nathan Chancellor
1
-11
/
+7
2018-09-18
PCI: hotplug: Embed hotplug_slot
Lukas Wunner
1
-7
/
+7
2018-09-18
PCI: hotplug: Drop hotplug_slot_info
Lukas Wunner
1
-2
/
+2
2018-09-18
PCI: hotplug: Constify hotplug_slot_ops
Lukas Wunner
1
-1
/
+1
2018-07-23
PCI: hotplug: Demidlayer registration with the core
Lukas Wunner
1
-1
/
+1
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+1
2018-01-28
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
Bjorn Helgaas
1
-15
/
+1
2018-01-21
hotplug/drc-info: Add code to search ibm,drc-info property
Michael Bringmann
1
-25
/
+82
2017-08-24
PCI: Convert to using %pOF instead of full_name()
Rob Herring
1
-1
/
+1
2016-05-11
powerpc/pci: Rename pcibios_{add, remove}_pci_devices()
Gavin Shan
1
-2
/
+2
2016-01-20
Merge branch 'pci/trivial' into next
Bjorn Helgaas
1
-1
/
+1
2016-01-10
PCI: hotplug: Use list_for_each_entry() to simplify code
Geliang Tang
1
-4
/
+3
2016-01-08
PCI: Fix all whitespace issues
Bogicevic Sasa
1
-1
/
+1
2014-06-26
of: Migrate of_find_node_by_name() users to for_each_node_by_name()
Grant Likely
1
-2
/
+2
2014-06-10
PCI: Whitespace cleanup
Ryan Desfosses
1
-3
/
+3
2014-06-10
PCI: Move EXPORT_SYMBOL so it immediately follows function/variable
Ryan Desfosses
1
-4
/
+3
2014-04-25
PCI: rphahp: Fix endianess issues
Laurent Dufour
1
-6
/
+9
2014-01-14
PCI: hotplug: Use global PCI rescan-remove locking
Rafael J. Wysocki
1
-0
/
+4
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-4
/
+4
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-04-28
powerpc/pseries: Flush lazy kernel mappings after unplug operations
Benjamin Herrenschmidt
1
-0
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2010-02-22
PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug ops
Jesse Barnes
1
-1
/
+0
2010-02-22
PCI: Make current and maximum bus speeds part of the PCI core
Matthew Wilcox
1
-11
/
+12
2009-06-16
PCI hotplug: remove redundant .owner initializations
Kenji Kaneshige
1
-1
/
+0
2008-10-20
PCI hotplug: rpaphp: make debug var unique
Kristen Carlson Accardi
1
-2
/
+2
2008-04-20
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-3
/
+3
2007-11-28
pci hotplug: kernel-doc fixes
Randy Dunlap
1
-3
/
+12
2007-05-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
1
-5
/
+5
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-08
Merge branch 'linux-2.6'
Paul Mackerras
1
-109
/
+91
2007-05-02
PCI: rpaphp: Remove semaphores
Linas Vepstas
1
-35
/
+3
2007-05-02
PCI: rpaphp: Use pcibios_remove_pci_devices() symmetrically
Linas Vepstas
1
-8
/
+2
2007-05-02
PCI: rpaphp: Document is_php_dn()
Linas Vepstas
1
-13
/
+29
2007-05-02
PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()
Linas Vepstas
1
-1
/
+1
2007-05-02
PCI: rpaphp: refactor tail call to rpaphp_register_slot()
Linas Vepstas
1
-0
/
+3
[next]