- 0231022 tracing/function-return-tracer: add the overrun field by Frederic Weisbecker · 16 years ago
- 0619faf tracing/ftrace: make nop tracer using tracer flags by Frederic Weisbecker · 16 years ago
- adf9f19 tracing/ftrace: implement a set_flag callback for tracers by Frederic Weisbecker · 16 years ago
- 5a209c2 Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- e270219f kernel/profile.c: fix section mismatch warning by Rakib Mullick · 16 years ago
- 0c726da9 tracing: branch tracer, fix writing to trace/trace_options by Aneesh Kumar K.V · 16 years ago
- 3f8e402 Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 227a837 markers/tracpoints: fix non-modular build by Ingo Molnar · 16 years ago
- 0a7ad64 tracepoints: format documentation by Ingo Molnar · 16 years ago
- 0dcf8fe tracepoints, docs: marker_synchronize_unregister->tracepoint_synchronize_unregister by Mathieu Desnoyers · 16 years ago
- 8fd88d1 tracepoints: documentation fix for teardown by Mathieu Desnoyers · 16 years ago
- 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
- 32f8574 tracepoints: use modules notifiers by Mathieu Desnoyers · 16 years ago
- 5f38267 tracepoints: do not put arguments in name by Mathieu Desnoyers · 16 years ago
- c420970 tracepoints: use unregister return value by Mathieu Desnoyers · 16 years ago
- da7b3ea tracepoints: use rcu_*_sched_notrace by Mathieu Desnoyers · 16 years ago
- de0baf9 tracepoints: fix disable by Mathieu Desnoyers · 16 years ago
- 2504ea5 tracepoints: samples, fix teardown by Mathieu Desnoyers · 16 years ago
- a0bca6a markers: create DEFINE_MARKER and GET_MARKER (new API) by Mathieu Desnoyers · 16 years ago
- c1df1bd markers: auto enable tracepoints (new API : trace_mark_tp()) by Mathieu Desnoyers · 16 years ago
- a419246 markers: use module notifier by Mathieu Desnoyers · 16 years ago
- 021aeb0 markers: use rcu_*_sched_notrace and notrace by Mathieu Desnoyers · 16 years ago
- e3f8c4b markers: add missing stdargs.h include, needed due to va_list usage by Arnaldo Carvalho de Melo · 16 years ago
- 2bdba31 markers: fix unregister by Mathieu Desnoyers · 16 years ago
- 954e100 rcu: add rcu_read_*_sched_notrace() by Mathieu Desnoyers · 16 years ago
- 5821e1b function tracing: fix wrong pos computing when read buffer has been fulfilled by walimis · 16 years ago
- e7d3737 tracing/function-return-tracer: support for dynamic ftrace on function return tracer by Frederic Weisbecker · 16 years ago
- b01c746 tracing/function-return-tracer: add a barrier to ensure return stack index is incremented in memory by Frederic Weisbecker · 16 years ago
- 9858096 Merge branch 'tracing/ftrace' into tracing/function-return-tracer by Ingo Molnar · 16 years ago
- 072b40a tracing/branch-tracer: fix a trace recursion on branch tracer by Frederic Weisbecker · 16 years ago
- 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 16 years ago
- e6e7a65 tracing/ftrace: fix unexpected -EINVAL when longest tracer name is set by Frederic Weisbecker · 16 years ago
- ee02a2e ftrace: make filtered functions effective on setting by Steven Rostedt · 16 years ago
- 982c350 ftrace: fix dyn ftrace filter by Steven Rostedt · 16 years ago
- 20e5227 ftrace: allow NULL pointers in mcount_loc by Steven Rostedt · 16 years ago
- 31e8890 ftrace: pass module struct to arch dynamic ftrace functions by Steven Rostedt · 16 years ago
- d51ad7a ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 16 years ago
- 918c115 ftrace: do not process freed records by Steven Rostedt · 16 years ago
- b17e8a3 ftrace: disable ftrace on anomalies in trace start and stop by Steven Rostedt · 16 years ago
- f3c7ac4 ftrace: remove condition from ftrace_record_ip by Steven Rostedt · 16 years ago
- c91add5 Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- d1aaf8c tracing/fastboot: put error message on stderr by Stephen Hemminger · 16 years ago
- b3535c6 ftrace: remove unnecessary if condition of __unregister_ftrace_function by walimis · 16 years ago
- ee51a1d tracing: fix mmiotrace resizing crash by Ingo Molnar · 16 years ago
- 12ef7d4 ftrace: CPU buffer start annotation clean ups by Steven Rostedt · 16 years ago
- ee6bce5 ftrace: rename iter_ctrl to trace_options by Steven Rostedt · 16 years ago
- 1696b2b ftrace: show buffer size in kilobytes by Steven Rostedt · 16 years ago
- a94c80e ftrace: rename trace_entries to buffer_size_kb by Steven Rostedt · 16 years ago
- 24de386 Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function-return-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 1dc1c6a tracing/function-return-tracer: call prepare_ftrace_return by registers by Frederic Weisbecker · 16 years ago
- 62d59d1 tracing/function-return-tracer: make the function return tracer lockless by Frederic Weisbecker · 16 years ago
- 94b80ff ftrace: rename trace_unlikely.c file by Steven Rostedt · 16 years ago
- 80e5ea4 ftrace: add tracer called branch by Steven Rostedt · 16 years ago
- 9f029e8 ftrace: rename unlikely iter_ctrl to branch by Steven Rostedt · 16 years ago
- 2ed84ee trace: rename unlikely profiler to branch profiler by Steven Rostedt · 16 years ago
- 68f96c0 tracing/fastboot: fix perlcritic warning by Stephen Hemminger · 16 years ago
- 68d119f tracing: finetune branch-tracer output by Ingo Molnar · 16 years ago
- 2b7d039 tracing: branch tracer, fix vdso crash by Ingo Molnar · 16 years ago
- f88c4ae tracing: branch tracer, tweak output by Ingo Molnar · 16 years ago
- 52f232c tracing: likely/unlikely branch annotation tracer by Steven Rostedt · 16 years ago
- 1f0d69a tracing: profile likely and unlikely annotations by Steven Rostedt · 16 years ago
- cb9382e Merge branches 'tracing/fastboot', 'tracing/function-return-tracer' and 'tracing/ring-buffer' into tracing/core by Ingo Molnar · 16 years ago
- 642edba ring-buffer: fix deadlock from reader_lock in read_start by Steven Rostedt · 16 years ago
- 47e74f2 ring-buffer: no preempt for sched_clock() by Steven Rostedt · 16 years ago
- 7423907 tracing/fastboot: Use the ring-buffer timestamp for initcall entries by Frederic Weisbecker · 16 years ago
- 3f5ec13 tracing/fastboot: move boot tracer structs and funcs into their own header. by Frederic Weisbecker · 16 years ago
- 60a011c7 Merge branch 'tracing/function-return-tracer' into tracing/fastboot by Ingo Molnar · 16 years ago
- d06bbd6 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 3e89c7b ring-buffer: clean up warn ons by Steven Rostedt · 16 years ago
- c1e7abb Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 16 years ago
- a358324 ring-buffer: buffer record on/off switch by Steven Rostedt · 16 years ago
- f21f237 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 2f96cb5 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 09eb3b5 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f83c9d0 ring-buffer: add reader lock by Steven Rostedt · 16 years ago
- 04ca2c1 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
- ad1164b Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
- 0906dd9 telephony: trivial: fix up email address by Alan Cox · 16 years ago
- 8eb04cf tty: trivial - fix up email addresses in tty related stuff by Alan Cox · 16 years ago
- 853041f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
- e892873 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
- eda1be6 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
- 5da38d3 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
- 7e2cec8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
- 0a4cf2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
- 19b3e96 tracing: function return tracer, build fix by Ingo Molnar · 16 years ago
- 2002c69 sched: release buddies on yield by Peter Zijlstra · 16 years ago
- 867f7fb tracing, x86: function return tracer, fix assembly constraints by Ingo Molnar · 16 years ago
- 1d6782b V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to work_queue by Andy Walls · 16 years ago
- c9ff1b6 V4L/DVB (9557): gspca: Small changes for the sensor HV7131B in zc3xx. by Jean-Francois Moine · 16 years ago
- 03bf756 V4L/DVB (9556): gspca: Bad init sequence for sensor HV7131B in zc3xx. by Jean-Francois Moine · 16 years ago
- 93d0f03 V4L/DVB (9549): gspca: Fix a typo in one of gspca chips name. by Krzysztof Helt · 16 years ago
- 465f8a8 V4L/DVB (9515): cx18: Use correct Mailbox IRQ Ack values and misc IRQ handling cleanup by Andy Walls · 16 years ago
- 17ff61c V4L/DVB (9493): kconfig patch by Frederic CAND · 16 years ago
- 349d042 V4L/DVB (9527): af9015: fix compile warnings by Antti Palosaari · 16 years ago
- 891bd13 V4L/DVB (9524): af9013: fix bug in status reading by roel kluin · 16 years ago
- 4e6b610 V4L/DVB (9511): cx18: Mark CX18_CPU_DE_RELEASE_MDL as a slow API call by Andy Walls · 16 years ago
- f056d29 V4L/DVB (9510): cx18: Fix write retries for registers that always change - part 2. by Andy Walls · 16 years ago
- 58ae1c2 V4L/DVB (9506): ivtv/cx18: fix test whether modules should be loaded or not. by Hans Verkuil · 16 years ago
- 1a8dc86 V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc fix by Darron Broad · 16 years ago