summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)AuthorLines
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-1/+1
2018-05-19Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar-2/+0
2018-05-13x86/CPU: Move cpu local function declarations to local headerThomas Gleixner-9/+0
2018-05-06x86/CPU: Modify detect_extended_topology() to return resultSuravee Suthikulpanit-1/+1
2018-04-17x86/processor: Remove two unused function declarationsDou Liyang-2/+0
2018-03-16x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov-0/+5
2018-03-16x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov-0/+5
2018-02-17x86/CPU: Add a microcode loader callbackBorislav Petkov-0/+1
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+2
2018-02-15x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang-1/+1
2018-02-13Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"David Woodhouse-3/+0
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski-2/+0
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar-0/+1
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+3
2018-01-27x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov-0/+3
2018-01-15x86: Implement thread_struct whitelist for hardened usercopyKees Cook-0/+8
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+16
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski-7/+16
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen-3/+3
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds-22/+37
2017-12-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner-2/+2
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski-9/+8
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski-1/+5
2017-12-17x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski-1/+0
2017-12-17x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski-5/+13
2017-12-17x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski-9/+12
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski-2/+7
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski-3/+0
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar-31/+21
2017-11-17x86/topology: Avoid wasting 128k for package id arrayAndi Kleen-0/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-02x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski-0/+6
2017-11-02x86/entry/64: Remove thread_struct::sp0Andy Lutomirski-19/+9
2017-11-02x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski-0/+2
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski-5/+4
2017-11-02x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski-7/+0
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf-4/+2
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+16
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar-1/+1
2017-08-24x86/lguest: Remove lguest supportJuergen Gross-1/+1
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar-1/+1
2017-07-21x86/mm: Allow userspace have mappings above 47-bitKirill A. Shutemov-2/+2
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov-2/+5
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov-0/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1