summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-07-251-1/+2
|\
| * x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu2016-06-181-1/+1
| * x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu2016-06-181-0/+1
* | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-7/+10
* | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-151-1/+1
* | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-0/+3
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-2/+0
|\
| * x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-1/+0
| * x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-1/+0
* | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-291-2/+9
|/
* x86/cpu: Get rid of compute_unit_idBorislav Petkov2016-03-291-2/+0
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-3/+5
|\
| * x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski2016-03-101-1/+2
| * x86/entry: Only allocate space for tss_struct::SYSENTER_stack if neededAndy Lutomirski2016-03-101-0/+2
| * Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-181-1/+1
| |\
| * | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-2/+1
* | | x86/topology: Create logical package idThomas Gleixner2016-02-291-0/+2
| |/ |/|
* | x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov2016-02-051-1/+1
|/
* x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-0/+1
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-031-1/+1
|\
| * x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar2015-09-081-1/+1
* | x86/asm: Force inlining of cpu_relax()Denys Vlasenko2015-09-251-2/+2
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-8/+0
|\
| * Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar2015-08-171-3/+7
| |\
| * | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-211-8/+0
* | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-311-8/+3
* | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-3/+7
|\ \ \ | | |/ | |/|
| * | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-3/+7
| |/
* | x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-211-1/+1
* | x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-211-2/+0
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-221-143/+17
|\
| * x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2015-06-091-6/+6
| * x86/fpu: Fix FPU state save area alignment bugIngo Molnar2015-05-251-1/+6
| * x86/fpu: Remove the extra fpu__detect() layerIngo Molnar2015-05-191-1/+0
| * x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-191-2/+4
| * x86/fpu: Make task_xstate_cachep staticIngo Molnar2015-05-191-1/+0
| * x86/fpu: Remove the free_thread_xstate() complicationIngo Molnar2015-05-191-1/+0
| * x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar2015-05-191-131/+1
| * x86/fpu: Improve the comment for the fpu::counter fieldIngo Molnar2015-05-191-5/+5
| * x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar2015-05-191-9/+9
| * x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar2015-05-191-1/+1
* | x86/cpu/amd: Give access to the number of nodes in a physical packageAravind Gopalakrishnan2015-06-181-0/+1
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-0/+3
|\
| * x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr2015-02-251-0/+3
* | x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1Andy Lutomirski2015-04-031-11/+11
* | x86/asm/entry/64: Remove thread_struct::userspIngo Molnar2015-03-171-1/+0
* | x86/asm/entry/64: Simplify 'old_rsp' usageIngo Molnar2015-03-171-5/+0
* | x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko2015-03-171-2/+2
* | x86/asm/entry: Simplify task_pt_regs() macro definitionDenys Vlasenko2015-03-171-14/+6
* | x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1Andy Lutomirski2015-03-171-3/+18
OpenPOWER on IntegriCloud