summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-0/+2
|\
| * x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2022-01-071-0/+2
* | x86: Snapshot thread flagsMark Rutland2021-12-011-4/+4
|/
* x86: Pin task-stack in __get_wchan()Peter Zijlstra2021-11-191-0/+5
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-0/+1
|\
| * x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2021-09-211-0/+1
* | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-4/+23
|\ \
| * | x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae2021-10-261-0/+10
| * | x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner2021-10-261-1/+1
| * | x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae2021-10-261-2/+7
| * | x86/fpu: Do not leak fpstate pointer on forkThomas Gleixner2021-10-211-0/+2
| * | x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner2021-10-201-1/+1
| * | x86/process: Clone FPU in copy_thread()Thomas Gleixner2021-10-201-1/+3
| |/
* | x86: Fix __get_wchan() for !STACKTRACEPeter Zijlstra2021-10-261-3/+14
* | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
* | x86: Fix get_wchan() to support the ORC unwinderQi Zheng2021-10-151-48/+3
|/
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-3/+19
|\
| * x86/fpu: Add PKRU storage outside of task XSAVE bufferDave Hansen2021-06-231-0/+7
| * x86/fpu: Clean up the fpu__clear() variantsAndy Lutomirski2021-06-231-0/+10
| * x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()Thomas Gleixner2021-06-231-1/+1
| * x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner2021-06-231-2/+1
* | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-2/+2
|/
* x86/process: setup io_threads more like normal user space threadsStefan Metzmacher2021-05-061-1/+18
* 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-221-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-051-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-121-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-311-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-311-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