aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski1-0/+12
2016-08-24sched/x86: Fix thread_saved_pc()Brian Gerst1-8/+2
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst1-3/+0
2016-07-25Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-7/+10
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar1-1/+1
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_structAndy Lutomirski1-0/+3
2016-06-18x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size'Fenghua Yu1-1/+1
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu1-0/+1
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-04-29x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski1-2/+9
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez1-1/+0
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-1/+0
2016-03-29x86/cpu: Get rid of compute_unit_idBorislav Petkov1-2/+0
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2016-03-10x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski1-1/+2
2016-03-10x86/entry: Only allocate space for tss_struct::SYSENTER_stack if neededAndy Lutomirski1-0/+2
2016-02-29x86/topology: Create logical package idThomas Gleixner1-0/+2
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-1/+1
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov1-1/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-2/+1
2015-12-19x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel1-0/+1
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-09-25x86/asm: Force inlining of cpu_relax()Denys Vlasenko1-2/+2
2015-09-08x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar1-1/+1
2015-09-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+0
2015-08-17Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changesIngo Molnar1-3/+7
2015-07-31x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst1-8/+3
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-3/+7
2015-07-21x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati1-8/+0
2015-07-21x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst1-1/+1
2015-07-21x86/entry/vm86: Clean up saved_fs/gsBrian Gerst1-2/+0
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen1-3/+7
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-143/+17
2015-06-18x86/cpu/amd: Give access to the number of nodes in a physical packageAravind Gopalakrishnan1-0/+1
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen1-6/+6
2015-05-25x86/fpu: Fix FPU state save area alignment bugIngo Molnar1-1/+6
2015-05-19x86/fpu: Remove the extra fpu__detect() layerIngo Molnar1-1/+0
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar1-2/+4
2015-05-19x86/fpu: Make task_xstate_cachep staticIngo Molnar1-1/+0
2015-05-19x86/fpu: Remove the free_thread_xstate() complicationIngo Molnar1-1/+0
2015-05-19x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar1-131/+1
2015-05-19x86/fpu: Improve the comment for the fpu::counter fieldIngo Molnar1-5/+5
2015-05-19x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar1-9/+9
2015-05-19x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar1-1/+1
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2015-04-03x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski1-11/+11
2015-03-17x86/asm/entry/64: Remove thread_struct::userspIngo Molnar1-1/+0
2015-03-17x86/asm/entry/64: Simplify 'old_rsp' usageIngo Molnar1-5/+0
2015-03-17x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko1-2/+2