summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-37/+678
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-5/+1
2023-02-22Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds77-1367/+1935
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+2
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+5
2023-02-15s390/irq,idle: simplify idle checkHeiko Carstens3-6/+4
2023-02-15s390/processor: add test_and_set_cpu_flag() and test_and_clear_cpu_flag()Heiko Carstens1-0/+16
2023-02-15s390/processor: let cpu helper functions return boolean valuesHeiko Carstens1-4/+5
2023-02-15s390/kfence: fix page fault reportingHeiko Carstens1-14/+35
2023-02-15s390/zcrypt: introduce ctfm field in struct CPRBXHarald Freudenberger1-1/+2
2023-02-14s390: remove confusing comment from uapi types header fileHeiko Carstens1-4/+1
2023-02-14s390/entry: remove toolchain dependent micro-optimizationHeiko Carstens1-6/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik8-28/+40
2023-02-14s390/vx: remove __uint128_t type from __vector128 struct againHeiko Carstens1-1/+0
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer4-1/+90
2023-02-14s390/mm: define private VM_FAULT_* reasons from top bitsPeter Xu1-5/+9
2023-02-11Daniel Borkmann says:Jakub Kicinski1-37/+678
2023-02-10s390/ap: fix status returned by ap_qact()Halil Pasic1-1/+4
2023-02-10s390/ap: fix status returned by ap_aqic()Halil Pasic1-2/+5
2023-02-09Revert "s390/mem_detect: do not update output parameters on failure"Heiko Carstens1-1/+4
2023-02-09s390/idle: remove arch_cpu_idle_time() and corresponding codeHeiko Carstens3-74/+11
2023-02-09s390/vx: use simple assignments to access __vector128 membersHeiko Carstens5-10/+10
2023-02-09s390/vx: add 64 and 128 bit members to __vector128 structHeiko Carstens1-2/+9
2023-02-09s390/processor: always inline cpu flag helper functionsHeiko Carstens1-4/+4
2023-02-09s390/idle: mark arch_cpu_idle() noinstrHeiko Carstens1-1/+1
2023-02-09s390/idle: move idle time accounting to account_idle_time_irq()Heiko Carstens1-10/+11
2023-02-09Merge branch 'cmpxchg_user_key' into featuresHeiko Carstens4-45/+285
2023-02-06Merge branch 'fixes' into featuresHeiko Carstens1-1/+1
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/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 Vijayan1-0/+2
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