summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/thread_info.h
Commit message (Expand)AuthorAgeFilesLines
* arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada2019-07-161-17/+17
* s390/kasan: increase instrumented stack size to 64kVasily Gorbik2018-11-021-1/+1
* s390/head: avoid doubling early boot stack size under KASANVasily Gorbik2018-10-091-0/+1
* s390/kasan: double the stack sizeVasily Gorbik2018-10-091-0/+4
* s390: unify stack size definitionsVasily Gorbik2018-10-091-1/+4
* s390: add support for virtually mapped kernel stacksMartin Schwidefsky2018-10-091-3/+0
* s390: update sampling tag after task pid changeMartin Schwidefsky2018-04-231-0/+3
* s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky2018-02-051-0/+4
* Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390/kvm: avoid global config of vm.alloc_pgste=1Martin Schwidefsky2017-06-131-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-8/+16
|\
| * livepatch/s390: add TIF_PATCH_PENDING thread flagMiroslav Benes2017-03-081-0/+2
| * livepatch/s390: reorganize TIF thread flag bitsJiri Slaby2017-03-081-8/+14
* | s390: add a system call for guarded storageMartin Schwidefsky2017-03-221-5/+7
|/
* s390/thread_info: get rid of THREAD_ORDER defineHeiko Carstens2016-11-231-4/+2
* s390: move sys_call_table and last_break from thread_info to thread_structMartin Schwidefsky2016-11-151-2/+0
* s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky2016-11-111-2/+0
* s390: move system_call field from thread_info to thread_structMartin Schwidefsky2016-11-111-1/+0
* s390: move thread_info into task_structHeiko Carstens2016-11-111-11/+0
* s390/preempt: move preempt_count to the lowcoreMartin Schwidefsky2016-11-111-2/+0
* s390: add missing declarationsHeiko Carstens2016-05-101-0/+1
* s390: remove is_32bit_task() helperHeiko Carstens2015-11-271-2/+0
* s390/flags: use _BITUL macroHeiko Carstens2015-10-141-10/+12
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0
|\
| * s390: Remove signal translation and exec_domainRichard Weinberger2015-04-121-2/+0
* | s390: add missing arch_release_task_struct() declarationHeiko Carstens2015-03-251-0/+2
* | s390: remove 31 bit supportHeiko Carstens2015-03-251-9/+0
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-4/+0
* s390/uprobes: architecture backend for uprobesJan Willeke2014-09-251-0/+3
* s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky2014-05-201-20/+12
* s390/uaccess: simplify control register updatesMartin Schwidefsky2014-05-201-3/+1
* s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens2014-04-031-0/+2
* s390/ptrace: add support for PTRACE_SINGLEBLOCKMartin Schwidefsky2014-03-141-0/+1
* s390/mm,tlb: race of lazy TLB flush vs. recreation of TLB entriesMartin Schwidefsky2014-02-211-0/+2
* preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* s390: remove small stack config optionHeiko Carstens2013-04-261-5/+0
* s390: system call path micro optimizationMartin Schwidefsky2013-04-261-0/+1
* sanitize tsk_is_polling()Al Viro2012-10-011-3/+0
* bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-3/+1
* s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens2012-05-241-3/+3
* s390/headers: remove #ifdef __KERNEL__ from not exported headersHeiko Carstens2012-05-241-4/+0
* s390: replace TIF_SIE with PF_VCPUMartin Schwidefsky2012-05-161-2/+0
* freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
* [S390] add TIF_SYSCALL thread flagMartin Schwidefsky2011-10-301-2/+2
* [S390] signal race with restarting system callsMartin Schwidefsky2011-10-301-0/+1
* [S390] fix _TIF_SINGLE_STEP definitionTejun Heo2011-10-301-1/+1
* [S390] move sie code to entry.SMartin Schwidefsky2011-07-241-0/+2
* [S390] Add is_32bit_task() helper functionHeiko Carstens2011-01-121-0/+6