summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-9/+4
|\
| * perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra2017-10-161-9/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-21/+10
|\ \
| * | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-7/+0
| * | bpf: add a bpf_override_function helperJosef Bacik2017-11-111-0/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-2/+4
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
| |\ \ \
| * | | | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-251-18/+8
| * | | | bpf: use the same condition in perf event set/free bpf handlerYonghong Song2017-10-251-3/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+9
| |\ \ \ \
| * | | | | bpf: perf event change needed for subsequent bpf helpersYonghong Song2017-10-071-2/+13
| | |_|_|/ | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+4
|\ \ \ \ \
| * | | | | perf/core: Export AUX buffer helpers to modulesWill Deacon2017-10-181-0/+4
| |/ / / /
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-131-271/+199
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-073-2/+6
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf/core: Rewrite event timekeepingPeter Zijlstra2017-10-271-256/+129
| * | | | | perf/core: Fix perf_event_read()Peter Zijlstra2017-10-271-16/+39
| * | | | | perf/core: Remove wrong barrierPeter Zijlstra2017-10-271-5/+0
| * | | | | perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra2017-10-271-1/+1
| * | | | | perf/core: Make sure to update ctx time before using itPeter Zijlstra2017-10-271-2/+10
| * | | | | perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra2017-10-271-2/+2
| * | | | | perf/core: Update ctx time before detaching eventsPeter Zijlstra2017-10-271-0/+1
| * | | | | perf/core: Fix perf_event_read_value() lockingPeter Zijlstra2017-10-271-2/+14
| * | | | | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-271-2/+13
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-201-1/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | perf/core: Explain perf_sched_mutexAlexander Shishkin2017-09-291-0/+5
| | |_|/ / | |/| | |
* | | | | perf/core: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-6/+6
* | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-073-2/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-032-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
| | | |/ | | |/|
| * | | perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo2017-10-301-2/+4
| |/ /
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-4/+4
* | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-2/+2
|/ /
* | perf/core: Fix cgroup time when scheduling descendantsleilei.lin2017-10-101-1/+1
* | perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon2017-10-101-0/+8
|/
* perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin2017-09-291-5/+15
* bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-09-201-1/+2
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-061-0/+1
|\
| * cgroup: implement cgroup v2 thread supportTejun Heo2017-07-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-4/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-012-22/+19
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-8/+39
| |\ \ \
| * | | | bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song2017-08-071-4/+6
* | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-041-13/+1
|\ \ \ \ \
| * | | | | x86/perf/cqm: Wipe out perf based cqmVikas Shivappa2017-08-011-13/+1
| |/ / / /
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-043-30/+92
|\ \ \ \ \
| * | | | | perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang2017-08-291-0/+46
| * | | | | perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin2017-08-291-1/+6
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-291-4/+11
| |\ \ \ \ \
| * | | | | | tracing, perf: Adjust code layout in get_recursion_context()Jesper Dangaard Brouer2017-08-251-1/+1
OpenPOWER on IntegriCloud