aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineGravatar Jan Beulich 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-19sysdev: the cpu probe/release attributes should be sysdev_class_attributesGravatar Stephen Rothwell 1-8/+8
2010-03-07sysdev: fix up the probe/release attributesGravatar Greg Kroah-Hartman 1-8/+8
2010-03-07driver-core: Add attribute argument to class_attribute show/storeGravatar Andi Kleen 1-2/+6
2010-03-07sysdev: Convert node driverGravatar Andi Kleen 1-40/+17
2010-03-07sysdev: Convert cpu driver sysdev class attributesGravatar Andi Kleen 1-16/+21
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeGravatar Andi Kleen 1-3/+6
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+1
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gravatar Gautham R Shenoy 1-0/+2
2009-12-09sysfs/cpu: Add probe/release filesGravatar Nathan Fontenot 1-0/+32
2009-11-25percpu: Fix kdump failure if booted with percpu_alloc=pageGravatar Vivek Goyal 1-1/+1
2009-03-30cpumask: use new cpumask_ functions in core code.Gravatar Rusty Russell 1-1/+1
2009-01-11cpumask: convert misc driver functionsGravatar Rusty Russell 1-1/+1
2009-01-03cpumask: fix compile error when CONFIG_NR_CPUS is not definedGravatar Mike Travis 1-1/+1
2008-12-19cpumask: add sysfs displays for configured and disabled cpu mapsGravatar Mike Travis 1-0/+44
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Gravatar Rusty Russell 1-1/+1
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionGravatar Andi Kleen 1-4/+6
2008-05-23cpu: change some globals to statics in drivers/base/cpu.c v2Gravatar Mike Travis 1-2/+2
2008-05-01cpu: change cpu_sys_devices from array to per_cpu variableGravatar Mike Travis 1-5/+5
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-2/+2
2008-04-19driver core: cpu: fix section mismatch in cpu.c:store_onlineGravatar Sam Ravnborg 1-2/+2
2008-04-19cpumask: add show cpu map functionsGravatar Mike Travis 1-0/+48
2008-02-06register_cpu __devinit or __cpuinitGravatar Randy Dunlap 1-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesGravatar Kay Sievers 1-1/+1
2007-07-31CPU online file permissionGravatar Ulrich Drepper 1-1/+1
2007-02-17Replace remaining references to "driverfs" with "sysfs".Gravatar Robert P. J. Day 1-1/+1
2006-12-07[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuGravatar Siddha, Suresh B 1-3/+3
2006-12-04[PATCH] severing module.h->sched.hGravatar Al Viro 1-0/+1
2006-06-27[PATCH] sched: mc/smt power savings sched policyGravatar Siddha, Suresh B 1-1/+9
2006-06-27[PATCH] node hotplug: register cpu: remove node structGravatar KAMEZAWA Hiroyuki 1-10/+8
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Gravatar Ashok Raj 1-8/+1
2006-03-20[PATCH] get_cpu_sysdev() signedness fixGravatar Andrew Morton 1-1/+1
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfs (fix)Gravatar Vivek Goyal 1-2/+0
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsGravatar Vivek Goyal 1-0/+32
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Gravatar Kay Sievers 1-2/+2
2005-10-30[PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu.Gravatar Ashok Raj 1-2/+14
2005-10-28[PATCH] drivers/base - fix sparse warningsGravatar Ben Dooks 1-0/+1
2005-06-25[PATCH] generate hotplug events for cpu onlineGravatar Nathan Lynch 1-0/+2
2005-06-25[PATCH] make smp_prepare_cpu to a weak functionGravatar Ashok Raj 1-4/+5
2005-06-25[PATCH] cpu state clean after hot removeGravatar Li Shaohua 1-1/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+104