index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
process.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390: add support for BEAR enhancement facility
Sven Schnelle
2021-10-26
1
-1
/
+1
*
s390/signal: switch to using vdso for sigreturn and syscall restart
Sven Schnelle
2021-07-08
1
-0
/
+6
*
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-18
1
-1
/
+1
*
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-22
1
-1
/
+1
*
s390: convert to generic entry
Sven Schnelle
2021-01-19
1
-7
/
+23
*
s390/mm: remove set_fs / rework address space handling
Heiko Carstens
2020-11-23
1
-14
/
+0
*
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-08-09
1
-18
/
+0
|
\
|
*
kill unused dump_fpu() instances
Al Viro
2020-07-27
1
-18
/
+0
*
|
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
1
-2
/
+2
|
/
*
s390: prevent leaking kernel address in BEAR
Sven Schnelle
2020-03-10
1
-0
/
+1
*
s390/process: avoid custom stack unwinding in get_wchan
Vasily Gorbik
2019-10-31
1
-20
/
+16
*
s390/kasan: avoid report in get_wchan
Vasily Gorbik
2019-08-21
1
-2
/
+2
*
s390/process: avoid potential reading of freed stack
Vasily Gorbik
2019-08-21
1
-6
/
+16
*
s390/unwind: introduce stack unwind API
Martin Schwidefsky
2019-05-02
1
-0
/
+1
*
s390: update sampling tag after task pid change
Martin Schwidefsky
2018-04-23
1
-0
/
+10
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2017-11-13
1
-15
/
+3
|
\
|
*
s390: fix transactional execution control register handling
Heiko Carstens
2017-11-10
1
-0
/
+1
|
*
s390: get rid of exit_thread()
Heiko Carstens
2017-09-28
1
-7
/
+0
|
*
s390/guarded storage: simplify task exit handling
Heiko Carstens
2017-09-28
1
-2
/
+1
|
*
s390/runtime instrumentation: simplify task exit handling
Heiko Carstens
2017-09-28
1
-3
/
+2
|
*
s390: convert release_thread() into a static inline function
Heiko Carstens
2017-09-28
1
-4
/
+0
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
2017-06-29
1
-25
/
+0
*
s390: add a system call for guarded storage
Martin Schwidefsky
2017-03-22
1
-1
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2017-03-12
1
-0
/
+3
|
\
|
*
s390/cputime: reset all accounting fields on fork
Martin Schwidefsky
2017-03-01
1
-0
/
+3
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
/
*
s390: opt into HAVE_COPY_THREAD_TLS
Heiko Carstens
2017-02-23
1
-3
/
+2
*
s390: restore address space when returning to user space
Heiko Carstens
2017-02-23
1
-0
/
+13
*
s390: kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2017-02-17
1
-1
/
+1
*
s390: move cputime accounting fields from thread_info to thread_struct
Martin Schwidefsky
2016-11-11
1
-4
/
+2
*
exit_thread: accept a task parameter to be exited
Jiri Slaby
2016-05-21
1
-2
/
+3
*
s390: add missing include statements
Heiko Carstens
2016-05-10
1
-0
/
+1
*
s390/fpu: allocate 'struct fpu' with the task_struct
Martin Schwidefsky
2016-04-21
1
-21
/
+2
*
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
2016-01-19
1
-5
/
+5
*
s390: remove all usages of PSW_ADDR_AMODE
Heiko Carstens
2016-01-19
1
-1
/
+1
*
s390: avoid cache aliasing under z/VM and KVM
Martin Schwidefsky
2015-11-16
1
-5
/
+1
*
s390: remove runtime instrumentation interrupts
Martin Schwidefsky
2015-11-03
1
-1
/
+0
*
s390/fpu: add static FPU save area for init_task
Hendrik Brueckner
2015-10-14
1
-0
/
+4
*
s390/fpu: always enable the vector facility if it is available
Hendrik Brueckner
2015-10-14
1
-17
/
+15
*
s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT instead
Hendrik Brueckner
2015-08-03
1
-2
/
+2
*
s390/kernel: lazy restore fpu registers
Hendrik Brueckner
2015-07-22
1
-7
/
+26
*
s390/kernel: dynamically allocate FP register save area
Hendrik Brueckner
2015-07-22
1
-7
/
+20
*
s390/kernel: introduce fpu-internal.h with fpu helper functions
Hendrik Brueckner
2015-07-22
1
-7
/
+7
*
s390/process: fix sfpc inline assembly
Heiko Carstens
2015-07-13
1
-1
/
+1
*
s390: remove 31 bit support
Heiko Carstens
2015-03-25
1
-28
/
+1
*
s390/process: free vx save area when releasing tasks
Hendrik Brueckner
2015-02-10
1
-0
/
+8
*
s390: avoid z13 cache aliasing
Martin Schwidefsky
2015-01-22
1
-10
/
+0
[next]