aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/thread_info.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski1-0/+3
2016-07-26mm: Implement stack frame object validationKees Cook1-0/+44
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-7/+0
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_structAndy Lutomirski1-2/+0
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov1-1/+1
2016-03-29x86/thread_info: Merge two !__ASSEMBLY__ sectionsBorislav Petkov1-4/+2
2016-03-10x86/entry: Call enter_from_user_mode() with IRQs offAndy Lutomirski1-1/+4
2016-03-10x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski1-1/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2015-11-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2015-10-09x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski1-1/+0
2015-10-06sched/core, sched/x86: Kill thread_info::saved_preempt_countPeter Zijlstra1-2/+0
2015-08-05x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski1-16/+0
2015-07-31x86/vm86: Use the normal pt_regs area for vm86Brian Gerst1-4/+7
2015-05-08x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko1-6/+4
2015-05-08x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko1-2/+0
2015-05-08x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko1-1/+7
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-3/+0
2015-04-12x86: Remove signal translation and exec_domainRichard Weinberger1-3/+0
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar1-2/+2
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar1-2/+2
2015-03-24x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar1-4/+23
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko1-3/+2
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSETDenys Vlasenko1-3/+5
2015-03-23x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst1-0/+10
2015-03-17x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski1-0/+27
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32Andy Lutomirski1-3/+1
2015-03-06x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski1-2/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-4/+0
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony1-3/+1
2015-01-02x86: Clean up current_stack_pointerAndy Lutomirski1-0/+11
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