summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/thread_info.h
Commit message (Expand)AuthorAgeFilesLines
* x86: Reclaim unused x86 TI flagsGabriel Krisman Bertazi2020-11-161-10/+0
* x86: Expose syscall_work field in thread_infoGabriel Krisman Bertazi2020-11-161-0/+1
* x86: Wire up TIF_NOTIFY_SIGNALJens Axboe2020-10-291-0/+2
* x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi2020-10-261-4/+0
* x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-2/+0
* x86/entry: Use generic syscall entry functionThomas Gleixner2020-07-241-5/+0
* Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-301-1/+3
|\
| * x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)2020-02-201-1/+3
* | x86: Remove TIF_NOHZFrederic Weisbecker2020-02-141-2/+0
* | x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRYThomas Gleixner2020-02-141-6/+2
|/
* x86: Remove force_iret()Brian Gerst2020-01-081-9/+0
* x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner2019-11-161-1/+6
* x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2019-11-161-4/+5
* x86/entry: Add TIF_NEED_FPU_LOADSebastian Andrzej Siewior2019-04-111-0/+2
* x86/thread_info: Remove _TIF_ALLWORK_MASKSebastian Andrzej Siewior2018-12-031-8/+0
* x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2018-11-281-1/+3
* x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2018-11-281-2/+11
* x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2018-11-281-1/+4
* x86/speculation: Update the TIF_SSBD commentTim Chen2018-11-281-1/+1
* x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-091-3/+3
* x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-05-031-1/+3
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-041-1/+2
|\
| * x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-301-1/+2
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-2/+0
|/
* x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-1/+1
* x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski2017-12-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-291-11/+0
* x86/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-6/+7
|\
| * livepatch/x86: add TIF_PATCH_PENDING thread flagJosh Poimboeuf2017-03-081-1/+3
| * x86/entry: define _TIF_ALLWORK_MASK flags explicitlyJosh Poimboeuf2017-03-081-6/+5
* | Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-021-6/+7
|\ \
| * | usercopy: Move enum for arch_within_stack_frames()Sahara2017-04-041-6/+7
| |/
* / 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/+0
* x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-151-19/+4
* sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-241-2/+0
* 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-021-24/+0
|/ /
* | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-7/+0
* | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-2/+0
|/
* 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/+2
* 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