summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
* x86/processor: Remove two unused function declarationsDou Liyang2018-04-171-2/+0
* x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov2018-03-161-0/+5
* x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov2018-03-161-0/+5
* x86/CPU: Add a microcode loader callbackBorislav Petkov2018-02-171-0/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-5/+2
|\
| * x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva2018-02-151-1/+1
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
| * Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"David Woodhouse2018-02-131-3/+0
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-041-2/+0
|\|
| * x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski2018-01-301-2/+0
| * Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-301-0/+1
| |\
* | \ Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+8
|\ \ \
| * | | x86: Implement thread_struct whitelist for hardened usercopyKees Cook2018-01-151-0/+8
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-0/+3
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov2018-01-271-0/+3
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-7/+16
|\| |
| * | x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-231-7/+16
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-3/+3
|\| |
| * | x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-221-3/+3
* | | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-22/+37
|\| | | |/ |/|
| * x86/cpufeatures: Make CPU bugs stickyThomas Gleixner2017-12-171-2/+2
| * x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-9/+8
| * x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski2017-12-171-1/+5
| * 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-5/+13
| * x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski2017-12-171-9/+12
| * x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski2017-12-171-2/+7
| * x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski2017-12-171-3/+0
| * Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-31/+21
| |\
* | | x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2017-11-171-0/+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/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2017-11-021-0/+6
* | x86/entry/64: Remove thread_struct::sp0Andy Lutomirski2017-11-021-19/+9
* | x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski2017-11-021-0/+2
* | x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-021-5/+4
* | x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski2017-11-021-7/+0
|/
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-4/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-4/+16
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+1
| |\
| * | x86/mm: Allow userspace have mappings above 47-bitKirill A. Shutemov2017-07-211-2/+2
| * | x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2017-07-211-2/+5
| * | x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov2017-07-211-0/+3
| * | x86/mm: Add SME support for read_cr3_pa()Tom Lendacky2017-07-181-0/+5
| * | x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-1/+2
* | | x86/lguest: Remove lguest supportJuergen Gross2017-08-241-1/+1
* | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-101-1/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
| |\ \ | | |/ | |/|
| | * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | | x86/asm: Add unwind hint annotations to sync_core()Josh Poimboeuf2017-07-181-0/+3
|/ /