index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
ring_buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-24
perf/ring-buffer: Use regular variables for nesting
Peter Zijlstra
1
-15
/
+26
2019-05-24
perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data
Peter Zijlstra
1
-3
/
+3
2019-05-24
perf/ring_buffer: Add ordering to rb->nest increment
Peter Zijlstra
1
-0
/
+9
2019-05-24
perf/ring_buffer: Fix exposing a temporarily decreased data_head
Yabin Cui
1
-4
/
+20
2019-05-03
perf/ring_buffer: Fix AUX software double buffering
Alexander Shishkin
1
-2
/
+1
2019-04-16
perf/ring_buffer: Fix AUX record suppression
Alexander Shishkin
1
-18
/
+15
2019-04-12
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
1
-2
/
+2
2019-03-09
perf/ring_buffer: Use high order allocations for AUX buffers optimistically
Alexander Shishkin
1
-17
/
+15
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2019-02-13
perf/core: Fix impossible ring-buffer sizes warning
Ingo Molnar
1
-1
/
+1
2019-02-06
perf/aux: Make perf_event accessible to setup_aux()
Mathieu Poirier
1
-1
/
+1
2019-02-04
perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_t
Elena Reshetova
1
-3
/
+3
2019-02-04
perf/ring_buffer: Convert ring_buffer.refcount to refcount_t
Elena Reshetova
1
-1
/
+1
2019-02-04
perf/core: Convert to SPDX license identifiers
Thomas Gleixner
1
-2
/
+1
2019-02-04
perf/core: Don't WARN() for impossible ring-buffer sizes
Mark Rutland
1
-0
/
+3
2018-09-18
perf: Suppress AUX/OVERWRITE records
Alexander Shishkin
1
-2
/
+12
2018-06-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2018-06-22
perf/core: Move the inline keyword at the beginning of the function declaration
Mathieu Malaterre
1
-3
/
+3
2018-06-13
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
1
-1
/
+2
2018-05-05
perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
Peter Zijlstra
1
-2
/
+5
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+4
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-18
perf/core: Export AUX buffer helpers to modules
Will Deacon
1
-0
/
+4
2017-09-29
perf/aux: Only update ->aux_wakeup in non-overwrite mode
Alexander Shishkin
1
-5
/
+15
2017-08-25
perf/aux: Ensure aux_wakeup represents most recent wakeup index
Will Deacon
1
-2
/
+2
2017-08-25
perf/aux: Make aux_{head,wakeup} ring_buffer members long
Will Deacon
1
-17
/
+14
2017-06-21
perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)
Hendrik Brueckner
1
-1
/
+1
2017-03-16
perf/core: Add a flag for partial AUX records
Alexander Shishkin
1
-1
/
+1
2017-03-16
perf/core: Keep AUX flags in the output handle
Will Deacon
1
-11
/
+23
2016-09-10
perf/core: Fix aux_mmap_count vs aux_refcount order
Alexander Shishkin
1
-4
/
+11
2016-05-12
perf/core: Disable the event on a truncated AUX record
Alexander Shishkin
1
-1
/
+9
2016-04-23
perf/core: Add ::write_backward attribute to perf event
Wang Nan
1
-1
/
+15
2016-03-31
perf/ring_buffer: Prepare writing into the ring-buffer from the end
Wang Nan
1
-6
/
+36
2016-03-31
perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...
Wang Nan
1
-1
/
+11
2016-03-31
perf/ring_buffer: Document AUX API usage
Alexander Shishkin
1
-0
/
+10
2016-03-31
perf/core: Free AUX pages in unmap path
Alexander Shishkin
1
-26
/
+11
2016-03-31
perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count drops
Alexander Shishkin
1
-0
/
+7
2016-03-21
perf/core: Fix Undefined behaviour in rb_alloc()
Peter Zijlstra
1
-2
/
+4
2016-01-21
perf: Synchronously free aux pages in case of allocation failure
Alexander Shishkin
1
-20
/
+20
2015-11-23
treewide: Remove old email address
Peter Zijlstra
1
-1
/
+1
2015-11-04
atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()
Linus Torvalds
1
-1
/
+1
2015-08-12
perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...
Alexander Shishkin
1
-1
/
+4
2015-08-12
perf: Fix double-free of the AUX buffer
Ben Hutchings
1
-4
/
+6
2015-07-06
perf: Fix AUX buffer refcounting
Peter Zijlstra
1
-2
/
+25
2015-06-23
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2015-05-27
smp: Make control dependencies work on Alpha, improve documentation
Paul E. McKenney
1
-1
/
+1
2015-05-27
perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite mode
Alexander Shishkin
1
-0
/
+14
2015-04-02
perf: Add wakeup watermark control to the AUX area
Alexander Shishkin
1
-3
/
+19
2015-04-02
perf: Support overwrite mode for the AUX area
Alexander Shishkin
1
-15
/
+33
[next]