summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-101-1/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
| |\ \ | | |/ | |/|
| | * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | | x86/asm: Add unwind hint annotations to sync_core()Josh Poimboeuf2017-07-181-0/+3
|/ /
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-0/+5
|\ \
| * | x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-141-0/+5
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-0/+8
|\ \
| * | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-0/+8
| |/
* / arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-2/+0
|/
* Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-9/+2
|\
| * x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-111-3/+1
| * x86/cpu: Drop unneded members of struct cpuinfo_x86Mathias Krause2017-03-111-6/+1
* | Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-231-0/+2
|\ \
| * | x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-201-0/+2
| |/
* | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-161-0/+1
* | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-0/+1
* | x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-131-1/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-1/+11
|\
| * x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tssAndy Lutomirski2017-02-211-1/+1
| * x86/asm: Define the kernel TSS limit in a macroAndy Lutomirski2017-02-211-0/+10
* | x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-051-0/+1
|/
* x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov2017-01-091-0/+18
* x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski2016-12-191-22/+58
* x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski2016-12-191-1/+1
* Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-2/+1
|\
| * x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-091-2/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-0/+14
|\ \
| * | x86/cpuid: Provide get_scattered_cpuid_leaf()He Chen2016-11-161-0/+3
| * | x86/cpuid: Cleanup cpuid_regs definitionsHe Chen2016-11-161-0/+11
| |/
* | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-2/+0
* | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
|/
* x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-151-0/+12
* sched/x86: Fix thread_saved_pc()Brian Gerst2016-08-241-8/+2
* sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-241-3/+0
* 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
| |\