summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2022-06-14s390/preempt: disable __preempt_count_add() optimization for PROFILE_ALL_BRAN...Heiko Carstens1-4/+11
2022-02-08s390/hypfs: include z/VM guests with access control group setVasily Gorbik1-2/+4
2022-01-27mips,s390,sh,sparc: gup: Work around the "COW can break either way" issueBen Hutchings1-1/+8
2021-12-08s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik1-3/+0
2021-12-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+14
2021-12-08s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand1-0/+13
2021-11-26s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand1-2/+3
2021-10-20s390: fix strrchr() implementationRoberto Sassu1-8/+7
2021-09-26s390/bpf: Fix optimizing out zero-extensionsIlya Leoshkevich1-24/+26
2021-09-22s390/bpf: Fix 64-bit subtraction of the -0x80000000 constantIlya Leoshkevich1-2/+7
2021-09-22s390/jump_label: print real address in a case of a jump label bugHeiko Carstens1-1/+1
2021-09-22s390/disassembler: correct disassembly lines alignmentVasily Gorbik1-1/+1
2021-07-28s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik3-2/+5
2021-07-28s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King1-1/+1
2021-07-20s390/sclp_vt220: fix console name to match deviceValentin Vidic1-1/+1
2021-07-20s390: appldata depends on PROC_SYSCTLRandy Dunlap1-1/+1
2021-05-22KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda1-6/+17
2021-05-22KVM: s390: fix guarded storage control register handlingHeiko Carstens1-2/+2
2021-05-22KVM: s390: split kvm_s390_logical_to_effectiveClaudio Imbrenda1-7/+24
2021-05-22s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik1-1/+1
2021-04-28s390/entry: save the caller of psw_idleVasily Gorbik1-0/+1
2021-04-16s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev1-2/+4
2021-03-17s390/smp: __smp_rescan_cpus() - move cpumask away from stackHeiko Carstens1-1/+1
2020-12-29s390/smp: perform initial CPU reset also for SMT siblingsSven Schnelle1-15/+3
2020-11-24s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter1-1/+1
2020-11-05s390/stp: add locking to sysfs functionsSven Schnelle1-33/+85
2020-10-01s390/init: add missing __init annotationsIlya Leoshkevich1-3/+3
2020-09-09s390: don't trace preemption in percpu macrosSven Schnelle1-14/+14
2020-07-22s390/mm: fix huge pte soft dirty copyingJanosch Frank1-1/+1
2020-07-22s390/kasan: fix early pgm check handler executionVasily Gorbik1-0/+2
2020-07-22KVM: s390: reduce number of IO pins to 1Christian Borntraeger1-4/+4
2020-06-30s390/ptrace: fix setting syscall numberSven Schnelle1-1/+30
2020-06-25s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-06-11s390/ftrace: save traced function callerVasily Gorbik1-0/+1
2020-05-10s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo3-4/+4
2020-04-24KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand1-0/+1
2020-04-24s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev1-1/+4
2020-04-24s390/diag: fix display of diagnose call statisticsMichael Mueller1-1/+1
2020-04-24KVM: s390: vsie: Fix delivery of addressing exceptionsDavid Hildenbrand1-0/+1
2020-04-24KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand1-1/+5
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-02-28s390/ftrace: generate traced function stack frameVasily Gorbik1-1/+14
2020-02-28KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger1-3/+3
2020-02-28s390/time: Fix clk type in get_tod_clockNathan Chancellor1-1/+1
2020-02-15KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger1-4/+2
2020-02-15s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer2-1/+101
2020-01-09s390/smp: fix physical to logical CPU map for SMTHeiko Carstens1-26/+54
2020-01-09s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter1-6/+0
2020-01-09s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter1-0/+16
2020-01-04s390/cpum_sf: Check for SDBT and SDB consistencyThomas Richter1-2/+15