summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2021-06-18s390: setup kernel memory layout earlyVasily Gorbik10-95/+135
2021-06-18sched: Introduce task_is_running()Peter Zijlstra2-2/+2
2021-06-17s390/entry.S: factor out OUTSIDE macroAlexander Gordeev1-23/+25
2021-06-11s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann1-3/+1
2021-06-07s390/decompressor: replace use of perl with simple sed/trRob Landley1-1/+1
2021-06-07s390/mcck: cleanup use of cleanup_sie_mcckAlexander Gordeev1-12/+10
2021-06-07Merge branch 's390/fixes' into featuresVasily Gorbik1-2/+2
2021-06-07s390/lowcore: remove superfluous __packed annotationsHeiko Carstens1-2/+2
2021-06-07s390: use struct tpi_info in lowcore.hSven Schnelle2-6/+11
2021-06-07s390: add struct tpi_info to struct pt_regsSven Schnelle3-3/+16
2021-06-07s390/cio: add tpi.h header fileSven Schnelle2-0/+21
2021-06-07s390: appldata depends on PROC_SYSCTLRandy Dunlap1-1/+1
2021-06-07s390: disable SSP when neededFabrice Fontaine2-0/+2
2021-06-07s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann1-2/+1
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 Gordeev2-21/+52
2021-06-07s390/mm: ensure switch_mm() is executed with interrupts disabledAlexander Gordeev1-2/+13
2021-06-07s390/boot: access kernel command line via parmareaHeiko Carstens1-4/+4
2021-06-07s390/ipl: make parameter area accessible via struct parmareaHeiko Carstens3-0/+8
2021-06-07s390/sclp_vt220: fix console name to match deviceValentin Vidic1-1/+1
2021-06-07s390/traps: add struct to access transactional diagnostic blockSven Schnelle4-5/+11
2021-06-07s390/irq: add union/struct to access external interrupt parametersSven Schnelle2-3/+8
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle14-50/+40
2021-06-07s390/entry: use assignment to read intcode / asm to copy gprsSven Schnelle4-8/+3
2021-06-07s390: enable HAVE_IOREMAP_PROTNiklas Schnelle2-0/+20
2021-06-07s390/cpumf: remove WARN_ON_ONCE in counter start handlerThomas Richter1-7/+1
2021-06-07s390/cpumf: remove counter transaction call backsThomas Richter3-87/+1
2021-06-07s390/mcck: fix invalid KVM guest condition checkAlexander Gordeev1-1/+1
2021-06-07s390/mcck: fix calculation of SIE critical section sizeAlexander Gordeev1-1/+1
2021-06-07quota: Wire up quotactl_fd syscallJan Kara1-1/+1
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne1-3/+3
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-3/+0
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland1-1/+0
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland2-2/+1
2021-05-17quota: Disable quotactl_path syscallJan Kara1-1/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider2-3/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-07Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds14-77/+101
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-10/+4
2021-05-05mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual1-3/+1
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual1-6/+2
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-1/+1
2021-05-04s390: fix detection of vector enhancements facility 1 vs. vector packed decim...David Hildenbrand1-2/+2
2021-05-02Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+3
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-34/+226