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