summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/topology.c
Commit message (Expand)AuthorAgeFilesLines
* s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-061-1/+0
* s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle2021-09-071-6/+7
* s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-051-2/+2
* s390/topology: clear thread/group maps for offline cpusSven Schnelle2021-06-211-3/+9
* s390/topology: remove always false if checkHeiko Carstens2021-03-081-2/+0
* s390/topology: move cpumasks away from stackHeiko Carstens2021-02-241-12/+13
* s390: convert to msecs_to_jiffies()Sven Schnelle2020-06-291-2/+2
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* s390: use fallthrough;Joe Perches2020-03-251-1/+1
* s390/cpuinfo: show number of online coresAlexander Gordeev2020-03-231-2/+18
* s390/topology: remove offline CPUs from CPU topology masksAlexander Gordeev2020-03-231-1/+3
* s390/numa: remove redundant cpus_with_topology variableAlexander Gordeev2020-03-231-6/+0
* s390/mm: remove fake numa supportHeiko Carstens2020-02-271-2/+0
* s390/topology: avoid firing events before kobjs are createdVasily Gorbik2019-09-231-1/+2
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-4/+2
* 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