aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2019-12-17perf/core: Add SRCU annotation for pmus list walkGravatar Sebastian Andrzej Siewior 1-1/+1
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGravatar Gaowei Pu 1-1/+1
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-50/+339
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-5/+2
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-7/+39
2019-11-25Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-11/+3
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADGravatar Paolo Bonzini 1-4/+6
2019-11-21perf/core: Make the mlock accounting simple againGravatar Alexander Shishkin 1-7/+1
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-5/+2
2019-11-18perf/core: Fix the mlock accounting, againGravatar Alexander Shishkin 1-4/+2
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tGravatar Andrii Nakryiko 1-5/+2
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventGravatar Like Xu 1-0/+18
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodGravatar Like Xu 1-7/+21
2019-11-13perf/aux: Allow using AUX data in perf samplesGravatar Alexander Shishkin 3-3/+207
2019-11-13perf/core: Fix unlock balance in perf_init_event()Gravatar Qian Cai 1-1/+1
2019-11-13Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-4/+19
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Gravatar Ben Dooks (Codethink) 1-1/+1
2019-11-13perf/core: Consistently fail fork on allocation failuresGravatar Alexander Shishkin 1-1/+1
2019-11-13perf/aux: Disallow aux_output for kernel eventsGravatar Alexander Shishkin 1-0/+7
2019-11-13perf/core: Reattach a misplaced commentGravatar Alexander Shishkin 1-4/+3
2019-11-13perf/aux: Fix the aux_output group inheritance fixGravatar Alexander Shishkin 1-1/+1
2019-11-13perf/core: Disallow uncore-cgroup eventsGravatar Peter Zijlstra 1-0/+9
2019-10-28perf/core: Optimize perf_init_event() for TYPE_SOFTWAREGravatar Liang, Kan 1-1/+10
2019-10-28perf/core: Optimize perf_init_event()Gravatar Peter Zijlstra 1-11/+30
2019-10-28perf/core: Optimize perf_install_in_event()Gravatar Peter Zijlstra 1-0/+19
2019-10-28perf/x86: Synchronize PMU task contexts on optimized context switchesGravatar Alexey Budankov 1-1/+12
2019-10-28Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-4/+13
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-22Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-2/+4
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-17perf/ring_buffer: Matching the memory allocate and free, in rb_alloc()Gravatar Yunfeng Ye 1-10/+10
2019-10-17perf/ring_buffer: Modify the parameter type of perf_mmap_free_page()Gravatar Yunfeng Ye 1-4/+4
2019-10-17perf_event: Add support for LSM and SELinux checksGravatar Joel Fernandes (Google) 1-11/+46
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