summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \
| * | | ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-231-0/+4
| * | | ftrace: use dynamic patching for updating mcount callsSteven Rostedt2008-05-231-1/+66
| * | | ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo2008-05-231-0/+37
| |/ /
* | / x86_64: fix delayed signalsRoland McGrath2008-07-121-4/+3
| |/ |/|
* | x86: rename threadinfo to TI.Glauber Costa2008-07-091-11/+12
* | x86/paravirt, 64-bit: make load_gs_index() a paravirt operationJeremy Fitzhardinge2008-07-081-2/+2
* | x86/paravirt, 64-bit: add adjust_exception_frameJeremy Fitzhardinge2008-07-081-0/+2
* | x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility ...Jeremy Fitzhardinge2008-07-081-2/+2
* | x86/paravirt, 64-bit: don't restore user rsp within sysretJeremy Fitzhardinge2008-07-081-3/+3