aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-03x86-32: Rework cache flush denied handlerBrian Gerst1-0/+19
2009-12-10x86, 32-bit: Use same regs as 64-bit for kernel_thread_helperBrian Gerst1-6/+2
2009-12-09x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2H. Peter Anvin1-3/+3
2009-12-09x86: Merge sys_cloneBrian Gerst1-1/+13
2009-12-09x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst1-2/+2
2009-12-09x86: Merge sys_sigaltstackBrian Gerst1-1/+1
2009-12-09x86: Merge sys_execveBrian Gerst1-1/+1
2009-12-09x86: Merge sys_ioplBrian Gerst1-1/+1
2009-12-09x86-32: Add new pt_regs stubsBrian Gerst1-11/+38
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-5/+2
2009-10-14function-graph/x86: Replace unbalanced ret with jmpSteven Rostedt1-5/+2
2009-09-11kprobes/x86-32: Move irq-exit functions to kprobes sectionMasami Hiramatsu1-0/+24
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-06-18function-graph: add stack frame testSteven Rostedt1-0/+2
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