| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, asm: Restore parentheses around one pushl_cfi argument | Jan Beulich | 2010-10-22 | 1 | -1/+1 |
* | x86, asm: Fix CFI macro invocations to deal with shortcomings in gas | Jan Beulich | 2010-10-19 | 1 | -3/+3 |
* | x86: Use {push,pop}{l,q}_cfi in more places | Jan Beulich | 2010-09-03 | 1 | -196/+98 |
* | i386: Add unwind directives to syscall ptregs stubs | Jan Beulich | 2010-09-03 | 1 | -4/+12 |
* | Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2010-08-06 | 1 | -1/+1 |
|\ |
|
| * | x86, alternatives: Use 16-bit numbers for cpufeature index | H. Peter Anvin | 2010-07-07 | 1 | -1/+1 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 1 | -6/+5 |
|\ \ |
|
| * | | x86-32, asm: Directly access per-cpu GDT | Brian Gerst | 2010-08-01 | 1 | -6/+5 |
| |/ |
|
* | | x86/xen: event channels delivery on HVM. | Sheng Yang | 2010-07-22 | 1 | -0/+3 |
|/ |
|
* | x86-32: Rework cache flush denied handler | Brian Gerst | 2010-05-03 | 1 | -0/+19 |
* | x86, 32-bit: Use same regs as 64-bit for kernel_thread_helper | Brian Gerst | 2009-12-10 | 1 | -6/+2 |
* | x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2 | H. Peter Anvin | 2009-12-09 | 1 | -3/+3 |
* | x86: Merge sys_clone | Brian Gerst | 2009-12-09 | 1 | -1/+13 |
* | x86, 32-bit: Convert sys_vm86 & sys_vm86old | Brian Gerst | 2009-12-09 | 1 | -2/+2 |
* | x86: Merge sys_sigaltstack | Brian Gerst | 2009-12-09 | 1 | -1/+1 |
* | x86: Merge sys_execve | Brian Gerst | 2009-12-09 | 1 | -1/+1 |
* | x86: Merge sys_iopl | Brian Gerst | 2009-12-09 | 1 | -1/+1 |
* | x86-32: Add new pt_regs stubs | Brian Gerst | 2009-12-09 | 1 | -11/+38 |
* | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-10-23 | 1 | -5/+2 |
|\ |
|
| * | function-graph/x86: Replace unbalanced ret with jmp | Steven Rostedt | 2009-10-14 | 1 | -5/+2 |
* | | kprobes/x86-32: Move irq-exit functions to kprobes section | Masami Hiramatsu | 2009-09-11 | 1 | -0/+24 |
|/ |
|
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-20 | 1 | -0/+2 |
|\ |
|
| * | function-graph: add stack frame test | Steven Rostedt | 2009-06-18 | 1 | -0/+2 |
* | | x86: de-assembler-ize asm/desc.h | Alexander van Heukelum | 2009-06-17 | 1 | -1/+0 |
* | | i386: fix/simplify espfix stack switching, move it into assembly | Alexander van Heukelum | 2009-06-17 | 1 | -15/+34 |
* | | i386: fix return to 16-bit stack from NMI handler | Alexander van Heukelum | 2009-06-17 | 1 | -6/+8 |
|/ |
|
* | x86: entry_32.S fix compile warnings - fix work mask bit width | Jaswinder Singh Rajput | 2009-03-14 | 1 | -10/+8 |
* | x86: minor cleanup in the espfix code | Stas Sergeev | 2009-02-23 | 1 | -1/+1 |
* | x86: use _types.h headers in asm where available | Jeremy Fitzhardinge | 2009-02-13 | 1 | -1/+1 |
* | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 2009-02-13 | 1 | -160/+283 |
|\ |
|
| * | x86: pass in pt_regs pointer for syscalls that need it | Brian Gerst | 2009-02-11 | 1 | -0/+20 |
| * | x86: implement x86_32 stack protector | Tejun Heo | 2009-02-10 | 1 | -1/+1 |
| * | x86: make lazy %gs optional on x86_32 | Tejun Heo | 2009-02-10 | 1 | -19/+113 |
| * | x86: use asm .macro instead of cpp #define in entry_32.S | Tejun Heo | 2009-02-10 | 1 | -142/+151 |
* | | x86: move mach-default/*.h files to asm/ | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
|/ |
|
* | x86: make x86_32 use tlb_64.c | Tejun Heo | 2009-01-21 | 1 | -2/+4 |
* | Revert "i386: add TRACE_IRQS_OFF for the nmi" | Ingo Molnar | 2009-01-12 | 1 | -2/+0 |
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-12-28 | 1 | -1/+50 |
|\ |
|
| * | ftrace: function graph return for function entry | Steven Rostedt | 2008-12-03 | 1 | -0/+3 |
| * | ftrace: have function graph use mcount caller address | Steven Rostedt | 2008-12-03 | 1 | -0/+1 |
| * | ftrace: use code patching for ftrace graph tracer | Steven Rostedt | 2008-11-26 | 1 | -0/+5 |
| * | tracing: function graph tracer, fix | Ingo Molnar | 2008-11-26 | 1 | -1/+1 |
| * | tracing/function-return-tracer: change the name into function-graph-tracer | Frederic Weisbecker | 2008-11-26 | 1 | -6/+6 |
| * | tracing/function-return-tracer: support for dynamic ftrace on function return... | Frederic Weisbecker | 2008-11-16 | 1 | -7/+11 |
| * | tracing/function-return-tracer: call prepare_ftrace_return by registers | Frederic Weisbecker | 2008-11-12 | 1 | -4/+1 |
| * | tracing, x86: add low level support for ftrace return tracing | Frederic Weisbecker | 2008-11-11 | 1 | -0/+33 |
| * | ftrace: add quick function trace stop | Steven Rostedt | 2008-11-06 | 1 | -0/+6 |
* | | Merge branch 'x86/debug' into x86/irq | Ingo Molnar | 2008-11-28 | 1 | -0/+1 |
|\ \ |
|
| * | | x86, debug: remove the confusing entry in call trace | jia zhang | 2008-11-23 | 1 | -0/+1 |
| |/ |
|
* | | i386: get rid of the use of KPROBE_ENTRY / KPROBE_END | Alexander van Heukelum | 2008-11-27 | 1 | -214/+224 |