Age | Commit message (Expand) | Author | Files | Lines |
2019-05-14 | x86/speculation: Prevent stale SPEC_CTRL msr content | Thomas Gleixner | 1 | -1/+3 |
2019-05-14 | x86/speculation: Avoid __switch_to_xtra() calls | Thomas Gleixner | 1 | -2/+11 |
2019-05-14 | x86/speculation: Prepare for per task indirect branch speculation control | Tim Chen | 1 | -1/+4 |
2019-05-14 | x86/speculation: Update the TIF_SSBD comment | Tim Chen | 1 | -1/+1 |
2018-05-22 | x86/bugs: Rename _RDS to _SSBD | Konrad Rzeszutek Wilk | 1 | -3/+3 |
2018-05-22 | x86/process: Allow runtime control of Speculative Store Bypass | Thomas Gleixner | 1 | -2/+4 |
2018-02-13 | x86/asm: Move 'status' from thread_struct to thread_info | Andy Lutomirski | 1 | -1/+2 |
2018-01-17 | x86/asm: Use register variable to get stack pointer value | Andrey Ryabinin | 1 | -11/+0 |
2016-10-20 | sched/core, x86: Make struct thread_info arch specific again | Heiko Carstens | 1 | -0/+9 |
2016-09-15 | x86: Move thread_info into task_struct | Andy Lutomirski | 1 | -46/+0 |
2016-09-15 | x86/asm: Move the thread_info::status field to thread_struct | Andy Lutomirski | 1 | -19/+4 |
2016-08-24 | sched/x86: Rewrite the switch_to() code | Brian Gerst | 1 | -2/+0 |
2016-08-09 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -0/+44 |
2016-08-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
2016-08-03 | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code | Andy Lutomirski | 1 | -24/+0 |
2016-07-27 | x86/ptrace: Stop setting TS_COMPAT in ptrace code | Andy Lutomirski | 1 | -0/+3 |
2016-07-27 | mm: Implement stack frame object validation | Kees Cook | 1 | -0/+44 |
2016-07-15 | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 1 | -7/+0 |
2016-07-15 | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski | 1 | -2/+0 |
2016-04-19 | x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() | Dmitry Safonov | 1 | -1/+1 |
2016-03-29 | x86/thread_info: Merge two !__ASSEMBLY__ sections | Borislav Petkov | 1 | -4/+2 |
2016-03-10 | x86/entry: Call enter_from_user_mode() with IRQs off | Andy Lutomirski | 1 | -1/+4 |
2016-03-10 | x86/entry: Remove TIF_SINGLESTEP entry work | Andy Lutomirski | 1 | -1/+1 |
2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 1 | -1/+1 |
2015-11-04 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2015-10-09 | x86/asm: Remove thread_info.sysenter_return | Andy Lutomirski | 1 | -1/+0 |
2015-10-06 | sched/core, sched/x86: Kill thread_info::saved_preempt_count | Peter Zijlstra | 1 | -2/+0 |
2015-08-05 | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks | Andy Lutomirski | 1 | -16/+0 |
2015-07-31 | x86/vm86: Use the normal pt_regs area for vm86 | Brian Gerst | 1 | -4/+7 |
2015-05-08 | x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code | Denys Vlasenko | 1 | -6/+4 |
2015-05-08 | x86/entry: Remove unused 'kernel_stack' per-cpu variable | Denys Vlasenko | 1 | -2/+0 |
2015-05-08 | x86/entry: Stop using PER_CPU_VAR(kernel_stack) | Denys Vlasenko | 1 | -1/+7 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+0 |
2015-04-12 | x86: Remove signal translation and exec_domain | Richard Weinberger | 1 | -3/+0 |
2015-03-24 | x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() | Ingo Molnar | 1 | -2/+2 |
2015-03-24 | x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro | Ingo Molnar | 1 | -2/+2 |
2015-03-24 | x86/asm/entry/64: Improve the THREAD_INFO() macro explanation | Ingo Molnar | 1 | -4/+23 |
2015-03-24 | x86/asm/entry: Get rid of KERNEL_STACK_OFFSET | Denys Vlasenko | 1 | -3/+2 |
2015-03-24 | x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL... | Denys Vlasenko | 1 | -3/+5 |
2015-03-23 | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst | 1 | -0/+10 |
2015-03-17 | x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro | Andy Lutomirski | 1 | -0/+27 |
2015-03-07 | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ... | Andy Lutomirski | 1 | -3/+1 |
2015-03-06 | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() | Andy Lutomirski | 1 | -2/+1 |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 1 | -4/+0 |
2015-01-07 | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks | Luck, Tony | 1 | -3/+1 |
2015-01-02 | x86: Clean up current_stack_pointer | Andy Lutomirski | 1 | -0/+11 |
2014-11-24 | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski | 1 | -1/+1 |
2014-05-08 | sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAG | Peter Zijlstra | 1 | -2/+2 |
2014-03-07 | x86: Keep thread_info on thread stack in x86_32 | Steven Rostedt | 1 | -44/+5 |
2014-03-07 | x86: Prepare removal of previous_esp from i386 thread_info structure | Steven Rostedt | 1 | -2/+3 |