summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86: push old stack address on irqstack for unwinderMartin Hicks2009-02-021-0/+1
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-29/+69
|\
| * x86: entry_64 - introduce FTRACE_ frame macro v2Cyrill Gorcunov2008-12-171-50/+7
| * ftrace: function graph return for function entrySteven Rostedt2008-12-031-0/+3
| * ftrace: have function graph use mcount caller addressSteven Rostedt2008-12-031-0/+1
| * tracing/function-graph-tracer: support for x86-64Frederic Weisbecker2008-12-021-0/+74
| * ftrace: add quick function trace stopSteven Rostedt2008-11-061-0/+5
* | x86: ret_from_fork - get rid of jump backIngo Molnar2008-11-281-15/+16
* | Merge branch 'x86/debug' into x86/irqIngo Molnar2008-11-281-0/+3
|\ \
| * | x86, debug: remove the confusing entry in call tracejia zhang2008-11-231-0/+1
| * | x86: add two missing unwind annotationsJan Beulich2008-10-301-0/+2
| |/
* | x86: entry_64.S - trivial: space, comments fixupCyrill Gorcunov2008-11-281-46/+48
* | x86: uv bau interrupt -- use proper interrupt numberCyrill Gorcunov2008-11-281-1/+1
* | x86: entry_64.S - use ENTRY to define child_ripCyrill Gorcunov2008-11-271-1/+1
* | x86: entry_64.S - use X86_EFLAGS_IF instead of hardcoded numbergorcunov@gmail.com2008-11-271-1/+1
* | x86_64: get rid of the use of KPROBE_ENTRY / KPROBE_ENDAlexander van Heukelum2008-11-271-224/+220
* | x86: KPROBE_ENTRY should be paired wth KPROBE_ENDAlexander van Heukelum2008-11-231-9/+7
* | x86: include ENTRY/END in entry handlers in entry_64.SAlexander van Heukelum2008-11-231-150/+109
* | x86: move dwarf2 related macro to dwarf2.hCyrill Gorcunov2008-11-231-23/+0
* | x86: split out some macro's and move common code to paranoid_exit, fixAlexander van Heukelum2008-11-221-2/+5
* | x86: entry_64.S: split out some macro's and move common code to paranoid_exitAlexander van Heukelum2008-11-211-51/+51
* | x86: entry_64.S: factor out save_paranoid and paranoid_exitAlexander van Heukelum2008-11-211-49/+102
* | x86: introduce save_rest and restructure the PTREGSCALL macro in entry_64.SAlexander van Heukelum2008-11-211-38/+53
* | x86: entry_64.S: renameIngo Molnar2008-11-211-35/+36
* | x86: clean up after: move entry_64.S register saving out of the macros, fixIngo Molnar2008-11-211-27/+27
* | x86: clean up after: move entry_64.S register saving out of the macrosAlexander van Heukelum2008-11-201-108/+112
* | x86: move entry_64.S register saving out of the macrosAlexander van Heukelum2008-11-201-134/+166
* | Merge branch 'x86/cleanups' into x86/irqIngo Molnar2008-11-201-95/+95
|\ \
| * | x86: entry_64.S: remove whitespace at end of linesAlexander van Heukelum2008-11-171-95/+95
| |/
* | x86: irq: fix apicinterrupts on 64 bitsAlexander van Heukelum2008-11-131-2/+6
* | x86: fix up the new IRQ code for older versions of gasH. Peter Anvin2008-11-121-2/+2
* | x86: 64 bits: shrink and align IRQ stubsH. Peter Anvin2008-11-111-3/+45
|/
* ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-201-2/+2
* ftrace: x86 mcount stubSteven Rostedt2008-10-141-26/+0
* x86, traps: introduce dotraplinkageAlexander van Heukelum2008-10-131-1/+1
* traps: x86_64: add TRACE_IRQS_OFF in paranoidentry macroAlexander van Heukelum2008-10-131-0/+3
* traps: x86_64: add TRACE_IRQS_OFF in error_entryAlexander van Heukelum2008-10-131-1/+2
* x86: set bp field in pt_regs properlyGlauber Costa2008-10-131-0/+7
* x86, 64-bit, dwarf2: push pushes 8 bytes and popf pops 8Alexander van Heukelum2008-07-241-2/+2
* x86_64 ia32 syscall audit fast-pathRoland McGrath2008-07-231-0/+1
* x86_64 syscall audit fast-pathRoland McGrath2008-07-231-0/+48
* x86_64: remove bogus optimization in sysret_signalRoland McGrath2008-07-231-5/+1
*-------. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-5/+115
|\ \ \ \ \
| | | | | * x86_64: adjust exception frame on paranoid exceptionsJeremy Fitzhardinge2008-07-161-0/+6
| | | | | * xen64: implement failsafe callbackJeremy Fitzhardinge2008-07-161-7/+9
| | | | | * xen64: add hypervisor callbacks for events, etcJeremy Fitzhardinge2008-07-161-0/+98
| |_|_|_|/ |/| | | |
| | | | * x86 ptrace: unify syscall tracingRoland McGrath2008-07-161-5/+9
| |_|_|/ |/| | |
* | | | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | x86: convert to generic helpers for IPI function callsJens Axboe2008-06-261-0/+3
| | |/ | |/|
* | | Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-141-0/+106
|\ \ \
OpenPOWER on IntegriCloud