summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16s390/fpu: remove regs member from struct fpuHeiko Carstens1-1/+0
2024-02-16s390/fpu: make kernel fpu context preemptibleHeiko Carstens1-0/+3
2024-02-16s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etcHeiko Carstens1-4/+4
2024-02-16s390/fpu: convert FPU CIF flag to regular TIF flagHeiko Carstens1-6/+1
2024-02-16s390/fpu: provide and use lfpc, sfpc, and stfpc inline assembliesHeiko Carstens1-1/+1
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-0/+1
2024-02-12s390/switch_to: use generic header fileHeiko Carstens1-1/+22
2023-12-11s390/fpu: remove ARCH_WANTS_DYNAMIC_TASK_STRUCT supportHeiko Carstens1-1/+1
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens1-1/+1
2023-03-13s390: trim ancient junk from copy_thread()Al Viro1-6/+4
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-2/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-08-25s390: fix double free of GS and RI CBs on fork() failureBrian Foster1-6/+16
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2021-12-16s390/exit: remove dead reference to do_exit from copy_threadEric W. Biederman1-1/+0
2021-11-07Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle1-1/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-2/+2
2021-07-08s390/signal: switch to using vdso for sigreturn and syscall restartSven Schnelle1-0/+6
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-01-19s390: convert to generic entrySven Schnelle1-7/+23
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens1-14/+0
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+0
2020-07-27kill unused dump_fpu() instancesAl Viro1-18/+0
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle1-0/+1
2019-10-31s390/process: avoid custom stack unwinding in get_wchanVasily Gorbik1-20/+16
2019-08-21s390/kasan: avoid report in get_wchanVasily Gorbik1-2/+2
2019-08-21s390/process: avoid potential reading of freed stackVasily Gorbik1-6/+16
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky1-0/+1
2018-04-23s390: update sampling tag after task pid changeMartin Schwidefsky1-0/+10
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-15/+3
2017-11-10s390: fix transactional execution control register handlingHeiko Carstens1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-28s390: get rid of exit_thread()Heiko Carstens1-7/+0
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens1-2/+1
2017-09-28s390/runtime instrumentation: simplify task exit handlingHeiko Carstens1-3/+2
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens1-4/+0
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-25/+0
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-1/+6
2017-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-01s390/cputime: reset all accounting fields on forkMartin Schwidefsky1-0/+3
2017-02-23s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens1-3/+2