summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)Author
2016-02-25perf: Robustify task_function_call()Peter Zijlstra
2016-02-25perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra
2016-02-25perf: Fix scaling vs. perf_event_enable()Peter Zijlstra
2016-02-25perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra
2016-02-25perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra
2016-02-25perf: Cure event->pending_disable racePeter Zijlstra
2016-02-25perf: Fix race between event install and jump_labelsPeter Zijlstra
2016-02-25perf: Fix cloningPeter Zijlstra
2016-02-25perf: Only update context time when activePeter Zijlstra
2016-02-25perf: Allow perf_release() with !event->ctxPeter Zijlstra
2016-02-25perf: Do not double freePeter Zijlstra
2016-02-25perf: Close install vs. exit racePeter Zijlstra
2016-02-17perf/core: Plug potential memory leak in CPU_UP_PREPAREThomas Gleixner
2016-02-17perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug stateThomas Gleixner
2016-02-17perf/core: Remove bogus UP_CANCELED hotplug stateThomas Gleixner
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-01-29perf: Remove/simplify lockdep annotationPeter Zijlstra
2016-01-29perf: Synchronously clean up child eventsPeter Zijlstra
2016-01-29perf: Untangle 'owner' confusionPeter Zijlstra
2016-01-29perf: Add flags argument to perf_remove_from_context()Peter Zijlstra
2016-01-29perf: Clean up sync_child_event()Peter Zijlstra
2016-01-29perf: Robustify event->owner usage and SMP orderingPeter Zijlstra
2016-01-29perf: Fix STATE_EXIT usagePeter Zijlstra
2016-01-29perf: Update locking orderPeter Zijlstra
2016-01-29perf: Remove __free_event()Peter Zijlstra
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov
2016-01-29perf: Fix NULL derefPeter Zijlstra
2016-01-28perf: Fix race in perf_event_exit_task_context()Peter Zijlstra
2016-01-28perf: Fix orphan holePeter Zijlstra
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin
2016-01-21perf: Fix perf_event_exit_task() racePeter Zijlstra
2016-01-21perf: Add more assertionsPeter Zijlstra
2016-01-21perf: Collapse and fix event_function_call() usersPeter Zijlstra
2016-01-21perf: Specialize perf_event_exit_task()Peter Zijlstra
2016-01-21perf: Fix task context schedulingPeter Zijlstra
2016-01-21perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra
2016-01-21perf: Optimize perf_sched_events() usagePeter Zijlstra
2016-01-21perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra
2016-01-21perf: Use task_ctx_sched_out()Peter Zijlstra
2016-01-21perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra
2016-01-21perf: Remove stale commentPeter Zijlstra
2016-01-21perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra
2016-01-21perf: Fix cgroup event schedulingPeter Zijlstra
2016-01-21perf: Add lockdep assertionsPeter Zijlstra
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand
2016-01-06perf/core: Collapse more IPI loopsPeter Zijlstra