aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+50
2008-12-03ftrace: function graph return for function entrySteven Rostedt1-0/+3
2008-12-03ftrace: have function graph use mcount caller addressSteven Rostedt1-0/+1
2008-11-28Merge branch 'x86/debug' into x86/irqIngo Molnar1-0/+1
2008-11-27i386: get rid of the use of KPROBE_ENTRY / KPROBE_ENDAlexander van Heukelum1-214/+224
2008-11-26ftrace: use code patching for ftrace graph tracerSteven Rostedt1-0/+5
2008-11-26tracing: function graph tracer, fixIngo Molnar1-1/+1
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker1-6/+6
2008-11-23x86, debug: remove the confusing entry in call tracejia zhang1-0/+1
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return tracerFrederic Weisbecker1-7/+11
2008-11-12tracing/function-return-tracer: call prepare_ftrace_return by registersFrederic Weisbecker1-4/+1
2008-11-12x86: fix up the new IRQ code for older versions of gasH. Peter Anvin1-2/+2
2008-11-11x86: 32 bits: shrink and align IRQ stubsH. Peter Anvin1-12/+22
2008-11-11x86: 32 bit: interrupt stub consistency with 64 bitH. Peter Anvin1-3/+3
2008-11-11tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker1-0/+33
2008-11-06ftrace: add quick function trace stopSteven Rostedt1-0/+6
2008-10-27Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar1-1/+1
2008-10-22MCE: Don't run 32bit machine checks with interrupts onAndi Kleen1-1/+1
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar1-2/+2
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-14/+0
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-2/+2
2008-10-16x86: make 32bit support per_cpu vectorYinghai Lu1-1/+1
2008-10-14ftrace: x86 mcount stubSteven Rostedt1-14/+0
2008-10-13i386: add TRACE_IRQS_OFF for the exception 3 (int3)Alexander van Heukelum1-0/+1
2008-10-13i386: add TRACE_IRQS_OFF for the nmiAlexander van Heukelum1-0/+2
2008-10-13i386: add TRACE_IRQS_OFF for exception 1 (debug)Alexander van Heukelum1-0/+1
2008-10-13i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code'Alexander van Heukelum1-0/+1
2008-10-13i386: convert hardware exception 18 to an interrupt gateAlexander van Heukelum1-1/+1
2008-10-13i386: convert hardware exception 7 to an interrupt gateAlexander van Heukelum1-13/+2
2008-07-23i386 syscall audit fast-pathRoland McGrath1-2/+53
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-16/+8
2008-07-18i386/xen: add proper unwind annotations to xen_sysenter_targetJan Beulich1-0/+1
2008-07-16x86 ptrace: unify syscall tracingRoland McGrath1-12/+7
2008-07-16x86 ptrace: unify TIF_SINGLESTEPRoland McGrath1-4/+0
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+72
2008-07-11x86: use matching CFI_ENDPROCGlauber Costa1-0/+1
2008-07-08x86/paravirt: split sysret and sysexitJeremy Fitzhardinge1-4/+4
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar1-0/+4
2008-06-16Merge branch 'linus' into x86/irqIngo Molnar1-0/+1
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar1-0/+1
2008-06-12x86: fix lockdep warning during suspend-to-ramPeter Zijlstra1-0/+1
2008-05-23ftrace: use dynamic patching for updating mcount callsSteven Rostedt1-3/+44
2008-05-23ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo1-0/+27
2008-05-12x86: unify interrupt vector definesThomas Gleixner1-1/+1
2008-04-24xen: fold xen_sysexit into xen_iretJeremy Fitzhardinge1-8/+1
2008-04-24xen: jump to iret fixupJeremy Fitzhardinge1-2/+1
2008-04-24xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge1-1/+17
2008-04-24xen: make sure iret faults are trappedJeremy Fitzhardinge1-1/+1
2008-04-19x86: remove pointless commentsWANG Cong1-1/+0
2008-04-17x86: entry_32.S - use flags from processor-flags.hCyrill Gorcunov1-13/+7