summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/process_64.c
AgeCommit message (Expand)Author
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar
2008-07-31x86: add KERN_INFO to printks on process_64.cGustavo F. Padovan
2008-07-31x86: coding styles fixes to arch/x86/kernel/process_64.cGustavo F. Padovan
2008-07-25Merge branch 'linus' into x86/pebsIngo Molnar
2008-07-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-07-22x86: Introducing asm/syscalls.hJaswinder Singh
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner
2008-07-16x86: clean up formatting of __switch_toJeremy Fitzhardinge
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar
2008-07-08x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode()Jeremy Fitzhardinge
2008-07-08x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right placeJeremy Fitzhardinge
2008-07-08x86: remove open-coded save/load segment operationsJeremy Fitzhardinge
2008-07-08Merge commit 'v2.6.26-rc9' into x86/cpuIngo Molnar
2008-06-25Merge branch 'linus' into x86/pebstip-x86-pebs-2008-06-25_10.32_WedIngo Molnar
2008-06-25Merge branch 'linus' into stackprotectortip-stackprotector-2008-06-25_10.27_WedIngo Molnar
2008-06-23Merge branch 'linus' into tracing/ftracetip-tracing-ftrace-2008-06-23_09.11_MonIngo Molnar
2008-06-19x86: fix NULL pointer deref in __switch_toSuresh Siddha
2008-06-16Merge branch 'linus' into tracing/ftracetip-tracing-ftrace-2008-06-16_09.26_Montip-tracing-ftrace-2008-06-16_09.16_MonIngo Molnar
2008-06-10x86: move more common idle functions/variables to process.cThomas Gleixner
2008-06-10x86: simplify idle selectionThomas Gleixner
2008-06-04x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stackSuresh Siddha
2008-05-26x86: fix the stackprotector canary of the boot CPUIngo Molnar
2008-05-26stackprotector: add boot_init_stack_canary()Ingo Molnar
2008-05-26x86: fix canary of the boot CPU's idle taskIngo Molnar
2008-05-26x86: setup stack canary for the idle threadsArjan van de Ven
2008-05-26x86: fix stackprotector canary updates during context switchesIngo Molnar
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt
2008-05-17x86: PEBS cleanupIngo Molnar
2008-05-12x86, ptrace: PEBS supportMarkus Metzger
2008-04-27fix idle (arch, acpi and apm) and lockdepPeter Zijlstra
2008-04-24"make namespacecheck" fixesIngo Molnar
2008-04-19x86, fpu: lazy allocation of FPU area - v5Suresh Siddha
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha
2008-04-19x86: implement prctl PR_GET_TSC and PR_SET_TSCErik Bosman
2008-04-17x86: improve default idleIngo Molnar
2008-04-17x86: prevent unconditional writes to DebugCtl MSRJan Beulich
2008-04-17x86: de-macro start_thread()Ingo Molnar
2008-04-10x86: Simplify cpu_idle_waitVenki Pallipadi
2008-02-29x86: disable BTS ptrace extensions for nowIngo Molnar
2008-02-26x86: fix execve with -fstack-protectIngo Molnar
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells
2008-01-30x86: fix section mismatch warning in process_*.cSam Ravnborg
2008-01-30x86: remove unneded castsJan Engelhardt
2008-01-30x86: move warning message of polling idle and HT enabledHiroshi Shimamoto
2008-01-30x86: use the correct cpuid method to detect MWAIT support for C statesAndi Kleen
2008-01-30x86: make printk_address regs->ip always reliableArjan van de Ven
2008-01-30x86: add the capability to print fuzzy backtracesArjan van de Ven
2008-01-30x86: move out tick_nohz_stop_sched_tick() call from the loopHiroshi Shimamoto
2008-01-30x86: x86 user_regset cleanupRoland McGrath