aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/processor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-07-27s390/hwcaps: make sie capability regular hwcapHeiko Carstens1-10/+2
2021-07-27s390/hwcaps: remove hwcap stfle checkHeiko Carstens1-1/+1
2021-07-27s390/hwcaps: remove z/Architecture mode active checkHeiko Carstens1-2/+1
2021-07-27s390/hwcaps: use consistent coding style / remove commentsHeiko Carstens1-54/+13
2021-07-27s390/hwcaps: open code initialization of first six hwcap bitsHeiko Carstens1-6/+24
2021-07-27s390/hwcaps: split setup_hwcaps()Heiko Carstens1-9/+15
2021-07-27s390/hwcaps: move setup_hwcaps()Heiko Carstens1-0/+160
2021-07-27s390/hwcaps: add sanity checksHeiko Carstens1-0/+2
2021-07-27s390/hwcaps: use named initializers for hwcap string arraysHeiko Carstens1-4/+23
2021-07-27s390: add HWCAP_S390_PCI_MIO to ELF hwcapsNiklas Schnelle1-1/+1
2021-07-27s390: report more CPU capabilitiesHeiko Carstens1-1/+1
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle1-3/+1
2020-03-23s390/cpuinfo: do not skip info for CPUs without MHz featureAlexander Gordeev1-2/+2
2020-03-23s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev1-1/+4
2020-03-23s390/cpuinfo: show number of online CPUs within a packageAlexander Gordeev1-0/+1
2020-03-23s390/cpuinfo: show number of online coresAlexander Gordeev1-0/+1
2020-03-23s390/cpuinfo: show processor physical addressAlexander Gordeev1-0/+1
2020-03-10s390/cpuinfo: add system topology informationAlexander Gordeev1-0/+22
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens1-2/+2
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky1-5/+12
2019-04-25s390: report new CPU capabilitiesMartin Schwidefsky1-1/+2
2018-02-05s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky1-0/+18
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-22s390/cpuinfo: show facilities as reported by stfleHeiko Carstens1-0/+14
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-1/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-08s390: report new vector facilitiesMartin Schwidefsky1-1/+1
2017-01-16s390: use false/true when using boolHeiko Carstens1-1/+1
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-2/+2
2016-07-04s390/cpuinfo: show maximum thread idHeiko Carstens1-0/+1
2016-06-28s390/cpuinfo: rename cpu field to cpu numberHeiko Carstens1-1/+1
2016-06-13s390/cpuinfo: show dynamic and static cpu mhzHeiko Carstens1-5/+50
2016-06-13s390/cpuinfo: print cache info and all single cpu lines on first iterationHeiko Carstens1-28/+34
2016-05-10s390: add missing include statementsHeiko Carstens1-0/+1
2016-05-10s390/cpuinfo: simplify locking and skip offline cpus earlyHeiko Carstens1-4/+11
2015-11-30s390: show virtualization support in /proc/cpuinfoDavid Hildenbrand1-0/+6
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky1-1/+4
2015-07-22s390/module: enable generic CPU feature modalias using s390 ELF hwcapsHendrik Brueckner1-0/+9
2015-03-02s390/ftrace: fix crashes when switching tracers / add notrace to cpu_relax()Heiko Carstens1-1/+1
2015-01-29s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens1-1/+9
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-09s390: add support for vector extensionMartin Schwidefsky1-1/+1
2014-10-09s390/vtime: do not reset idle data on CPU hotplugMartin Schwidefsky1-2/+0
2014-08-26s390: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2013-07-14s390: delete __cpuinit usage from all s390 filesPaul Gortmaker1-1/+1
2012-09-26s390/processor: use ARRAY_SIZE instead of hard coded valueHeiko Carstens1-2/+2
2012-09-26s390/cache: add cpu cache information to /proc/cpuinfoHeiko Carstens1-0/+1