summaryrefslogtreecommitdiff
path: root/drivers/base/cpu.c
AgeCommit message (Expand)Author
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen
2008-05-23cpu: change some globals to statics in drivers/base/cpu.c v2Mike Travis
2008-05-01cpu: change cpu_sys_devices from array to per_cpu variableMike Travis
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-04-19driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg
2008-04-19cpumask: add show cpu map functionsMike Travis
2008-02-06register_cpu __devinit or __cpuinitRandy Dunlap
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2007-07-31CPU online file permissionUlrich Drepper
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day
2006-12-07[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuSiddha, Suresh B
2006-12-04[PATCH] severing module.h->sched.hAl Viro
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj
2006-03-20[PATCH] get_cpu_sysdev() signedness fixAndrew Morton
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfs (fix)Vivek Goyal
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsVivek Goyal
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2005-10-30[PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu.Ashok Raj
2005-10-28[PATCH] drivers/base - fix sparse warningsBen Dooks
2005-06-25[PATCH] generate hotplug events for cpu onlineNathan Lynch
2005-06-25[PATCH] make smp_prepare_cpu to a weak functionAshok Raj
2005-06-25[PATCH] cpu state clean after hot removeLi Shaohua
2005-02-01[PATCH] unexport register_cpu and unregister_cpuNathan Lynch
2004-10-27IA64 CPU hotplug topologyLen Brown
2004-10-22[PATCH] remove cpu_run_sbin_hotplug()Andrew Morton
2004-06-17[PATCH] don't create cpu/online sysfs fileAshok Raj
2004-03-18[PATCH] Hotplug CPUs: Sysfs Online AttributeRusty Russell
2004-02-18[PATCH] sys_device_[un]register() are not syscallsRandy Dunlap
2003-10-21[PATCH] fix for register_cpu()Andrew Morton
2003-09-05[driver model] Add exports for sys devices.Patrick Mochel
2003-06-10hand merge Patrick Mochel
2003-06-09[driver model] Make sure right header is used for cpu.cPatrick Mochel
2003-06-09[driver model] Convert to new system device APIPatrick Mochel
2003-06-03[driver model] Clean up CPU unregistration.Patrick Mochel
2003-04-28driver core: fix up cpu.c, memblk.c, and node.c due to the class changesGreg Kroah-Hartman
2003-04-02[PATCH] Fix some compile warningsAndrew Morton
2003-03-25driver model: fix warning in cpu init.Patrick Mochel
2003-03-25driver model: Fix error handling in sysfs registrationPatrick Mochel
2003-03-03driver model: Make initialization explicit.Patrick Mochel
2003-02-03[PATCH] Remove __ from topology macrosAndrew Morton
2002-11-18make sure cpu class is registered before cpu driver.Patrick Mochel
2002-10-31[PATCH] driverfs topology cleanupAndrew Morton
2002-10-31[PATCH] Update/Create core files for DriverFS Topology.Andrew Morton
2002-09-23driver model: add support for CPUs.Patrick Mochel