aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-02-01[PATCH] unexport register_cpu and unregister_cpuNathan Lynch1-4/+0
2004-10-27IA64 CPU hotplug topologyLen Brown1-2/+18
2004-10-22[PATCH] remove cpu_run_sbin_hotplug()Andrew Morton1-0/+2
2004-06-17[PATCH] don't create cpu/online sysfs fileAshok Raj1-1/+3
2004-03-18[PATCH] Hotplug CPUs: Sysfs Online AttributeRusty Russell1-0/+43
2004-02-18[PATCH] sys_device_[un]register() are not syscallsRandy Dunlap1-1/+1
2003-10-21[PATCH] fix for register_cpu()Andrew Morton1-1/+9
2003-09-05[driver model] Add exports for sys devices.Patrick Mochel1-0/+1
2003-06-10hand merge Patrick Mochel1-1/+1
2003-06-09[driver model] Make sure right header is used for cpu.cPatrick Mochel1-1/+2
2003-06-09[driver model] Convert to new system device APIPatrick Mochel1-40/+6
2003-06-03[driver model] Clean up CPU unregistration.Patrick Mochel1-6/+8
2003-04-28driver core: fix up cpu.c, memblk.c, and node.c due to the class changesGreg Kroah-Hartman1-11/+18
2003-04-02[PATCH] Fix some compile warningsAndrew Morton1-2/+6
2003-03-25driver model: fix warning in cpu init.Patrick Mochel1-1/+1
2003-03-25driver model: Fix error handling in sysfs registrationPatrick Mochel1-2/+5
2003-03-03driver model: Make initialization explicit.Patrick Mochel1-2/+1
2003-02-03[PATCH] Remove __ from topology macrosAndrew Morton1-1/+1
2002-11-18make sure cpu class is registered before cpu driver.Patrick Mochel1-2/+2
2002-10-31[PATCH] driverfs topology cleanupAndrew Morton1-2/+2
2002-10-31[PATCH] Update/Create core files for DriverFS Topology.Andrew Morton1-6/+32
2002-09-23driver model: add support for CPUs.Patrick Mochel1-0/+28