aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-232-0/+509
|\
| * perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-10-131-2/+10
| * perf: Fix irq_work 'tail' recursionPeter Zijlstra2015-05-091-0/+10
| * perf: Handle compat ioctlPawel Moll2014-12-141-1/+21
| * perf: fix perf bug in fork()Peter Zijlstra2014-11-051-1/+3
| * perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-11-051-0/+10
| * perf: Fix race in removing an eventPeter Zijlstra2014-07-111-20/+25
| * perf: Prevent false warning in perf_swevent_addJiri Olsa2014-06-091-1/+12
| * perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra2014-06-091-0/+3
| * perf: Fix hotplug splatPeter Zijlstra2014-04-021-6/+6
| * perf: Fix perf ring buffer memory orderingPeter Zijlstra2013-11-281-4/+27
| * perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2013-10-261-3/+6
| * perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-261-6/+6
| * perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2013-10-261-3/+7
| * perf: Fix event group context moveJiri Olsa2013-09-101-2/+18
| * perf: Fix mmap() accounting holePeter Zijlstra2013-07-272-71/+157
| * perf: Fix perf mmap bugsPeter Zijlstra2013-07-272-17/+23
| * perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-271-1/+14
| * perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-271-1/+10
| * perf: Clone child context from parent context pmuJiri Olsa2013-07-271-1/+1
| * hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-07-271-2/+2
| * perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-05-131-1/+1
| * perf: Fix error return codeWei Yongjun2013-05-131-0/+1
| * perf_event: Switch to internal refcount, fix race with close()Al Viro2012-09-191-29/+33
| * perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon2011-12-141-2/+6
| * perf: Do no try to schedule task events if there are noneGleb Natapov2011-12-071-2/+2
| * perf: Fix loss of notification with multi-eventPeter Zijlstra2011-12-053-2/+90
| * perf: Do not set task_ctx pointer in cpuctx if there are no events in the con...Gleb Natapov2011-11-141-1/+2
| * Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
| |\
| | * kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
| * | Revert "perf: Add PM notifiers to fix CPU hotplug races"Linus Torvalds2011-11-031-95/+2
| * | mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-311-3/+3
| |/
| * Merge commit 'v3.1-rc7' into perf/coreIngo Molnar2011-09-261-12/+55
| |\
| | * perf_event: Fix broken calc_timer_values()Eric B Munson2011-08-311-2/+2
| | * perf events: Fix slow and broken cgroup context switch codeStephane Eranian2011-08-291-10/+53
| * | perf: provide PMU when initing eventsMark Rutland2011-08-141-2/+2
| * | perf: Add PM notifiers to fix CPU hotplug racesPeter Zijlstra2011-08-141-2/+95
| |/
| * perf: Remove perf_event_attr::type checkLin Ming2011-07-211-7/+0
| * perf: export perf_event_refresh() to modulesAvi Kivity2011-07-011-1/+2
| * perf: Add context field to perf_eventAvi Kivity2011-07-012-9/+22
| * perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2011-07-012-24/+21
| * perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-013-43/+31
| * events: Ensure that timers are updated without requiring read() callEric B Munson2011-07-011-2/+13
| * events: Move lockless timer calculation into helper functionEric B Munson2011-07-011-7/+15
| * events: Add note to update_event_times comment about holding ctx->lockEric B Munson2011-07-011-0/+1
| * perf_events: Fix perf buffer watermark settingVince Weaver2011-07-012-9/+13
| * perf: Split up buffer handling from core codeFrederic Weisbecker2011-06-094-498/+568
| * perf, core: Fix initial task_ctx/event installationPeter Zijlstra2011-06-071-11/+17
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-06-041-18/+4
| |\
| * | perf: De-schedule a task context when removing the last eventPeter Zijlstra2011-05-281-0/+4