summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/process.c
AgeCommit message (Expand)AuthorLines
2019-08-21s390/kasan: avoid report in get_wchanVasily Gorbik-2/+2
2019-08-21s390/process: avoid potential reading of freed stackVasily Gorbik-6/+16
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky-0/+1
2018-04-23s390: update sampling tag after task pid changeMartin Schwidefsky-0/+10
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-15/+3
2017-11-10s390: fix transactional execution control register handlingHeiko Carstens-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-28s390: get rid of exit_thread()Heiko Carstens-7/+0
2017-09-28s390/guarded storage: simplify task exit handlingHeiko Carstens-2/+1
2017-09-28s390/runtime instrumentation: simplify task exit handlingHeiko Carstens-3/+2
2017-09-28s390: convert release_thread() into a static inline functionHeiko Carstens-4/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-25/+0
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky-1/+6
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-01s390/cputime: reset all accounting fields on forkMartin Schwidefsky-0/+3
2017-02-23s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens-3/+2
2017-02-23s390: restore address space when returning to user spaceHeiko Carstens-0/+13
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+1
2016-11-11s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky-4/+2
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby-2/+3
2016-05-10s390: add missing include statementsHeiko Carstens-0/+1
2016-04-21s390/fpu: allocate 'struct fpu' with the task_structMartin Schwidefsky-21/+2
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens-5/+5
2016-01-19s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens-1/+1
2015-11-16s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky-5/+1
2015-11-03s390: remove runtime instrumentation interruptsMartin Schwidefsky-1/+0
2015-10-14s390/fpu: add static FPU save area for init_taskHendrik Brueckner-0/+4
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner-17/+15
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner-2/+2
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner-7/+26
2015-07-22s390/kernel: dynamically allocate FP register save areaHendrik Brueckner-7/+20
2015-07-22s390/kernel: introduce fpu-internal.h with fpu helper functionsHendrik Brueckner-7/+7
2015-07-13s390/process: fix sfpc inline assemblyHeiko Carstens-1/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens-28/+1
2015-02-10s390/process: free vx save area when releasing tasksHendrik Brueckner-0/+8
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky-10/+0
2014-12-08s390/simd: clear vector register pointer on fork/cloneMartin Schwidefsky-0/+1
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens-1/+1
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky-24/+0
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky-3/+3
2013-12-18s390/mm: optimize randomize_et_dyn for !PF_RANDOMIZEMartin Schwidefsky-8/+6
2013-10-24s390: fix save and restore of the floating-point-control registerMartin Schwidefsky-4/+9
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky-1/+1
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky-0/+1
2013-04-08s390: Use generic idle loopThomas Gleixner-23/+9
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-2/+1
2012-11-28s390: switch to generic fork/vfork/cloneAl Viro-42/+10