summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-291-1/+6
|\
| * x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen2012-05-081-1/+6
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+0
|\ \
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-3/+0
| |/
* / x86: Use kick_all_cpus_sync()Thomas Gleixner2012-05-081-2/+0
|/
* x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-03-301-10/+0
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-1/+1
|\
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-1/+1
| * Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-131-2/+8
| |\
* | \ Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-2/+8
|\ \ \ | | |/ | |/|
| * | x86-64: Add prototype for old_rsp to a header fileH. J. Lu2012-02-201-0/+6
| * | x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-201-2/+2
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+30
|\ \ \
| * | | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+30
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-63/+0
|\ \ \ \ | |/ / / |/| | |
| * | | x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2012-02-281-63/+0
| | |/ | |/|
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-221-0/+1
|\ \ \ | |/ / |/| |
| * | x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu2012-02-121-0/+1
| |/
* | i387: support lazy restore of FPU stateLinus Torvalds2012-02-201-1/+2
* | i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-181-0/+1
|/
* x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-211-2/+0
* x86, intel: Output microcode revision in /proc/cpuinfoAndi Kleen2011-10-141-1/+3
* x86 idle: move mwait_idle_with_hints() to where it is usedLen Brown2011-08-031-2/+0
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-291-2/+2
|\
| * x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-291-2/+2
* | x86: Move llc_shared_map out of cpu_infoYinghai Lu2011-01-261-4/+0
|/
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-131-2/+3
|\
| * Merge branch 'linus' into idle-testLen Brown2011-01-121-2/+1
| |\
| * | ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger2011-01-121-2/+3
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ \ | |_|/ |/| |
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
| |/
* / x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-301-2/+1
|/
* Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-23/+0
|\
| * x86, hotplug: Use mwait to offline a processor, fix the legacy caseH. Peter Anvin2010-09-171-23/+0
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-211-2/+2
|\ \
| * | x86: Use correct type for %cr4Brian Gerst2010-09-091-2/+2
| |/
* / x86, amd: Extract compute unit information for AMD CPUsAndreas Herrmann2010-10-011-0/+2
|/
* x86: Fix keeping track of AMD C1EMichal Schmidt2010-08-021-0/+1
* x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld2010-07-281-0/+1
* x86, cpu: Clean up AMD erratum 400 workaroundHans Rosenfeld2010-07-281-0/+1
* x86, cpu: AMD errata checking frameworkHans Rosenfeld2010-07-281-0/+18
* x86, kgdb: early trap init for early debugJan Kiszka2010-05-201-0/+2
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-1/+5
|\
| * x86: Introduce 'struct fpu' and related APIAvi Kivity2010-05-101-1/+5
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-4/+0
|\ \
| * | x86: Clean up the hypervisor layerH. Peter Anvin2010-05-071-7/+0
| * | x86: Detect running on a Microsoft HyperV systemKy Srinivasan2010-05-061-0/+3
| |/
* | x86, ptrace: Fix block-stepPeter Zijlstra2010-03-261-2/+2
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-32/+1
|/
* hw-breakpoint: Keep track of dr7 local enable bitsFrederic Weisbecker2010-02-191-0/+2