summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/thread_info.h (follow)
Commit message (Expand)AuthorAge
* Merge 4.4.180 into android-4.4Greg Kroah-Hartman2019-05-16
|\
| * x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2019-05-16
| * x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2019-05-16
| * x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2019-05-16
| * x86/speculation: Update the TIF_SSBD commentTim Chen2019-05-16
* | BACKPORT: x86/syscalls: Check address limit on user-mode returnThomas Garnier2018-09-21
* | Merge 4.4.144 into android-4.4Greg Kroah-Hartman2018-07-31
|\|
| * x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-07-25
| * x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-07-25
* | Merge 4.4.141 into android-4.4Greg Kroah-Hartman2018-07-17
|\|
| * x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2018-07-17
* | Merge 4.4.113 into android-4.4Greg Kroah-Hartman2018-01-23
|\|
| * x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2018-01-23
* | BACKPORT: mm: Implement stack frame object validationKees Cook2016-09-06
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-03
|\
| * x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski2015-10-09
* | sched/core, sched/x86: Kill thread_info::saved_preempt_countPeter Zijlstra2015-10-06
|/
* x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-05
* x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-31
* x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko2015-05-08
* x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-08
* x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko2015-05-08
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-15
|\
| * x86: Remove signal translation and exec_domainRichard Weinberger2015-04-12
* | x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar2015-03-24
* | x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar2015-03-24
* | x86/asm/entry/64: Improve the THREAD_INFO() macro explanationIngo Molnar2015-03-24
* | x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-24
* | x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko2015-03-24
* | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst2015-03-23
* | x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski2015-03-17
* | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski2015-03-07
* | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski2015-03-06
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
* x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2015-01-07
* x86: Clean up current_stack_pointerAndy Lutomirski2015-01-02
* uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-23
* sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra2014-05-08
* x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-06
* x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt2014-03-06
* x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386Steven Rostedt (Red Hat)2014-03-06
* x86: Nuke the supervisor_stack field in i386 thread_infoSteven Rostedt2014-03-06
* x86: Use inline assembler instead of global register variable to get spAndi Kleen2014-01-29
* preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-13
* sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-25
* x86: kill TIF_DEBUGOleg Nesterov2013-07-03
* arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-08
* tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2013-02-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-10
|\
| * x86: get rid of TIF_IRET hackeryAl Viro2012-09-20