summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-07-211-1/+1
* perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-06-221-0/+9
* perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-06-221-4/+20
* perf/core: Restore mmap record type correctlyStephane Eranian2019-04-271-0/+2
* perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count dropsAlexander Shishkin2019-04-031-0/+7
* perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin2019-04-031-20/+20
* perf/core: Fix impossible ring-buffer sizes warningIngo Molnar2019-02-201-1/+1
* perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-02-201-0/+3
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2018-12-171-2/+2
* uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri2018-12-131-2/+10
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2018-11-101-1/+1
* perf/core: Don't leak event in the syscall error pathAlexander Shishkin2018-11-101-0/+1
* perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-11-101-0/+2
* perf/core: Fix perf_output_read_group()Peter Zijlstra2018-05-301-1/+2
* perf/cgroup: Fix child event counting bugSong Liu2018-05-301-5/+16
* perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-161-2/+5
* perf: Remove superfluous allocation error checkJiri Olsa2018-05-161-8/+2
* perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun2018-05-161-1/+1
* perf: Return proper values for user stack errorsJiri Olsa2018-04-291-2/+2
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2018-04-131-5/+10
* perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-04-081-23/+7
* bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-10-211-1/+2
* perf/core: Fix group {cpu,task} validationMark Rutland2017-08-301-20/+19
* Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-271-21/+0
* perf/core: Drop kernel samples even though :u is specifiedJin Yao2017-06-141-0/+21
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-04-301-4/+53
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-261-2/+3
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-02-091-21/+21
* perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland2016-10-071-1/+22
* uprobes: Fix the memcg accountingOleg Nesterov2016-09-151-2/+3
* bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-07-111-1/+1
* perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra2016-06-011-16/+36
* perf/core: Disable the event on a truncated AUX recordAlexander Shishkin2016-05-181-1/+9
* perf: Cure event->pending_disable racePeter Zijlstra2016-04-201-3/+3
* perf: Do not double freePeter Zijlstra2016-04-201-1/+6
* perf/core: Fix perf_sched_count derailmentAlexander Shishkin2016-04-121-4/+3
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-251-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-081-29/+6
|\
| * perf: Fix race in swevent hashPeter Zijlstra2016-01-061-19/+1
| * perf: Fix race in perf_event_exec()Peter Zijlstra2016-01-061-10/+5
* | Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-081-3/+3
|\ \ | |/ |/|
| * cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-3/+3
* | perf: Do not send exit event twiceJiri Olsa2015-12-061-11/+31
* | perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra2015-12-041-1/+8
* | treewide: Remove old email addressPeter Zijlstra2015-11-234-4/+4
* | perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-7/+13
* | perf/core: Fix RCU problem with cgroup context switching codeStephane Eranian2015-11-231-3/+8
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-151-8/+13
|\
| * perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-11-091-0/+4
| * perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney2015-11-091-8/+9