summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-081-3/+3
|\
| * cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-3/+3
* | perf: Do not send exit event twiceJiri Olsa2015-12-061-11/+31
* | perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra2015-12-041-1/+8
* | treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* | perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-7/+13
* | perf/core: Fix RCU problem with cgroup context switching codeStephane Eranian2015-11-231-3/+8
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-151-8/+13
|\
| * perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-11-091-0/+4
| * perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney2015-11-091-8/+9
* | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-8/+0
|\ \
| * | cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-16/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-5/+10
|\ \ \ | |_|/ |/| |
| * | perf: pad raw data samples automaticallyAlexei Starovoitov2015-10-221-5/+10
* | | perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang2015-09-281-4/+4
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-181-33/+81
|\ \ \ | |/ /
| * | perf: Fix races in computing the header sizesPeter Zijlstra2015-09-181-6/+9
| * | perf: Fix u16 overflowsPeter Zijlstra2015-09-181-10/+40
| * | perf: Restructure perf syscall point of no returnPeter Zijlstra2015-09-181-17/+32
| |/
* | perf/core: Define PERF_PMU_TXN_READ interfaceSukadev Bhattiprolu2015-09-131-5/+19
* | perf/core: Add return value for perf_event_read()Sukadev Bhattiprolu2015-09-131-11/+34
* | perf/core: Invert perf_read_group() loopsPeter Zijlstra2015-09-131-30/+55
* | perf/core: Add group reads to perf_event_read()Peter Zijlstra2015-09-131-7/+32
* | perf/core: Rename perf_event_read_{one,group}, perf_read_hwPeter Zijlstra (Intel)2015-09-131-7/+7
* | perf/core: Split perf_event_read() and perf_event_count()Sukadev Bhattiprolu2015-09-131-6/+8
* | perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-3/+28
* | perf/core: Delete PF_EXITING checks from perf_cgroup_exit() callbackKirill Tkhai2015-09-131-8/+0
|/
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-0/+78
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-211-24/+67
| |\
| * | perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia2015-08-091-0/+78
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-08-121-22/+65
|\ \ \ | | |/ | |/|
| * | perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra2015-08-121-20/+55
| * | perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-08-041-2/+10
* | | tracing, perf: Implement BPF programs attached to uprobesWang Nan2015-08-061-2/+2
* | | perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin2015-08-041-2/+0
* | | Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more...Ingo Molnar2015-07-311-2/+2
|\ \ \ | |/ /
| * | perf: Fix running time accountingPeter Zijlstra2015-07-271-2/+2
| |/
* | perf: Add PERF_RECORD_SWITCH to indicate context switchesAdrian Hunter2015-07-231-0/+103
|/
* perf: Fix AUX buffer refcountingPeter Zijlstra2015-07-061-8/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-1/+1
|\ \
| * | tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-131-1/+1
| |/
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-261-1/+7
|\ \
| * | perf: allow for PMU-specific event filteringMark Rutland2015-05-271-1/+7
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-68/+49
|\ \
| * \ Merge branch 'linus' into timers/coreThomas Gleixner2015-05-191-8/+33
| |\ \
| * | | sched,perf: Fix periodic timersPeter Zijlstra2015-05-181-13/+16
| * | | perf: Remove unused function perf_mux_hrtimer_cancel()Thomas Gleixner2015-05-041-28/+0
OpenPOWER on IntegriCloud