summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2019-08-16perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez1-1/+1
2019-07-21perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra1-1/+1
2019-06-22perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra1-3/+3
2019-06-22perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra1-0/+9
2019-06-22perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui1-4/+20
2019-04-20perf/core: Restore mmap record type correctlyStephane Eranian1-0/+2
2019-03-13perf core: Fix perf_proc_update_handler() bugStephane Eranian1-7/+7
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa1-0/+16
2019-02-20perf/core: Fix impossible ring-buffer sizes warningIngo Molnar1-1/+1
2019-02-12perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2018-11-04perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-11-04perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-7/+2
2018-10-13perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-09-26perf/core: Force USER_DS when recording user stack dataYabin Cui1-0/+4
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra1-1/+2
2018-05-30perf/core: Fix installing cgroup events on CPUleilei.lin1-11/+35
2018-05-30perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra1-2/+5
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa1-8/+2
2018-04-26perf: Return proper values for user stack errorsJiri Olsa1-2/+2
2018-04-26perf: Fix sample_max_stack maximum checkJiri Olsa1-9/+12
2018-04-19perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole1-0/+6
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-03-28perf/core: Fix ctx_event_type in ctx_resched()Song Liu1-1/+3
2018-02-25perf: Fix header.size for namespace eventsJiri Olsa1-1/+4
2018-02-03perf/core: Fix memory leak triggered by perf --namespaceVasily Averin1-0/+1
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-2/+2
2017-12-10perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra1-2/+2
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-30perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo1-2/+4
2017-10-10perf/core: Fix cgroup time when scheduling descendantsleilei.lin1-1/+1
2017-10-10perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon1-0/+8
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin1-5/+15
2017-09-20bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-0/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+6
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+1
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-30/+92
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+11
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-22/+19
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers1-2/+0
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang1-0/+46
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin1-1/+6
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-4/+11
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming1-4/+9
2017-08-29perf/core: Fix potential double-fetch bugMeng Xu1-0/+2
2017-08-25tracing, perf: Adjust code layout in get_recursion_context()Jesper Dangaard Brouer1-1/+1
2017-08-25perf/core: Don't report zero PIDs for exiting tasksOleg Nesterov1-9/+14