aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ring_buffer.c
Commit message (Expand)AuthorAge
* Merge branch 'master' ofThomas Gleixner2010-04-02
|\
| * ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan2010-04-01
* | Forward to 2.6.33-rc8Thomas Gleixner2010-02-21
|\|
| * ring-buffer: Check for end of page in iteratorSteven Rostedt2010-01-26
| * ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt2010-01-26
| * ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt2010-01-06
| * ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp2010-01-06
| * Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-16
| |\
| | * ring-buffer: Move resize integrity check under reader lockSteven Rostedt2009-12-10
| | * ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt2009-12-10
| * | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-14
| * | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-14
| * | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-14
| |/
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-05
| |\
| | * Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar2009-11-15
| | |\
| | * \ Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar2009-11-04
| | |\ \
| | * | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-06
| * | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-05
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ring-buffer: Move access to commit_page up into function usedSteven Rostedt2009-11-17
| | | |/ | | |/|
| * / | ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan2009-11-04
| |/ /
| * | tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa2009-10-24
| * | tracing: Fix comment typo and documentation exampleJiri Olsa2009-10-24
| |/
| * includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput2009-09-20
* | Merge branch 'rt/trace' into rt/headThomas Gleixner2009-09-14
|\|
| * ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt2009-09-14
* | Merge branch 'rt/trace' into rt/headThomas Gleixner2009-09-14
|\|
| * ring-buffer: consolidate interface of rb_buffer_peek()Robert Richter2009-09-09
| * ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2009-09-04
| * ring-buffer: check for swapped buffers in start of committingSteven Rostedt2009-09-04
| * ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt2009-09-04
| * ring-buffer: do not count discarded eventsSteven Rostedt2009-09-04
| * ring-buffer: remove ring_buffer_event_discardSteven Rostedt2009-09-04
| * ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt2009-09-04
| * ring-buffer: remove unnecessary cpu_relaxSteven Rostedt2009-09-04
| * ring-buffer: do not swap buffers during a commitSteven Rostedt2009-09-04
| * ring-buffer: do not reset while in a commitSteven Rostedt2009-09-04
| * Merge branch 'linus' into tracing/coreIngo Molnar2009-08-11
| |\
| * | ring_buffer: Fix warning while ignoring cmpxchg return valueLai Jiangshan2009-07-16
| * | ring-buffer: make locklessSteven Rostedt2009-07-07
| * | ring-buffer: make the buffer a true circular link listSteven Rostedt2009-07-07
* | | Merge branch 'linus' into rt/baseThomas Gleixner2009-08-12
|\ \ \ | | |/ | |/|
| * | ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet2009-08-07
| * | ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter2009-08-06
| * | ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt2009-08-05
| * | ring-buffer: fix check of try_to_discard resultSteven Rostedt2009-08-05
| |/
* / trace: Convert various locks to atomic_spinlockThomas Gleixner2009-07-27
|/
* ring-buffer: Make it generally availablePaul Mundt2009-06-25
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-20
|\
| * ring-buffer: do not grab locks in nmiSteven Rostedt2009-06-17
| * ring-buffer: add locks around rb_per_cpu_emptySteven Rostedt2009-06-17