aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-1/+1
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla1-0/+54
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-4/+1
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel1-7/+3
2014-02-18cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel1-5/+45
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani1-12/+3
2013-09-25hotplug / x86: Add hotplug lock to missing placesToshi Kani1-2/+22
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2013-08-21driver/core: cpu: initialize of_node in cpu's device strutureSudeep KarkadaNagesha1-0/+2
2013-08-12driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki1-1/+5
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker1-1/+1
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-57/+44
2013-05-30CPU: Fix sysfs cpu/online of offlined CPUsToshi Kani1-0/+1
2013-05-21cpu: make sure that cpu/online file created before KOBJ_ADD is emittedIgor Mammedov1-13/+21
2013-05-21cpu: fix "crash_notes" and "crash_notes_size" leaks in register_cpu()Igor Mammedov1-7/+18
2013-05-12ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki1-0/+11
2013-05-12Driver core: Use generic offline/online for CPU offline/onlineRafael J. Wysocki1-57/+32
2013-04-29numa, cpu hotplug: change links of CPU and node when changing node number by onlining CPUYasuaki Ishimatsu1-2/+23
2013-04-03sysfs: fix crash_notes_size build warningArnd Bergmann1-1/+1
2013-03-29sysfs: Add crash_notes_size to export percpu note sizeZhang Yanfei1-0/+14
2013-01-16drivers/base/cpu.c: Fix typo in commentRalf Baechle1-1/+1
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra1-4/+0
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+21
2012-02-08driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman1-0/+1
2012-02-02driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman1-0/+20
2012-01-26CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger1-0/+11
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+19
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings1-8/+5
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-71/+79
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-69/+77
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett1-0/+7
2010-05-21drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineJan Beulich1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19sysdev: the cpu probe/release attributes should be sysdev_class_attributesStephen Rothwell1-8/+8
2010-03-07sysdev: fix up the probe/release attributesGreg Kroah-Hartman1-8/+8
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-2/+6
2010-03-07sysdev: Convert node driverAndi Kleen1-40/+17
2010-03-07sysdev: Convert cpu driver sysdev class attributesAndi Kleen1-16/+21
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen1-3/+6
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallocateGautham R Shenoy1-0/+2
2009-12-09sysfs/cpu: Add probe/release filesNathan Fontenot1-0/+32
2009-11-25percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal1-1/+1
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-1/+1
2009-01-11cpumask: convert misc driver functionsRusty Russell1-1/+1
2009-01-03cpumask: fix compile error when CONFIG_NR_CPUS is not definedMike Travis1-1/+1
2008-12-19cpumask: add sysfs displays for configured and disabled cpu mapsMike Travis1-0/+44
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-1/+1
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-4/+6