summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-081-0/+8
|\
| * s390: add machine check SIGPSven Schnelle2020-05-281-0/+8
* | s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo2020-04-221-2/+2
|/
* s390/topology: remove offline CPUs from CPU topology masksAlexander Gordeev2020-03-231-2/+4
* s390/cpuinfo: show processor physical addressAlexander Gordeev2020-03-231-0/+5
* s390: prevent leaking kernel address in BEARSven Schnelle2020-03-101-0/+2
* s390: remove last diag 0x44 callerHeiko Carstens2019-12-111-8/+5
* s390: avoid misusing CALL_ON_STACK for task stack setupVasily Gorbik2019-11-301-1/+1
* s390/smp,vdso: fix ASCE handlingHeiko Carstens2019-11-301-0/+5
* s390/smp: fix physical to logical CPU map for SMTHeiko Carstens2019-11-201-26/+54
* s390: improve wait logic of stop_machineMartin Schwidefsky2019-06-151-1/+1
* s390: enforce CONFIG_HOTPLUG_CPUHeiko Carstens2019-06-071-19/+0
* s390/unwind: introduce stack unwind APIMartin Schwidefsky2019-05-021-0/+1
* s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-291-1/+1
* Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-281-1/+2
|\
| * s390/vtime: steal time exponential moving averageMartin Schwidefsky2019-03-061-1/+2
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-1/+4
* | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-1/+5
|/
* s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUDavid Hildenbrand2019-01-111-1/+6
* s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer2019-01-111-0/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* s390/kasan: reipl and kexec supportVasily Gorbik2018-10-091-2/+3
* s390/smp: kasan stack instrumentation supportVasily Gorbik2018-10-091-3/+3
* s390: unify stack size definitionsVasily Gorbik2018-10-091-3/+3
* s390: add support for virtually mapped kernel stacksMartin Schwidefsky2018-10-091-36/+50
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
* s390: introduce execute-trampolines for branchesMartin Schwidefsky2018-02-071-0/+1
* s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky2018-02-051-0/+2
* s390/alternative: use a copy of the facility bit maskMartin Schwidefsky2018-02-051-1/+3
* treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
* s390/topology: fix compile error in file arch/s390/kernel/smp.cThomas Richter2017-11-201-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-131-51/+36
|\
| * s390/nmi: allocation of the extended save areaMartin Schwidefsky2017-10-191-36/+7
| * s390/nmi: use smp_emergency_stop instead of smp_send_stopMartin Schwidefsky2017-10-191-13/+17
| * s390/spinlock: introduce spinlock wait queueingMartin Schwidefsky2017-09-281-0/+4
| * s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky2017-09-281-2/+8
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | s390/cputime: fix guest/irq/softirq times after CPU hotplugChristian Borntraeger2017-10-161-0/+3
|/
* s390/smp: convert cpuhp_setup_state() return code to zero on successHeiko Carstens2017-08-231-0/+1
* s390/smp: fix false positive kmemleak of mcesa data structureChristian Borntraeger2017-06-121-0/+3
* Merge branch 'guarded-storage' into 'features' to make merging withMartin Schwidefsky2017-03-221-5/+38
|\
| * s390: add a system call for guarded storageMartin Schwidefsky2017-03-221-5/+38
* | s390/smp: fix ipl from cpu with non-zero addressHeiko Carstens2017-03-221-3/+2
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-131-19/+13
|\
| * s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens2016-12-071-13/+9
| * s390/smp: use smp_get_base_cpu() helper functionHeiko Carstens2016-12-071-2/+2