aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-06-18s390/diag: use register pair instead of register asmHeiko Carstens1-6/+5
2021-06-18s390/smp: use register pair instead of register asmHeiko Carstens1-11/+11
2021-06-18s390/debug: Remove pointer obfuscationPeter Oberparleiter1-1/+1
2021-06-18s390/setup: cleanup reserve/remove_oldmemVasily Gorbik1-26/+0
2021-06-18s390: setup kernel memory layout earlyVasily Gorbik2-54/+4
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-16s390/entry.S: factor out OUTSIDE macroAlexander Gordeev1-23/+25
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: use struct tpi_info in lowcore.hSven Schnelle1-2/+2
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/ipl: make parameter area accessible via struct parmareaHeiko Carstens1-0/+3
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 Schnelle2-3/+5
2021-06-07s390/irq: add union/struct to access external interrupt parametersSven Schnelle1-1/+1
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle8-28/+15
2021-06-07s390/entry: use assignment to read intcode / asm to copy gprsSven Schnelle3-6/+2
2021-06-07s390/cpumf: remove WARN_ON_ONCE in counter start handlerThomas Richter1-7/+1
2021-06-07s390/cpumf: remove counter transaction call backsThomas Richter2-85/+0
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-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-17quota: Disable quotactl_path syscallJan Kara1-1/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-05-06Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-61/+58
2021-05-04s390: fix detection of vector enhancements facility 1 vs. vector packed decim...David Hildenbrand1-2/+2
2021-05-01Merge 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 Torvalds1-0/+1
2021-04-30s390/entry: add support for syscall stack randomizationSven Schnelle2-0/+3
2021-04-30s390/cpumf: remove call to perf_event_update_userpageThomas Richter1-4/+0
2021-04-30s390/cpumf: move counter set size calculation to common placeThomas Richter2-50/+50
2021-04-30s390/cpumf: beautify if-then-else indentationThomas Richter1-5/+3
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+1
2021-04-27Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds9-207/+119
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+0
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-21/+0
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün1-0/+3
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini3-4/+11
2021-04-22s390: Get rid of oprofile leftoversMarc Zyngier1-21/+0
2021-04-21s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik1-1/+1
2021-04-18s390/smp: fix do_restart() prototypeAlexander Gordeev2-3/+3
2021-04-18s390: get rid of oprofile leftoversMarc Zyngier1-21/+0
2021-04-15Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-0/+1
2021-04-12s390/traps,mm: add conditional trap handlersHeiko Carstens2-2/+10
2021-04-12s390/traps: convert pgm_check.S to CHeiko Carstens4-177/+59