summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-17s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle1-0/+2
2024-02-16s390/fpu: limit save and restore to used registersHeiko Carstens1-0/+1
2024-02-16s390/fpu: remove regs member from struct fpuHeiko Carstens1-1/+0
2024-02-16s390/fpu: make kernel fpu context preemptibleHeiko Carstens1-0/+2
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens1-2/+2
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens1-2/+0
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-2/+1
2024-01-11Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-8/+26
2023-12-11s390/fpu: remove ARCH_WANTS_DYNAMIC_TASK_STRUCT supportHeiko Carstens1-5/+1
2023-12-11s390/nmi: implement and use local_mcck_save() / local_mcck_restore()Heiko Carstens1-3/+25
2023-11-22s390: remove odd commentHeiko Carstens1-1/+0
2023-04-20s390/stackleak: provide fast __stackleak_poison() implementationHeiko Carstens1-0/+35
2023-04-04s390: move on_thread_stack() to processor.hHeiko Carstens1-0/+7
2023-03-13s390/bp: remove __bpon()Heiko Carstens1-1/+0
2023-03-13s390/bp: remove s390_isolate_bp_guest()Heiko Carstens1-2/+0
2023-03-13s390/bp: remove TIF_ISOLATE_BPHeiko Carstens1-1/+0
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-09s390/processor: always inline cpu flag helper functionsHeiko Carstens1-4/+4
2022-11-16s390: avoid using global register for current_stack_pointerVasily Gorbik1-1/+10
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev1-2/+0
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev1-15/+0
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-05-25s390: simplify early program check handlerHeiko Carstens1-6/+0
2022-04-25s390/vdso: map vdso above stackSven Schnelle1-3/+4
2022-04-25s390/vdso: move vdso mapping to its own functionSven Schnelle1-0/+1
2022-04-12s390: current_stack_pointer shouldn't be a functionSven Schnelle1-7/+1
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev1-5/+12
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik1-2/+1
2022-03-08s390/base: pass pt_regs to early program check handlerHeiko Carstens1-1/+1
2022-02-10s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev1-1/+1
2021-12-29s390: remove unused TASK_SIZE_OFGuo Ren1-2/+1
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/...Linus 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