index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
ring_buffer.c
Age
Commit message (
Expand
)
Author
2018-09-18
perf: Suppress AUX/OVERWRITE records
Alexander Shishkin
2018-06-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-22
perf/core: Move the inline keyword at the beginning of the function declaration
Mathieu Malaterre
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-05-05
perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
Peter Zijlstra
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-18
perf/core: Export AUX buffer helpers to modules
Will Deacon
2017-09-29
perf/aux: Only update ->aux_wakeup in non-overwrite mode
Alexander Shishkin
2017-08-25
perf/aux: Ensure aux_wakeup represents most recent wakeup index
Will Deacon
2017-08-25
perf/aux: Make aux_{head,wakeup} ring_buffer members long
Will Deacon
2017-06-21
perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)
Hendrik Brueckner
2017-03-16
perf/core: Add a flag for partial AUX records
Alexander Shishkin
2017-03-16
perf/core: Keep AUX flags in the output handle
Will Deacon
2016-09-10
perf/core: Fix aux_mmap_count vs aux_refcount order
Alexander Shishkin
2016-05-12
perf/core: Disable the event on a truncated AUX record
Alexander Shishkin
2016-04-23
perf/core: Add ::write_backward attribute to perf event
Wang Nan
2016-03-31
perf/ring_buffer: Prepare writing into the ring-buffer from the end
Wang Nan
2016-03-31
perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...
Wang Nan
2016-03-31
perf/ring_buffer: Document AUX API usage
Alexander Shishkin
2016-03-31
perf/core: Free AUX pages in unmap path
Alexander Shishkin
2016-03-31
perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count drops
Alexander Shishkin
2016-03-21
perf/core: Fix Undefined behaviour in rb_alloc()
Peter Zijlstra
2016-01-21
perf: Synchronously free aux pages in case of allocation failure
Alexander Shishkin
2015-11-23
treewide: Remove old email address
Peter Zijlstra
2015-11-03
atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()
Linus Torvalds
2015-08-12
perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...
Alexander Shishkin
2015-08-12
perf: Fix double-free of the AUX buffer
Ben Hutchings
2015-07-06
perf: Fix AUX buffer refcounting
Peter Zijlstra
2015-06-22
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-05-27
smp: Make control dependencies work on Alpha, improve documentation
Paul E. McKenney
2015-05-27
perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite mode
Alexander Shishkin
2015-04-02
perf: Add wakeup watermark control to the AUX area
Alexander Shishkin
2015-04-02
perf: Support overwrite mode for the AUX area
Alexander Shishkin
2015-04-02
perf: Add API for PMUs to write to the AUX area
Alexander Shishkin
2015-04-02
perf: Add a capability for AUX_NO_SG pmus to do software double buffering
Alexander Shishkin
2015-04-02
perf: Support high-order allocations for AUX space
Alexander Shishkin
2015-04-02
perf: Add AUX area to ring buffer for raw data streams
Peter Zijlstra
2015-02-04
perf: Use POLLIN instead of POLL_IN for perf poll data in flag
Jiri Olsa
2013-12-11
perf: Optimize ring-buffer write by depending on control dependencies
Peter Zijlstra
2013-11-06
perf: Update a stale comment
Peter Zijlstra
2013-11-06
perf: Optimize perf_output_begin() -- address calculation
Peter Zijlstra
2013-11-06
perf: Optimize perf_output_begin() -- lost_event case
Peter Zijlstra
2013-11-06
perf: Optimize perf_output_begin()
Peter Zijlstra
2013-11-06
perf: Add unlikely() to the ring-buffer code
Peter Zijlstra
2013-11-06
perf: Simplify the ring-buffer code
Peter Zijlstra
2013-10-29
perf: Fix perf ring buffer memory ordering
Peter Zijlstra
2013-05-01
perf: Fix vmalloc ring buffer pages handling
Jiri Olsa
2013-03-21
perf: Fix ring_buffer perf_output_space() boundary calculation
Stephane Eranian
[next]