aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-17x86: de-assembler-ize asm/desc.hAlexander van Heukelum1-1/+0
2009-06-17i386: fix/simplify espfix stack switching, move it into assemblyAlexander van Heukelum1-15/+34
2009-06-17i386: fix return to 16-bit stack from NMI handlerAlexander van Heukelum1-6/+8
2009-03-14x86: entry_32.S fix compile warnings - fix work mask bit widthJaswinder Singh Rajput1-10/+8
2009-02-23x86: minor cleanup in the espfix codeStas Sergeev1-1/+1
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-1/+1
2009-02-13Merge branch 'core/percpu' into x86/coreIngo Molnar1-160/+283
2009-02-11x86: pass in pt_regs pointer for syscalls that need itBrian Gerst1-0/+20
2009-02-10x86: implement x86_32 stack protectorTejun Heo1-1/+1
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo1-19/+113
2009-02-10x86: use asm .macro instead of cpp #define in entry_32.STejun Heo1-142/+151
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar1-1/+1
2009-01-21x86: make x86_32 use tlb_64.cTejun Heo1-2/+4
2009-01-12Revert "i386: add TRACE_IRQS_OFF for the nmi"Ingo Molnar1-2/+0
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