summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner2018-05-171-2/+2
* x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2018-05-171-1/+12
* x86/speculation: Handle HT correctly on AMDThomas Gleixner2018-05-171-6/+119
* x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-171-1/+1
* x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-091-4/+4
* x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-05-031-0/+22
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-1/+0
|\
| * x86/headers: Remove duplicate #includesPravin Shedge2017-12-121-1/+0
* | x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()Tom Lendacky2018-01-181-10/+15
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-031-1/+1
|\ \
| * | x86/process: Define cpu_tss_rw in same section as declarationNick Desaulniers2018-01-031-1/+1
* | | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-6/+13
|\| | | |/ |/|
| * x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-3/+3
| * x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski2017-12-171-1/+0
| * x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski2017-12-171-0/+10
| * x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski2017-12-171-2/+0
| * Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-1/+7
| |\
* | | x86/tlb: Disable interrupts when changing CR4Nadav Amit2017-11-251-1/+1
* | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\| | | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski2017-11-021-1/+7
|/
* x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-181-2/+15
* arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-11/+0
* x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-201-0/+78
* x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey2017-03-201-0/+6
* x86/process: Optimize TIF_NOTSC switchThomas Gleixner2017-03-111-18/+4
* x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey2017-03-111-5/+7
* x86/process: Optimize TIF checks in __switch_to_xtra()Kyle Huey2017-03-111-29/+36
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-3/+3
|\
| * x86/asm: Tidy up TSS limit codeAndy Lutomirski2017-03-011-3/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski2017-02-211-0/+10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-0/+1
|\
| * x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner2016-12-151-1/+1
| * x86/tsc: Verify TSC_ADJUST from idleThomas Gleixner2016-11-291-0/+1
* | x86: Remove empty idle.h headerThomas Gleixner2016-12-091-1/+0
* | x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-091-49/+26
* | x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner2016-12-091-0/+23
* | x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner2016-12-091-2/+1
* | x86/idle: Remove enter_idle(), exit_idle()Len Brown2016-11-181-25/+0
* | x86/idle: Remove is_idle flagLen Brown2016-11-181-7/+0
* | x86/idle: Remove idle_notifierLen Brown2016-11-181-15/+0
|/
* x86: use simpler API for random address requestsJason Cooper2016-10-111-2/+1
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-2/+2
* x86/process: Pin the target stack in get_wchan()Andy Lutomirski2016-09-161-7/+15
* x86: Move thread_info into task_structAndy Lutomirski2016-09-151-4/+2