summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2021-11-26perf/core: Avoid put_page() when GUP failsGreg Thelen1-5/+5
2021-09-22events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers1-1/+1
2021-06-16perf: Fix data race between pin_count increment/decrementMarco Elver1-0/+2
2021-05-07perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek1-6/+6
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-6/+6
2021-01-09perf: Break deadlock involving exec_update_mutexpeterz@infradead.org1-23/+23
2020-11-18perf/core: Fix race in the perf_mmap_close() functionJiri Olsa1-3/+4
2020-11-18perf: Fix get_recursion_context()Peter Zijlstra1-1/+1
2020-11-10perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-7/+5
2020-10-14perf: Fix task_function_call() error handlingKajol Jain1-2/+3
2020-10-01perf: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-6/+6
2020-08-26uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins1-1/+1
2020-08-11perf/core: Fix endless multiplex timerPeter Zijlstra1-6/+14
2020-07-29uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov1-1/+1
2020-06-17perf: Add cond_resched() to task_function_call()Barret Rhoden1-9/+14
2020-06-10uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov1-4/+12
2020-05-02perf/core: fix parent pid/tid in task exit eventsIan Rogers1-3/+10
2020-04-29perf/core: Disable page faults when getting phys addressJiri Olsa1-3/+6
2020-02-11perf/core: Fix mlock accounting in perf_mmap()Song Liu1-1/+9
2020-01-23perf: Correctly handle failed perf_get_aux_event()Mark Rutland1-1/+3
2019-12-31perf/core: Fix the mlock accounting, againAlexander Shishkin1-4/+2
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)1-1/+1
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin1-1/+1
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin1-0/+7
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin1-4/+3
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin1-1/+1
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra1-0/+9
2019-10-28perf/core: Start rejecting the syscall with attr.__reserved_2 setAlexander Shishkin1-1/+1
2019-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+5
2019-10-22perf/aux: Fix AUX output stoppingAlexander Shishkin1-1/+1
2019-10-21perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter1-2/+4
2019-10-19kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu1-2/+11
2019-10-09perf/core: Fix corner case in perf_rotate_context()Song Liu1-5/+17
2019-10-09perf/core: Rework memory accounting in perf_mmap()Song Liu1-2/+15
2019-10-07perf/core: Fix inheritance of aux_output groupsAlexander Shishkin1-0/+4
2019-10-01perf_event_open: switch to copy_struct_from_user()Aleksa Sarai1-38/+9
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+7
2019-09-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2019-09-24uprobe: collapse THP pmd after removing all uprobesSong Liu1-0/+9
2019-09-24uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITSong Liu1-4/+2
2019-09-24uprobe: use original page when all uprobes are removedSong Liu1-15/+51
2019-09-20perf/core: Fix several typos in commentsRoy Ben Shlomo1-3/+3
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+3
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+93
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar1-1/+1
2019-09-06perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai1-2/+2
2019-08-28perf: Allow normal events to output AUX dataAlexander Shishkin1-0/+93
2019-08-19lockdown: Lock down perf when in confidentiality modeDavid Howells1-0/+7
2019-08-01perf/core: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior1-4/+4