aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/process_64.c
AgeCommit message (Expand)Author
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2012-05-06IA32 emulation: Fix build problem for modular ia32 a.out supportLarry Finger
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-28Disintegrate asm/system.h for X86David Howells
2012-03-26x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-22Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for...Linus Torvalds
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-02-26x86_64: Record stack pointer before task execution beginsSiddhesh Poyarekar
2012-02-25x32: Only clear TIF_X32 flag onceBobby Powers
2012-02-25x32: Make sure TS_COMPAT is cleared for x32 tasksBobby Powers
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds
2012-02-20x32: Handle process creationH. Peter Anvin
2012-02-20x32: Add a thread flag for x32 processesH. Peter Anvin
2012-02-20x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin
2012-02-20i387: support lazy restore of FPU stateLinus Torvalds
2012-02-20i387: fix up some fpu_counter confusionLinus Torvalds
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds
2012-02-16i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds
2012-02-16i387: do not preload FPU state at task switch timeLinus Torvalds
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-12-11x86: Enter rcu extended qs after idle notifier callFrederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-12-05x86: Use kmemdup() in copy_thread(), rather than duplicating its implementationThomas Meyer
2011-10-10x86, nmi: Add in logic to handle multiple events and unknown NMIsDon Zickus
2011-08-03cpuidle: stop depending on pm_idleLen Brown
2011-06-09exec: delay address limit change until point of no returnMathias Krause
2011-03-23x86: mark associated mm when running a task in 32 bit compatibility modeStephen Wilson
2011-01-12cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve...Thomas Renninger
2011-01-04perf: Clean up power events by introducing new, more generic onesThomas Renninger
2010-09-09x86-64, fpu: Disable preemption when using TS_USEDFPUBrian Gerst
2010-06-18x86, perf: Add power_end event to process_*.c cpu_idle routineRobert Schöne
2010-05-18Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-10x86: Introduce 'struct fpu' and related APIAvi Kivity
2010-04-30Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar
2010-04-23x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzeroH. Peter Anvin
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-02-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-02-16x86: set_personality_ia32() misses force_personality32Oleg Nesterov
2010-01-29x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin
2010-01-13x86: Merge show_regs()Brian Gerst
2009-12-28x86: Use KERN_DEFAULT log-level in __show_regs()Pekka Enberg
2009-12-15Merge branch 'x86/asm' into x86/urgentIngo Molnar