summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-15perf/core: Fix memory leak triggered by perf --namespaceVasily Averin
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller
2017-11-11bpf: add a bpf_override_function helperJosef Bacik
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-08perf/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo
2017-10-27perf/core: Rewrite event timekeepingPeter Zijlstra
2017-10-27perf/core: Fix perf_event_read()Peter Zijlstra
2017-10-27perf/core: Remove wrong barrierPeter Zijlstra
2017-10-27perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra
2017-10-27perf/core: Make sure to update ctx time before using itPeter Zijlstra
2017-10-27perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra
2017-10-27perf/core: Update ctx time before detaching eventsPeter Zijlstra
2017-10-27perf/core: Fix perf_event_read_value() lockingPeter Zijlstra
2017-10-27perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song
2017-10-25bpf: use the same condition in perf event set/free bpf handlerYonghong Song
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-10-18perf/core: Export AUX buffer helpers to modulesWill Deacon
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra
2017-10-10perf/core: Fix cgroup time when scheduling descendantsleilei.lin
2017-10-10perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song
2017-09-29perf/core: Explain perf_sched_mutexAlexander Shishkin
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin
2017-09-20bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming