summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor.h
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-121-35/+0
|\ \ \ \
| | * \ \ Merge commit 'v2.6.27-rc7' into x86/microcodeIngo Molnar2008-09-241-0/+23
| | |\ \ \ | | |/ / / | |/| | |
| | * | | x86: moved Intel microcode patch loader declarations to seperate header filePeter Oruba2008-07-281-35/+0
| | | |/ | | |/|
* | | | Merge branch 'x86/pebs' into x86/unify-cpu-detectIngo Molnar2008-09-101-3/+9
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/pebsIngo Molnar2008-07-251-10/+5
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86, ptrace: PEBS supportMarkus Metzger2008-05-121-3/+9
| | |_|/ | |/| |
* | | | x86: cpu make amd.c more like amd_64.c v2Yinghai Lu2008-09-081-1/+1
* | | | x86: make detect_ht depend on CONFIG_X86_HTYinghai Lu2008-09-051-4/+0
* | | | Merge branch 'x86/x2apic' into x86/coreIngo Molnar2008-09-051-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-09-041-0/+23
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86: use cpuid vector 0xb when available for detecting cpu topologySuresh Siddha2008-08-231-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86/cpu' into x86/coreIngo Molnar2008-09-051-1/+1
|\ \ \ \
| * | | | x86: make (early)_identify_cpu more the same between 32bit and 64 bitYinghai Lu2008-09-041-1/+1
| | |/ / | |/| |
* | | | Merge branch 'x86/xsave' into x86/coreIngo Molnar2008-09-051-1/+19
|\ \ \ \
| * | | | Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-041-0/+23
| |\| | |
| * | | | x86, xsave: struct _fpstate extensions to include extended state informationSuresh Siddha2008-07-301-1/+6
| * | | | x86, xsave: context switch support using xsave/xrstorSuresh Siddha2008-07-301-0/+1
| * | | | x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-301-0/+12
* | | | | Merge branch 'x86/cpu' into x86/coreH. Peter Anvin2008-09-041-0/+23
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | x86: invalidate caches before going into suspendMark Langsdorf2008-08-151-0/+23
| | |/ / | |/| |
| | | |
| \ \ \
*-. | | | Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/coreIngo Molnar2008-08-141-0/+4
|\ \| | | | |_|/ / |/| | |
| * | | Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar2008-08-141-1/+1
| |\| |
| * | | x86: common.c declare idle_regs before they get usedJaswinder Singh2008-07-221-0/+2
| * | | x86: proc.c declare cpuinfo_op before they get usedJaswinder Singh2008-07-221-0/+2
* | | | Merge branch 'linus' into x86/header-guardsIngo Molnar2008-07-261-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_varMike Travis2008-07-201-1/+1
* | | | x86: consolidate header guardsVegard Nossum2008-07-221-3/+3
|/ / /
* / / x86: reduce force_mwait visibilityJan Beulich2008-07-181-2/+0
|/ /
* | ACPI : Create "idle=nomwait" bootparamZhao Yakui2008-07-161-0/+1
* | ACPI: Create "idle=halt" bootparamZhao Yakui2008-07-161-0/+1
* | x86_64: fix non-paravirt compilationJeremy Fitzhardinge2008-07-081-3/+0
* | x86/paravirt, 64-bit: add adjust_exception_frameJeremy Fitzhardinge2008-07-081-0/+2
* | x86: change identify_cpu to staticYinghai Lu2008-07-081-1/+0
* | x86: seperate funcs from setup_64 to cpu common_64.cYinghai Lu2008-07-081-0/+1
* | x86: cacheline_align tss_structRichard Kennedy2008-07-041-5/+1
|/
* x86: remove Xgt_desc_structAdrian Bunk2008-04-301-3/+0
* fix idle (arch, acpi and apm) and lockdepPeter Zijlstra2008-04-271-0/+1
* x86: remove NexGen supportDmitri Vorobiev2008-04-261-1/+0
* x86, fpu: lazy allocation of FPU area - v5Suresh Siddha2008-04-191-0/+2
* x86, fpu: split FPU state from task struct - v5Suresh Siddha2008-04-191-3/+4
* x86: implement prctl PR_GET_TSC and PR_SET_TSCErik Bosman2008-04-191-0/+7
* include/asm-x86/processor.h: checkpatch cleanups - formatting onlyJoe Perches2008-04-171-35/+38
* x86: processor.h - use PAGE_SIZE instead of numeric valueCyrill Gorcunov2008-04-171-1/+1
* x86: prevent unconditional writes to DebugCtl MSRJan Beulich2008-04-171-0/+9
* x86: cleanup duplicate includesJoe Perches2008-04-171-2/+1
* x86: introduce initial apicidYinghai Lu2008-04-171-0/+1
* x86: add comments to processor.hIngo Molnar2008-04-171-23/+28
* x86: remove cpu_llc_id from processor.hGlauber Costa2008-04-171-3/+1
* x86: provide hlt_works function.Glauber Costa2008-04-171-0/+9