summaryrefslogtreecommitdiffstats
path: root/drivers/base/topology.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld1-16/+16
2022-04-23topology: Fix up build warning in topology_is_visible()Greg Kroah-Hartman1-3/+1
2022-04-20topology/sysfs: Hide PPIN on systems that do not support it.Tony Luck1-0/+12
2022-02-01topology/sysfs: Add PPIN in sysfs under cpu topologyTony Luck1-0/+4
2022-02-01topology/sysfs: Add format parameter to macro defining "show" functions for procTony Luck1-8/+8
2021-12-03topology/sysfs: rework book and drawer topology ifdeferyHeiko Carstens1-6/+6
2021-12-03topology/sysfs: export cluster attributes only if an architectures has supportHeiko Carstens1-0/+8
2021-12-03topology/sysfs: export die attributes only if an architectures has supportHeiko Carstens1-0/+8
2021-10-15topology: Represent clusters of CPUs within a dieJonathan Cameron1-0/+10
2021-08-13topology: use bin_attribute to break the size limitation of cpumap ABITian Tao1-52/+63
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches1-5/+5
2020-07-10topology: mark a function as __init to save some memoryChristophe JAILLET1-1/+1
2019-05-23topology: Create core_cpus and die_cpus sysfs attributesLen Brown1-0/+12
2019-05-23topology: Create package_cpus sysfs attributeLen Brown1-0/+6
2019-05-23cpu/topology: Export die_idLen Brown1-0/+4
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...Linus 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_sibling...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 cpu...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...Linus 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