summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-281-6/+1
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-5/+7
* x86/unwind/fp: Fix FP unwinding in ret_from_forkJosh Poimboeuf2020-09-181-1/+2
* cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-4/+0
* Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-041-4/+6
|\
| * x86/process/64: Use FSGSBASE instructions on thread copy and ptraceChang S. Bae2020-06-181-4/+6
* | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-2/+2
|\ \
| * | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
| |/
* / x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski2020-07-181-16/+2
|/
* Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-111-18/+10
|\
| * x86/speculation: Prevent rogue cross-process SSBD shutdownAnthony Steinhauser2020-06-091-18/+10
* | Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-0/+11
|\ \
| * | x86/cpu: Uninline CR4 accessorsThomas Gleixner2020-04-241-0/+11
* | | Merge tag 'x86-fpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-011-1/+1
|\ \ \ | |_|/ |/| |
| * | x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu2020-05-131-1/+1
| |/
* / x86/ioperm: Prevent a memory leak when fork failsJay Lang2020-05-281-2/+2
|/
* Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-301-0/+3
|\
| * x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)2020-02-201-0/+3
* | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-301-1/+0
|\ \
| * | x86: Remove unneeded includesBrian Gerst2020-03-211-1/+0
| |/
* / x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-291-1/+1
|/
* x86/process: Remove set but not used variables prev and nextyu kuai2019-12-141-4/+0
* x86/ioperm: Save an indentation level in tss_update_io_bitmap()Borislav Petkov2019-11-301-26/+26
* x86/ioperm: Fix use of deprecated config optionAlexander Duyck2019-11-201-2/+1
* x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner2019-11-161-0/+4
* x86/iopl: Restrict iopl() permission scopeThomas Gleixner2019-11-161-13/+19
* x86/ioperm: Share I/O bitmap if identicalThomas Gleixner2019-11-161-33/+6
* x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner2019-11-161-14/+3
* x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2019-11-161-20/+39
* x86/ioperm: Add bitmap sequence numberThomas Gleixner2019-11-161-10/+28
* x86/ioperm: Move iobitmap data into a structThomas Gleixner2019-11-161-18/+20
* x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner2019-11-161-3/+3
* x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner2019-11-161-27/+36
* x86/process: Unify copy_thread_tls()Thomas Gleixner2019-11-161-0/+100
* add cpuidle-haltpoll driverMarcelo Tosatti2019-07-301-1/+1
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-1/+1
|\
| * x86/fpu: Defer FPU state load until return to userspaceRik van Riel2019-04-121-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-2/+2
|\ \
| * | x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-2/+2
| |/
* / x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner2019-04-141-2/+6
|/
* x86/speculation: Add PR_SPEC_DISABLE_NOEXECWaiman Long2019-01-291-0/+12
* Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar2018-12-031-19/+82
|\
| * x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-281-0/+5
| * x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2018-11-281-1/+29
| * x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner2018-11-281-5/+7
| * x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2018-11-281-2/+18
| * x86/speculation: Reorganize speculation control MSRs updateTim Chen2018-11-281-17/+29
| * x86/speculation: Rename SSBD update functionsThomas Gleixner2018-11-281-6/+6