index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ring_buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-14
ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating process
Vaibhav Nagarnaik
1
-6
/
+19
2011-06-14
tracing: Convert to kstrtoul_from_user
Peter Huewe
1
-11
/
+2
2011-06-14
tracing: Use NUMA allocation for per-cpu ring buffer pages
Vaibhav Nagarnaik
1
-17
/
+19
2011-05-25
ftrace: Add internal recursive checks
Steven Rostedt
1
-5
/
+5
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-03-10
tracing: Explain about unstable clock on resume with ring buffer warning
Jiri Olsa
1
-2
/
+10
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
1
-0
/
+11
2011-02-18
Revert "tracing: Add unstable sched clock note to the warning"
Ingo Molnar
1
-6
/
+2
2011-02-08
tracing: Add unstable sched clock note to the warning
Jiri Olsa
1
-2
/
+6
2011-01-19
Kill off warning: ‘inline’ is not at beginning of declaration
Jesper Juhl
1
-1
/
+1
2010-12-23
ring_buffer: Off-by-one and duplicate events in ring_buffer_read_page
David Sharp
1
-1
/
+8
2010-10-27
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-163
/
+172
2010-10-26
Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...
Ingo Molnar
1
-163
/
+172
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-21
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+15
2010-10-20
ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGE
Steven Rostedt
1
-3
/
+0
2010-10-20
ring-buffer: Micro-optimize with some strategic inlining
Steven Rostedt
1
-8
/
+15
2010-10-20
ring-buffer: Remove condition to add timestamp in fast path
Steven Rostedt
1
-22
/
+6
2010-10-20
ring-buffer: Bind time extend and data events together
Steven Rostedt
1
-124
/
+142
2010-10-20
ring-buffer: Pass delta by value and not by reference
Steven Rostedt
1
-8
/
+8
2010-10-20
ring-buffer: Pass timestamp by value and not by reference
Steven Rostedt
1
-10
/
+10
2010-10-19
ring-buffer: Make write slow path out of line
Steven Rostedt
1
-2
/
+5
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-12
ring-buffer: Fix typo of time extends per page
Steven Rostedt
1
-1
/
+1
2010-09-15
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-2
/
+0
2010-09-05
gcc-4.6: kernel/*: Fix unused but set warnings
Andi Kleen
1
-2
/
+0
2010-09-01
ring-buffer: Place duplicate expression into a single function
Steven Rostedt
1
-6
/
+15
2010-08-16
Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...
Steven Rostedt
1
-0
/
+3
2010-08-06
tracing: Fix ring_buffer_read_page reading out of page boundary
Huang Ying
1
-0
/
+3
2010-07-20
trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bit
Richard Kennedy
1
-1
/
+1
2010-06-08
Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-30
/
+8
2010-06-03
tracing: Remove ftrace_preempt_disable/enable
Steven Rostedt
1
-30
/
+8
2010-05-25
ring-buffer: Move zeroing out excess in page to ring buffer code
Steven Rostedt
1
-2
/
+9
2010-05-25
ring-buffer: Reset "real_end" when page is filled
Steven Rostedt
1
-0
/
+8
2010-05-04
ring-buffer: Wrap open-coded WARN_ONCE
Borislav Petkov
1
-9
/
+5
2010-04-27
ring-buffer: Make non-consuming read less expensive with lots of cpus.
David Miller
1
-10
/
+54
2010-04-08
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-3
/
+6
2010-04-05
Merge branch 'master' into export-slabh
Tejun Heo
1
-3
/
+5
2010-03-31
ring-buffer: Add lost event count to end of sub buffer
Steven Rostedt
1
-4
/
+33
2010-03-31
ring-buffer: Add place holder recording of dropped events
Steven Rostedt
1
-6
/
+66
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-29
ring-buffer: Add missing unlock
Julia Lawall
1
-3
/
+5
2010-03-18
ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte align
Steven Rostedt
1
-3
/
+11
2010-03-13
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+6
2010-03-12
ring-buffer: Move disabled check into preempt disable section
Lai Jiangshan
1
-6
/
+6
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-2
/
+2
2010-02-04
Fix misspellings of "truly" in comments.
Adam Buchbinder
1
-2
/
+2
2010-02-02
Merge branch 'master' into percpu
Tejun Heo
1
-5
/
+23
[next]