Age | Commit message (Expand) | Author | Files | Lines |
2008-11-26 | tracing/function-return-tracer: change the name into function-graph-tracer | Frederic Weisbecker | 3 | -14/+14 |
2008-11-26 | Merge branches 'tracing/hw-branch-tracing' and 'tracing/branch-tracer' into t... | Ingo Molnar | 1 | -1/+1 |
2008-11-25 | x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.c | Markus Metzger | 1 | -0/+4 |
2008-11-25 | x86, bts: base in-kernel ds interface on handles | Markus Metzger | 1 | -0/+9 |
2008-11-25 | tracing, tty: fix warnings caused by branch tracing and tty_kref_get() | Ingo Molnar | 1 | -1/+1 |
2008-11-24 | Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',... | Ingo Molnar | 5 | -12/+31 |
2008-11-23 | tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT | Török Edwin | 1 | -1/+1 |
2008-11-23 | tracing/stack-tracer: fix style issues | Török Edwin | 1 | -1/+1 |
2008-11-23 | ftrace: add ftrace_off_permanent | Steven Rostedt | 1 | -0/+2 |
2008-11-23 | ring-buffer: add tracing_off_permanent | Steven Rostedt | 1 | -0/+1 |
2008-11-23 | trace: profile all if conditionals | Steven Rostedt | 2 | -3/+46 |
2008-11-23 | trace: consolidate unlikely and likely profiler | Steven Rostedt | 2 | -25/+8 |
2008-11-23 | trace: remove extra assign in branch check | Steven Rostedt | 1 | -2/+0 |
2008-11-23 | vfs, seqfile: make mangle_path() global | Török Edwin | 1 | -0/+1 |
2008-11-23 | tracing: add support for userspace stacktraces in tracing/iter_ctrl | Török Edwin | 1 | -0/+8 |
2008-11-23 | tracing/function-return-tracer: clean up task start/exit callbacks | Ingo Molnar | 1 | -0/+3 |
2008-11-23 | tracing/function-return-tracer: store return stack into task_struct and alloc... | Frederic Weisbecker | 2 | -12/+16 |
2008-11-23 | Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in... | Ingo Molnar | 7 | -60/+6 |
2008-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -20/+0 |
2008-11-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -20/+0 |
2008-11-19 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -30/+0 |
2008-11-19 | cpuset: update top cpuset's mems after adding a node | Miao Xie | 1 | -4/+0 |
2008-11-19 | reintroduce accept4 | Ulrich Drepper | 2 | -6/+3 |
2008-11-19 | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 19 | -47/+210 |
2008-11-18 | mac80211: remove ieee80211_notify_mac | Johannes Berg | 1 | -20/+0 |
2008-11-18 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+3 |
2008-11-18 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+3 |
2008-11-18 | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 33 | -96/+869 |
2008-11-18 | block: make add_partition() return pointer to hd_struct | Tejun Heo | 1 | -1/+3 |
2008-11-18 | tracing/function-return-tracer: add the overrun field | Frederic Weisbecker | 2 | -0/+3 |
2008-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -3/+4 |
2008-11-17 | Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r... | Ingo Molnar | 6 | -52/+164 |
2008-11-16 | tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() | Mathieu Desnoyers | 3 | -22/+38 |
2008-11-16 | tracepoints: do not put arguments in name | Mathieu Desnoyers | 1 | -5/+3 |
2008-11-16 | tracepoints: use unregister return value | Mathieu Desnoyers | 1 | -4/+6 |
2008-11-16 | tracepoints: use rcu_*_sched_notrace | Mathieu Desnoyers | 1 | -2/+2 |
2008-11-16 | markers: create DEFINE_MARKER and GET_MARKER (new API) | Mathieu Desnoyers | 1 | -16/+23 |
2008-11-16 | markers: auto enable tracepoints (new API : trace_mark_tp()) | Mathieu Desnoyers | 1 | -1/+44 |
2008-11-16 | markers: add missing stdargs.h include, needed due to va_list usage | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2008-11-16 | rcu: add rcu_read_*_sched_notrace() | Mathieu Desnoyers | 1 | -0/+2 |
2008-11-16 | tracing/function-return-tracer: support for dynamic ftrace on function return... | Frederic Weisbecker | 1 | -1/+15 |
2008-11-16 | ftrace: pass module struct to arch dynamic ftrace functions | Steven Rostedt | 1 | -12/+41 |
2008-11-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+2 |
2008-11-15 | Fix inotify watch removal/umount races | Al Viro | 1 | -0/+11 |
2008-11-15 | Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+3 |
2008-11-15 | Add 'pr_fmt()' format modifier to pr_xyz macros. | Martin Schwidefsky | 1 | -19/+23 |
2008-11-13 | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c | Ingo Molnar | 2 | -3/+4 |
2008-11-13 | USB: don't register endpoints for interfaces that are going away | Alan Stern | 1 | -0/+2 |
2008-11-13 | slab: document SLAB_DESTROY_BY_RCU | Peter Zijlstra | 1 | -0/+28 |
2008-11-13 | HID: map macbook keys for "Expose" and "Dashboard" | Henrik Rydberg | 1 | -0/+2 |