index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
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
2023-03-21
ring_buffer: Use try_cmpxchg instead of cmpxchg
Uros Bizjak
1
-4
/
+4
2023-03-21
ring_buffer: Change some static functions to bool
Uros Bizjak
1
-24
/
+23
2023-03-21
ring_buffer: Change some static functions to void
Uros Bizjak
1
-15
/
+7
2023-03-19
Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+0
2023-03-19
ring-buffer: remove obsolete comment for free_buffer_page()
Vlastimil Babka
1
-4
/
+0
2023-02-23
Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-2
/
+7
2023-02-18
tracing: Always use canonical ftrace path
Ross Zwisler
1
-1
/
+1
2023-02-15
ring-buffer: Handle race between rb_move_tail and rb_check_pages
Mukesh Ojha
1
-32
/
+10
2023-01-25
tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
Jia-Ju Bai
1
-1
/
+6
2022-12-10
ring-buffer: Handle resize in early boot up
Steven Rostedt
1
-7
/
+25
2022-11-23
ring_buffer: Remove unused "event" parameter
Song Chen
1
-7
/
+5
2022-11-17
ring_buffer: Do not deactivate non-existant pages
Daniil Tatianin
1
-2
/
+2
2022-11-16
ring-buffer: Include dropped pages in counting dirty patches
Steven Rostedt (Google)
1
-0
/
+12
2022-11-16
tracing/ring-buffer: Have polling block on watermark
Steven Rostedt (Google)
1
-19
/
+36
2022-11-02
ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()
Steven Rostedt (Google)
1
-0
/
+11
2022-10-12
ring-buffer: Fix kernel-doc
Jiapeng Chong
1
-3
/
+3
2022-09-29
ring-buffer: Fix race between reset page and reading page
Steven Rostedt (Google)
1
-0
/
+33
2022-09-28
ring-buffer: Add ring_buffer_wake_waiters()
Steven Rostedt (Google)
1
-0
/
+39
2022-09-27
ring-buffer: Check pending waiters when doing wake ups as well
Steven Rostedt (Google)
1
-1
/
+2
2022-09-27
ring-buffer: Have the shortest_full queue be the shortest not longest
Steven Rostedt (Google)
1
-1
/
+1
2022-09-27
ring-buffer: Allow splice to read previous partially read pages
Steven Rostedt (Google)
1
-1
/
+9
2022-04-27
ring-buffer: Have 32 bit time stamps use all 64 bits
Steven Rostedt (Google)
1
-10
/
+18
2022-04-27
ring-buffer: Have absolute time stamps handle large numbers
Steven Rostedt (Google)
1
-5
/
+44
2022-04-26
ring-buffer: Simplify if-if to if-else
Wan Jiabing
1
-2
/
+2
2022-01-15
ring-buffer: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-5
/
+2
2021-11-10
ring-buffer: Protect ring_buffer_reset() from reentrancy
Steven Rostedt (VMware)
1
-0
/
+5
2021-10-19
tracing/perf: Add interrupt_context_level() helper
Steven Rostedt (VMware)
1
-6
/
+1
2021-10-19
tracing: Reuse logic from perf's get_recursion_context()
Steven Rostedt (VMware)
1
-6
/
+6
2021-08-17
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-4
/
+4
2021-07-22
tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.
Haoran Luo
1
-4
/
+24
2021-06-10
ring-buffer: Use fallthrough pseudo-keyword
Wei Ming Chen
1
-1
/
+1
2021-04-01
tracing: Remove unused argument from "ring_buffer_time_stamp()
Yordan Karadzhov (VMware)
1
-1
/
+1
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-18
ring-buffer: Add verifier for using ring_buffer_event_time_stamp()
Steven Rostedt (VMware)
1
-4
/
+52
2021-03-18
ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...
Steven Rostedt (VMware)
1
-15
/
+45
2021-03-18
ring-buffer: Add a event_stamp to cpu_buffer for each level of nesting
Steven Rostedt (VMware)
1
-1
/
+10
2021-03-18
ring-buffer: Separate out internal use of ring_buffer_event_time_stamp()
Steven Rostedt (VMware)
1
-18
/
+23
2021-03-04
ring-buffer: Add a little more information and a WARN when time stamp going b...
Steven Rostedt (VMware)
1
-3
/
+7
2021-03-04
ring-buffer: Force before_stamp and write_stamp to be different on discard
Steven Rostedt (VMware)
1
-0
/
+11
2021-02-02
ring-buffer: Drop unneeded check in ring_buffer_resize()
Qiujun Huang
1
-5
/
+1
2021-02-02
ring-buffer: Remove cpu_buffer argument from the rb_inc_page()
Qiujun Huang
1
-19
/
+16
2020-12-17
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-35
/
+188
2020-12-14
Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"
Steven Rostedt (VMware)
1
-4
/
+13
2020-12-14
ring-buffer: Add rb_check_bpage in __rb_allocate_pages
Qiujun Huang
1
-8
/
+11
2020-12-14
ring-buffer: Fix two typos in comments
Qiujun Huang
1
-2
/
+2
2020-12-14
tracing: Drop unneeded assignment in ring_buffer_resize()
Lukas Bulwahn
1
-2
/
+0
2020-12-07
ring-buffer: Fix a typo in function description
Qiujun Huang
1
-1
/
+1
2020-12-07
ring-buffer: Remove obsolete rb_event_is_commit()
Lukas Bulwahn
1
-17
/
+0
2020-12-01
ring-buffer: Add test to validate the time stamp deltas
Steven Rostedt (VMware)
1
-0
/
+150
2020-11-30
ring-buffer: Always check to put back before stamp when crossing pages
Steven Rostedt (VMware)
1
-8
/
+6
[next]