aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/thread_info.h
AgeCommit message (Expand)Author
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-12x86: Remove signal translation and exec_domainRichard Weinberger
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar
2015-03-24x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst
2015-03-17x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski
2015-03-06x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony
2015-01-02x86: Clean up current_stack_pointerAndy Lutomirski
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-05-08sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt
2014-03-06x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt
2014-03-06x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386Steven Rostedt (Red Hat)
2014-03-06x86: Nuke the supervisor_stack field in i386 thread_infoSteven Rostedt
2014-01-29x86: Use inline assembler instead of global register variable to get spAndi Kleen
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra
2013-07-03x86: kill TIF_DEBUGOleg Nesterov
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner
2013-02-12tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker
2012-09-20x86: get rid of TIF_IRET hackeryAl Viro
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2012-05-08x86: Use common threadinfo allocatorThomas Gleixner
2012-05-08fork: Remove the weak insanityThomas Gleixner
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju
2012-03-13x86: Move is_ia32_task to asm/thread_info.h from asm/compat.hSrikar Dronamraju
2012-03-13Merge branch 'x86/x32' into x86/cleanupsIngo Molnar
2012-02-20x32: Add a thread flag for x32 processesH. Peter Anvin
2012-02-20x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-01-12x86: Get rid of 'dubious one-bit signed bitfield' sprase warningAnton Vorontsov
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-12-05x86-64: Slightly shorten line system call entry and exit pathsJan Beulich
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2010-05-28Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds