index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-10
tracing: Fix irqoff selftest expanding max buffer
Steven Rostedt
1
-0
/
+9
2011-03-10
tracing: Align 4 byte ints together in struct tracer
Steven Rostedt
1
-1
/
+1
2011-03-10
tracing: Export trace_set_clr_event()
Yuanhan Liu
1
-0
/
+1
2011-03-10
tracing: Explain about unstable clock on resume with ring buffer warning
Jiri Olsa
1
-2
/
+10
2011-03-10
tracing: Adjust conditional expression latency formatting.
David Sharp
1
-8
/
+18
2011-03-10
tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup
David Sharp
1
-3
/
+3
2011-03-10
tracing: Remove lock_depth from event entry
Steven Rostedt
3
-14
/
+5
2011-03-09
ring-buffer: Remove unused #include <linux/trace_irq.h>
David Sharp
1
-1
/
+0
2011-03-09
tracing: Add an 'overwrite' trace_option.
David Sharp
3
-6
/
+23
2011-03-08
Merge commit 'v2.6.38-rc8' into perf/core
Ingo Molnar
1
-16
/
+0
2011-03-03
blktrace: Remove blk_fill_rwbs_rq.
Tao Ma
1
-16
/
+0
2011-03-03
Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...
Frederic Weisbecker
2
-169
/
+754
2011-02-18
Revert "tracing: Add unstable sched clock note to the warning"
Ingo Molnar
1
-6
/
+2
2011-02-17
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
4
-62
/
+40
2011-02-16
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-0
/
+7
2011-02-14
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-7
/
+45
2011-02-14
tracing/kprobe: Fix NULL pointer deref check
Masami Hiramatsu
1
-1
/
+1
2011-02-11
ftrace: Fix memory leak with function graph and cpu hotplug
Steven Rostedt
1
-7
/
+45
2011-02-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+7
2011-02-08
tracing: Deprecate tracing_enabled for tracing_on
Steven Rostedt
1
-0
/
+4
2011-02-08
tracing: Remove obsolete sched_switch tracer
Steven Rostedt
1
-48
/
+0
2011-02-08
tracing: Add unstable sched clock note to the warning
Jiri Olsa
1
-2
/
+6
2011-02-07
tracing/syscalls: Early terminate search for sys_ni_syscall
Ian Munsie
1
-0
/
+3
2011-02-07
tracing/syscalls: Allow arch specific syscall symbol matching
Ian Munsie
1
-7
/
+14
2011-02-07
tracing/syscalls: Make arch_syscall_addr weak
Ian Munsie
1
-1
/
+1
2011-02-07
tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON
Ian Munsie
1
-4
/
+4
2011-02-07
tracing/syscalls: Don't add events for unmapped syscalls
Ian Munsie
1
-0
/
+8
2011-02-07
tracing/filter: Remove synchronize_sched() from __alloc_preds()
Steven Rostedt
1
-23
/
+7
2011-02-07
tracing/filter: Swap entire filter of events
Steven Rostedt
1
-105
/
+146
2011-02-07
tracing/filter: Increase the max preds to 2^14
Steven Rostedt
1
-1
/
+8
2011-02-07
tracing/filter: Move MAX_FILTER_PRED to local tracing directory
Steven Rostedt
1
-0
/
+2
2011-02-07
tracing/filter: Optimize filter by folding the tree
Steven Rostedt
2
-10
/
+235
2011-02-07
tracing/filter: Check the created pred tree
Steven Rostedt
1
-1
/
+71
2011-02-07
tracing/filter: Optimize short ciruit check
Steven Rostedt
1
-3
/
+9
2011-02-07
tracing/filter: Use a tree instead of stack for filter_match_preds()
Steven Rostedt
2
-46
/
+194
2011-02-07
tracing/filter: Free pred array on disabling of filter
Steven Rostedt
1
-0
/
+4
2011-02-07
tracing/filter: Allocate the preds in an array
Steven Rostedt
2
-23
/
+10
2011-02-07
tracing/filter: Call synchronize_sched() just once for system filters
Steven Rostedt
1
-17
/
+63
2011-02-07
tracing/filter: Dynamically allocate preds
Steven Rostedt
2
-36
/
+110
2011-02-07
tracing/filter: Move OR and AND logic out of fn() method
Steven Rostedt
2
-34
/
+20
2011-02-07
tracing/filter: Have no filter return a match
Steven Rostedt
1
-1
/
+6
2011-02-07
tracing/kprobes: Add bitfield type
Masami Hiramatsu
1
-1
/
+103
2011-02-07
tracing/kprobes: Support longer (>128 bytes) command
Masami Hiramatsu
1
-1
/
+1
2011-02-07
tracing/kprobes: Cleanup strict_strtol() using code
Masami Hiramatsu
1
-3
/
+2
2011-02-03
tracing: Replace syscall_meta_data struct array with pointer array
Steven Rostedt
1
-9
/
+10
2011-02-02
tracing: Replace trace_event struct array with pointer array
Steven Rostedt
2
-9
/
+9
2011-01-20
lockdep: Move early boot local IRQ enable/disable status to init/main.c
Tejun Heo
1
-8
/
+0
2011-01-19
blktrace: Don't output messages if NOTIFY isn't set.
Tao Ma
1
-0
/
+7
2011-01-15
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
1
-21
/
+12
2011-01-14
tracing: Remove syscall_exit_fields
Lai Jiangshan
1
-21
/
+12
[next]