summaryrefslogtreecommitdiff
path: root/drivers/acpi/pci_slot.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Thomas Gleixner1-9/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2016-07-16ACPI / PCI: make pci_slot explicitly non-modularPaul Gortmaker1-8/+0
2016-06-22ACPI / PCI: pci_slot: Use generic pr_debug utilityJoe Perches1-14/+7
2016-06-22ACPI / PCI: pci_slot: Use more common logging styleJoe Perches1-15/+13
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-01-06ACPI / PCI: Include appropriate header file in pci_slot.cRashika1-0/+1
2013-07-23ACPI / PCI: Make bus registration and unregistration symmetricRafael J. Wysocki1-5/+9
2013-04-12PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu1-146/+24
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+1
2013-02-15ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu1-12/+1
2013-02-13ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()Jiang Liu1-4/+3
2012-09-24PCI/ACPI: Use acpi_pci_root info rather than looking it up againTaku Izumi1-30/+5
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi1-5/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-4/+4
2009-09-19Merge branch 'misc-2.6.32' into releaseLen Brown1-0/+1
2009-09-19ACPI: linux/acpi.h should not include linux/dmi.hLen Brown1-0/+1
2009-08-31ACPI: pci_slot.ko wants a 64-bit _SUNAlex Chiang1-2/+2
2009-04-06PCI: pci_slot: grab refcount on slot's busAlex Chiang1-0/+5
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-5/+5
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang1-1/+1
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-5/+5
2008-07-28PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox1-11/+7
2008-07-22PCI hotplug: fix error path in pci_slot's register_slotAlex Chiang1-2/+3
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang1-0/+368