Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[safe/jmp/linux-2.6] / arch / x86 / kernel / entry_32.S
2009-06-20 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-06-18 Steven Rostedtfunction-graph: add stack frame test
2009-06-18 Alexander van Heukelumx86: de-assembler-ize asm/desc.h
2009-06-18 Alexander van Heukelumi386: fix/simplify espfix stack switching, move it...
2009-06-18 Alexander van Heukelumi386: fix return to 16-bit stack from NMI handler
2009-03-14 Jaswinder Singh... x86: entry_32.S fix compile warnings - fix work mask...
2009-02-23 Stas Sergeevx86: minor cleanup in the espfix code
2009-02-13 Jeremy Fitzhardingex86: use _types.h headers in asm where available
2009-02-13 Ingo MolnarMerge branch 'core/percpu' into x86/core
2009-02-11 Brian Gerstx86: pass in pt_regs pointer for syscalls that need it
2009-02-09 Tejun Heox86: implement x86_32 stack protector
2009-02-09 Tejun Heox86: make lazy %gs optional on x86_32
2009-02-09 Tejun Heox86: use asm .macro instead of cpp #define in entry_32.S
2009-01-29 Ingo Molnarx86: move mach-default/*.h files to asm/
2009-01-21 Tejun Heox86: make x86_32 use tlb_64.c
2009-01-12 Ingo MolnarRevert "i386: add TRACE_IRQS_OFF for the nmi"
2008-12-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2008-12-03 Steven Rostedtftrace: function graph return for function entry
2008-12-03 Steven Rostedtftrace: have function graph use mcount caller address
2008-11-28 Ingo MolnarMerge branch 'x86/debug' into x86/irq
2008-11-27 Alexander van Heukelumi386: get rid of the use of KPROBE_ENTRY / KPROBE_END
2008-11-26 Steven Rostedtftrace: use code patching for ftrace graph tracer
2008-11-26 Ingo Molnartracing: function graph tracer, fix
2008-11-26 Frederic Weisbeckertracing/function-return-tracer: change the name into...
2008-11-23 jia zhangx86, debug: remove the confusing entry in call trace
2008-11-16 Frederic Weisbeckertracing/function-return-tracer: support for dynamic...
2008-11-12 Frederic Weisbeckertracing/function-return-tracer: call prepare_ftrace_ret...
2008-11-12 H. Peter Anvinx86: fix up the new IRQ code for older versions of gas
2008-11-11 H. Peter Anvinx86: 32 bits: shrink and align IRQ stubs
2008-11-11 H. Peter Anvinx86: 32 bit: interrupt stub consistency with 64 bit
2008-11-11 Frederic Weisbeckertracing, x86: add low level support for ftrace return...
2008-11-06 Steven Rostedtftrace: add quick function trace stop
2008-10-27 Ingo MolnarMerge commit 'v2.6.28-rc2' into tracing/urgent
2008-10-22 Andi KleenMCE: Don't run 32bit machine checks with interrupts on
2008-10-22 Ingo MolnarMerge branch 'tracing/ftrace' into tracing/urgent
2008-10-20 Linus TorvaldsMerge branch 'tracing-v28-for-linus' of git://git....
2008-10-20 Steven Rostedtftrace: rename FTRACE to FUNCTION_TRACER
2008-10-16 Yinghai Lux86: make 32bit support per_cpu vector
2008-10-14 Steven Rostedtftrace: x86 mcount stub
2008-10-13 Alexander van Heukelumi386: add TRACE_IRQS_OFF for the exception 3 (int3)
2008-10-13 Alexander van Heukelumi386: add TRACE_IRQS_OFF for the nmi
2008-10-13 Alexander van Heukelumi386: add TRACE_IRQS_OFF for exception 1 (debug)
2008-10-13 Alexander van Heukelumi386: add TRACE_IRQS_OFF to entry_32.S in 'error_code'
2008-10-13 Alexander van Heukelumi386: convert hardware exception 18 to an interrupt...
2008-10-13 Alexander van Heukelumi386: convert hardware exception 7 to an interrupt...
2008-07-24 Roland McGrathi386 syscall audit fast-path
2008-07-21 Ingo MolnarMerge branches 'x86/urgent', 'x86/amd-iommu', 'x86...
2008-07-18 Jan Beulichi386/xen: add proper unwind annotations to xen_sysenter...
2008-07-16 Roland McGrathx86 ptrace: unify syscall tracing
2008-07-16 Roland McGrathx86 ptrace: unify TIF_SINGLESTEP
2008-07-14 Ingo MolnarMerge branch 'auto-ftrace-next' into tracing/for-linus
2008-07-11 Glauber Costax86: use matching CFI_ENDPROC
2008-07-08 Jeremy Fitzhardingex86/paravirt: split sysret and sysexit
2008-07-07 Ingo MolnarMerge branch 'linus' into tracing/mmiotrace
2008-06-23 Abhishek Sagarftrace: store mcount address in rec->ip
2008-06-16 Ingo MolnarMerge branch 'linus' into x86/irq
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/sysprof
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/mmiotrace-mergefixups
2008-06-16 Ingo MolnarMerge branch 'linus' into tracing/ftrace
2008-06-12 Peter Zijlstrax86: fix lockdep warning during suspend-to-ram
2008-05-23 Steven Rostedtftrace: use dynamic patching for updating mcount calls
2008-05-23 Arnaldo Carvalho... ftrace: add basic support for gcc profiler instrumentation
2008-05-12 Thomas Gleixnerx86: unify interrupt vector defines
2008-04-24 Jeremy Fitzhardingexen: fold xen_sysexit into xen_iret
2008-04-24 Jeremy Fitzhardingexen: jump to iret fixup
2008-04-24 Jeremy Fitzhardingexen: support sysenter/sysexit if hypervisor does
2008-04-24 Jeremy Fitzhardingexen: make sure iret faults are trapped
2008-04-19 WANG Congx86: remove pointless comments
2008-04-17 Cyrill Gorcunovx86: entry_32.S - use flags from processor-flags.h
2008-04-17 Jeremy Fitzhardingex86: only enable interrupts when kernel state has been...
2008-02-19 Adrian Bunkx86: don't make irq_return global
2008-02-09 Ingo Molnarx86: fixup more paravirt fallout
2008-01-30 Jan Beulichx86: move to .rodata/.init.data
2008-01-30 H. Peter Anvinx86: use generic register name in the thread and tss...
2008-01-30 Roland McGrathx86 vDSO: ia32_sysenter_target
2008-01-30 Glauber de Oliveir... x86: irqflags consolidation
2007-10-17 Linus TorvaldsMerge branch 'xen-upstream' of git://git./linux/kernel...
2007-10-16 Jeremy Fitzhardingeparavirt: refactor struct paravirt_ops into smaller...
2007-10-11 Peter Zijlstralockdep: i386: connect the sysexit hook
2007-10-11 Thomas Gleixneri386: move kernel