aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/processor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-08-26s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev1-0/+2
2021-06-18s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens1-2/+2
2021-06-07s390/traps: add struct to access transactional diagnostic blockSven Schnelle1-1/+1
2021-01-19s390: pass struct pt_regs instead of registers to syscallsSven Schnelle1-3/+1
2021-01-19s390: convert to generic entrySven Schnelle1-20/+32
2020-12-16s390/idle: merge enabled_wait() and arch_cpu_idle()Heiko Carstens1-5/+0
2020-12-16s390/delay: simplify udelayHeiko Carstens1-2/+0
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens1-7/+0
2020-11-09s390: remove unused s390_base_ext_handlerVasily Gorbik1-5/+1
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle1-11/+9
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+5
2020-03-28s390/mm: cleanup virtual memory constants usageAlexander Gordeev1-4/+4
2020-03-28s390/mm: remove page table downgrade supportAlexander Gordeev1-1/+0
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle1-0/+1
2020-02-19s390: remove obsolete ieee_emulation_warningsStephen Kitt1-1/+0
2019-11-30s390: always inline disabled_waitVasily Gorbik1-1/+1
2019-10-31s390: always inline current_stack_pointer()Heiko Carstens1-1/+1
2019-09-03s390/base: remove unused s390_base_mcck_handlerVasily Gorbik1-2/+0
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada1-10/+10
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens1-6/+0
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky1-1/+2
2019-05-02s390: simplify disabled_waitMartin Schwidefsky1-2/+2
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky1-72/+0
2019-04-11s390: make __load_psw_mask work with clangArnd Bergmann1-3/+3
2019-04-11s390: fine-tune stack switch helperMartin Schwidefsky1-9/+9
2018-11-05compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky1-2/+2
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-09s390/kasan: reipl and kexec supportVasily Gorbik1-1/+1
2018-10-09s390/smp: kasan stack instrumentation supportVasily Gorbik1-1/+1
2018-10-09s390: unify stack size definitionsVasily Gorbik1-8/+0
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky1-0/+8
2018-10-09s390: add stack switch helperMartin Schwidefsky1-0/+49
2018-02-05s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky1-0/+3
2018-02-05s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky1-0/+1
2017-11-14s390: correct some inline assembly constraintsVasily Gorbik1-1/+1
2017-11-14s390: remove all code using the access register modeMartin Schwidefsky1-3/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-28s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky1-0/+2
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens1-2/+2
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens1-1/+1
2017-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+4
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-5/+0
2017-06-28Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into featuresMartin Schwidefsky1-0/+2
2017-06-27s390/nmi: s390: New low level handling for machine check happening in guestQingFeng Hao1-0/+2
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky1-2/+2
2017-04-25s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky1-4/+5
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-0/+5
2017-02-24s390: TASK_SIZE for kernel threadsMartin Schwidefsky1-1/+2