summaryrefslogtreecommitdiffstats
path: root/drivers/base/cpu.c
AgeCommit message (Expand)AuthorLines
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen-4/+6
2008-05-23cpu: change some globals to statics in drivers/base/cpu.c v2Mike Travis-2/+2
2008-05-01cpu: change cpu_sys_devices from array to per_cpu variableMike Travis-5/+5
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-2/+2
2008-04-19driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg-2/+2
2008-04-19cpumask: add show cpu map functionsMike Travis-0/+48
2008-02-06register_cpu __devinit or __cpuinitRandy Dunlap-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers-1/+1
2007-07-31CPU online file permissionUlrich Drepper-1/+1
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day-1/+1
2006-12-07[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuSiddha, Suresh B-3/+3
2006-12-04[PATCH] severing module.h->sched.hAl Viro-0/+1
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B-1/+9
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki-10/+8
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj-8/+1
2006-03-20[PATCH] get_cpu_sysdev() signedness fixAndrew Morton-1/+1
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfs (fix)Vivek Goyal-2/+0
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsVivek Goyal-0/+32
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers-2/+2
2005-10-30[PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu.Ashok Raj-2/+14
2005-10-28[PATCH] drivers/base - fix sparse warningsBen Dooks-0/+1
2005-06-25[PATCH] generate hotplug events for cpu onlineNathan Lynch-0/+2
2005-06-25[PATCH] make smp_prepare_cpu to a weak functionAshok Raj-4/+5
2005-06-25[PATCH] cpu state clean after hot removeLi Shaohua-1/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+104