summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorLines
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+12
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-1/+1
2012-10-05perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra-3/+6
2012-10-05perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra-6/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-41/+31
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+7
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+214
2012-09-26switch simple cases of fget_light to fdgetAl Viro-40/+30
2012-09-26events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro-1/+1
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo-0/+7
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad-1/+1
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro-29/+33
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa-1/+149
2012-08-10perf: Add ability to attach user level registers dump to sampleJiri Olsa-0/+66
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin-2/+28
2012-06-18perf: Introduce perf_pmu_migrate_context()Yan, Zheng-0/+36
2012-06-18perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng-4/+4
2012-06-18perf: Avoid race between cpu hotplug and installing eventYan, Zheng-0/+5
2012-06-18perf: Use css_tryget() to avoid propping up css refcountSalman Qazi-3/+7
2012-05-31perf: Remove duplicate invocation on perf_event_for_eachNamhyung Kim-1/+0
2012-05-23Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa-10/+4
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo-1/+1
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra-4/+10
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter-5/+4
2012-04-26perf: Use static variant of perf_event_overflow in core.cRobert Richter-1/+1
2012-04-26perf: Fix perf_event_for_each() to use siblingMichael Ellerman-1/+1
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar-8/+5
2012-03-24perf: Move mmap page data_head offset assertion out of headerJiri Olsa-0/+7
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra-2/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-8/+5
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian-0/+85
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian-0/+24
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian-0/+68
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar-5/+14
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar-8/+8
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian-5/+14
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan-8/+5
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar-38/+66
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar-13/+40
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian-38/+66
2012-01-21perf: Call perf_cgroup_event_time() directlyNamhyung Kim-1/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-5/+8
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-243/+53
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro-1/+1
2011-12-21perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra-7/+14
2011-12-21perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra-0/+1
2011-12-21perf: Fix mmap_page::offset computationPeter Zijlstra-1/+1
2011-12-21perf, arch: Rework perf_event_index()Peter Zijlstra-5/+22