summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Merge branch 'fixes' into featuresHeiko Carstens2-4/+13
2023-02-06s390/boot: avoid potential amode31 truncationVasily Gorbik1-1/+1
2023-02-06s390/boot: move detect_facilities() after cmd line parsingVasily Gorbik1-2/+1
2023-02-06s390/kasan: avoid mapping KASAN shadow for standby memoryVasily Gorbik2-22/+6
2023-02-06s390/boot: avoid page tables memory in kaslrVasily Gorbik4-6/+16
2023-02-06s390/mem_detect: add get_mem_detect_online_total()Vasily Gorbik1-0/+11
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik7-16/+28
2023-02-06s390/boot: fix mem_detect extended area allocationVasily Gorbik4-52/+31
2023-02-06s390/mem_detect: rely on diag260() if sclp_early_get_memsize() failsVasily Gorbik1-1/+1
2023-02-06s390/diag: make __diag8c_tmp_amode31 staticHeiko Carstens1-1/+1
2023-02-06s390/rethook: add local rethook header fileHeiko Carstens3-1/+8
2023-02-06s390/vmem: remove unnecessary KASAN checksVasily Gorbik1-12/+1
2023-02-06s390/vmem: fix empty page tables cleanup under KASANVasily Gorbik1-3/+3
2023-02-06s390/kasan: update kasan memory layout noteVasily Gorbik1-30/+26
2023-02-06s390/mem_detect: fix detect_memory() error handlingVasily Gorbik1-1/+1
2023-02-06s390/hmcdrv: use strscpy() instead of strlcpy()Heiko Carstens2-5/+5
2023-02-06s390/ipl: add loadparm parameter to eckd ipl/reipl dataSven Schnelle1-0/+3
2023-02-06s390/ipl: add DEFINE_GENERIC_LOADPARM()Sven Schnelle1-71/+20
2023-01-31s390/mem_detect: do not update output parameters on failureAlexander Gordeev1-4/+1
2023-01-31s390/cio: introduce locking for register/unregister functionsVineeth Vijayan2-0/+11
2023-01-31s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swappingVasily Gorbik1-8/+8
2023-01-31s390/boot: remove pgtable_populate_endVasily Gorbik1-27/+2
2023-01-31s390/boot: avoid mapping standby memoryVasily Gorbik3-9/+13
2023-01-31s390/decompressor: specify __decompress() buf len to avoid overflowVasily Gorbik1-1/+1
2023-01-30watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov1-1/+1
2023-01-30watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov1-2/+11
2023-01-25s390/syscalls: get rid of system call alias functionsHeiko Carstens1-66/+55
2023-01-25s390/syscalls: remove trailing semicolonHeiko Carstens1-1/+1
2023-01-25s390/syscalls: move __S390_SYS_STUBx() macroHeiko Carstens1-13/+13
2023-01-25s390/syscalls: remove __SC_COMPAT_TYPE defineHeiko Carstens1-2/+0
2023-01-25s390/syscalls: remove SYSCALL_METADATA() from compat syscallsHeiko Carstens1-1/+0
2023-01-25s390: discard .interp sectionIlya Leoshkevich1-0/+1
2023-01-25s390/cpum_cf: simplify PMC_INIT and PMC_RELEASE usageThomas Richter1-11/+7
2023-01-25s390/cpum_cf: merge source files for CPU Measurement counter facilityThomas Richter5-260/+208
2023-01-25s390/cpum_cf: remove in-kernel counting facility interfaceThomas Richter3-42/+1
2023-01-25s390/cpum_cf: move stccm_avail()Thomas Richter2-6/+6
2023-01-25s390/cpum_cf: move cpum_cf_ctrset_size()Thomas Richter3-48/+47
2023-01-25s390/cpum_cf: simplify hw_perf_event_destroy()Thomas Richter1-6/+4
2023-01-25s390/cache: change type from unsigned long long to unsigned longHeiko Carstens1-1/+1
2023-01-22s390/vfio_ap: increase max wait time for reset verificationTony Krowiak1-3/+7
2023-01-22s390/vfio_ap: fix handling of error response codesTony Krowiak1-10/+7
2023-01-22s390/vfio_ap: verify ZAPQ completion after return of response code zeroTony Krowiak1-4/+3
2023-01-22s390/vfio_ap: use TAPQ to verify reset in progress completesTony Krowiak1-11/+13
2023-01-22s390/vfio_ap: check TAPQ response code when waiting for queue resetTony Krowiak1-5/+31
2023-01-22s390/vfio-ap: verify reset complete in separate functionTony Krowiak1-9/+21
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik9-51/+57
2023-01-22s390/cpum_sf: diagnostic sampling buffer setup to handle virtual addressesThomas Richter1-8/+6
2023-01-22s390/cpum_sf: rework macro AUX_SDB_NUM_xxxThomas Richter1-13/+29
2023-01-22s390/cpum_sf: sampling buffer setup to handle virtual addressesThomas Richter1-19/+21
2023-01-22s390/cpum_sf: remove debug statements from function setup_pmc_cpuThomas Richter1-6/+0