summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2016-04-20perf: Cure event->pending_disable racePeter Zijlstra1-3/+3
2016-02-24ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+1
2016-02-24perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra1-0/+4
2015-08-25perf: Fix fasync handling on inherited eventsPeter Zijlstra1-2/+10
2015-04-09perf: Fix irq_work 'tail' recursionPeter Zijlstra1-0/+10
2015-01-26perf: Fix events installation during moving groupJiri Olsa1-2/+2
2014-12-06uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+0
2014-10-31perf: Handle compat ioctlPawel Moll1-1/+22
2014-10-13perf: fix perf bug in fork()Peter Zijlstra1-1/+3
2014-10-13perf: Fix a race condition in perf_remove_from_context()Cong Wang1-0/+10
2014-06-20perf: Fix race in removing an eventPeter Zijlstra1-21/+26
2014-06-20perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra1-0/+3
2014-06-20perf: Prevent false warning in perf_swevent_addJiri Olsa1-1/+12
2014-05-29list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-3/+0
2014-03-05perf: Fix hotplug splatPeter Zijlstra1-6/+6
2014-02-26perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen1-1/+1
2013-10-29perf: Fix perf ring buffer memory orderingPeter Zijlstra1-4/+27
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian1-0/+4
2013-10-04perf: Fix perf_pmu_migrate_contextPeter Zijlstra1-3/+3
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-0/+21
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov1-3/+1
2013-09-11perf: Fix up MMAP2 buffer space reservationArnaldo Carvalho de Melo1-0/+1
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2-140/+246
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-11/+16
2013-09-02perf: Add attr->mmap2 attribute to an eventStephane Eranian1-4/+42
2013-09-02perf: Prevent race in unthrottling codeJiri Olsa1-1/+1
2013-08-29perf: make events stream always parsableAdrian Hunter1-1/+10
2013-08-26cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo1-1/+1
2013-08-16perf: Do not compute time values unnecessarilyPeter Zijlstra1-4/+4
2013-08-16perf: Account freq events globallyFrederic Weisbecker1-11/+8
2013-08-16perf: Roll back callchain buffer refcount under the callchain mutexFrederic Weisbecker1-1/+2
2013-08-13cgroup: cgroup_css_from_dir() now should be called with RCU read lockedTejun Heo1-0/+3
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-8/+10
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-3/+3
2013-08-07perf: Do not get values from disabled counters in group format readJiri Olsa1-1/+2
2013-08-07perf: Add PERF_EVENT_IOC_ID ioctl to return event IDJiri Olsa1-0/+9
2013-07-30perf: Implement finer grained full dynticks kickFrederic Weisbecker1-8/+9
2013-07-30perf: Account freq events per cpuFrederic Weisbecker1-0/+7
2013-07-30perf: Migrate per cpu event accountingFrederic Weisbecker1-0/+2
2013-07-30perf: Split the per-cpu accounting part of the event accounting codeFrederic Weisbecker1-32/+55
2013-07-30perf: Factor out event accounting code to account_event()/__free_event()Frederic Weisbecker1-32/+47
2013-07-30perf: Sanitize get_callchain_buffer()Frederic Weisbecker2-20/+23
2013-07-30perf: Fix branch stack refcount leak on callchain init failureFrederic Weisbecker1-6/+6
2013-07-23perf: Update perf_event_type documentationPeter Zijlstra1-15/+16
2013-07-19Merge branch 'linus' into perf/coreIngo Molnar1-4/+2
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman1-2/+0
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-2/+2
2013-07-12perf: Remove the 'match' callback for auxiliary events processingJiri Olsa1-40/+39