aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...Frederic Weisbecker2008-12-083-8/+6
* Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-053-2/+5
|\
| * Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-023-2/+5
| |\
| | * KVM: MMU: avoid creation of unreachable pages in the shadowMarcelo Tosatti2008-11-261-0/+1
| | * KVM: MMU: fix sync of ptes addressed at owner pagetableMarcelo Tosatti2008-11-231-1/+1
| | * KVM: VMX: Fix interrupt loss during race with NMIAvi Kivity2008-11-231-1/+3
* | | ftrace: add checks on ret stack in function graphSteven Rostedt2008-12-031-0/+17
* | | ftrace: function graph return for function entrySteven Rostedt2008-12-033-1/+12
* | | ftrace: print real return in dumpstack for function graphSteven Rostedt2008-12-034-6/+42
* | | ftrace: add ftrace_graph_stop()Steven Rostedt2008-12-031-4/+6
* | | ftrace: have function graph use mcount caller addressSteven Rostedt2008-12-032-0/+2
* | | ftrace: clean up function graph asmSteven Rostedt2008-12-031-16/+4
| | |
| \ \
*-. \ \ Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar2008-12-0316-625/+440
|\ \ \ \ | | |/ / | |/| |
| | * | x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman2008-10-275-576/+363
| | * | i386, dumpstack: unify die()Alexander van Heukelum2008-10-222-8/+8
| | * | i386, dumpstack: use oops_begin/oops_end in die_nmiAlexander van Heukelum2008-10-222-24/+13
| | * | i386, dumpstack: use x86_64's method to account die_nest_countAlexander van Heukelum2008-10-221-12/+17
| | * | x86, dumpstack: always call oops_exit from oops_endAlexander van Heukelum2008-10-222-7/+6
| | * | x86_64, dumpstack: move kexec_crash from __die to oops_endAlexander van Heukelum2008-10-221-5/+4
| | * | x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum2008-10-223-11/+16
| | * | i386, dumpstack: move crash_kexec before bust_spinlocks(0) in oops_endAlexander van Heukelum2008-10-221-2/+3
| * | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-301-5/+21
| |\ \ \
| | * \ \ Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar2008-11-2327-49/+161
| | |\ \ \ | | | | |/ | | | |/|
| | * | | x86: apic honour irq affinity which was set in early bootThomas Gleixner2008-11-091-5/+21
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-3012-101/+87
| |\ \ \ \
| | * | | | x86: always define DECLARE_PCI_UNMAP* macrosJoerg Roedel2008-11-271-14/+0
| | * | | | x86: fixup config space size of CPU functions for AMD family 11hAndreas Herrmann2008-11-261-11/+14
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-11-302-4/+31
| |\ \ \ \ \
| | * | | | | [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus valueAndreas Herrmann2008-11-252-4/+31
| | | |_|/ / | | |/| | |
| * | | | | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-2/+0
| * | | | | xen_play_dead() is __cpuinitAl Viro2008-11-301-1/+1
| * | | | | xen_setup_vcpu_info_placement() is not init on x86Al Viro2008-11-301-1/+1
| * | | | | kvm_setup_secondary_clock() is cpuinitAl Viro2008-11-301-1/+1
| * | | | | enable_IR_x2apic() needs to be __initAl Viro2008-11-301-1/+1
| |/ / / /
* | | | | tracing/function-graph-tracer: support for x86-64Frederic Weisbecker2008-12-024-2/+86
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-...Ingo Molnar2008-11-277-29/+108
|\ \ \ \ \ \
| | * | | | | tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven2008-11-262-0/+20
| |/ / / / / |/| | | | |
| * | | | | ftrace: use code patching for ftrace graph tracerSteven Rostedt2008-11-262-2/+51
| * | | | | tracing: function graph tracer, fixIngo Molnar2008-11-261-1/+1
| * | | | | tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker2008-11-261-11/+21
| * | | | | tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker2008-11-265-17/+17
|/ / / / /
* | | | | x86, bts, ftrace: a BTS ftrace plug-in prototypeMarkus Metzger2008-11-251-0/+1
* | | | | x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger2008-11-253-88/+38
* | | | | x86, bts: base in-kernel ds interface on handlesMarkus Metzger2008-11-253-439/+437
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'tracing/core', 'x86/urgent' and 'x86/ptrace' into tracing/hw-...Ingo Molnar2008-11-2512-88/+82
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86, bts: DS and BTS initializationMarkus Metzger2008-11-103-12/+9
| | | |/ / | | |/| |
| * | | | x86, bts: fix wrmsr and spinlock over kmallocMarkus Metzger2008-11-251-37/+40
| * | | | x86, pebs: fix PEBS record size configurationMarkus Metzger2008-11-251-0/+8
| * | | | x86, bts: turn macro into static inline functionMarkus Metzger2008-11-251-2/+4
| * | | | x86, bts: exclude ds.c from build when disabledMarkus Metzger2008-11-252-4/+1