summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/topology.c
Commit message (Expand)AuthorAgeFilesLines
* s390/topology: remove z10 special handlingHeiko Carstens2016-06-131-56/+8Star
* s390/topology: add drawer scheduling domain levelHeiko Carstens2016-06-131-6/+27
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-5/+2Star
* s390/topology: reduce per_cpu() invocationsHeiko Carstens2015-10-271-12/+16
* s390/numa: re-add DIE sched_domain_topology_levelMichael Holzheu2015-08-191-0/+1
* s390/topology: remove topology lockMichael Holzheu2015-08-071-7/+4Star
* s390/numa: add core infrastructurePhilipp Hachtmann2015-08-031-9/+12
* s390: make couple of functions and variables staticHeiko Carstens2015-03-251-1/+1
* s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens2015-02-121-17/+17
* s390/topology: delay initialization of topology cpu masksHeiko Carstens2015-02-121-53/+47Star
* s390: add SMT supportMartin Schwidefsky2015-01-221-18/+45
* s390/topology: call set_sched_topology earlyMartin Schwidefsky2014-09-261-8/+10
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-0/+20
|\
| * sched, s390: Create a dedicated topology tableVincent Guittot2014-05-071-0/+20
* | s390/mm: Convert bootmem to memblockPhilipp Hachtmann2014-05-201-1/+3
|/
* s390/topology: Remove call to update_cpu_masks()Philipp Hachtmann2014-03-071-1/+0Star
* s390/topology: export cpu_topologyHeiko Carstens2013-01-081-0/+2
* s390/topology: cleanup topology codeHeiko Carstens2012-11-231-59/+54Star
* s390/topology: fix core id vs physical package id mix-upHeiko Carstens2012-11-121-2/+4
* s390/topology: use for_each_set_bit to simplify the codeWei Yongjun2012-09-261-4/+1Star
* s390/smp,topology: add polarization member to pcpu structHeiko Carstens2012-09-261-7/+4Star
* s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens2012-09-261-6/+4Star
* s390/topology: remove sysinfo header include, add forward declaration insteadHeiko Carstens2012-09-261-0/+1
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* [S390] rework smp codeMartin Schwidefsky2012-03-111-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-01-091-88/+187
|\
| * [S390] topology: increase poll frequency if change is anticipatedHeiko Carstens2011-12-271-8/+26
| * [S390] topology: cleanup z10 topology handlingHeiko Carstens2011-12-271-29/+48
| * [S390] topology: get rid of ifdefsHeiko Carstens2011-12-271-55/+117
* | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-3/+3
|\ \ | |/ |/|
| * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-3/+3
* | [S390] topology: fix topology on z10 machinesHeiko Carstens2011-11-141-7/+38
|/
* [S390] topology: fix alloc_masks annotationSebastian Ott2011-10-301-2/+2
* [S390] irq: merge irq.c and s390_ext.cHeiko Carstens2011-05-261-1/+0Star
* [S390] convert old cpumask API into new oneKOSAKI Motohiro2011-05-231-8/+8
* [S390] topology: fix cpu masks for topology=off caseHeiko Carstens2010-10-291-2/+4
* [S390] topology: export cpu topology via proc/sysinfoHeiko Carstens2010-10-251-2/+1Star
* [S390] topology: move topology sysinfo codeHeiko Carstens2010-10-251-54/+21Star
* [S390] topology: clean up facility detectionHeiko Carstens2010-10-251-9/+5Star
* [S390] cleanup facility list handlingMartin Schwidefsky2010-10-251-4/+1Star
* [S390] topology: change defaultHeiko Carstens2010-10-251-3/+3
* topology, s390: Add z11 cpu topology supportHeiko Carstens2010-09-091-57/+93
* [S390] topology: expose core identifierHeiko Carstens2010-05-171-1/+6
* [S390] arch/s390/kernel: Add missing unlockJulia Lawall2010-04-091-1/+2
* [S390] Move __cpu_logical_map to smp.cHeiko Carstens2010-01-131-1/+1
* [S390] cpumask: remove cpu_coregroup_mapRusty Russell2009-03-261-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-291-24/+22Star
|\
| * Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-12-281-22/+19Star
| |\
| | * [S390] convert cpu related printks to pr_xxx macros.Martin Schwidefsky2008-12-251-1/+4
| | * [S390] cpu topology: remove dead codeHeiko Carstens2008-12-251-18/+1Star