summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/thread_info.h
Commit message (Expand)AuthorAgeFilesLines
...
* | x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-3/+2
* | x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko2015-03-241-3/+5
* | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst2015-03-231-0/+10
* | x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski2015-03-171-0/+27
* | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski2015-03-071-3/+1
* | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski2015-03-061-2/+1
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-4/+0
* x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2015-01-071-3/+1
* x86: Clean up current_stack_pointerAndy Lutomirski2015-01-021-0/+11
* uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-231-1/+1
* sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra2014-05-081-2/+2
* x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-061-44/+5
* x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt2014-03-061-2/+3
* x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386Steven Rostedt (Red Hat)2014-03-061-4/+0
* x86: Nuke the supervisor_stack field in i386 thread_infoSteven Rostedt2014-03-061-1/+0
* x86: Use inline assembler instead of global register variable to get spAndi Kleen2014-01-291-3/+5
* preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-251-3/+2
* x86: kill TIF_DEBUGOleg Nesterov2013-07-031-3/+1
* arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0
* tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2013-02-121-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-2/+0
|\
| * x86: get rid of TIF_IRET hackeryAl Viro2012-09-201-2/+0
* | x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker2012-09-261-3/+7
|/
* set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
* new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+16
* Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-241-0/+2
|\
| * uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju2012-03-141-0/+2
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-05-221-1/+1
|\ \
| * | x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-1/+1
| |/
* | x86: Use common threadinfo allocatorThomas Gleixner2012-05-081-19/+1
* | fork: Remove the weak insanityThomas Gleixner2012-05-081-1/+0
|/
* x86: Move is_ia32_task to asm/thread_info.h from asm/compat.hSrikar Dronamraju2012-03-131-0/+12
* Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-131-1/+5
|\
| * x32: Add a thread flag for x32 processesH. Peter Anvin2012-02-201-0/+2
| * x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-201-1/+3
* | i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-181-2/+0
|/
* x86: Get rid of 'dubious one-bit signed bitfield' sprase warningAnton Vorontsov2012-01-121-2/+2
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\
| * freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
* | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-051-0/+6
* | x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-051-1/+2
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+8
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-05-281-2/+2
|\
| * sched: clarify commment for TS_POLLINGLen Brown2010-05-271-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \
| * | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
| |/
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-1/+0
|\ \
| * | x86: Eliminate TS_XSAVEAvi Kivity2010-05-101-1/+0
| |/