summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/thread_info.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched, x86: Update the comment for TIF_NEED_RESCHED_LAZY.Sebastian Andrzej Siewior2024-11-111-1/+1
* sched, x86: Enable Lazy preemptionPeter Zijlstra2024-11-051-2/+4
* x86/fred: Reserve space for the FRED stack frameH. Peter Anvin (Intel)2024-01-311-3/+9
* thread_info: move function declarations to linux/thread_info.hArnd Bergmann2023-06-101-3/+0
* x86: Suppress KMSAN reports in arch_within_stack_frames()Alexander Potapenko2023-01-271-0/+5
* x86/split-lock: Remove unused TIF_SLD bitTony Luck2022-04-271-3/+1
* x86: add CPU field to struct thread_infoArd Biesheuvel2021-09-301-0/+3
* x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh2021-07-281-0/+2
* x86/process: Make room for TIF_SPEC_L1D_FLUSHBalbir Singh2021-07-281-2/+2
* x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-281-7/+1
* x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov2021-03-161-10/+2
* x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-161-1/+13
* x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2021-03-161-0/+9
* 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-091-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-311-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-101-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-031-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