summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-191-2/+2
|\
| * Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsIngo Molnar2014-12-121-9/+51
| |\
| * | perf: Fix events installation during moving groupJiri Olsa2014-12-111-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'iov_iter' into for-nextAl Viro2014-12-081-17/+6
| |\ \ | | |/
| * | kill f_dentry usesAl Viro2014-11-191-1/+1
* | | perf: Improve the perf_sample_data struct layoutPeter Zijlstra2014-11-161-8/+8
* | | perf: Add ability to sample machine state on interruptStephane Eranian2014-11-161-2/+44
| |/ |/|
* | perf: Fix corruption of sibling list with hotplugMark Rutland2014-11-161-3/+5
* | perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra2014-10-281-14/+1
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-12/+12
|\
| * scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-261-12/+12
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-131-23/+31
|\ \
| * | perf: Fix perf bug in fork()Peter Zijlstra2014-10-031-1/+3
| * | perf: Fix unclone_ctx() vs. lockingPeter Zijlstra2014-10-031-23/+31
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-131-14/+144
|\ \ \
| * | | Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa2014-09-241-1/+1
| * | | perf: Fix child event initial state setupJiri Olsa2014-09-241-1/+2
| * | | perf: Do not POLLHUP event if it has childrenJiri Olsa2014-09-241-1/+20
| * | | perf: Do not check PERF_EVENT_STATE_EXIT on syscall read pathJiri Olsa2014-09-161-2/+1
| * | | perf/core: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-091-1/+1
| * | | Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-091-1/+22
| |\ \ \
| * | | | perf: Add PERF_EVENT_STATE_EXIT state for events with exited taskJiri Olsa2014-08-241-1/+9
| * | | | perf: Fix perf_poll to return proper POLLHUP valueJiri Olsa2014-08-241-1/+1
| * | | | perf: Do poll_wait() before checking condition in perf_poll()Sebastian Andrzej Siewior2014-08-131-3/+1
| * | | | perf: Add queued work to remove orphaned child eventsJiri Olsa2014-08-131-1/+86
| * | | | perf: Set owner pointer for kernel eventsJiri Olsa2014-08-131-6/+26
| | |_|/ | |/| |
* | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-101-6/+1
|\ \ \ \
| * | | | perf/cgroup: Remove perf_put_cgroup()Zefan Li2014-09-191-6/+1
| |/ / /
* | | | perf: fix perf bug in fork()Peter Zijlstra2014-10-021-1/+3
| |_|/ |/| |
* | | perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-09-091-0/+10
| |/ |/|
* | perf: Handle compat ioctlPawel Moll2014-08-201-1/+22
|/
* Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar2014-07-281-3/+31
|\
| * perf: Fix lockdep warning on process exitPeter Zijlstra2014-07-161-1/+17
| * perf: Revert ("perf: Always destroy groups on exit")Peter Zijlstra2014-07-161-1/+13
| * perf: Do not allow optimized switch for non-cloned eventsJiri Olsa2014-07-021-1/+1
* | perf: Add vm_ops->name call for mmap event name retrievalJiri Olsa2014-07-161-0/+6
* | perf: Make perf_event_init_context() function staticJiri Olsa2014-07-051-1/+1
|/
* Merge branch 'perf/core' into perf/urgent, to pick up the latest fixesIngo Molnar2014-06-141-4/+33
|\
| * Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus2014-06-091-4/+0
| * perf: Pass protection and flags bits through mmap2 interfacePeter Zijlstra2014-06-091-0/+33
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-16/+27
|\ \ | |/
| * perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-2/+2
| * Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-061-73/+80
| |\
| | * perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-061-12/+16
| * | perf: Disable sampled events if no PMU interruptVince Weaver2014-06-051-0/+7
| * | perf: Fix use after free in perf_remove_from_context()Peter Zijlstra2014-06-051-2/+2
* | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-091-1/+2
|\ \ \
| * | | cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-1/+2
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-031-47/+70
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
OpenPOWER on IntegriCloud