summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | tracing/function-return-tracer: add a barrier to ensure return stack index is...Frederic Weisbecker2008-11-161-0/+1
| |/ / / / / / / / / / /
| * | | | | | | | | | | ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2008-11-162-3/+34
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...Ingo Molnar2008-11-132-43/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | tracing/function-return-tracer: call prepare_ftrace_return by registersFrederic Weisbecker2008-11-122-5/+1
| | | * | | | | | | | | | | | tracing/function-return-tracer: make the function return tracer locklessFrederic Weisbecker2008-11-121-38/+5
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-122-2/+2
| * | | | | | | | | | | | | tracing: branch tracer, fix vdso crashIngo Molnar2008-11-122-7/+5
| * | | | | | | | | | | | | tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-121-0/+8
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-126-7/+265
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | tracing: function return tracer, build fixIngo Molnar2008-11-111-0/+1
| | * | | | | | | | | | | | tracing, x86: function return tracer, fix assembly constraintsIngo Molnar2008-11-111-1/+1
| | * | | | | | | | | | | | tracing, x86: clean up FUNCTION_RET_TRACER KconfigIngo Molnar2008-11-111-1/+1
| | * | | | | | | | | | | | tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker2008-11-116-7/+264
| * | | | | | | | | | | | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-122-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| / / / / / / / / / / / | | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-1118-51/+66
| |\ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't...Ingo Molnar2008-11-088-27/+70
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ftrace: fix hardirq header for non ftrace archsSteven Rostedt2008-11-031-16/+0
| * | | | | | | | | | | | | | | ftrace: add quick function trace stopSteven Rostedt2008-11-063-0/+12
| |/ / / / / / / / / / / / / /
| | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra...Ingo Molnar2008-11-035-8/+145
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | ftrace: nmi safe code clean upsSteven Rostedt2008-10-312-13/+13
| | | | * | | | | | | | | | | | | | ftrace: nmi update statisticsSteven Rostedt2008-10-301-2/+24
| | | | * | | | | | | | | | | | | | ftrace: nmi safe code modificationSteven Rostedt2008-10-302-1/+121
| | | * | | | | | | | | | | | | | | trace: add the MMIO-tracer to the tracer menu, cleanupPekka Paalanen2008-10-273-7/+2
| | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-28162-3965/+4348
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/coreIngo Molnar2008-12-253-9/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32Jaswinder Singh2008-12-251-1/+1
| | * | | | | | | | | | | | | | | | | | x86: PAT: fix address types in track_pfn_vma_new()H. Peter Anvin2008-12-241-8/+8
| * | | | | | | | | | | | | | | | | | | Merge branch 'x86/irq' into x86/coreIngo Molnar2008-12-2319-938/+1054
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/apic' into x86/irqIngo Molnar2008-12-236-89/+113
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | x86: hardirq: use inc_irq_stat() in non-unified functionsHiroshi Shimamoto2008-12-166-6/+6
| | * | | | | | | | | | | | | | | | | | | | x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto2008-12-125-30/+11
| | * | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.28-rc8' into x86/irqIngo Molnar2008-12-1230-165/+199
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | x86: ret_from_fork - get rid of jump backIngo Molnar2008-11-281-15/+16
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'x86/debug' into x86/irqIngo Molnar2008-11-2816-22/+93
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | x86: entry_64.S - trivial: space, comments fixupCyrill Gorcunov2008-11-281-46/+48
| | * | | | | | | | | | | | | | | | | | | | | | x86: uv bau interrupt -- use proper interrupt numberCyrill Gorcunov2008-11-281-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | x86: entry_64.S - use ENTRY to define child_ripCyrill Gorcunov2008-11-271-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | x86: entry_64.S - use X86_EFLAGS_IF instead of hardcoded numbergorcunov@gmail.com2008-11-271-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | i386: get rid of the use of KPROBE_ENTRY / KPROBE_ENDAlexander van Heukelum2008-11-271-214/+224
| | * | | | | | | | | | | | | | | | | | | | | | x86_64: get rid of the use of KPROBE_ENTRY / KPROBE_ENDAlexander van Heukelum2008-11-271-224/+220
| | * | | | | | | | | | | | | | | | | | | | | | x86: introduce ENTRY(KPROBE_ENTRY)_X86 assembly helpers to catch unbalanced d...Cyrill Gorcunov2008-11-231-0/+60
| | * | | | | | | | | | | | | | | | | | | | | | x86: KPROBE_ENTRY should be paired wth KPROBE_ENDAlexander van Heukelum2008-11-231-9/+7
| | * | | | | | | | | | | | | | | | | | | | | | x86: include ENTRY/END in entry handlers in entry_64.SAlexander van Heukelum2008-11-231-150/+109
| | * | | | | | | | | | | | | | | | | | | | | | x86: move dwarf2 related macro to dwarf2.hCyrill Gorcunov2008-11-232-54/+66
| | * | | | | | | | | | | | | | | | | | | | | | x86: split out some macro's and move common code to paranoid_exit, fixAlexander van Heukelum2008-11-221-2/+5
| | * | | | | | | | | | | | | | | | | | | | | | x86: entry_64.S: split out some macro's and move common code to paranoid_exitAlexander van Heukelum2008-11-211-51/+51
| | * | | | | | | | | | | | | | | | | | | | | | x86: entry_64.S: factor out save_paranoid and paranoid_exitAlexander van Heukelum2008-11-211-49/+102
| | * | | | | | | | | | | | | | | | | | | | | | x86: introduce save_rest and restructure the PTREGSCALL macro in entry_64.SAlexander van Heukelum2008-11-211-38/+53
| | * | | | | | | | | | | | | | | | | | | | | | x86: entry_64.S: renameIngo Molnar2008-11-211-35/+36
| | * | | | | | | | | | | | | | | | | | | | | | x86: clean up after: move entry_64.S register saving out of the macros, fixIngo Molnar2008-11-211-27/+27
OpenPOWER on IntegriCloud