summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
* s390: remove unused TASK_SIZE_OFGuo Ren2021-12-291-2/+1
* sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
* s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev2021-08-261-0/+2
* s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens2021-06-181-2/+2
* s390/traps: add struct to access transactional diagnostic blockSven Schnelle2021-06-071-1/+1
* s390: pass struct pt_regs instead of registers to syscallsSven Schnelle2021-01-191-3/+1
* s390: convert to generic entrySven Schnelle2021-01-191-20/+32
* s390/idle: merge enabled_wait() and arch_cpu_idle()Heiko Carstens2020-12-161-5/+0
* s390/delay: simplify udelayHeiko Carstens2020-12-161-2/+0
* s390/mm: remove set_fs / rework address space handlingHeiko Carstens2020-11-231-7/+0
* s390: remove unused s390_base_ext_handlerVasily Gorbik2020-11-091-5/+1
* s390: remove critical section cleanup from entry.SSven Schnelle2020-05-281-11/+9
* Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-041-5/+5
|\
| * s390/mm: cleanup virtual memory constants usageAlexander Gordeev2020-03-281-4/+4
| * s390/mm: remove page table downgrade supportAlexander Gordeev2020-03-281-1/+0
| * s390: prevent leaking kernel address in BEARSven Schnelle2020-03-101-0/+1
* | s390: remove obsolete ieee_emulation_warningsStephen Kitt2020-02-191-1/+0
|/
* s390: always inline disabled_waitVasily Gorbik2019-11-301-1/+1
* s390: always inline current_stack_pointer()Heiko Carstens2019-10-311-1/+1
* s390/base: remove unused s390_base_mcck_handlerVasily Gorbik2019-09-031-2/+0
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-161-10/+10
* processor: get rid of cpu_relax_yieldHeiko Carstens2019-06-151-6/+0
* s390: improve wait logic of stop_machineMartin Schwidefsky2019-06-151-1/+2
* s390: simplify disabled_waitMartin Schwidefsky2019-05-021-2/+2
* s390/unwind: introduce stack unwind APIMartin Schwidefsky2019-05-021-72/+0
* s390: make __load_psw_mask work with clangArnd Bergmann2019-04-111-3/+3
* s390: fine-tune stack switch helperMartin Schwidefsky2019-04-111-9/+9
* compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky2018-11-051-2/+2
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* s390/kasan: reipl and kexec supportVasily Gorbik2018-10-091-1/+1
* s390/smp: kasan stack instrumentation supportVasily Gorbik2018-10-091-1/+1
* s390: unify stack size definitionsVasily Gorbik2018-10-091-8/+0
* s390: add support for virtually mapped kernel stacksMartin Schwidefsky2018-10-091-0/+8
* s390: add stack switch helperMartin Schwidefsky2018-10-091-0/+49
* s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky2018-02-051-0/+3
* s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky2018-02-051-0/+1
* s390: correct some inline assembly constraintsVasily Gorbik2017-11-141-1/+1
* s390: remove all code using the access register modeMartin Schwidefsky2017-11-141-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-131-3/+5
|\
| * s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky2017-09-281-0/+2
| * s390/guarded storage: simplify task exit handlingHeiko Carstens2017-09-281-2/+2
| * s390: convert release_thread() into a static inline functionHeiko Carstens2017-09-281-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-031-2/+4
|\
| * Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Martin Schwidefsky2017-06-281-0/+2
| |\
| | * s390/nmi: s390: New low level handling for machine check happening in guestQingFeng Hao2017-06-271-0/+2
| * | s390/mm: implement 5 level pages tablesMartin Schwidefsky2017-06-121-2/+2
| |/
* / arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-5/+0
|/
* s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky2017-04-251-4/+5
* s390: add a system call for guarded storageMartin Schwidefsky2017-03-221-0/+5