aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)Author
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2017-03-13x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause
2017-03-11x86/cpu: Drop unneded members of struct cpuinfo_x86Mathias Krause
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-02-21x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tssAndy Lutomirski
2017-02-21x86/asm: Define the kernel TSS limit in a macroAndy Lutomirski
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov
2017-01-09x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov
2016-12-19x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski
2016-12-19x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger
2016-11-16x86/cpuid: Provide get_scattered_cpuid_leaf()He Chen
2016-11-16x86/cpuid: Cleanup cpuid_regs definitionsHe Chen
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger
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