summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/entry_64.S
AgeCommit message (Expand)Author
2009-09-22x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-12tracing/function-graph: x86_64 stack allocation cleanupJiri Olsa
2009-06-18function-graph: add stack frame testSteven Rostedt
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-06-03x86: fix panic with interrupts off (needed for MCE)Andi Kleen
2009-06-03x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen
2009-06-03perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang
2009-05-28x86, mce: enable MCE_INTEL for 32bit new MCEAndi Kleen
2009-05-28x86, mce: use a call vector to call the 64bit mce handlerAndi Kleen
2009-05-08xen/x86-64: fix breakpoints and hardware watchpointsJeremy Fitzhardinge
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-18lockdep, x86: account for irqs enabled in paranoid_exitSteven Rostedt
2009-04-10x86, function-graph: only save return values on x86_64Steven Rostedt
2009-04-07perf_counter: x86: self-IPI for pending workPeter Zijlstra
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-03-12x86-64: move save_paranoid into .kprobes.textJan Beulich
2009-03-12x86: remove leftover unwind annotationsJan Beulich
2009-03-04x86: UV, SGI RTC: add generic system vectorDimitri Sivanich
2009-02-26Merge branch 'x86/core' into perfcounters/coreIngo Molnar
2009-02-24Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar
2009-02-24x86: head_64.S - use GLOBAL macroCyrill Gorcunov
2009-02-24x86: entry_64.S - add missing ENDPROCCyrill Gorcunov
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge
2009-02-13Merge branch 'x86/core' into perfcounters/coreIngo Molnar
2009-02-11Merge commit 'v2.6.29-rc4' into perfcounters/coreIngo Molnar
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar
2009-02-05Merge branch 'x86/urgent' into x86/apicIngo Molnar
2009-02-02x86: push old stack address on irqstack for unwinderMartin Hicks
2009-01-30x86: fix paravirt clobber in entry_64.SJeremy Fitzhardinge
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar
2009-01-23Merge branch 'core/percpu' into perfcounters/coreIngo Molnar
2009-01-21x86: make UV support configurableNick Piggin
2009-01-18Merge branch 'core/percpu' into perfcounters/coreIngo Molnar
2009-01-19x86-64: Move irqcount from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Convert irqstacks to per-cpuBrian Gerst
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo
2009-01-11x86-64: remove locked instruction from switch_to()Benjamin LaHaise
2008-12-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-17x86: entry_64 - introduce FTRACE_ frame macro v2Cyrill Gorcunov
2008-12-08performance counters: x86 supportIngo Molnar
2008-12-03ftrace: function graph return for function entrySteven Rostedt
2008-12-03ftrace: have function graph use mcount caller addressSteven Rostedt
2008-12-02tracing/function-graph-tracer: support for x86-64Frederic Weisbecker