summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2019-11-25signal: Properly deliver SIGILL from uprobesEric W. Biederman1-2/+2
2019-08-25perf/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: 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-10perf/core: Fix locking for children siblings group readJiri Olsa1-0/+5
2018-11-10perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
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/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-05-09perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun1-1/+1
2018-04-29perf: Return proper values for user stack errorsJiri Olsa1-2/+2
2018-04-29perf: Fix sample_max_stack maximum checkJiri Olsa1-9/+12
2018-04-20perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole1-0/+6
2018-04-13perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra1-5/+10
2018-04-13perf/core: Fix error handling in perf_event_alloc()Dan Carpenter1-1/+3
2018-04-13perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon1-0/+6
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2017-12-09perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa1-16/+31
2017-10-12bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-09-07mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers1-2/+0
2017-08-30perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19
2017-07-27Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar1-21/+0
2017-07-05perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra1-22/+48
2017-06-14perf/core: Drop kernel samples even though :u is specifiedJin Yao1-0/+21
2017-03-26perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-03-26perf/core: Fix use-after-free in perf_release()Peter Zijlstra1-0/+11
2017-02-14perf/core: Fix crash in perf_event_read()Peter Zijlstra1-10/+15
2017-02-09perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra1-21/+21
2017-02-09perf/core: Fix use-after-free bugPeter Zijlstra1-2/+25
2017-02-01perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+54
2016-12-06perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros1-11/+8
2016-11-21perf/core: Fix address filter parserAlexander Shishkin1-0/+2
2016-11-15perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros1-0/+11
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+17
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa1-2/+8
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa1-4/+9
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+4
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+88
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+48
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1