summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
...
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2017-11-021-0/+6
* | x86/entry/64: Remove thread_struct::sp0Andy Lutomirski2017-11-021-19/+9
* | x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski2017-11-021-0/+2
* | x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-021-5/+4
* | x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski2017-11-021-7/+0
|/
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-4/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-4/+16
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+1
| |\
| * | x86/mm: Allow userspace have mappings above 47-bitKirill A. Shutemov2017-07-211-2/+2
| * | x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2017-07-211-2/+5
| * | x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov2017-07-211-0/+3
| * | x86/mm: Add SME support for read_cr3_pa()Tom Lendacky2017-07-181-0/+5
| * | x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-1/+2
* | | x86/lguest: Remove lguest supportJuergen Gross2017-08-241-1/+1
* | | 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