aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2019-10-28perf/core: Start rejecting the syscall with attr.__reserved_2 setGravatar Alexander Shishkin 1-1/+1
2019-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+5
2019-10-22perf/aux: Fix AUX output stoppingGravatar Alexander Shishkin 1-1/+1
2019-10-21perf/aux: Fix tracking of auxiliary trace buffer allocationGravatar Thomas Richter 1-2/+4
2019-10-19kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerGravatar Song Liu 1-2/+11
2019-10-09perf/core: Fix corner case in perf_rotate_context()Gravatar Song Liu 1-5/+17
2019-10-09perf/core: Rework memory accounting in perf_mmap()Gravatar Song Liu 1-2/+15
2019-10-07perf/core: Fix inheritance of aux_output groupsGravatar Alexander Shishkin 1-0/+4
2019-10-01perf_event_open: switch to copy_struct_from_user()Gravatar Aleksa Sarai 1-38/+9
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+7
2019-09-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2019-09-24uprobe: collapse THP pmd after removing all uprobesGravatar Song Liu 1-0/+9
2019-09-24uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITGravatar Song Liu 1-4/+2
2019-09-24uprobe: use original page when all uprobes are removedGravatar Song Liu 1-15/+51
2019-09-20perf/core: Fix several typos in commentsGravatar Roy Ben Shlomo 1-3/+3
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+3
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+93
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesGravatar Ingo Molnar 1-1/+1
2019-09-06perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationGravatar Mark-PK Tsai 1-2/+2
2019-08-28perf: Allow normal events to output AUX dataGravatar Alexander Shishkin 1-0/+93
2019-08-19lockdown: Lock down perf when in confidentiality modeGravatar David Howells 1-0/+7
2019-08-01perf/core: Mark hrtimers to expire in hard interrupt contextGravatar Sebastian Andrzej Siewior 1-4/+4
2019-07-25sched/core: Convert get_task_struct() to return the taskGravatar Matthew Wilcox (Oracle) 1-6/+3
2019-07-25perf/core: Fix creating kernel counters for PMUs that override event->cpuGravatar Leonard Crestez 1-1/+1
2019-07-19Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2019-07-13perf/core: Fix exclusive events' groupingGravatar Alexander Shishkin 1-12/+22
2019-07-13perf/core: Fix race between close() and fork()Gravatar Peter Zijlstra 1-8/+41
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-22/+30
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+1
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesGravatar Ingo Molnar 1-5/+18
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-3/+1
2019-06-26perf_event_get(): don't bother with fget_raw()Gravatar Al Viro 1-3/+1
2019-06-24perf/cgroups: Don't rotate events for cgroups unnecessarilyGravatar Ian Rogers 1-20/+22
2019-06-24perf/x86: Disable extended registers for non-supported PMUsGravatar Kan Liang 1-4/+14
2019-06-24perf/ioctl: Add check for the sample_period valueGravatar Ravi Bangoria 1-0/+3
2019-06-22timekeeping: Use proper clock specifier names in functionsGravatar Jason A. Donenfeld 1-2/+2
2019-06-17perf/core: Fix perf_sample_regs_user() mm checkGravatar Peter Zijlstra 1-1/+1
2019-06-03perf/core: Add attr_groups_update into struct pmuGravatar Jiri Olsa 1-0/+6
2019-06-03perf/core: Allow non-privileged uprobe for user processesGravatar Song Liu 1-2/+2
2019-05-28uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_semGravatar Oleg Nesterov 1-3/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-2/+2
2019-05-24perf/ring-buffer: Use regular variables for nestingGravatar Peter Zijlstra 2-17/+28
2019-05-24perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataGravatar Peter Zijlstra 1-3/+3
2019-05-24perf/ring_buffer: Add ordering to rb->nest incrementGravatar Peter Zijlstra 1-0/+9
2019-05-24perf/ring_buffer: Fix exposing a temporarily decreased data_headGravatar Yabin Cui 1-4/+20
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationGravatar Jérôme Glisse 1-1/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationGravatar Jérôme Glisse 1-1/+2