aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/rpaphp_core.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14PCI: hotplug: Use global PCI rescan-remove lockingGravatar Rafael J. Wysocki 1-0/+4
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-04-28powerpc/pseries: Flush lazy kernel mappings after unplug operationsGravatar Benjamin Herrenschmidt 1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-02-22PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug opsGravatar Jesse Barnes 1-1/+0
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreGravatar Matthew Wilcox 1-11/+12
2009-06-16PCI hotplug: remove redundant .owner initializationsGravatar Kenji Kaneshige 1-1/+0
2008-10-20PCI hotplug: rpaphp: make debug var uniqueGravatar Kristen Carlson Accardi 1-2/+2
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+3
2007-11-28pci hotplug: kernel-doc fixesGravatar Randy Dunlap 1-3/+12
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-5/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-08Merge branch 'linux-2.6'Gravatar Paul Mackerras 1-109/+91
2007-05-02PCI: rpaphp: Remove semaphoresGravatar Linas Vepstas 1-35/+3
2007-05-02PCI: rpaphp: Use pcibios_remove_pci_devices() symmetricallyGravatar Linas Vepstas 1-8/+2
2007-05-02PCI: rpaphp: Document is_php_dn()Gravatar Linas Vepstas 1-13/+29
2007-05-02PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()Gravatar Linas Vepstas 1-1/+1
2007-05-02PCI: rpaphp: refactor tail call to rpaphp_register_slot()Gravatar Linas Vepstas 1-0/+3
2007-05-02PCI: rpaphp: remove rpaphp_set_attention_status()Gravatar Linas Vepstas 1-11/+10
2007-05-02PCI: rpaphp: remove a call that does nothing but a pointer lookupGravatar Linas Vepstas 1-15/+2
2007-05-02PCI: rpaphp: Remove another wrappered functionGravatar Linas Vepstas 1-3/+13
2007-05-02PCI: rpaphp: Remve another call that is a wrapperGravatar Linas Vepstas 1-2/+4
2007-05-02PCI: rpaphp: match up alloc and free in same routineGravatar Linas Vepstas 1-0/+5
2007-05-02PCI: rpaphp: Remove global num_slots variableGravatar Linas Vepstas 1-3/+1
2007-05-02PCI: rpaphp: Cleanup flow of control for rpaphp_add_slotGravatar Linas Vepstas 1-20/+20
2007-05-02[POWERPC] Rename get_property to of_get_property: driversGravatar Stephen Rothwell 1-5/+5
2006-12-01PCI: rpaphp: change device tree examinationGravatar John Rose 1-1/+1
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Gravatar Greg Kroah-Hartman 1-1/+1
2006-07-31[POWERPC] pseries: Constify & voidify get_property()Gravatar Jeremy Kerr 1-16/+16
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-04-14[PATCH] PCI: rpaphp: remove init error conditionGravatar John Rose 1-3/+0
2006-01-31[PATCH] powerpc/PCI hotplug: minor cleanup forward declsGravatar linas@austin.ibm.com 1-19/+11
2006-01-31[PATCH] powerpc/PCI hotplug: cleanup: add prefixGravatar linas@austin.ibm.com 1-9/+5
2006-01-31[PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()Gravatar linas@austin.ibm.com 1-10/+28
2006-01-31[PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adapGravatar linas@austin.ibm.com 1-14/+18
2005-10-28[PATCH] ppc64 PCI Hotplug: cleanup unsymmetric API routinesGravatar linas 1-1/+4
2005-09-08[PATCH] PCI Hotplug: rpaphp: Purify hotplugGravatar John Rose 1-56/+13
2005-09-08[PATCH] PCI Hotplug: rpaphp: Move VIO registrationGravatar John Rose 1-64/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+536