summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-27s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev1-1/+1
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev1-6/+6
2022-03-27s390/smp: cleanup control register update routinesAlexander Gordeev1-24/+12
2022-03-27s390/smp: cleanup target CPU callback startingAlexander Gordeev1-4/+11
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-1/+0
2022-03-01s390/smp: sort out physical vs virtual pointers usageAlexander Gordeev1-3/+3
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev1-1/+1
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2021-12-20s390/crash_dump: fix virtual vs physical address handlingHeiko Carstens1-11/+7
2021-12-16s390/nmi: disable interrupts on extended save area updateAlexander Gordeev1-4/+9
2021-12-16s390/smp: fix memblock_phys_free() vs memblock_free() confusionHeiko Carstens1-1/+1
2021-12-06s390/nmi: add missing __pa/__va address conversion of extended save areaHeiko Carstens1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-2/+2
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle1-2/+7
2021-08-26s390/smp: do not use nodat_stack for secondary CPU startAlexander Gordeev1-15/+10
2021-08-26s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev1-9/+22
2021-08-05s390: rename dma section to amode31Heiko Carstens1-1/+1
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-4/+4
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov1-2/+2
2021-07-08s390: preempt: Fix preempt_count initializationValentin Schneider1-0/+1
2021-07-08s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens1-1/+1
2021-07-08s390/smp: use call_on_stack() macroHeiko Carstens1-4/+8
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-44/+87
2021-06-18s390/smp: use register pair instead of register asmHeiko Carstens1-11/+11
2021-06-07s390/smp: remove redundant pcpu::lowcore memberAlexander Gordeev1-15/+21
2021-06-07s390/smp: do not preserve boot CPU lowcore on hotplugAlexander Gordeev1-29/+18
2021-06-07s390/smp: reallocate IPL CPU lowcoreAlexander Gordeev1-0/+52
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle1-4/+0
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-03-09KVM: s390: diag9c (directed yield) forwardingPierre Morel1-0/+1
2021-02-24s390/smp: implement arch_irq_work_raise()Ilya Leoshkevich1-0/+11
2021-02-24s390/smp: smp_emergency_stop() - move cpumask away from stackHeiko Carstens1-1/+4
2021-02-24s390/smp: __smp_rescan_cpus() - move cpumask away from stackHeiko Carstens1-1/+1
2021-02-24s390/smp: consolidate locking for smp_rescan()Heiko Carstens1-6/+4
2021-02-13s390: add stack for machine check handlerSven Schnelle1-6/+11
2021-01-19s390: convert to generic entrySven Schnelle1-1/+1
2020-12-09s390/smp: perform initial CPU reset also for SMT siblingsSven Schnelle1-15/+3
2020-11-23s390/vdso: reimplement getcpu vdso syscallHeiko Carstens1-0/+2
2020-11-23s390/mm: use invalid asce instead of kernel asceHeiko Carstens1-1/+1
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens1-9/+1
2020-11-03s390/smp: move rcu_cpu_starting() earlierQian Cai1-1/+2
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov1-6/+6
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-03s390/smp: add missing linebreakHeiko Carstens1-0/+1
2020-07-03s390/smp: move smp_cpus_done() to header fileHeiko Carstens1-4/+0
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+8
2020-05-28s390: add machine check SIGPSven Schnelle1-0/+8
2020-04-22s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo1-2/+2