aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/process.c
AgeCommit message (Expand)Author
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2021-12-16s390/exit: remove dead reference to do_exit from copy_threadEric W. Biederman
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-07-08s390/signal: switch to using vdso for sigreturn and syscall restartSven Schnelle
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-01-19s390: convert to generic entrySven Schnelle
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle
2019-10-31s390/process: avoid custom stack unwinding in get_wchanVasily Gorbik
2019-08-21s390/kasan: avoid report in get_wchanVasily Gorbik
2019-08-21s390/process: avoid potential reading of freed stackVasily Gorbik
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky
2018-04-23s390: update sampling tag after task pid changeMartin Schwidefsky
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-10s390: fix transactional execution control register handlingHeiko Carstens
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-28s390: get rid of exit_thread()Heiko Carstens
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens
2017-09-28s390/runtime instrumentation: simplify task exit handlingHeiko Carstens
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01s390/cputime: reset all accounting fields on forkMartin Schwidefsky
2017-02-23s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens
2017-02-23s390: restore address space when returning to user spaceHeiko Carstens
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-11-11s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby
2016-05-10s390: add missing include statementsHeiko Carstens
2016-04-21s390/fpu: allocate 'struct fpu' with the task_structMartin Schwidefsky
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens
2016-01-19s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens
2015-11-16s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky
2015-11-03s390: remove runtime instrumentation interruptsMartin Schwidefsky
2015-10-14s390/fpu: add static FPU save area for init_taskHendrik Brueckner
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner
2015-07-22s390/kernel: dynamically allocate FP register save areaHendrik Brueckner