summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+10
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+1
2018-01-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-15/+39
2018-01-25perf/core: Fix ctx::mutex deadlockPeter Zijlstra-1/+7
2018-01-25perf/core: Fix another perf,trace,cpuhp lock inversionPeter Zijlstra-2/+24
2018-01-25perf/core: Fix lock inversion between perf,trace,cpuhpPeter Zijlstra-2/+11
2018-01-08perf: Return empty callchain instead of NULLJiri Olsa-18/+12
2018-01-08perf: Make perf_callchain function staticJiri Olsa-0/+16
2018-01-08perf: Allocate context task_ctx_data for child eventJiri Olsa-0/+14
2018-01-02perf: Export perf_event_update_userpageSuzuki K Poulose-0/+1
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+10
2017-12-13bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song-1/+1
2017-12-12bpf: add a bpf_override_function helperJosef Bacik-0/+7
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song-0/+3
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2017-12-06Merge branch 'linus' into perf/urgent, to synchronize UAPI headersIngo Molnar-30/+14
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner-1/+1
2017-11-29Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar-1/+4
2017-11-29Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar-282/+210
2017-11-28perf: Fix header.size for namespace eventsJiri Olsa-1/+4
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro-2/+2
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-9/+4
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-21/+10
2017-11-15perf/core: Fix memory leak triggered by perf --namespaceVasily Averin-0/+1
2017-11-15perf/core: Fix memory leak triggered by perf --namespaceVasily Averin-0/+1
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-271/+199
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller-7/+0
2017-11-11bpf: add a bpf_override_function helperJosef Bacik-0/+7
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2017-11-08perf/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker-6/+6
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-2/+4
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-2/+4
2017-10-30perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo-2/+4
2017-10-27perf/core: Rewrite event timekeepingPeter Zijlstra-256/+129
2017-10-27perf/core: Fix perf_event_read()Peter Zijlstra-16/+39
2017-10-27perf/core: Remove wrong barrierPeter Zijlstra-5/+0
2017-10-27perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra-1/+1
2017-10-27perf/core: Make sure to update ctx time before using itPeter Zijlstra-2/+10
2017-10-27perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra-2/+2
2017-10-27perf/core: Update ctx time before detaching eventsPeter Zijlstra-0/+1
2017-10-27perf/core: Fix perf_event_read_value() lockingPeter Zijlstra-2/+14
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song-2/+13
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-3/+3
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song-18/+8
2017-10-25bpf: use the same condition in perf event set/free bpf handlerYonghong Song-3/+3
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon-2/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+9