summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)Author
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2014-01-20Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-20x86/intel/mpx: Remove unused LWP structureIngo Molnar
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03x86, cpu: Detect more TLB configurationKirill A. Shutemov
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra
2013-12-06x86, xsave: Support eager-only xsave features, add MPX supportQiaowei Ren
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta
2013-09-04Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen
2013-08-05x86: Introduce hypervisor_cpuid_base()Jason Wang
2013-07-26cpufreq: Remove unused APERF/MPERF supportStratos Karafotis
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2013-07-02Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin
2013-05-13x86: Extend #DF debugging aid to 64-bitBorislav Petkov
2013-04-02x86, cpu: Convert AMD Erratum 400Borislav Petkov
2013-04-02x86, cpu: Convert AMD Erratum 383Borislav Petkov
2013-04-02x86, cpu: Convert Cyrix coma bug detectionBorislav Petkov
2013-04-02x86, cpu: Convert FDIV bug detectionBorislav Petkov
2013-04-02x86, cpu: Convert F00F bug detectionBorislav Petkov
2013-04-02x86, cpu: Expand cpufeature facility to include cpu bugsBorislav Petkov
2013-02-22Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown
2013-02-10xen idle: make xen-specific macro xen-specificLen Brown
2013-01-31x86/common.c: Make have_cpuid_p() a global functionFenghua Yu
2013-01-29x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin
2013-01-10x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-11-29x86, cleanups: Simplify sync_core() in the case of no CPUIDH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_M386 from KconfigH. Peter Anvin
2012-11-28death to idle_regs()Al Viro
2012-11-13x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMDAndreas Herrmann
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-09-30x86: split ret_from_forkAl Viro
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi
2012-06-27x86/tlb_info: get last level TLB entry number of CPUAlex Shi
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha