summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/init: add missing __init annotationsIlya Leoshkevich2020-10-011-3/+3
* s390/cpum_sf: Use kzalloc and minor changesThomas Richter2020-10-011-5/+4
* s390: don't trace preemption in percpu macrosSven Schnelle2020-09-091-14/+14
* s390/ptrace: fix storage key handlingHeiko Carstens2020-08-261-2/+5
* s390/runtime_instrumentation: fix storage key handlingHeiko Carstens2020-08-261-1/+1
* s390/mm: fix huge pte soft dirty copyingJanosch Frank2020-07-161-1/+1
* s390/kasan: fix early pgm check handler executionVasily Gorbik2020-07-161-0/+2
* KVM: s390: reduce number of IO pins to 1Christian Borntraeger2020-07-161-4/+4
* s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger2020-07-091-1/+2
* s390/vdso: fix vDSO clock_getres()Vincenzo Frascino2020-06-304-6/+8
* s390/ptrace: fix setting syscall numberSven Schnelle2020-06-301-1/+30
* s390: fix syscall_get_error for compat processesDmitry V. Levin2020-06-251-1/+11
* s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer2020-06-071-3/+6
* s390/ftrace: save traced function callerVasily Gorbik2020-06-071-0/+1
* s390/ftrace: fix potential crashes when switching tracersPhilipp Rudo2020-05-103-4/+4
* s390/mm: fix page table upgrade vs 2ndary address mode accessesChristian Borntraeger2020-04-292-2/+18
* KVM: s390: Return last valid slot if approx index is out-of-boundsSean Christopherson2020-04-291-0/+3
* KVM: s390: vsie: Fix possible race when shadowing region 3 tablesDavid Hildenbrand2020-04-231-0/+1
* s390/cpum_sf: Fix wrong page count in error messageThomas Richter2020-04-231-0/+1
* s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev2020-04-231-1/+4
* s390/diag: fix display of diagnose call statisticsMichael Mueller2020-04-171-1/+1
* KVM: s390: vsie: Fix delivery of addressing exceptionsDavid Hildenbrand2020-04-171-0/+1
* KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checksDavid Hildenbrand2020-04-171-1/+5
* s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-03-111-1/+1
* s390: make 'install' not depend on vmlinuxMasahiro Yamada2020-03-112-2/+2
* s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor2020-02-281-1/+1
* s390/ftrace: generate traced function stack frameVasily Gorbik2020-02-241-1/+14
* s390: adjust -mpacked-stack support check for clang 10Vasily Gorbik2020-02-241-1/+1
* KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger2020-02-241-3/+3
* s390/pci: Fix possible deadlock in recover_store()Niklas Schnelle2020-02-241-21/+42
* s390/time: Fix clk type in get_tod_clockNathan Chancellor2020-02-191-1/+1
* KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger2020-02-111-4/+2
* s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer2020-02-112-1/+101
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-291-3/+1
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2020-01-291-2/+0
* s390x/mm: implement arch_remove_memory()David Hildenbrand2020-01-291-6/+7
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2020-01-291-2/+3
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2020-01-291-1/+1
* s390/kexec_file: Fix potential segment overlap in ELF loaderPhilipp Rudo2020-01-271-1/+1
* s390/purgatory: do not build purgatory with kcov, kasan and friendsChristian Borntraeger2020-01-122-2/+7
* s390/smp: fix physical to logical CPU map for SMTHeiko Carstens2020-01-091-26/+54
* s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter2020-01-091-6/+0
* s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter2020-01-091-0/+16
* s390/cpum_sf: Check for SDBT and SDB consistencyThomas Richter2020-01-041-2/+15
* s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle2019-12-311-2/+2
* s390/disassembler: don't hide instruction addressesIlya Leoshkevich2019-12-311-6/+7
* s390/mm: add mm_pxd_folded() checks to pxd_free()Gerald Schaefer2019-12-311-2/+14
* s390/time: ensure get_clock_monotonic() returns monotonic valuesHeiko Carstens2019-12-311-6/+10
* s390/smp,vdso: fix ASCE handlingHeiko Carstens2019-12-171-0/+5
* s390/mm: properly clear _PAGE_NOEXEC bit when it is not supportedGerald Schaefer2019-12-171-2/+2