| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia... | Frederic Weisbecker | 2008-12-08 | 3 | -8/+6 |
* | Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing... | Ingo Molnar | 2008-12-05 | 3 | -2/+5 |
|\ |
|
| * | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-02 | 3 | -2/+5 |
| |\ |
|
| | * | KVM: MMU: avoid creation of unreachable pages in the shadow | Marcelo Tosatti | 2008-11-26 | 1 | -0/+1 |
| | * | KVM: MMU: fix sync of ptes addressed at owner pagetable | Marcelo Tosatti | 2008-11-23 | 1 | -1/+1 |
| | * | KVM: VMX: Fix interrupt loss during race with NMI | Avi Kivity | 2008-11-23 | 1 | -1/+3 |
* | | | ftrace: add checks on ret stack in function graph | Steven Rostedt | 2008-12-03 | 1 | -0/+17 |
* | | | ftrace: function graph return for function entry | Steven Rostedt | 2008-12-03 | 3 | -1/+12 |
* | | | ftrace: print real return in dumpstack for function graph | Steven Rostedt | 2008-12-03 | 4 | -6/+42 |
* | | | ftrace: add ftrace_graph_stop() | Steven Rostedt | 2008-12-03 | 1 | -4/+6 |
* | | | ftrace: have function graph use mcount caller address | Steven Rostedt | 2008-12-03 | 2 | -0/+2 |
* | | | ftrace: clean up function graph asm | Steven Rostedt | 2008-12-03 | 1 | -16/+4 |
| | | | |
| \ \ | |
*-. \ \ | Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace | Ingo Molnar | 2008-12-03 | 16 | -625/+440 |
|\ \ \ \
| | |/ /
| |/| | |
|
| | * | | x86: unify appropriate bits from dumpstack_32 and dumpstack_64 | Neil Horman | 2008-10-27 | 5 | -576/+363 |
| | * | | i386, dumpstack: unify die() | Alexander van Heukelum | 2008-10-22 | 2 | -8/+8 |
| | * | | i386, dumpstack: use oops_begin/oops_end in die_nmi | Alexander van Heukelum | 2008-10-22 | 2 | -24/+13 |
| | * | | i386, dumpstack: use x86_64's method to account die_nest_count | Alexander van Heukelum | 2008-10-22 | 1 | -12/+17 |
| | * | | x86, dumpstack: always call oops_exit from oops_end | Alexander van Heukelum | 2008-10-22 | 2 | -7/+6 |
| | * | | x86_64, dumpstack: move kexec_crash from __die to oops_end | Alexander van Heukelum | 2008-10-22 | 1 | -5/+4 |
| | * | | x86, dumpstack: let signr=0 signal no do_exit | Alexander van Heukelum | 2008-10-22 | 3 | -11/+16 |
| | * | | i386, dumpstack: move crash_kexec before bust_spinlocks(0) in oops_end | Alexander van Heukelum | 2008-10-22 | 1 | -2/+3 |
| * | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-30 | 1 | -5/+21 |
| |\ \ \ |
|
| | * \ \ | Merge commit 'v2.6.28-rc6' into irq/urgent | Ingo Molnar | 2008-11-23 | 27 | -49/+161 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | x86: apic honour irq affinity which was set in early boot | Thomas Gleixner | 2008-11-09 | 1 | -5/+21 |
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-30 | 12 | -101/+87 |
| |\ \ \ \ |
|
| | * | | | | x86: always define DECLARE_PCI_UNMAP* macros | Joerg Roedel | 2008-11-27 | 1 | -14/+0 |
| | * | | | | x86: fixup config space size of CPU functions for AMD family 11h | Andreas Herrmann | 2008-11-26 | 1 | -11/+14 |
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2008-11-30 | 2 | -4/+31 |
| |\ \ \ \ \ |
|
| | * | | | | | [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus value | Andreas Herrmann | 2008-11-25 | 2 | -4/+31 |
| | | |_|/ /
| | |/| | | |
|
| * | | | | | remove __ARCH_WANT_COMPAT_SYS_PTRACE | Christoph Hellwig | 2008-11-30 | 1 | -2/+0 |
| * | | | | | xen_play_dead() is __cpuinit | Al Viro | 2008-11-30 | 1 | -1/+1 |
| * | | | | | xen_setup_vcpu_info_placement() is not init on x86 | Al Viro | 2008-11-30 | 1 | -1/+1 |
| * | | | | | kvm_setup_secondary_clock() is cpuinit | Al Viro | 2008-11-30 | 1 | -1/+1 |
| * | | | | | enable_IR_x2apic() needs to be __init | Al Viro | 2008-11-30 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | tracing/function-graph-tracer: support for x86-64 | Frederic Weisbecker | 2008-12-02 | 4 | -2/+86 |
| | | | | | |
| \ \ \ \ | |
*-. \ \ \ \ | Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-... | Ingo Molnar | 2008-11-27 | 7 | -29/+108 |
|\ \ \ \ \ \ |
|
| | * | | | | | tracing: add "power-tracer": C/P state tracer to help power optimization | Arjan van de Ven | 2008-11-26 | 2 | -0/+20 |
| |/ / / / /
|/| | | | | |
|
| * | | | | | ftrace: use code patching for ftrace graph tracer | Steven Rostedt | 2008-11-26 | 2 | -2/+51 |
| * | | | | | tracing: function graph tracer, fix | Ingo Molnar | 2008-11-26 | 1 | -1/+1 |
| * | | | | | tracing/function-return-tracer: set a more human readable output | Frederic Weisbecker | 2008-11-26 | 1 | -11/+21 |
| * | | | | | tracing/function-return-tracer: change the name into function-graph-tracer | Frederic Weisbecker | 2008-11-26 | 5 | -17/+17 |
|/ / / / / |
|
* | | | | | x86, bts, ftrace: a BTS ftrace plug-in prototype | Markus Metzger | 2008-11-25 | 1 | -0/+1 |
* | | | | | x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.c | Markus Metzger | 2008-11-25 | 3 | -88/+38 |
* | | | | | x86, bts: base in-kernel ds interface on handles | Markus Metzger | 2008-11-25 | 3 | -439/+437 |
| | | | | | |
| \ \ \ \ | |
*-. \ \ \ \ | Merge branches 'tracing/core', 'x86/urgent' and 'x86/ptrace' into tracing/hw-... | Ingo Molnar | 2008-11-25 | 12 | -88/+82 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | x86, bts: DS and BTS initialization | Markus Metzger | 2008-11-10 | 3 | -12/+9 |
| | | |/ /
| | |/| | |
|
| * | | | | x86, bts: fix wrmsr and spinlock over kmalloc | Markus Metzger | 2008-11-25 | 1 | -37/+40 |
| * | | | | x86, pebs: fix PEBS record size configuration | Markus Metzger | 2008-11-25 | 1 | -0/+8 |
| * | | | | x86, bts: turn macro into static inline function | Markus Metzger | 2008-11-25 | 1 | -2/+4 |
| * | | | | x86, bts: exclude ds.c from build when disabled | Markus Metzger | 2008-11-25 | 2 | -4/+1 |