aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09x86: Factor duplicated code out of __show_regs() into show_regs_common()Andy Isaacson1-14/+2
2009-12-08Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+24
2009-12-05Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar1-0/+7
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-25/+1
2009-11-04x86, fs: Fix x86 procfs stack information for threads on 64-bitStefani Seibold1-0/+5
2009-11-03x86: Make sure we also print a Code: line for show_regs()Arjan van de Ven1-2/+1
2009-10-09x86-64: merge the standard and compat start_thread() functionsH. Peter Anvin1-22/+17
2009-10-09x86-64: make compat_start_thread() match start_thread()H. Peter Anvin1-1/+22
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-15/+21
2009-09-14Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+0
2009-08-04x86, percpu: Collect hot percpu variables into one cachelineTejun Heo1-3/+0
2009-06-17x86-64: move clts into batch cpu state updates when preloading fpuJeremy Fitzhardinge1-9/+18
2009-06-17x86-64: move unlazy_fpu() into lazy cpu state part of context switchJeremy Fitzhardinge1-3/+3
2009-06-17Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-16/+1
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-06-02hw-breakpoints: use the new wrapper routines to access debug registers in process/thread codeK.Prasad1-0/+31
2009-05-12x86: process.c, remove useless headersAmerigo Wang1-2/+0
2009-05-12x86: merge process.c a bitAmerigo Wang1-13/+0
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge1-1/+1
2009-04-07x86, ds: add leakage warningMarkus Metzger1-1/+2
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-29x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge1-1/+1
2009-03-29x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge1-1/+1
2009-03-02x86: unify chunks of kernel/process*.cJeremy Fitzhardinge1-188/+0
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo1-6/+5
2009-02-10Merge branch 'x86/urgent' into core/percpuIngo Molnar1-2/+7
2009-02-04x86, 64-bit: print DMI info in the oops traceKyle McMartin1-2/+7
2009-01-20x86: remove pda.hBrian Gerst1-1/+0
2009-01-20x86: cleanup stack protectorTejun Heo1-7/+0
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar1-8/+14
2009-01-19x86-64: Move isidle from PDA to per-cpu.Brian Gerst1-2/+3
2009-01-19x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst1-3/+5
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst1-2/+2
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-1/+4
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar1-42/+23
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger1-11/+9
2008-12-12x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger1-38/+12
2008-12-08tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functionsFrederic Weisbecker1-1/+3
2008-10-23Merge branch 'linus' into testLen Brown1-95/+104
2008-10-21x86 allow modules to register idle notifiersVenkatesh Pallipadi1-0/+7
2008-10-15Merge branch 'linus' into stackprotectorIngo Molnar1-170/+168
2008-10-13x86: __show_registers() and __show_regs() API unificationPekka Enberg1-2/+5
2008-10-12Merge branches 'core/signal' and 'x86/spinlocks' into x86/xenIngo Molnar1-2/+2
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar1-72/+96
2008-10-12x86: avoid dereferencing beyond stack + THREAD_SIZEDavid Rientjes1-2/+2
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-65/+66
2008-10-06Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar1-0/+1
2008-10-06Merge branch 'x86/pebs' into x86-v28-for-linus-phase1Ingo Molnar1-8/+30