summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-25perf/aux: Ensure aux_wakeup represents most recent wakeup indexWill Deacon2-3/+3
2017-08-25perf/aux: Make aux_{head,wakeup} ring_buffer members longWill Deacon2-19/+16
2017-08-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-20/+19
2017-08-25perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+39
2017-08-10perf/core: Reduce context switch overheadleilei.lin1-0/+9
2017-08-10perf/core: Fix time on IOC_ENABLEPeter Zijlstra1-5/+36
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra1-3/+3
2017-08-07bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song1-4/+6
2017-08-01x86/perf/cqm: Wipe out perf based cqmVikas Shivappa1-13/+1
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+12
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo1-0/+1
2017-07-21perf/core: Fix locking for children siblings group readJiri Olsa1-0/+5
2017-07-20perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin1-0/+7
2017-07-11Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar1-21/+0