summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-22x86/entry: Increase entry_stack size to a full pagePeter Zijlstra1-1/+1
2019-11-12x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta1-0/+7
2019-05-14x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner1-0/+1
2019-05-14x86/speculation/mds: Add mitigation control for MDSThomas Gleixner1-0/+5
2018-09-05x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen1-1/+3
2018-09-05x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka1-1/+1
2018-09-05x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka1-2/+2
2018-08-15x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina1-0/+12
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+5
2018-04-12x86/CPU: Add a microcode loader callbackBorislav Petkov1-0/+1
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva1-1/+1
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2018-02-22Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"David Woodhouse1-3/+0
2018-02-07x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski1-2/+0
2018-02-07x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov1-0/+3
2018-01-02x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski1-7/+16
2017-12-29x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen1-3/+3
2017-12-25x86/cpufeatures: Make CPU bugs stickyThomas Gleixner1-2/+2
2017-12-25x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-9/+8
2017-12-25x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski1-1/+5
2017-12-25x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski1-1/+0
2017-12-25x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski1-5/+13
2017-12-25x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski1-9/+12
2017-12-25x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski1-2/+7
2017-12-25x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski1-3/+0
2017-12-25x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski1-0/+6
2017-12-25x86/entry/64: Remove thread_struct::sp0Andy Lutomirski1-19/+9
2017-12-25x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski1-0/+2
2017-12-25x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-5/+4
2017-12-25x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski1-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-4/+2
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+16
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-1/+1
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-1/+1
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-1/+1
2017-07-21x86/mm: Allow userspace have mappings above 47-bitKirill A. Shutemov1-2/+2
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov1-2/+5
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov1-0/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-07-18x86/mm: Add SME support for read_cr3_pa()Tom Lendacky1-0/+5
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-1/+2
2017-07-18x86/asm: Add unwind hint annotations to sync_core()Josh Poimboeuf1-0/+3
2017-07-04Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2017-07-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-2/+0
2017-06-14x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov1-0/+5
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-0/+8
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar1-9/+2