aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/processor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-steppingOleg 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/kernel/git/tip/tipLinus Torvalds1-1/+6
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+8
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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/paulg/linuxLinus Torvalds1-63/+0
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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
2011-08-03x86 idle: move mwait_idle_with_hints() to where it is usedLen Brown1-2/+0
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-2/+2
2011-05-29x86 idle: clarify AMD erratum 400 workaroundLen Brown1-2/+2
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu1-4/+0
2011-01-13Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-2/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12Merge branch 'linus' into idle-testLen Brown1-2/+1
2011-01-12ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger1-2/+3
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo1-2/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-21Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-23/+0
2010-10-21Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-10-01x86, amd: Extract compute unit information for AMD CPUsAndreas Herrmann1-0/+2
2010-09-17x86, hotplug: Use mwait to offline a processor, fix the legacy caseH. Peter Anvin1-23/+0
2010-09-09x86: Use correct type for %cr4Brian Gerst1-2/+2
2010-08-02x86: Fix keeping track of AMD C1EMichal Schmidt1-0/+1
2010-07-28x86, cpu: Use AMD errata checking framework for erratum 383Hans Rosenfeld1-0/+1
2010-07-28x86, cpu: Clean up AMD erratum 400 workaroundHans Rosenfeld1-0/+1
2010-07-28x86, cpu: AMD errata checking frameworkHans Rosenfeld1-0/+18
2010-05-20x86, kgdb: early trap init for early debugJan Kiszka1-0/+2
2010-05-18Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+5
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+0
2010-05-10x86: Introduce 'struct fpu' and related APIAvi Kivity1-1/+5