aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman1-16/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-08-28base: topology: constify attribute_group structures.Arvind Yadav1-1/+1
2016-11-09drivers base/topology: Convert to hotplug state machineSebastian Andrzej Siewior1-37/+5
2016-06-13topology/sysfs: provide drawer id and siblings attributesHeiko Carstens1-0/+13
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2014-11-07topology: replace custom attribute macros with standard DEVICE_ATTR*Sudeep Holla1-29/+24
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-20/+2
2014-04-16topology: Fix compilation warning when not in SMPVincent Stehlé1-2/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+8
2014-03-20drivers/base/topology.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-4/+8
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-29cpu topology: remove stale arch_provides_topology_pointers and define_siblings_show_map/list()Hanjun Guo1-20/+0
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker1-5/+5
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-26/+25
2010-09-09topology/sysfs: Provide book id and siblings attributesHeiko Carstens1-1/+15
2010-05-27topology: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2009-01-11cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell1-17/+16
2009-01-07topology: Fix sparc64 build.David Miller1-0/+1
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-5/+12
2008-07-15Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-26/+6
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis1-2/+23
2008-06-13cputopology: always define CPU topology information, clean upBen Hutchings1-4/+2
2008-06-13cpu topology: always define CPU topology informationBen Hutchings1-28/+10
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis1-7/+34
2007-10-18cpu hotplug: topology: remove topology_dev_mapAkinobu Mita1-10/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-01cpu topology: consider sysfs_create_group return valueHeiko Carstens1-23/+32
2006-10-18driver core fixes: sysfs_create_group() retval in topology.cCornelia Huck1-2/+1
2006-07-31[PATCH] cpu hotplug: use hotplug version of registration in late initsChandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-02-03[PATCH] Export cpu topology in sysfsZhang, Yanmin1-0/+148