summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2014-08-05Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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-30x86/xsaves: Change compacted format xsave area headerFenghua Yu1-2/+2
2014-03-07x86: Keep thread_info on thread stack in x86_32Steven Rostedt1-0/+9
2014-01-21Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17
2014-01-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2014-01-21Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2014-01-20x86/intel/mpx: Remove unused LWP structureIngo Molnar1-8/+2
2014-01-07x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-04x86, cpu: Detect more TLB configurationKirill A. Shutemov1-0/+1
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra1-23/+0
2013-12-07x86, 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/k...Linus Torvalds1-0/+15
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2013-08-07x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi 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-15x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-07-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2013-06-07x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-1/+2
2013-05-14x86: 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
2013-04-02x86, cpu: Convert FDIV bug detectionBorislav Petkov1-1/+0
2013-04-02x86, cpu: Convert F00F bug detectionBorislav Petkov1-1/+0
2013-04-02x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov1-1/+1
2013-02-23Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2013-02-22Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+6
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown1-10/+0
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown1-1/+1
2013-02-10xen idle: make xen-specific macro xen-specificLen Brown1-1/+5
2013-02-01x86/common.c: Make have_cpuid_p() a global functionFenghua Yu1-0/+8
2013-01-30x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin1-0/+1
2013-01-10x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-12-12Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+22
2012-11-30x86, cleanups: Simplify sync_core() in the case of no CPUIDH. Peter Anvin1-10/+21
2012-11-30x86, 386 removal: Remove CONFIG_M386 from KconfigH. Peter Anvin1-1/+1
2012-11-29death to idle_regs()Al Viro1-2/+0
2012-11-13x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMDAndreas Herrmann1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2012-10-01x86: split ret_from_forkAl Viro1-5/+0
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov1-0/+2
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell1-1/+0