summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/thread_info.h
Commit message (Expand)AuthorAgeFilesLines
* x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-201-1/+5
* sched/core, x86: Make struct thread_info arch specific againHeiko Carstens2016-10-201-0/+9
* x86: Move thread_info into task_structAndy Lutomirski2016-09-151-46/+0Star
* x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-151-19/+4Star
* sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-241-2/+0Star
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+44
|\
| * mm: Implement stack frame object validationKees Cook2016-07-261-0/+44
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-061-0/+3
|\ \
| * | x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski2016-07-271-0/+3
* | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-031-24/+0Star
|/ /
* | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-7/+0Star
* | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-2/+0Star
|/
* x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2016-04-191-1/+1
* x86/thread_info: Merge two !__ASSEMBLY__ sectionsBorislav Petkov2016-03-291-4/+2Star
* x86/entry: Call enter_from_user_mode() with IRQs offAndy Lutomirski2016-03-101-1/+4
* x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski2016-03-101-1/+1
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-041-1/+0Star
|\
| * x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski2015-10-091-1/+0Star
* | sched/core, sched/x86: Kill thread_info::saved_preempt_countPeter Zijlstra2015-10-061-2/+0Star
|/
* x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-051-16/+0Star
* x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-311-4/+7
* x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko2015-05-081-6/+4Star
* x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-081-2/+0Star
* x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko2015-05-081-1/+7
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-3/+0Star
|\
| * x86: Remove signal translation and exec_domainRichard Weinberger2015-04-121-3/+0Star
* | x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar2015-03-241-2/+2
* | x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar2015-03-241-2/+2
* | x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar2015-03-241-4/+23
* | x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-3/+2Star
* | 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/+1Star
* | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski2015-03-061-2/+1Star
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-4/+0Star
* x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2015-01-071-3/+1Star
* 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-071-44/+5Star
* x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt2014-03-071-2/+3
* x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386Steven Rostedt (Red Hat)2014-03-071-4/+0Star
* x86: Nuke the supervisor_stack field in i386 thread_infoSteven Rostedt2014-03-071-1/+0Star
* x86: Use inline assembler instead of global register variable to get spAndi Kleen2014-01-301-3/+5
* preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0Star
* sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-251-3/+2Star
* x86: kill TIF_DEBUGOleg Nesterov2013-07-041-3/+1Star
* arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0Star