aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2013-12-17perf: Disable all pmus on unthrottling and reschedulingGravatar Alexander Shishkin 1-3/+18
2013-11-19perf: Remove fragile swevent hlist optimizationGravatar Peter Zijlstra 1-8/+0
2013-11-13list: introduce list_next_entry() and list_prev_entry()Gravatar Oleg Nesterov 1-3/+0
2013-11-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-203/+312
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Gravatar Oleg Nesterov 1-22/+21
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Gravatar Oleg Nesterov 1-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+8
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Gravatar Oleg Nesterov 1-7/+7
2013-11-06uprobes: Introduce arch_uprobe->ixolGravatar Oleg Nesterov 1-1/+2
2013-11-06uprobes: Kill module_init() and module_exit()Gravatar Oleg Nesterov 1-6/+1
2013-11-06perf: Factor out strncpy() in perf_event_mmap_event()Gravatar Oleg Nesterov 1-16/+16
2013-11-06perf: Fix arch_perf_out_copy_user defaultGravatar Peter Zijlstra 1-9/+26
2013-11-06perf: Update a stale commentGravatar Peter Zijlstra 1-2/+2
2013-11-06perf: Optimize perf_output_begin() -- address calculationGravatar Peter Zijlstra 1-7/+7
2013-11-06perf: Optimize perf_output_begin() -- lost_event caseGravatar Peter Zijlstra 1-5/+8
2013-11-06perf: Optimize perf_output_begin()Gravatar Peter Zijlstra 1-8/+9
2013-11-06perf: Add unlikely() to the ring-buffer codeGravatar Peter Zijlstra 1-8/+8
2013-11-06perf: Simplify the ring-buffer codeGravatar Peter Zijlstra 1-33/+4
2013-11-04Merge branch 'perf/urgent' into perf/core to fix conflictsGravatar Ingo Molnar 1-4/+27
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKGravatar Oleg Nesterov 1-2/+8
2013-10-29uprobes: Change uprobe_copy_process() to dup xol_areaGravatar Oleg Nesterov 1-0/+28
2013-10-29uprobes: Change uprobe_copy_process() to dup return_instancesGravatar Oleg Nesterov 1-0/+43
2013-10-29uprobes: Teach __create_xol_area() to accept the predefined vaddrGravatar Oleg Nesterov 1-8/+12
2013-10-29uprobes: Introduce __create_xol_area()Gravatar Oleg Nesterov 1-22/+25
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Gravatar Oleg Nesterov 1-8/+8
2013-10-29perf: Fix the perf context switch optimizationGravatar Peter Zijlstra 1-18/+46
2013-10-29perf: Change zero-padding of strings in perf_event_mmap_event()Gravatar Peter Zijlstra 1-6/+11
2013-10-29perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()Gravatar Oleg Nesterov 1-7/+8
2013-10-29perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()Gravatar Oleg Nesterov 1-8/+6
2013-10-29perf: Remove useless atomic_tGravatar Peter Zijlstra 1-9/+9
2013-10-29perf: Fix perf ring buffer memory orderingGravatar Peter Zijlstra 1-4/+27
2013-10-29Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-0/+4
2013-10-19Merge 3.12-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 1-3/+3
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportGravatar Stephane Eranian 1-0/+4
2013-10-04perf: Add generic transaction flagsGravatar Andi Kleen 1-0/+6
2013-10-04perf: Enforce 1 as lower limit for perf_event_max_sample_rateGravatar Knut Petersen 1-1/+1
2013-10-04perf: Fix perf_pmu_migrate_contextGravatar Peter Zijlstra 1-3/+3
2013-09-29Merge 3.12-rc3 into driver-core-nextGravatar Greg Kroah-Hartman 1-0/+21
2013-09-26pmu_bus: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 1-5/+8
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Gravatar Peter Zijlstra 1-0/+21
2013-09-12uprobes: Fix utask->depth accounting in handle_trampoline()Gravatar Oleg Nesterov 1-3/+1
2013-09-11perf: Fix up MMAP2 buffer space reservationGravatar Arnaldo Carvalho de Melo 1-0/+1
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Gravatar Linus Torvalds 2-140/+246
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-11/+16
2013-09-02perf: Add attr->mmap2 attribute to an eventGravatar Stephane Eranian 1-4/+42
2013-09-02perf: Prevent race in unthrottling codeGravatar Jiri Olsa 1-1/+1
2013-08-29perf: make events stream always parsableGravatar Adrian Hunter 1-1/+10
2013-08-26cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxGravatar Tejun Heo 1-1/+1
2013-08-16perf: Do not compute time values unnecessarilyGravatar Peter Zijlstra 1-4/+4
2013-08-16perf: Account freq events globallyGravatar Frederic Weisbecker 1-11/+8