aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/ring_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-21perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin1-20/+20
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds1-1/+1
2015-08-12perf/ring-buffer: Clarify the use of page::private for high-order AUX allocationsAlexander Shishkin1-1/+4
2015-08-12perf: Fix double-free of the AUX bufferBen Hutchings1-4/+6
2015-07-06perf: Fix AUX buffer refcountingPeter Zijlstra1-2/+25
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney1-1/+1
2015-05-27perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite modeAlexander Shishkin1-0/+14
2015-04-02perf: Add wakeup watermark control to the AUX areaAlexander Shishkin1-3/+19
2015-04-02perf: Support overwrite mode for the AUX areaAlexander Shishkin1-15/+33
2015-04-02perf: Add API for PMUs to write to the AUX areaAlexander Shishkin1-0/+139
2015-04-02perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin1-1/+14
2015-04-02perf: Support high-order allocations for AUX spaceAlexander Shishkin1-6/+50
2015-04-02perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra1-4/+93
2015-02-04perf: Use POLLIN instead of POLL_IN for perf poll data in flagJiri Olsa1-1/+2
2013-12-11perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra1-16/+26
2013-11-06perf: Update a stale commentPeter Zijlstra1-2/+2
2013-11-06perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra1-7/+7
2013-11-06perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra1-5/+8
2013-11-06perf: Optimize perf_output_begin()Peter Zijlstra1-8/+9
2013-11-06perf: Add unlikely() to the ring-buffer codePeter Zijlstra1-8/+8
2013-11-06perf: Simplify the ring-buffer codePeter Zijlstra1-33/+4
2013-10-29perf: Fix perf ring buffer memory orderingPeter Zijlstra1-4/+27
2013-05-01perf: Fix vmalloc ring buffer pages handlingJiri Olsa1-4/+10
2013-03-21perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian1-4/+18
2012-08-10perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa1-0/+6
2012-08-10perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker1-2/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra1-0/+3
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra1-18/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-7/+3
2011-07-01perf_events: Fix perf buffer watermark settingVince Weaver1-7/+9
2011-06-09perf: Split up buffer handling from core codeFrederic Weisbecker1-0/+399