aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-07-24x86, 64-bit, dwarf2: push pushes 8 bytes and popf pops 8Alexander van Heukelum1-2/+2
2008-07-23x86_64 ia32 syscall audit fast-pathRoland McGrath1-0/+1
2008-07-23x86_64 syscall audit fast-pathRoland McGrath1-0/+48
2008-07-23x86_64: remove bogus optimization in sysret_signalRoland McGrath1-5/+1
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-5/+115
2008-07-16x86 ptrace: unify syscall tracingRoland McGrath1-5/+9
2008-07-16x86_64: adjust exception frame on paranoid exceptionsJeremy Fitzhardinge1-0/+6
2008-07-16xen64: implement failsafe callbackJeremy Fitzhardinge1-7/+9
2008-07-16xen64: add hypervisor callbacks for events, etcJeremy Fitzhardinge1-0/+98
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-0/+3
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+106
2008-07-12x86_64: fix delayed signalsRoland McGrath1-4/+3
2008-07-09x86: rename threadinfo to TI.Glauber Costa1-11/+12