summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | perf/core: Don't report zero PIDs for exiting tasksOleg Nesterov2017-08-251-9/+14
| * | | | | | perf/aux: Ensure aux_wakeup represents most recent wakeup indexWill Deacon2017-08-252-3/+3
| * | | | | | perf/aux: Make aux_{head,wakeup} ring_buffer members longWill Deacon2017-08-252-19/+16
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-251-20/+19
| |\ \ \ \ \ \
| * | | | | | | perf/core: Reduce context switch overheadleilei.lin2017-08-101-0/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-031-4/+11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming2017-08-291-4/+9
| * | | | | perf/core: Fix potential double-fetch bugMeng Xu2017-08-291-0/+2
| | |/ / / | |/| | |
* | | | | mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2017-08-311-2/+0
|/ / / /
* | | | perf/core: Fix group {cpu,task} validationMark Rutland2017-08-251-20/+19
|/ / /
* | | perf/core: Fix time on IOC_ENABLEPeter Zijlstra2017-08-101-5/+36
* | | perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-101-3/+3
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-21/+12
|\ \ | |/ |/|
| * perf/core: Fix locking for children siblings group readJiri Olsa2017-07-211-0/+5
| * perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin2017-07-201-0/+7
| * Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-111-21/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-19/+28
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-0/+21
| |\ \
| * | | perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-041-19/+28
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-30/+76
|\ \ \ \
| * | | | perf/core: Don't release cred_guard_mutex if not takenAlexander Levin2017-06-031-1/+1
| * | | | perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner2017-05-261-30/+76
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-031-15/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf/core: Remove unused perf_cgroup_event_cgrp_time() functionMatthias Kaehlcke2017-06-081-5/+0
| * | | perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2017-06-081-5/+10
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-06-081-0/+21
| |\ \ \ | | | |/ | | |/|
| * | | perf/core: Fix error handling in perf_event_alloc()Dan Carpenter2017-05-231-1/+3
| * | | perf/core: Remove some dead codeDan Carpenter2017-05-231-4/+2
| | |/ | |/|
* | | perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner2017-06-211-1/+1
| |/ |/|
* | perf/core: Drop kernel samples even though :u is specifiedJin Yao2017-06-081-0/+21
|/
* perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon2017-05-101-0/+6
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-03-281-16/+48
|\
| * perf/core: Better explain the inherit magicPeter Zijlstra2017-03-161-3/+33
| * perf/core: Simplify perf_event_free_task()Peter Zijlstra2017-03-161-11/+1
| * perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-161-2/+3
OpenPOWER on IntegriCloud