aboutsummaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2013-07-25perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-25perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-25perf: Clone child context from parent context pmuJiri Olsa
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra
2013-05-28perf: Fix perf mmap bugsPeter Zijlstra
2013-05-07perf: Factor out auxiliary events notificationJiri Olsa
2013-05-07perf: Fix EXIT event notificationJiri Olsa
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-12perf: Fix error return codeWei Yongjun
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo
2013-04-08perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian
2013-04-01perf/core: Add weighted samplesAndi Kleen
2013-03-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-03-18perf/cgroup: Add __percpu annotation to perf_cgroup->infoNamhyung Kim
2013-03-18perf: Generate EXIT event only once per task contextNamhyung Kim
2013-03-18perf: Reset hwc->last_period on sw clock eventsNamhyung Kim
2013-03-06perf: Remove include of cgroup.h from perf_event.hLi Zefan
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27events: convert to idr_alloc()Tejun Heo
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-08perf: Introduce hw_perf_event->tp_target and ->tp_listOleg Nesterov
2013-02-03perf: Fix event group context moveJiri Olsa
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-10-05perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra
2012-10-05perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa
2012-08-10perf: Add ability to attach user level registers dump to sampleJiri Olsa