aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2014-06-11perf: Fix race in removing an eventPeter Zijlstra
2014-06-11perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra
2014-06-11perf: Prevent false warning in perf_swevent_addJiri Olsa
2014-06-07perf: Fix error return codeWei Yongjun
2014-06-07perf: Fix perf ring buffer memory orderingPeter Zijlstra
2014-06-07list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov
2014-03-11perf: Fix hotplug splatPeter Zijlstra
2013-10-01perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra
2013-10-01perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2013-08-11perf: Use css_tryget() to avoid propping up css refcountSalman Qazi
2013-08-11perf: Fix event group context moveJiri Olsa
2013-07-28perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-28perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-28perf: Clone child context from parent context pmuJiri Olsa
2013-07-03perf: Fix mmap() accounting holePeter Zijlstra
2013-07-03perf: Fix perf mmap bugsPeter Zijlstra
2013-07-03hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-04-25perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2012-10-02perf_event: Switch to internal refcount, fix race with close()Al Viro
2012-04-26perf: Fix perf_event_for_each() to use siblingMichael Ellerman
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar
2012-03-24perf: Move mmap page data_head offset assertion out of headerJiri Olsa
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-01-27Merge branch 'perf/fast' into perf/coreIngo Molnar
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian
2012-01-21perf: Call perf_cgroup_event_time() directlyNamhyung Kim
2012-01-21perf: Don't call release_callchain_buffers() if allocation failsNamhyung Kim
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-01-02misc latin1 to utf8 conversionsAl Viro
2011-12-21perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra
2011-12-21perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra
2011-12-21perf: Fix mmap_page::offset computationPeter Zijlstra
2011-12-21perf, arch: Rework perf_event_index()Peter Zijlstra
2011-12-21perf: Update the mmap control page on mmap()Peter Zijlstra
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar
2011-12-14perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon
2011-12-12cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo