summaryrefslogtreecommitdiffstats
path: root/drivers/base/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-041-0/+2
|\
| * driver/core: cpu: initialize of_node in cpu's device strutureSudeep KarkadaNagesha2013-08-211-0/+2
* | driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki2013-08-131-1/+5
|/
* drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2013-07-151-1/+1
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-57/+44Star
|\
| * CPU: Fix sysfs cpu/online of offlined CPUsToshi Kani2013-05-301-0/+1
| * ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki2013-05-121-0/+11
| * Driver core: Use generic offline/online for CPU offline/onlineRafael J. Wysocki2013-05-121-57/+32Star
* | cpu: make sure that cpu/online file created before KOBJ_ADD is emittedIgor Mammedov2013-05-211-13/+21
* | cpu: fix "crash_notes" and "crash_notes_size" leaks in register_cpu()Igor Mammedov2013-05-211-7/+18
|/
* numa, cpu hotplug: change links of CPU and node when changing node number by ...Yasuaki Ishimatsu2013-04-301-2/+23
* sysfs: fix crash_notes_size build warningArnd Bergmann2013-04-031-1/+1
* sysfs: Add crash_notes_size to export percpu note sizeZhang Yanfei2013-03-291-0/+14
* drivers/base/cpu.c: Fix typo in commentRalf Baechle2013-01-161-1/+1
* sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-4/+0Star
* Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-091-0/+21
|\
| * driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman2012-02-091-0/+1
| * driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman2012-02-021-0/+20
* | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-271-0/+11
|/
* cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-121-0/+19
* cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2012-01-121-8/+5Star
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-71/+79
|\
| * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-69/+77
* | driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett2011-12-111-0/+7
|/
* drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineJan Beulich2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysdev: the cpu probe/release attributes should be sysdev_class_attributesStephen Rothwell2010-03-191-8/+8
* sysdev: fix up the probe/release attributesGreg Kroah-Hartman2010-03-081-8/+8
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-081-2/+6
* sysdev: Convert node driverAndi Kleen2010-03-081-40/+17Star
* sysdev: Convert cpu driver sysdev class attributesAndi Kleen2010-03-081-16/+21
* sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2010-03-081-3/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-1/+1
|\
| * percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal2009-11-251-1/+1
* | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-091-0/+2
* | sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+32
|/
* cpumask: use new cpumask_ functions in core code.Rusty Russell2009-03-301-1/+1
* cpumask: convert misc driver functionsRusty Russell2009-01-111-1/+1
* cpumask: fix compile error when CONFIG_NR_CPUS is not definedMike Travis2009-01-031-1/+1
* cpumask: add sysfs displays for configured and disabled cpu mapsMike Travis2008-12-191-0/+44
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-1/+1
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-241-2/+2
|\
| * cpu: change some globals to statics in drivers/base/cpu.c v2Mike Travis2008-05-231-2/+2
* | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-221-4/+6
|/
* cpu: change cpu_sys_devices from array to per_cpu variableMike Travis2008-05-011-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-221-2/+2
|\
| * driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg2008-04-201-2/+2
* | cpumask: add show cpu map functionsMike Travis2008-04-191-0/+48
|/
* register_cpu __devinit or __cpuinitRandy Dunlap2008-02-061-1/+1
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-251-1/+1