aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)Author
2019-09-16perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra
2019-09-16perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra
2019-09-16perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui
2019-05-30perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra
2019-05-05perf/core: Restore mmap record type correctlyStephane Eranian
2019-04-12perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-03-26perf/core: Fix impossible ring-buffer sizes warningIngo Molnar
2019-03-20perf core: Fix perf_proc_update_handler() bugStephane Eranian
2019-03-08perf/x86: Add check_period PMU callbackJiri Olsa
2019-03-01perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland
2018-12-15uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2018-11-04perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-11-04perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra
2018-10-13perf/core: Add sanity check to deal with pinned event failureReinette Chatre
2018-10-03perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker
2018-09-26perf/core: Force USER_DS when recording user stack dataYabin Cui
2018-07-25perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra
2018-06-27perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-22perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-25perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATT...Eugene Syromiatnikov
2018-05-25perf/core: Fix bad use of igrab()Song Liu
2018-05-25perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song
2018-05-05perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-26tracing: Remove igrab() iput() call from uprobes.cSong Liu
2018-04-17perf: Remove superfluous allocation error checkJiri Olsa
2018-04-17perf: Fix sample_max_stack maximum checkJiri Olsa
2018-04-17perf: Return proper values for user stack errorsJiri Olsa
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov
2018-04-12perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open()Song Liu
2018-04-09perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar
2018-03-28perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-03-20perf/cgroup: Fix child event counting bugSong Liu
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar
2018-03-16perf/core: Clear sibling list of detached eventsMark Rutland
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-13perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi
2018-03-13perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()Jiri Olsa
2018-03-13hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()Jiri Olsa
2018-03-13hw_breakpoint: Factor out __modify_user_hw_breakpoint() functionJiri Olsa