aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/ring_buffer.c
AgeCommit message (Expand)Author
2019-09-16perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra
2019-09-16perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra
2019-09-16perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui
2019-05-30perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra
2019-04-12perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-03-26perf/core: Fix impossible ring-buffer sizes warningIngo Molnar
2019-03-01perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-22perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-05-05perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18perf/core: Export AUX buffer helpers to modulesWill Deacon
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin
2017-08-25perf/aux: Ensure aux_wakeup represents most recent wakeup indexWill Deacon
2017-08-25perf/aux: Make aux_{head,wakeup} ring_buffer members longWill Deacon
2017-06-21perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner
2017-03-16perf/core: Add a flag for partial AUX recordsAlexander Shishkin
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon
2016-09-10perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin
2016-05-12perf/core: Disable the event on a truncated AUX recordAlexander Shishkin
2016-04-23perf/core: Add ::write_backward attribute to perf eventWang Nan
2016-03-31perf/ring_buffer: Prepare writing into the ring-buffer from the endWang Nan
2016-03-31perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...Wang Nan
2016-03-31perf/ring_buffer: Document AUX API usageAlexander Shishkin
2016-03-31perf/core: Free AUX pages in unmap pathAlexander Shishkin
2016-03-31perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count dropsAlexander Shishkin
2016-03-21perf/core: Fix Undefined behaviour in rb_alloc()Peter Zijlstra
2016-01-21perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin
2015-08-12perf: Fix double-free of the AUX bufferBen Hutchings
2015-07-06perf: Fix AUX buffer refcountingPeter Zijlstra
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney
2015-05-27perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite modeAlexander Shishkin
2015-04-02perf: Add wakeup watermark control to the AUX areaAlexander Shishkin
2015-04-02perf: Support overwrite mode for the AUX areaAlexander Shishkin
2015-04-02perf: Add API for PMUs to write to the AUX areaAlexander Shishkin
2015-04-02perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin
2015-04-02perf: Support high-order allocations for AUX spaceAlexander Shishkin
2015-04-02perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra
2015-02-04perf: Use POLLIN instead of POLL_IN for perf poll data in flagJiri Olsa
2013-12-11perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra
2013-11-06perf: Update a stale commentPeter Zijlstra
2013-11-06perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra
2013-11-06perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra