aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath1-14/+8
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-09-12tracing/function-graph: x86_64 stack allocation cleanupJiri Olsa1-3/+3
2009-06-18function-graph: add stack frame testSteven Rostedt1-0/+2
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar1-16/+13
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-16/+8
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-16/+3
2009-06-03x86: fix panic with interrupts off (needed for MCE)Andi Kleen1-0/+2
2009-06-03x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen1-0/+5
2009-06-03perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang1-2/+0
2009-05-28x86, mce: enable MCE_INTEL for 32bit new MCEAndi Kleen1-1/+1
2009-05-28x86, mce: use a call vector to call the 64bit mce handlerAndi Kleen1-1/+1
2009-05-08xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge1-0/+5
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-0/+3
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-0/+3
2009-04-18lockdep, x86: account for irqs enabled in paranoid_exitSteven Rostedt1-0/+3
2009-04-10x86, function-graph: only save return values on x86_64Steven Rostedt1-16/+3
2009-04-07perf_counter: x86: self-IPI for pending workPeter Zijlstra1-0/+2
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-2/+4
2009-03-12x86-64: move save_paranoid into .kprobes.textJan Beulich1-0/+2
2009-03-12x86: remove leftover unwind annotationsJan Beulich1-2/+0
2009-03-04x86: UV, SGI RTC: add generic system vectorDimitri Sivanich1-0/+2
2009-02-26Merge branch 'x86/core' into perfcounters/coreIngo Molnar1-16/+9
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/coreIngo Molnar1-37/+35
2009-02-24x86: head_64.S - use GLOBAL macroCyrill Gorcunov1-15/+7
2009-02-24x86: entry_64.S - add missing ENDPROCCyrill Gorcunov1-0/+1
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-1/+1
2009-02-13Merge branch 'x86/core' into perfcounters/coreIngo Molnar1-1/+3
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar1-0/+1
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar1-1/+1
2009-02-05Merge branch 'x86/urgent' into x86/apicIngo Molnar1-0/+1
2009-02-02x86: push old stack address on irqstack for unwinderMartin Hicks1-0/+1
2009-01-30x86: fix paravirt clobber in entry_64.SJeremy Fitzhardinge1-1/+1
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-0/+2
2009-01-23Merge branch 'core/percpu' into perfcounters/coreIngo Molnar1-0/+2
2009-01-21x86: make UV support configurableNick Piggin1-0/+2
2009-01-18Merge branch 'core/percpu' into perfcounters/coreIngo Molnar1-20/+21
2009-01-19x86-64: Move irqcount from PDA to per-cpu.Brian Gerst1-7/+7
2009-01-19x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst1-5/+5
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst1-2/+2
2009-01-19x86-64: Convert irqstacks to per-cpuBrian Gerst1-3/+3
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo1-3/+4
2009-01-11x86-64: remove locked instruction from switch_to()Benjamin LaHaise1-0/+2
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar1-29/+69
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-29/+69
2008-12-17x86: entry_64 - introduce FTRACE_ frame macro v2Cyrill Gorcunov1-50/+7
2008-12-08performance counters: x86 supportIngo Molnar1-0/+5
2008-12-03ftrace: function graph return for function entrySteven Rostedt1-0/+3
2008-12-03ftrace: have function graph use mcount caller addressSteven Rostedt1-0/+1
2008-12-02tracing/function-graph-tracer: support for x86-64Frederic Weisbecker1-0/+74