aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/thread_info.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+1
2014-05-08sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra1-2/+2
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt1-44/+5
2014-03-06x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt1-2/+3
2014-03-06x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386Steven Rostedt (Red Hat)1-4/+0
2014-03-06x86: Nuke the supervisor_stack field in i386 thread_infoSteven Rostedt1-1/+0
2014-01-29x86: Use inline assembler instead of global register variable to get spAndi Kleen1-3/+5
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra1-3/+2
2013-07-03x86: kill TIF_DEBUGOleg Nesterov1-3/+1
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2013-02-12tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt1-1/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker1-3/+7
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro1-2/+0
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+16
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-1/+1
2012-05-08x86: Use common threadinfo allocatorThomas Gleixner1-19/+1
2012-05-08fork: Remove the weak insanityThomas Gleixner1-1/+0
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-0/+2
2012-03-13x86: Move is_ia32_task to asm/thread_info.h from asm/compat.hSrikar Dronamraju1-0/+12
2012-03-13Merge branch 'x86/x32' into x86/cleanupsIngo Molnar1-1/+5
2012-02-20x32: Add a thread flag for x32 processesH. Peter Anvin1-0/+2
2012-02-20x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin1-1/+3
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds1-2/+0
2012-01-12x86: Get rid of 'dubious one-bit signed bitfield' sprase warningAnton Vorontsov1-2/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2011-12-05x86-64: Slightly shorten line system call entry and exit pathsJan Beulich1-0/+6
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski1-1/+2
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-2/+8
2010-05-28Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-2/+2
2010-05-27sched: clarify commment for TS_POLLINGLen Brown1-2/+2
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-18Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger1-1/+1
2010-05-10x86: Eliminate TS_XSAVEAvi Kivity1-1/+0
2010-03-26x86, ptrace: Fix block-stepPeter Zijlstra1-1/+3
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-5/+1
2010-01-29x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin1-2/+0
2009-10-01core, x86: Add user return notifiersAvi Kivity1-2/+5
2009-09-14Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone1-6/+7
2009-08-04x86, percpu: Add 'percpu_read_stable()' interface for cacheable accessesLinus Torvalds1-1/+1
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-1/+1
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum1-2/+2