aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-04x86, fs: Fix x86 procfs stack information for threads on 64-bitStefani Seibold1-0/+5
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-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-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
2008-09-24Merge commit 'v2.6.27-rc7' into x86/pebsIngo Molnar1-3/+2
2008-09-23x86: prevent stale state of c1e_mask across CPU offline/onlineThomas Gleixner1-0/+2
2008-09-05x86: build fix for !CONFIG_SMPAlex Nixon1-0/+7
2008-08-25x86: unify x86_32 and x86_64 play_dead into one functionAlex Nixon1-23/+0
2008-08-25x86: add cpu hotplug hooks into smp_opsAlex Nixon1-2/+2
2008-08-20Merge branch 'linus' into x86/cleanupsIngo Molnar1-3/+2
2008-08-15x86: invalidate caches before going into suspendMark Langsdorf1-3/+2
2008-08-14Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar1-1/+1
2008-07-31x86: add KERN_INFO to printks on process_64.cGustavo F. Padovan1-15/+17
2008-07-31x86: coding styles fixes to arch/x86/kernel/process_64.cGustavo F. Padovan1-51/+50
2008-07-25Merge branch 'linus' into x86/pebsIngo Molnar1-77/+65