summaryrefslogtreecommitdiffstats
path: root/kernel/events/ring_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Fix Undefined behaviour in rb_alloc()Peter Zijlstra2016-03-211-2/+4
* perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin2016-01-211-20/+20
* treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds2015-11-031-1/+1
* perf/ring-buffer: Clarify the use of page::private for high-order AUX allocat...Alexander Shishkin2015-08-121-1/+4
* perf: Fix double-free of the AUX bufferBen Hutchings2015-08-121-4/+6
* perf: Fix AUX buffer refcountingPeter Zijlstra2015-07-061-2/+25
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-1/+1
|\
| * smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney2015-05-271-1/+1
* | perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite modeAlexander Shishkin2015-05-271-0/+14
|/
* perf: Add wakeup watermark control to the AUX areaAlexander Shishkin2015-04-021-3/+19
* perf: Support overwrite mode for the AUX areaAlexander Shishkin2015-04-021-15/+33
* perf: Add API for PMUs to write to the AUX areaAlexander Shishkin2015-04-021-0/+139
* perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin2015-04-021-1/+14
* perf: Support high-order allocations for AUX spaceAlexander Shishkin2015-04-021-6/+50
* perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra2015-04-021-4/+93
* perf: Use POLLIN instead of POLL_IN for perf poll data in flagJiri Olsa2015-02-041-1/+2
* perf: Optimize ring-buffer write by depending on control dependenciesPeter Zijlstra2013-12-111-16/+26
* perf: Update a stale commentPeter Zijlstra2013-11-061-2/+2
* perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra2013-11-061-7/+7
* perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra2013-11-061-5/+8
* perf: Optimize perf_output_begin()Peter Zijlstra2013-11-061-8/+9
* perf: Add unlikely() to the ring-buffer codePeter Zijlstra2013-11-061-8/+8
* perf: Simplify the ring-buffer codePeter Zijlstra2013-11-061-33/+4
* perf: Fix perf ring buffer memory orderingPeter Zijlstra2013-10-291-4/+27
* perf: Fix vmalloc ring buffer pages handlingJiri Olsa2013-05-011-4/+10
* perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian2013-03-211-4/+18
* perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa2012-08-101-0/+6
* perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker2012-08-101-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * misc latin1 to utf8 conversionsAl Viro2012-01-021-1/+1
* | perf: Fix loss of notification with multi-eventPeter Zijlstra2011-12-051-0/+3
|/
* perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2011-07-011-18/+1
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-7/+3
* perf_events: Fix perf buffer watermark settingVince Weaver2011-07-011-7/+9
* perf: Split up buffer handling from core codeFrederic Weisbecker2011-06-091-0/+399
OpenPOWER on IntegriCloud