aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/ibmphp_ebda.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-27/+10
2018-09-18PCI: hotplug: Drop hotplug_slot_infoGravatar Lukas Wunner 1-33/+0
2018-07-23PCI: hotplug: Demidlayer registration with the coreGravatar Lukas Wunner 1-20/+0
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-15/+1
2017-08-10PCI: Constify hotplug pci_device_id structuresGravatar Arvind Yadav 1-1/+1
2016-01-20Merge branch 'pci/trivial' into nextGravatar Bjorn Helgaas 1-254/+254
2016-01-10PCI: hotplug: Use list_for_each_entry() to simplify codeGravatar Geliang Tang 1-15/+9
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 1-262/+262
2014-09-24PCI: Remove unnecessary curly bracesGravatar Quentin Lambert 1-2/+1
2014-06-10PCI: Whitespace cleanupGravatar Ryan Desfosses 1-5/+5
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-52/+51
2012-07-24pci: hotplug: Fix typo in pciGravatar Masanari Iida 1-1/+1
2012-02-14PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmapGravatar Julia Lawall 1-2/+4
2010-11-11PCI hotplug: ibmphp: Add check to prevent reading beyond mapped areaGravatar Steven Rostedt 1-0/+6
2010-02-22PCI hotplug: check ioremap() return value in ibmphp_ebda.cGravatar Andrew Morton 1-0/+2
2010-02-22PCI hotplug: ibmphp: read the length of ebda and map entire ebda regionGravatar Chandru 1-2/+9
2008-10-22PCI: ibmphp: stop managing hotplug_slot->nameGravatar Alex Chiang 1-13/+7
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceGravatar Alex Chiang 1-1/+2
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanupsGravatar akpm@linux-foundation.org 1-22/+22
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entryGravatar akpm@linux-foundation.org 1-69/+23
2008-09-26x86, pci-hotplug, calgary / rio: fix EBDA ioremap()Gravatar Ingo Molnar 1-1/+1
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 1-1/+2
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-46/+46
2008-03-10PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller DriverGravatar Jesper Juhl 1-0/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-03-23[PATCH] ibmphp: remove TRUE and FALSEGravatar Kristen Accardi 1-1/+1
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciGravatar Eric Sesterhenn 1-43/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1275