Age | Commit message (Expand) | Author | Files | Lines |
2009-02-24 | Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '... | Ingo Molnar | 1 | -37/+35 |
2009-02-24 | x86: head_64.S - use GLOBAL macro | Cyrill Gorcunov | 1 | -15/+7 |
2009-02-24 | x86: entry_64.S - add missing ENDPROC | Cyrill Gorcunov | 1 | -0/+1 |
2009-02-13 | x86: use _types.h headers in asm where available | Jeremy Fitzhardinge | 1 | -1/+1 |
2009-02-09 | Merge branch 'x86/paravirt' into x86/apic | Ingo Molnar | 1 | -1/+1 |
2009-02-06 | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 1 | -0/+1 |
2009-02-03 | x86: push old stack address on irqstack for unwinder | Martin Hicks | 1 | -0/+1 |
2009-01-31 | x86: fix paravirt clobber in entry_64.S | Jeremy Fitzhardinge | 1 | -1/+1 |
2009-01-29 | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/... | Ingo Molnar | 1 | -0/+2 |
2009-01-21 | x86: make UV support configurable | Nick Piggin | 1 | -0/+2 |
2009-01-18 | x86-64: Move irqcount from PDA to per-cpu. | Brian Gerst | 1 | -7/+7 |
2009-01-18 | x86-64: Move oldrsp from PDA to per-cpu. | Brian Gerst | 1 | -5/+5 |
2009-01-18 | x86-64: Move kernelstack from PDA to per-cpu. | Brian Gerst | 1 | -2/+2 |
2009-01-18 | x86-64: Convert irqstacks to per-cpu | Brian Gerst | 1 | -3/+3 |
2009-01-16 | x86: merge 64 and 32 SMP percpu handling | Tejun Heo | 1 | -3/+4 |
2009-01-11 | x86-64: remove locked instruction from switch_to() | Benjamin LaHaise | 1 | -0/+2 |
2008-12-28 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -29/+69 |
2008-12-17 | x86: entry_64 - introduce FTRACE_ frame macro v2 | Cyrill Gorcunov | 1 | -50/+7 |
2008-12-03 | ftrace: function graph return for function entry | Steven Rostedt | 1 | -0/+3 |
2008-12-03 | ftrace: have function graph use mcount caller address | Steven Rostedt | 1 | -0/+1 |
2008-12-02 | tracing/function-graph-tracer: support for x86-64 | Frederic Weisbecker | 1 | -0/+74 |
2008-11-28 | x86: ret_from_fork - get rid of jump back | Ingo Molnar | 1 | -15/+16 |
2008-11-28 | Merge branch 'x86/debug' into x86/irq | Ingo Molnar | 1 | -0/+3 |
2008-11-28 | x86: entry_64.S - trivial: space, comments fixup | Cyrill Gorcunov | 1 | -46/+48 |
2008-11-28 | x86: uv bau interrupt -- use proper interrupt number | Cyrill Gorcunov | 1 | -1/+1 |
2008-11-27 | x86: entry_64.S - use ENTRY to define child_rip | Cyrill Gorcunov | 1 | -1/+1 |
2008-11-27 | x86: entry_64.S - use X86_EFLAGS_IF instead of hardcoded number | gorcunov@gmail.com | 1 | -1/+1 |
2008-11-27 | x86_64: get rid of the use of KPROBE_ENTRY / KPROBE_END | Alexander van Heukelum | 1 | -224/+220 |
2008-11-23 | x86, debug: remove the confusing entry in call trace | jia zhang | 1 | -0/+1 |
2008-11-23 | x86: KPROBE_ENTRY should be paired wth KPROBE_END | Alexander van Heukelum | 1 | -9/+7 |
2008-11-23 | x86: include ENTRY/END in entry handlers in entry_64.S | Alexander van Heukelum | 1 | -150/+109 |
2008-11-23 | x86: move dwarf2 related macro to dwarf2.h | Cyrill Gorcunov | 1 | -23/+0 |
2008-11-22 | x86: split out some macro's and move common code to paranoid_exit, fix | Alexander van Heukelum | 1 | -2/+5 |
2008-11-21 | x86: entry_64.S: split out some macro's and move common code to paranoid_exit | Alexander van Heukelum | 1 | -51/+51 |
2008-11-21 | x86: entry_64.S: factor out save_paranoid and paranoid_exit | Alexander van Heukelum | 1 | -49/+102 |
2008-11-21 | x86: introduce save_rest and restructure the PTREGSCALL macro in entry_64.S | Alexander van Heukelum | 1 | -38/+53 |
2008-11-21 | x86: entry_64.S: rename | Ingo Molnar | 1 | -35/+36 |
2008-11-21 | x86: clean up after: move entry_64.S register saving out of the macros, fix | Ingo Molnar | 1 | -27/+27 |
2008-11-20 | x86: clean up after: move entry_64.S register saving out of the macros | Alexander van Heukelum | 1 | -108/+112 |
2008-11-20 | x86: move entry_64.S register saving out of the macros | Alexander van Heukelum | 1 | -134/+166 |
2008-11-20 | Merge branch 'x86/cleanups' into x86/irq | Ingo Molnar | 1 | -95/+95 |
2008-11-17 | x86: entry_64.S: remove whitespace at end of lines | Alexander van Heukelum | 1 | -95/+95 |
2008-11-14 | x86: irq: fix apicinterrupts on 64 bits | Alexander van Heukelum | 1 | -2/+6 |
2008-11-12 | x86: fix up the new IRQ code for older versions of gas | H. Peter Anvin | 1 | -2/+2 |
2008-11-12 | x86: 64 bits: shrink and align IRQ stubs | H. Peter Anvin | 1 | -3/+45 |
2008-11-06 | ftrace: add quick function trace stop | Steven Rostedt | 1 | -0/+5 |
2008-10-30 | x86: add two missing unwind annotations | Jan Beulich | 1 | -0/+2 |
2008-10-20 | ftrace: rename FTRACE to FUNCTION_TRACER | Steven Rostedt | 1 | -2/+2 |
2008-10-14 | ftrace: x86 mcount stub | Steven Rostedt | 1 | -26/+0 |
2008-10-13 | x86, traps: introduce dotraplinkage | Alexander van Heukelum | 1 | -1/+1 |