summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2014-07-11perf: Fix race in removing an eventPeter Zijlstra
2014-06-09perf: Prevent false warning in perf_swevent_addJiri Olsa
2014-06-09perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra
2014-04-02perf: Fix hotplug splatPeter Zijlstra
2013-11-28perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-10-26perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra
2013-10-26perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2013-10-26perf: Use css_tryget() to avoid propping up css refcountSalman Qazi
2013-09-10perf: Fix event group context moveJiri Olsa
2013-07-27perf: Fix mmap() accounting holePeter Zijlstra
2013-07-27perf: Fix perf mmap bugsPeter Zijlstra
2013-07-27perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-27perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-27perf: Clone child context from parent context pmuJiri Olsa
2013-07-27hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-05-13perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-05-13perf: Fix error return codeWei Yongjun
2012-09-19perf_event: Switch to internal refcount, fix race with close()Al Viro
2011-12-14perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon
2011-12-07perf: Do no try to schedule task events if there are noneGleb Natapov
2011-12-05perf: Fix loss of notification with multi-eventPeter Zijlstra
2011-11-14perf: Do not set task_ctx pointer in cpuctx if there are no events in the con...Gleb Natapov
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-03Revert "perf: Add PM notifiers to fix CPU hotplug races"Linus Torvalds
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker
2011-09-26Merge commit 'v3.1-rc7' into perf/coreIngo Molnar
2011-08-31perf_event: Fix broken calc_timer_values()Eric B Munson
2011-08-29perf events: Fix slow and broken cgroup context switch codeStephane Eranian
2011-08-14perf: provide PMU when initing eventsMark Rutland
2011-08-14perf: Add PM notifiers to fix CPU hotplug racesPeter Zijlstra
2011-07-21perf: Remove perf_event_attr::type checkLin Ming
2011-07-01perf: export perf_event_refresh() to modulesAvi Kivity
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-07-01events: Ensure that timers are updated without requiring read() callEric B Munson
2011-07-01events: Move lockless timer calculation into helper functionEric B Munson
2011-07-01events: Add note to update_event_times comment about holding ctx->lockEric B Munson
2011-07-01perf_events: Fix perf buffer watermark settingVince Weaver
2011-06-09perf: Split up buffer handling from core codeFrederic Weisbecker
2011-06-07perf, core: Fix initial task_ctx/event installationPeter Zijlstra
2011-06-04Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-06-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar
2011-05-31perf, cgroups: Fix up for new APIPeter Zijlstra
2011-05-28perf: De-schedule a task context when removing the last eventPeter Zijlstra
2011-05-28perf: Change close() semantics for group eventsPeter Zijlstra
2011-05-28perf: Collect the schedule-in rules in one functionPeter Zijlstra
2011-05-28perf: Change and simplify ctx::is_active semanticsPeter Zijlstra
2011-05-28perf: Simplify and fix __perf_install_in_context()Peter Zijlstra