summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug.c
AgeCommit message (Expand)Author
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2005-09-22[PATCH] PCI: remove unused "scratch"Bjorn Helgaas
2005-09-09[PATCH] PCI: move pci core to use add_hotplug_env_var()Greg Kroah-Hartman
2005-07-01[PATCH] PCI: Remove newline from pci MODALIAS variableHannes Reinecke
2005-05-17[PATCH] PCI: add MODALIAS to hotplug event for pci devicesGreg KH
2005-05-17[PATCH] PCI Hotplug: remove pci_visit_devScott Murray
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz
2005-03-28[PATCH] PCI: create PCI_DEBUG config option to make it easier for users to en...Greg Kroah-Hartman
2005-03-16[PATCH] PCI: trivial DBG tidy-upBjorn Helgaas
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen
2004-02-18[PATCH] snprintf fixesAndrew Morton
2004-02-03[PATCH] PCI Hotplug: Coding style fixes for drivers/pci/hotplug.cRolf Eike Beer
2003-07-14[PATCH] PCI: fix problem with pci remove functions not being built if CONFIG_...Greg Kroah-Hartman
2003-07-14[PATCH] PCI: remove usages of pci slot_name from the pci core code.Greg Kroah-Hartman
2003-06-22[PATCH] PCI: fix non-hotplug buildIvan Kokshaysky
2003-06-19[PATCH] PCI: rename pci_get_dev() and pci_put_dev() to pci_dev_get() and pci_...Greg Kroah-Hartman
2003-06-19PCI: add locking to the pci device lists.Greg Kroah-Hartman
2003-06-03[PATCH] PCI: remove CONFIG_PROC_FS checks in .c files.Greg Kroah-Hartman
2003-05-22[PATCH] PCI: remove pci_insert_device() as no one uses it anymore.Greg Kroah-Hartman
2003-05-21PCI: add pci_get_dev() and pci_put_dev()Greg Kroah-Hartman
2003-02-24[PATCH] PCI: Make hot unplugging of PCI buses workRussell King
2003-02-20[PATCH] try_module_get(THIS_MODULE) is bogusChristoph Hellwig
2003-02-07[PATCH] pci patch for sysfs filesDaniel Stekloff
2003-02-06[PATCH] PCI Hotplug: moved the some stuff into the pci coreGreg Kroah-Hartman
2003-01-07PCI: properly unregister a PCI device if it is removed.Greg Kroah-Hartman
2002-11-02[PATCH] PCI hotplug comment fixesRussell King
2002-09-26converted PCI to use the driver core's hotplug call.Greg Kroah-Hartman
2002-09-09PCI: hotplug core cleanup to get pci hotplug working againGreg Kroah-Hartman
2002-05-28PCI Update:Patrick Mochel
2002-05-28PCI: start to use common fields of struct device_driver morePatrick Mochel
2002-04-16Split drivers/pci/pci.c into smaller, bite-size chunksPatrick Mochel