Age | Commit message (Expand) | Author | Files | Lines |
2023-01-13 | s390/mm: allocate Absolute Lowcore Area in decompressor | Alexander Gordeev | 1 | -6/+4 |
2023-01-13 | s390/mm: start kernel with DAT enabled | Alexander Gordeev | 1 | -2/+2 |
2022-09-14 | s390/mm: uninline copy_oldmem_kernel() function | Alexander Gordeev | 1 | -0/+1 |
2022-09-14 | s390/dump: save IPL CPU registers once DAT is available | Alexander Gordeev | 1 | -32/+27 |
2022-09-14 | s390/smp: rework absolute lowcore access | Alexander Gordeev | 1 | -9/+25 |
2022-09-14 | s390/smp: call smp_reinit_ipl_cpu() before scheduler is available | Alexander Gordeev | 1 | -2/+1 |
2022-03-27 | s390/smp: use physical address for SIGP_SET_PREFIX command | Alexander Gordeev | 1 | -1/+1 |
2022-03-27 | s390/maccess: rework absolute lowcore accessors | Alexander Gordeev | 1 | -6/+6 |
2022-03-27 | s390/smp: cleanup control register update routines | Alexander Gordeev | 1 | -24/+12 |
2022-03-27 | s390/smp: cleanup target CPU callback starting | Alexander Gordeev | 1 | -4/+11 |
2022-03-10 | s390: raise minimum supported machine generation to z10 | Vasily Gorbik | 1 | -1/+0 |
2022-03-01 | s390/smp: sort out physical vs virtual pointers usage | Alexander Gordeev | 1 | -3/+3 |
2022-02-10 | s390/maccess: fix semantics of memcpy_real() and its callers | Alexander Gordeev | 1 | -1/+1 |
2022-02-07 | s390: remove invalid email address of Heiko Carstens | Heiko Carstens | 1 | -1/+0 |
2021-12-20 | s390/crash_dump: fix virtual vs physical address handling | Heiko Carstens | 1 | -11/+7 |
2021-12-16 | s390/nmi: disable interrupts on extended save area update | Alexander Gordeev | 1 | -4/+9 |
2021-12-16 | s390/smp: fix memblock_phys_free() vs memblock_free() confusion | Heiko Carstens | 1 | -1/+1 |
2021-12-06 | s390/nmi: add missing __pa/__va address conversion of extended save area | Heiko Carstens | 1 | -1/+1 |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -2/+2 |
2021-11-06 | memblock: drop memblock_free_early_nid() and memblock_free_early() | Mike Rapoport | 1 | -1/+1 |
2021-09-07 | s390/topology: fix topology information when calling cpu hotplug notifiers | Sven Schnelle | 1 | -2/+7 |
2021-08-26 | s390/smp: do not use nodat_stack for secondary CPU start | Alexander Gordeev | 1 | -15/+10 |
2021-08-26 | s390/smp: enable DAT before CPU restart callback is called | Alexander Gordeev | 1 | -9/+22 |
2021-08-05 | s390: rename dma section to amode31 | Heiko Carstens | 1 | -1/+1 |
2021-08-05 | s390: replace deprecated CPU-hotplug functions | Sebastian Andrzej Siewior | 1 | -4/+4 |
2021-07-27 | s390/dump: introduce boot data 'oldmem_data' | Alexander Egorenkov | 1 | -2/+2 |
2021-07-08 | s390: preempt: Fix preempt_count initialization | Valentin Schneider | 1 | -0/+1 |
2021-07-08 | s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn() | Heiko Carstens | 1 | -1/+1 |
2021-07-08 | s390/smp: use call_on_stack() macro | Heiko Carstens | 1 | -4/+8 |
2021-07-04 | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -44/+87 |
2021-06-18 | s390/smp: use register pair instead of register asm | Heiko Carstens | 1 | -11/+11 |
2021-06-07 | s390/smp: remove redundant pcpu::lowcore member | Alexander Gordeev | 1 | -15/+21 |
2021-06-07 | s390/smp: do not preserve boot CPU lowcore on hotplug | Alexander Gordeev | 1 | -29/+18 |
2021-06-07 | s390/smp: reallocate IPL CPU lowcore | Alexander Gordeev | 1 | -0/+52 |
2021-06-07 | s390/facilities: move stfl information from lowcore to global data | Sven Schnelle | 1 | -4/+0 |
2021-05-12 | sched/core: Initialize the idle task with preemption disabled | Valentin Schneider | 1 | -1/+0 |
2021-03-09 | KVM: s390: diag9c (directed yield) forwarding | Pierre Morel | 1 | -0/+1 |
2021-02-24 | s390/smp: implement arch_irq_work_raise() | Ilya Leoshkevich | 1 | -0/+11 |
2021-02-24 | s390/smp: smp_emergency_stop() - move cpumask away from stack | Heiko Carstens | 1 | -1/+4 |
2021-02-24 | s390/smp: __smp_rescan_cpus() - move cpumask away from stack | Heiko Carstens | 1 | -1/+1 |
2021-02-24 | s390/smp: consolidate locking for smp_rescan() | Heiko Carstens | 1 | -6/+4 |
2021-02-13 | s390: add stack for machine check handler | Sven Schnelle | 1 | -6/+11 |
2021-01-19 | s390: convert to generic entry | Sven Schnelle | 1 | -1/+1 |
2020-12-09 | s390/smp: perform initial CPU reset also for SMT siblings | Sven Schnelle | 1 | -15/+3 |
2020-11-23 | s390/vdso: reimplement getcpu vdso syscall | Heiko Carstens | 1 | -0/+2 |
2020-11-23 | s390/mm: use invalid asce instead of kernel asce | Heiko Carstens | 1 | -1/+1 |
2020-11-23 | s390/mm: remove set_fs / rework address space handling | Heiko Carstens | 1 | -9/+1 |
2020-11-03 | s390/smp: move rcu_cpu_starting() earlier | Qian Cai | 1 | -1/+2 |
2020-10-02 | s390/nvme: support firmware-assisted dump to NVMe disks | Alexander Egorenkov | 1 | -6/+6 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |