summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)Author
2020-04-24x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov
2019-11-16x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-05-14x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner
2019-05-14x86/speculation/mds: Add mitigation control for MDSThomas Gleixner
2018-09-05x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen
2018-09-05x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka
2018-09-05x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka
2018-08-15x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-13x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2018-01-31x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski
2018-01-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner
2018-01-05kaiser: cleanups while trying for gold linkHugh Dickins
2018-01-05KAISER: Kernel Address IsolationRichard Fellner
2017-02-14x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski
2016-08-24sched/x86: Fix thread_saved_pc()Brian Gerst
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst
2016-07-25Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski
2016-06-18x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-29x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez
2016-03-29x86/cpu: Get rid of compute_unit_idBorislav Petkov
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-10x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski
2016-03-10x86/entry: Only allocate space for tss_struct::SYSENTER_stack if neededAndy Lutomirski
2016-02-29x86/topology: Create logical package idThomas Gleixner
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2015-12-19x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-25x86/asm: Force inlining of cpu_relax()Denys Vlasenko
2015-09-08x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar
2015-09-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-17Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar
2015-07-31x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar
2015-07-21x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati
2015-07-21x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst
2015-07-21x86/entry/vm86: Clean up saved_fs/gsBrian Gerst
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen