summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2020-11-24s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter1-1/+1
2020-11-18s390/smp: move rcu_cpu_starting() earlierQian Cai1-1/+2
2020-11-05s390/stp: add locking to sysfs functionsSven Schnelle1-33/+85
2020-10-01s390/init: add missing __init annotationsIlya Leoshkevich1-3/+3
2020-10-01s390/cpum_sf: Use kzalloc and minor changesThomas Richter1-5/+4
2020-09-09s390: don't trace preemption in percpu macrosSven Schnelle1-14/+14
2020-08-26s390/ptrace: fix storage key handlingHeiko Carstens1-2/+5
2020-08-26s390/runtime_instrumentation: fix storage key handlingHeiko Carstens1-1/+1
2020-07-16s390/mm: fix huge pte soft dirty copyingJanosch Frank1-1/+1
2020-07-16s390/kasan: fix early pgm check handler executionVasily Gorbik1-0/+2
2020-07-16KVM: s390: reduce number of IO pins to 1Christian Borntraeger1-4/+4
2020-07-09s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger1-1/+2
2020-07-01s390/vdso: fix vDSO clock_getres()Vincenzo Frascino4-6/+8
2020-07-01s390/ptrace: fix setting syscall numberSven Schnelle1-1/+30
2020-06-25s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-06-07s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer1-3/+6
2020-06-07s390/ftrace: save traced function callerVasily Gorbik1-0/+1
2020-05-10s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo3-4/+4
2020-04-29s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger2-2/+18
2020-04-29KVM: s390: Return last valid slot if approx index is out-of-boundsSean Christopherson1-0/+3
2020-04-23KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand1-0/+1
2020-04-23s390/cpum_sf: Fix wrong page count in error messageThomas Richter1-0/+1
2020-04-23s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev1-1/+4
2020-04-17s390/diag: fix display of diagnose call statisticsMichael Mueller1-1/+1
2020-04-17KVM: s390: vsie: Fix delivery of addressing exceptionsDavid Hildenbrand1-0/+1
2020-04-17KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand1-1/+5
2020-03-11s390/qdio: fill SL with absolute addressesJulian Wiedmann1-1/+1
2020-03-11s390: make 'install' not depend on vmlinuxMasahiro Yamada2-2/+2
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-02-24s390/ftrace: generate traced function stack frameVasily Gorbik1-1/+14
2020-02-24s390: adjust -mpacked-stack support check for clang 10Vasily Gorbik1-1/+1
2020-02-24KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger1-3/+3
2020-02-24s390/pci: Fix possible deadlock in recover_store()Niklas Schnelle1-21/+42
2020-02-19s390/time: Fix clk type in get_tod_clockNathan Chancellor1-1/+1
2020-02-11KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger1-4/+2
2020-02-11s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer2-1/+101
2020-01-29mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2020-01-29s390x/mm: implement arch_remove_memory()David Hildenbrand1-6/+7
2020-01-29mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-2/+3
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2020-01-27s390/kexec_file: Fix potential segment overlap in ELF loaderPhilipp Rudo1-1/+1
2020-01-12s390/purgatory: do not build purgatory with kcov, kasan and friendsChristian Borntraeger2-2/+7
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
2019-12-31s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle1-2/+2
2019-12-31s390/disassembler: don't hide instruction addressesIlya Leoshkevich1-6/+7
2019-12-31s390/mm: add mm_pxd_folded() checks to pxd_free()Gerald Schaefer1-2/+14