summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
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-22Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2013-02-21Merge 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-01-31x86/common.c: Make have_cpuid_p() a global functionFenghua Yu1-0/+8
2013-01-29x86, 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-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+22
2012-11-29x86, cleanups: Simplify sync_core() in the case of no CPUIDH. Peter Anvin1-10/+21
2012-11-29x86, 386 removal: Remove CONFIG_M386 from KconfigH. Peter Anvin1-1/+1
2012-11-28death 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-09-30x86: 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
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi1-0/+2
2012-06-27x86/tlb_info: get last level TLB entry number of CPUAlex Shi1-0/+11
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+6
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-3/+0
2012-05-08x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen1-1/+6
2012-05-08x86: Use kick_all_cpus_sync()Thomas Gleixner1-2/+0
2012-03-30x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown1-10/+0
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+8
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+30
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+30
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds1-63/+0
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-1/+1
2012-03-13Merge branch 'x86/x32' into x86/cleanupsIngo Molnar1-2/+8
2012-02-28x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker1-63/+0
2012-02-20x86-64: Add prototype for old_rsp to a header fileH. J. Lu1-0/+6
2012-02-20x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin1-2/+2
2012-02-20i387: support lazy restore of FPU stateLinus Torvalds1-1/+2
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds1-0/+1
2012-02-12x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu1-0/+1
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-2/+0
2011-10-14x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen1-1/+3