aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/thread_info.h
AgeCommit message (Expand)Author
2023-06-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann
2023-01-27x86: Suppress KMSAN reports in arch_within_stack_frames()Alexander Potapenko
2022-04-27x86/split-lock: Remove unused TIF_SLD bitTony Luck
2021-09-30x86: add CPU field to struct thread_infoArd Biesheuvel
2021-07-28x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh
2021-07-28x86/process: Make room for TIF_SPEC_L1D_FLUSHBalbir Singh
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan
2021-03-16x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov
2021-03-16x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov
2021-03-16x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov
2020-11-16x86: Reclaim unused x86 TI flagsGabriel Krisman Bertazi
2020-11-16x86: Expose syscall_work field in thread_infoGabriel Krisman Bertazi
2020-10-29x86: Wire up TIF_NOTIFY_SIGNALJens Axboe
2020-10-26x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi
2020-09-08x86: remove address space overrides using set_fs()Christoph Hellwig
2020-07-24x86/entry: Use generic syscall entry functionThomas Gleixner
2020-03-30Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-02-20x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)
2020-02-14x86: Remove TIF_NOHZFrederic Weisbecker
2020-02-14x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRYThomas Gleixner
2020-01-08x86: Remove force_iret()Brian Gerst
2019-11-16x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner
2019-04-11x86/entry: Add TIF_NEED_FPU_LOADSebastian Andrzej Siewior
2018-12-03x86/thread_info: Remove _TIF_ALLWORK_MASKSebastian Andrzej Siewior
2018-11-28x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner
2018-11-28x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner
2018-11-28x86/speculation: Prepare for per task indirect branch speculation controlTim Chen
2018-11-28x86/speculation: Update the TIF_SSBD commentTim Chen
2018-05-09x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk
2018-05-03x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-17x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2017-07-08x86/syscalls: Check address limit on user-mode returnThomas Garnier
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey
2017-03-08livepatch/x86: add TIF_PATCH_PENDING thread flagJosh Poimboeuf
2017-03-08x86/entry: define _TIF_ALLWORK_MASK flags explicitlyJosh Poimboeuf
2016-10-20sched/core, x86: Make struct thread_info arch specific againHeiko Carstens
2016-09-15x86: Move thread_info into task_structAndy Lutomirski
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds