summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/topology.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+6
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-2/+2
* s390/topology: correct topology mode proc handlerVasily Gorbik2018-07-061-25/+18
* s390: fix gcc 8 stringop-truncation warnings in proc handlersVasily Gorbik2018-07-021-2/+1
* treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-2/+1
* s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-3/+3
|\
| * timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-051-3/+3
* | s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky2017-09-281-1/+42
|/
* s390/topology: enable / disable topology dynamicallyHeiko Carstens2017-09-201-2/+74
* s390/topology: alternative topology for topology-less machinesHeiko Carstens2017-09-201-11/+61
* s390/sysinfo,topology: provide raw stsi 15,1,x data via debugfsHeiko Carstens2017-03-221-1/+1
* s390/topology: get rid of core mask arrayHeiko Carstens2017-03-221-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* s390/topology: correct allocation of topology informationMartin Schwidefsky2017-02-071-1/+1
* s390/topology: make "topology=off" parameter workHeiko Carstens2017-01-161-9/+2
* s390/topology: reduce number of printksHeiko Carstens2017-01-161-5/+3
* s390/numa: establish cpu to node mapping earlyHeiko Carstens2016-12-071-9/+24
* s390/topology: use cpu_topology array instead of per cpu variableHeiko Carstens2016-12-071-9/+9
* s390/topology: always use s390 specific sched_domain_topology_levelHeiko Carstens2016-12-071-1/+1
* s390/topology: remove z10 special handlingHeiko Carstens2016-06-131-56/+8
* s390/topology: add drawer scheduling domain levelHeiko Carstens2016-06-131-6/+27
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-5/+2
* 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/+4
* 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/+47
* 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/+0
* s390/topology: export cpu_topologyHeiko Carstens2013-01-081-0/+2
* s390/topology: cleanup topology codeHeiko Carstens2012-11-231-59/+54
* 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/+1
* s390/smp,topology: add polarization member to pcpu structHeiko Carstens2012-09-261-7/+4
* s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens2012-09-261-6/+4
* 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