summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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
* | x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-231-0/+3
* | x86/process: Avoid unnecessary NULL check in get_wchan()Yafang Shao2018-11-231-1/+1
|/
* x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel2018-07-201-2/+0
* 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-041-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