index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ring_buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-14
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
1
-6
/
+6
2009-12-14
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
Thomas Gleixner
1
-1
/
+1
2009-12-14
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
1
-2
/
+2
2009-12-05
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+9
2009-12-05
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+3
2009-11-17
ring-buffer: Move access to commit_page up into function used
Steven Rostedt
1
-6
/
+3
2009-11-15
Merge commit 'v2.6.32-rc7' into perf/core
Ingo Molnar
1
-0
/
+2
2009-11-04
Merge commit 'v2.6.32-rc6' into perf/core
Ingo Molnar
1
-6
/
+6
2009-11-04
ring-buffer: Synchronize resizing buffer with reader lock
Lai Jiangshan
1
-0
/
+2
2009-10-24
tracing: Remove cpu arg from the rb_time_stamp() function
Jiri Olsa
1
-5
/
+5
2009-10-24
tracing: Fix comment typo and documentation example
Jiri Olsa
1
-1
/
+1
2009-10-06
tracing/events: Add 'signed' field to format files
Tom Zanussi
1
-6
/
+9
2009-09-20
includecheck fix: kernel/trace, ring_buffer.c
Jaswinder Singh Rajput
1
-2
/
+0
2009-09-14
ring-buffer: typecast cmpxchg to fix PowerPC warning
Steven Rostedt
1
-3
/
+3
2009-09-09
ring-buffer: consolidate interface of rb_buffer_peek()
Robert Richter
1
-7
/
+4
2009-09-04
ring-buffer: only enable ring_buffer_swap_cpu when needed
Steven Rostedt
1
-0
/
+4
2009-09-04
ring-buffer: check for swapped buffers in start of committing
Steven Rostedt
1
-3
/
+17
2009-09-04
ring-buffer: disable all cpu buffers when one finds a problem
Steven Rostedt
1
-8
/
+13
2009-09-04
ring-buffer: do not count discarded events
Steven Rostedt
1
-17
/
+54
2009-09-04
ring-buffer: remove ring_buffer_event_discard
Steven Rostedt
1
-21
/
+6
2009-09-04
ring-buffer: fix ring_buffer_read crossing pages
Steven Rostedt
1
-4
/
+4
2009-09-04
ring-buffer: remove unnecessary cpu_relax
Steven Rostedt
1
-12
/
+4
2009-09-04
ring-buffer: do not swap buffers during a commit
Steven Rostedt
1
-2
/
+9
2009-09-04
ring-buffer: do not reset while in a commit
Steven Rostedt
1
-0
/
+4
2009-08-11
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-8
/
+7
2009-08-07
ring-buffer: Fix memleak in ring_buffer_free()
Eric Dumazet
1
-0
/
+1
2009-08-06
ring-buffer: Fix advance of reader in rb_buffer_peek()
Robert Richter
1
-6
/
+4
2009-08-05
ring-buffer: do not disable ring buffer on oops_in_progress
Steven Rostedt
1
-1
/
+1
2009-08-05
ring-buffer: fix check of try_to_discard result
Steven Rostedt
1
-1
/
+1
2009-07-16
ring_buffer: Fix warning while ignoring cmpxchg return value
Lai Jiangshan
1
-2
/
+7
2009-07-07
ring-buffer: make lockless
Steven Rostedt
1
-148
/
+738
2009-07-07
ring-buffer: make the buffer a true circular link list
Steven Rostedt
1
-17
/
+32
2009-06-25
ring-buffer: Make it generally available
Paul Mundt
1
-0
/
+11
2009-06-20
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-118
/
+193
2009-06-17
ring-buffer: do not grab locks in nmi
Steven Rostedt
1
-8
/
+51
2009-06-17
ring-buffer: add locks around rb_per_cpu_empty
Steven Rostedt
1
-2
/
+9
2009-06-17
ring-buffer: check for less than two in size allocation
Steven Rostedt
1
-2
/
+2
2009-06-17
ring-buffer: remove useless compile check for buffer_page size
Steven Rostedt
1
-11
/
+0
2009-06-16
ring-buffer: remove useless warn on check
Steven Rostedt
1
-3
/
+0
2009-06-16
ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index
Steven Rostedt
1
-1
/
+1
2009-06-16
ring-buffer: use commit counters for commit pointer accounting
Steven Rostedt
1
-79
/
+75
2009-06-16
ring-buffer: remove unused variable
Steven Rostedt
1
-1
/
+0
2009-06-15
ring-buffer: prevent adding write in discarded area
Steven Rostedt
1
-12
/
+56
2009-06-15
cpumask: use new operators in kernel/trace
Rusty Russell
1
-2
/
+2
2009-06-15
trace: annotate bitfields in struct ring_buffer_event
Vegard Nossum
1
-0
/
+3
2009-06-09
ring-buffer: fix ret in rb_add_time_stamp
Steven Rostedt
1
-1
/
+1
2009-06-08
ring-buffer: pass in lockdep class key for reader_lock
Peter Zijlstra
1
-2
/
+7
2009-06-03
ring-buffer: discard timestamps that are at the start of the buffer
Steven Rostedt
1
-16
/
+21
2009-06-03
ring-buffer: try to discard unneeded timestamps
Steven Rostedt
1
-26
/
+41
2009-06-03
ring-buffer: fix bug in ring_buffer_discard_commit
Tim Bird
1
-1
/
+1
[next]