aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/topology.c
AgeCommit message (Expand)Author
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski
2014-11-07topology: replace custom attribute macros with standard DEVICE_ATTR*Sudeep Holla
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla
2014-04-16topology: Fix compilation warning when not in SMPVincent Stehlé
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-20drivers/base/topology.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-29cpu topology: remove stale arch_provides_topology_pointers and define_sibling...Hanjun Guo
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2010-09-09topology/sysfs: Provide book id and siblings attributesHeiko Carstens
2010-05-27topology: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2009-01-11cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell
2009-01-07topology: Fix sparc64 build.David Miller
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen
2008-07-15Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis
2008-06-13cputopology: always define CPU topology information, clean upBen Hutchings
2008-06-13cpu topology: always define CPU topology informationBen Hutchings
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis
2007-10-18cpu hotplug: topology: remove topology_dev_mapAkinobu Mita
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar
2006-12-01cpu topology: consider sysfs_create_group return valueHeiko Carstens
2006-10-18driver core fixes: sysfs_create_group() retval in topology.cCornelia Huck
2006-07-31[PATCH] cpu hotplug: use hotplug version of registration in late initsChandra Seetharaman
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman
2006-02-03[PATCH] Export cpu topology in sysfsZhang, Yanmin