Age | Commit message (Expand) | Author | Files | Lines |
2013-09-04 | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
2013-08-21 | driver/core: cpu: initialize of_node in cpu's device struture | Sudeep KarkadaNagesha | 1 | -0/+2 |
2013-08-13 | driver core / cpu: Check if NUMA node is valid before bringing CPU up | Rafael J. Wysocki | 1 | -1/+5 |
2013-07-15 | drivers: delete __cpuinit usage from all remaining drivers files | Paul Gortmaker | 1 | -1/+1 |
2013-07-04 | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -57/+44 |
2013-05-30 | CPU: Fix sysfs cpu/online of offlined CPUs | Toshi Kani | 1 | -0/+1 |
2013-05-21 | cpu: make sure that cpu/online file created before KOBJ_ADD is emitted | Igor Mammedov | 1 | -13/+21 |
2013-05-21 | cpu: fix "crash_notes" and "crash_notes_size" leaks in register_cpu() | Igor Mammedov | 1 | -7/+18 |
2013-05-12 | ACPI / processor: Use common hotplug infrastructure | Rafael J. Wysocki | 1 | -0/+11 |
2013-05-12 | Driver core: Use generic offline/online for CPU offline/online | Rafael J. Wysocki | 1 | -57/+32 |
2013-04-30 | numa, cpu hotplug: change links of CPU and node when changing node number by ... | Yasuaki Ishimatsu | 1 | -2/+23 |
2013-04-03 | sysfs: fix crash_notes_size build warning | Arnd Bergmann | 1 | -1/+1 |
2013-03-29 | sysfs: Add crash_notes_size to export percpu note size | Zhang Yanfei | 1 | -0/+14 |
2013-01-17 | drivers/base/cpu.c: Fix typo in comment | Ralf Baechle | 1 | -1/+1 |
2012-05-17 | sched: Remove stale power aware scheduling remnants and dysfunctional knobs | Peter Zijlstra | 1 | -4/+0 |
2012-03-10 | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+21 |
2012-02-09 | driver-core: cpu: fix kobject warning when hotplugging a cpu | Greg Kroah-Hartman | 1 | -0/+1 |
2012-02-02 | driver core: cpu: remove kernel warning when removing a cpu | Greg Kroah-Hartman | 1 | -0/+20 |
2012-01-27 | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts | Thomas Renninger | 1 | -0/+11 |
2012-01-12 | cpu: Register a generic CPU device on architectures that currently do not | Ben Hutchings | 1 | -0/+19 |
2012-01-12 | cpu: Do not return errors from cpu_dev_init() which will be ignored | Ben Hutchings | 1 | -8/+5 |
2012-01-08 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -71/+79 |
2011-12-22 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 1 | -69/+77 |
2011-12-11 | driver-core/cpu: Expose hotpluggability to the rest of the kernel | Josh Triplett | 1 | -0/+7 |
2010-05-21 | drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offline | Jan Beulich | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-19 | sysdev: the cpu probe/release attributes should be sysdev_class_attributes | Stephen Rothwell | 1 | -8/+8 |
2010-03-08 | sysdev: fix up the probe/release attributes | Greg Kroah-Hartman | 1 | -8/+8 |
2010-03-08 | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 1 | -2/+6 |
2010-03-08 | sysdev: Convert node driver | Andi Kleen | 1 | -40/+17 |
2010-03-08 | sysdev: Convert cpu driver sysdev class attributes | Andi Kleen | 1 | -16/+21 |
2010-03-08 | sysdev: Pass attribute in sysdev_class attributes show/store | Andi Kleen | 1 | -3/+6 |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -1/+1 |
2009-12-09 | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo... | Gautham R Shenoy | 1 | -0/+2 |
2009-12-09 | sysfs/cpu: Add probe/release files | Nathan Fontenot | 1 | -0/+32 |
2009-11-25 | percpu: Fix kdump failure if booted with percpu_alloc=page | Vivek Goyal | 1 | -1/+1 |
2009-03-30 | cpumask: use new cpumask_ functions in core code. | Rusty Russell | 1 | -1/+1 |
2009-01-11 | cpumask: convert misc driver functions | Rusty Russell | 1 | -1/+1 |
2009-01-03 | cpumask: fix compile error when CONFIG_NR_CPUS is not defined | Mike Travis | 1 | -1/+1 |
2008-12-19 | cpumask: add sysfs displays for configured and disabled cpu maps | Mike Travis | 1 | -0/+44 |
2008-12-13 | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 1 | -1/+1 |
2008-07-24 | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2008-07-22 | sysdev: Pass the attribute to the low level sysdev show/store function | Andi Kleen | 1 | -4/+6 |
2008-05-23 | cpu: change some globals to statics in drivers/base/cpu.c v2 | Mike Travis | 1 | -2/+2 |
2008-05-01 | cpu: change cpu_sys_devices from array to per_cpu variable | Mike Travis | 1 | -5/+5 |
2008-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -2/+2 |
2008-04-20 | driver core: cpu: fix section mismatch in cpu.c:store_online | Sam Ravnborg | 1 | -2/+2 |
2008-04-19 | cpumask: add show cpu map functions | Mike Travis | 1 | -0/+48 |
2008-02-06 | register_cpu __devinit or __cpuinit | Randy Dunlap | 1 | -1/+1 |
2008-01-25 | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 1 | -1/+1 |