aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-28x86: ret_from_fork - get rid of jump backIngo Molnar1-15/+16
2008-11-28Merge branch 'x86/debug' into x86/irqIngo Molnar1-0/+3
2008-11-28x86: entry_64.S - trivial: space, comments fixupCyrill Gorcunov1-46/+48
2008-11-28x86: uv bau interrupt -- use proper interrupt numberCyrill Gorcunov1-1/+1
2008-11-27x86: entry_64.S - use ENTRY to define child_ripCyrill Gorcunov1-1/+1
2008-11-27x86: entry_64.S - use X86_EFLAGS_IF instead of hardcoded numbergorcunov@gmail.com1-1/+1
2008-11-27x86_64: get rid of the use of KPROBE_ENTRY / KPROBE_ENDAlexander van Heukelum1-224/+220
2008-11-23x86, debug: remove the confusing entry in call tracejia zhang1-0/+1
2008-11-23x86: KPROBE_ENTRY should be paired wth KPROBE_ENDAlexander van Heukelum1-9/+7
2008-11-23x86: include ENTRY/END in entry handlers in entry_64.SAlexander van Heukelum1-150/+109
2008-11-23x86: move dwarf2 related macro to dwarf2.hCyrill Gorcunov1-23/+0
2008-11-22x86: split out some macro's and move common code to paranoid_exit, fixAlexander van Heukelum1-2/+5
2008-11-21x86: entry_64.S: split out some macro's and move common code to paranoid_exitAlexander van Heukelum1-51/+51
2008-11-21x86: entry_64.S: factor out save_paranoid and paranoid_exitAlexander van Heukelum1-49/+102
2008-11-21x86: introduce save_rest and restructure the PTREGSCALL macro in entry_64.SAlexander van Heukelum1-38/+53
2008-11-21x86: entry_64.S: renameIngo Molnar1-35/+36
2008-11-21x86: clean up after: move entry_64.S register saving out of the macros, fixIngo Molnar1-27/+27
2008-11-20x86: clean up after: move entry_64.S register saving out of the macrosAlexander van Heukelum1-108/+112
2008-11-20x86: move entry_64.S register saving out of the macrosAlexander van Heukelum1-134/+166
2008-11-20Merge branch 'x86/cleanups' into x86/irqIngo Molnar1-95/+95
2008-11-17x86: entry_64.S: remove whitespace at end of linesAlexander van Heukelum1-95/+95
2008-11-13x86: irq: fix apicinterrupts on 64 bitsAlexander van Heukelum1-2/+6
2008-11-12x86: fix up the new IRQ code for older versions of gasH. Peter Anvin1-2/+2
2008-11-11x86: 64 bits: shrink and align IRQ stubsH. Peter Anvin1-3/+45
2008-11-06ftrace: add quick function trace stopSteven Rostedt1-0/+5
2008-10-30x86: add two missing unwind annotationsJan Beulich1-0/+2
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-2/+2
2008-10-14ftrace: x86 mcount stubSteven Rostedt1-26/+0
2008-10-13x86, traps: introduce dotraplinkageAlexander van Heukelum1-1/+1
2008-10-13traps: x86_64: add TRACE_IRQS_OFF in paranoidentry macroAlexander van Heukelum1-0/+3
2008-10-13traps: x86_64: add TRACE_IRQS_OFF in error_entryAlexander van Heukelum1-1/+2
2008-10-13x86: set bp field in pt_regs properlyGlauber Costa1-0/+7