summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/processor.h
AgeCommit message (Expand)Author
2024-03-17s390/entry: add CIF_SIE flag and remove sie64a() address checkSven Schnelle
2024-02-16s390/fpu: limit save and restore to used registersHeiko Carstens
2024-02-16s390/fpu: remove regs member from struct fpuHeiko Carstens
2024-02-16s390/fpu: make kernel fpu context preemptibleHeiko Carstens
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens
2024-01-10Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-12-11s390/fpu: remove ARCH_WANTS_DYNAMIC_TASK_STRUCT supportHeiko Carstens
2023-12-11s390/nmi: implement and use local_mcck_save() / local_mcck_restore()Heiko Carstens
2023-11-22s390: remove odd commentHeiko Carstens
2023-04-20s390/stackleak: provide fast __stackleak_poison() implementationHeiko Carstens
2023-04-04s390: move on_thread_stack() to processor.hHeiko Carstens
2023-03-13s390/bp: remove __bpon()Heiko Carstens
2023-03-13s390/bp: remove s390_isolate_bp_guest()Heiko Carstens
2023-03-13s390/bp: remove TIF_ISOLATE_BPHeiko Carstens
2023-02-15s390/processor: add test_and_set_cpu_flag() and test_and_clear_cpu_flag()Heiko Carstens
2023-02-15s390/processor: let cpu helper functions return boolean valuesHeiko Carstens
2023-02-09s390/processor: always inline cpu flag helper functionsHeiko Carstens
2022-11-16s390: avoid using global register for current_stack_pointerVasily Gorbik
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-05-25s390: simplify early program check handlerHeiko Carstens
2022-04-25s390/vdso: map vdso above stackSven Schnelle
2022-04-25s390/vdso: move vdso mapping to its own functionSven Schnelle
2022-04-12s390: current_stack_pointer shouldn't be a functionSven Schnelle
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev
2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik
2022-03-08s390/base: pass pt_regs to early program check handlerHeiko Carstens
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev
2021-12-29s390: remove unused TASK_SIZE_OFGuo Ren
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-08-26s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev
2021-06-18s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens
2021-06-07s390/traps: add struct to access transactional diagnostic blockSven Schnelle
2021-01-19s390: pass struct pt_regs instead of registers to syscallsSven Schnelle
2021-01-19s390: convert to generic entrySven Schnelle
2020-12-16s390/idle: merge enabled_wait() and arch_cpu_idle()Heiko Carstens
2020-12-16s390/delay: simplify udelayHeiko Carstens
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens
2020-11-09s390: remove unused s390_base_ext_handlerVasily Gorbik
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-03-28s390/mm: cleanup virtual memory constants usageAlexander Gordeev
2020-03-28s390/mm: remove page table downgrade supportAlexander Gordeev
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle
2020-02-19s390: remove obsolete ieee_emulation_warningsStephen Kitt
2019-11-30s390: always inline disabled_waitVasily Gorbik