aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-17x86/asm/entry: Simplify task_pt_regs() macro definitionDenys Vlasenko1-14/+6
2015-03-17x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1Andy Lutomirski1-3/+18
2015-03-17x86/asm/entry: Unify and fix initial thread_struct::sp0 valuesAndy Lutomirski1-2/+5
2015-03-17x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski1-1/+2
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32Andy Lutomirski1-1/+10
2015-03-06x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss'Andy Lutomirski1-20/+0
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski1-2/+2
2015-03-06x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski1-0/+5
2015-02-25x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr1-0/+3
2015-02-23x86/asm: Cleanup prefetch primitivesBorislav Petkov1-9/+7
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-33/+0
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+7
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen1-0/+18
2014-11-18x86, mpx: Rename cfg_reg_u and status_regDave Hansen1-4/+4
2014-11-18x86: mpx: Give bndX registers actual namesDave Hansen1-3/+4
2014-11-10x86_64: Add a comment explaining the TASK_SIZE_MAX guard pageAndy Lutomirski1-1/+7
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich1-2/+2
2014-08-13Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-08-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-07-31x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen1-1/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+2
2014-05-29x86/xsaves: Change compacted format xsave area headerFenghua Yu1-2/+2
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt1-0/+9
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17
2014-01-20Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-01-20x86/intel/mpx: Remove unused LWP structureIngo Molnar1-8/+2
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03x86, cpu: Detect more TLB configurationKirill A. Shutemov1-0/+1
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra1-23/+0
2013-12-06x86, xsave: Support eager-only xsave features, add MPX supportQiaowei Ren1-0/+23
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta1-0/+9
2013-09-04Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+15
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen1-1/+1
2013-08-05x86: Introduce hypervisor_cpuid_base()Jason Wang1-0/+15
2013-07-26cpufreq: Remove unused APERF/MPERF supportStratos Karafotis1-29/+0
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-07-02Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-1/+2
2013-05-13x86: Extend #DF debugging aid to 64-bitBorislav Petkov1-1/+1
2013-04-02x86, cpu: Convert AMD Erratum 400Borislav Petkov1-19/+0
2013-04-02x86, cpu: Convert AMD Erratum 383Borislav Petkov1-1/+0
2013-04-02x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov1-1/+0