summaryrefslogtreecommitdiff
path: root/drivers/hotplug/ibmphp_hpc.c
AgeCommit message (Collapse)Author
2003-06-03PCI Hotplug: move drivers/hotplug/* to drivers/pci/hotplug/*Greg Kroah-Hartman
This will let include/linux/pci.h get smaller, and is what I should have done in the first place 2 years ago...
2003-02-24[PATCH] IBM PCI Hotplug: Clean up the error handling logic for a number of ↵Greg Kroah-Hartman
functions, and fix a locking mess.
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds
Add a name argument to daemonize() (va_arg) to avoid all the kernel threads having to duplicate the name setting over and over again. Make daemonize() disable all signals by default, and add a "allow_signal()" function to let daemons say they explicitly want to support a signal. Make flush_signal() take the signal lock, so that callers do not need to.
2002-09-09[PATCH] IBM PCI Hotplug driver update for PCI based controllersIrene Zubarev
2002-09-09[PATCH] IBM PCI Hotplug driver update for ISA based controllersIrene Zubarev
2002-09-09[PATCH] IBM PCI Hotplug driver updateIrene Zubarev
- fix polling logic - add ability to write [chassis/rxe]#slot# instead of just slot#
2002-09-03[PATCH] daemonize() calls reparent_to_init cleanupRusty Russell
This makes daemonize() call reparent_to_init() itself, as long suggested for 2.5, and fixes the callers so they don't call it again. Also fixes callers which set current->tty to NULL themselves (also no longer neccessary).
2002-06-06IBM PCI Hotplug driver: added __init and __exit to functions that needed it.Greg Kroah-Hartman
Thanks to Andrey Panin <pazke@orbita1.ru> for pointing these out to me.
2002-06-06IBM PCI Hotplug driver: polling thread locking cleanupGreg Kroah-Hartman
removed a lot of bizzare polling locking logic, causing the driver to not sleep for 2 seconds with some locks held. This improves userspace interaction by a few orders of magnitude :)
2002-05-08IBM PCI Hotplug driverGreg Kroah-Hartman
update the ibm pci hotplug driver to the latest version. Contains lots of small bugfixes and added features for new hardware.
2002-02-26Added new IBM PCI Hotplug controller driver.Greg Kroah-Hartman
Written by Irene Zubarev, Tong Yu, Jyoti Shah, Chuck Cole, and me.