aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+3
2008-07-08x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode()Jeremy Fitzhardinge1-6/+11
2008-07-08x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right placeJeremy Fitzhardinge1-0/+9
2008-07-08x86: remove open-coded save/load segment operationsJeremy Fitzhardinge1-13/+15
2008-07-08Merge commit 'v2.6.26-rc9' into x86/cpuIngo Molnar1-1/+5
2008-06-23Merge branch 'linus' into tracing/ftraceIngo Molnar1-0/+1
2008-06-19x86: fix NULL pointer deref in __switch_toSuresh Siddha1-0/+1
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar1-1/+4
2008-06-10x86: move more common idle functions/variables to process.cThomas Gleixner1-28/+0
2008-06-10x86: simplify idle selectionThomas Gleixner1-5/+2
2008-06-04x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stackSuresh Siddha1-1/+4
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt1-0/+3
2008-04-27fix idle (arch, acpi and apm) and lockdepPeter Zijlstra1-120/+3
2008-04-24"make namespacecheck" fixesIngo Molnar1-1/+1
2008-04-19x86, fpu: lazy allocation of FPU area - v5Suresh Siddha1-0/+4
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha1-1/+1
2008-04-19x86: implement prctl PR_GET_TSC and PR_SET_TSCErik Bosman1-0/+68
2008-04-17x86: improve default idleIngo Molnar1-8/+0
2008-04-17x86: prevent unconditional writes to DebugCtl MSRJan Beulich1-2/+2
2008-04-17x86: de-macro start_thread()Ingo Molnar1-0/+15
2008-04-10x86: Simplify cpu_idle_waitVenki Pallipadi1-36/+11
2008-02-29x86: disable BTS ptrace extensions for nowIngo Molnar1-0/+2
2008-02-26x86: fix execve with -fstack-protectIngo Molnar1-3/+3
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-01-30x86: fix section mismatch warning in process_*.cSam Ravnborg1-1/+1
2008-01-30x86: remove unneded castsJan Engelhardt1-1/+1
2008-01-30x86: move warning message of polling idle and HT enabledHiroshi Shimamoto1-5/+12
2008-01-30x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen1-1/+10
2008-01-30x86: make printk_address regs->ip always reliableArjan van de Ven1-1/+1
2008-01-30x86: add the capability to print fuzzy backtracesArjan van de Ven1-2/+2
2008-01-30x86: move out tick_nohz_stop_sched_tick() call from the loopHiroshi Shimamoto1-2/+1
2008-01-30x86: x86 user_regset cleanupRoland McGrath1-19/+0
2008-01-30x86: provide 64-bit with a load_sp0 function.Glauber de Oliveira Costa1-1/+1
2008-01-30x86: unify tss_structGlauber de Oliveira Costa1-1/+1
2008-01-30x86, ptrace: remove bad commentMarkus Metzger1-4/+0
2008-01-30x86: introduce fill_ldtGlauber de Oliveira Costa1-2/+1
2008-01-30x86: unify desc_structGlauber de Oliveira Costa1-1/+1
2008-01-30x86, ptrace: support for branch trace store(BTS)Markus Metzger1-3/+23
2008-01-30x86: put together equal pieces of system.hGlauber de Oliveira Costa1-1/+1
2008-01-30x86: clean up process_32/64.cHiroshi Shimamoto1-99/+98
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-8/+8
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-22/+22
2008-01-30x86: debugctlmsr context switchRoland McGrath1-0/+3
2008-01-30x86 single_step: TIF_FORCED_TFRoland McGrath1-5/+0
2008-01-30x86: TLS cleanupRoland McGrath1-1/+2
2008-01-30x86: use get_desc_baseRoland McGrath1-5/+1
2008-01-30x86: randomize brkJiri Kosina1-0/+7
2008-01-30x86: remove dead code and exportsThomas Gleixner1-7/+0
2008-01-30x86: enable irq in default_idle on 64-bitHiroshi Shimamoto1-2/+2
2008-01-30x86: idle wakeup event in the HLT loopIngo Molnar1-3/+10