index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-18
s390: Replace S390_lowcore by get_lowcore()
Sven Schnelle
1
-3
/
+3
2024-05-14
s390/fpu: Remove comment about TIF_FPU
Thomas Huth
1
-5
/
+0
2024-02-16
s390/fpu: remove regs member from struct fpu
Heiko Carstens
1
-1
/
+0
2024-02-16
s390/fpu: make kernel fpu context preemptible
Heiko Carstens
1
-0
/
+3
2024-02-16
s390/fpu: rename save_fpu_regs() to save_user_fpu_regs(), etc
Heiko Carstens
1
-4
/
+4
2024-02-16
s390/fpu: convert FPU CIF flag to regular TIF flag
Heiko Carstens
1
-6
/
+1
2024-02-16
s390/fpu: provide and use lfpc, sfpc, and stfpc inline assemblies
Heiko Carstens
1
-1
/
+1
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
1
-0
/
+1
2024-02-12
s390/switch_to: use generic header file
Heiko Carstens
1
-1
/
+22
2023-12-11
s390/fpu: remove ARCH_WANTS_DYNAMIC_TASK_STRUCT support
Heiko Carstens
1
-1
/
+1
2023-07-03
s390: include linux/io.h instead of asm/io.h
Heiko Carstens
1
-1
/
+1
2023-03-13
s390: trim ancient junk from copy_thread()
Al Viro
1
-6
/
+4
2023-01-13
s390/mm: start kernel with DAT enabled
Alexander Gordeev
1
-2
/
+2
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-08-25
s390: fix double free of GS and RI CBs on fork() failure
Brian Foster
1
-6
/
+16
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-4
/
+3
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-2
/
+5
2021-12-16
s390/exit: remove dead reference to do_exit from copy_thread
Eric W. Biederman
1
-1
/
+0
2021-11-06
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2021-10-26
s390: add support for BEAR enhancement facility
Sven Schnelle
1
-1
/
+1
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-2
/
+2
2021-07-08
s390/signal: switch to using vdso for sigreturn and syscall restart
Sven Schnelle
1
-0
/
+6
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
1
-1
/
+1
2021-01-19
s390: convert to generic entry
Sven Schnelle
1
-7
/
+23
2020-11-23
s390/mm: remove set_fs / rework address space handling
Heiko Carstens
1
-14
/
+0
2020-08-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-18
/
+0
2020-07-27
kill unused dump_fpu() instances
Al Viro
1
-18
/
+0
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-2
/
+2
2020-03-10
s390: prevent leaking kernel address in BEAR
Sven Schnelle
1
-0
/
+1
2019-10-31
s390/process: avoid custom stack unwinding in get_wchan
Vasily Gorbik
1
-20
/
+16
2019-08-21
s390/kasan: avoid report in get_wchan
Vasily Gorbik
1
-2
/
+2
2019-08-21
s390/process: avoid potential reading of freed stack
Vasily Gorbik
1
-6
/
+16
2019-05-02
s390/unwind: introduce stack unwind API
Martin Schwidefsky
1
-0
/
+1
2018-04-23
s390: update sampling tag after task pid change
Martin Schwidefsky
1
-0
/
+10
2017-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-15
/
+3
2017-11-10
s390: fix transactional execution control register handling
Heiko Carstens
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-28
s390: get rid of exit_thread()
Heiko Carstens
1
-7
/
+0
2017-09-28
s390/guarded storage: simplify task exit handling
Heiko Carstens
1
-2
/
+1
2017-09-28
s390/runtime instrumentation: simplify task exit handling
Heiko Carstens
1
-3
/
+2
2017-09-28
s390: convert release_thread() into a static inline function
Heiko Carstens
1
-4
/
+0
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
1
-25
/
+0
2017-03-22
s390: add a system call for guarded storage
Martin Schwidefsky
1
-1
/
+6
2017-03-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
[next]