aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-18perf: Introduce perf_pmu_migrate_context()Yan, Zheng1-0/+36
2012-06-18perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng1-4/+4
2012-06-18perf: Avoid race between cpu hotplug and installing eventYan, Zheng1-0/+5
2012-06-18Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+7
2012-06-18perf: Use css_tryget() to avoid propping up css refcountSalman Qazi1-3/+7
2012-06-16uprobes: Remove the unnecessary initialization in add_utask()Oleg Nesterov1-1/+0
2012-06-16uprobes: __copy_insn() needs "loff_t offset"Oleg Nesterov1-6/+6
2012-06-16uprobes: Don't use loff_t for the valid virtual addressOleg Nesterov1-17/+9
2012-06-16uprobes: Simplify the usage of uprobe->pending_listOleg Nesterov1-8/+4
2012-06-16uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_breakpoint()Oleg Nesterov1-6/+5
2012-06-16uprobes: No need to re-check vma_address() in write_opcode()Oleg Nesterov1-5/+0
2012-06-16uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() failsOleg Nesterov1-4/+4
2012-06-16uprobes: Copy_insn() shouldn't depend on mm/vma/vaddrOleg Nesterov1-9/+6
2012-06-16uprobes: Document uprobe_register() vs uprobe_mmap() racePeter Zijlstra1-3/+28
2012-06-16uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) firstOleg Nesterov1-0/+10
2012-06-16uprobes: Rework register_for_each_vma() to make it O(n)Oleg Nesterov1-113/+86
2012-06-16uprobes: Install_breakpoint() should fail if is_swbp_insn() == TOleg Nesterov1-1/+1
2012-06-16uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()Oleg Nesterov1-28/+13
2012-06-16uprobes: __copy_insn() should ensure a_ops->readpage != NULLOleg Nesterov1-0/+3
2012-06-16uprobes: Valid_vma() should reject VM_HUGETLBOleg Nesterov1-1/+2
2012-06-08uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()Ananth N Mavinakayanahalli1-1/+1
2012-06-06uprobes: Kill uprobes_srcu/uprobe_srcu_idOleg Nesterov1-19/+3
2012-06-06uprobes: Teach handle_swbp() to rely on "is_swbp" rather than uprobes_srcuOleg Nesterov1-3/+15
2012-06-06uprobes: Change register_for_each_vma() to take mm->mmap_sem for writingOleg Nesterov1-4/+4
2012-06-06uprobes: Teach find_active_uprobe() to provide the "is_swbp" infoOleg Nesterov1-3/+8
2012-06-06uprobes: Introduce find_active_uprobe() helperOleg Nesterov1-19/+28
2012-06-06uprobes: Change read_opcode() to use FOLL_FORCEOleg Nesterov1-1/+1
2012-06-06uprobes: Optimize is_swbp_at_addr() for current->mmOleg Nesterov1-1/+11
2012-05-31perf: Remove duplicate invocation on perf_event_for_eachNamhyung Kim1-1/+0
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+1670
2012-05-23Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa1-10/+4
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-1/+1
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobesIngo Molnar1-10/+15
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra1-4/+10
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-5/+4
2012-04-26perf: Use static variant of perf_event_overflow in core.cRobert Richter1-1/+1
2012-04-26perf: Fix perf_event_for_each() to use siblingMichael Ellerman1-1/+1
2012-04-14uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju1-2/+2
2012-04-14uprobes/core: Make background page replacement logic account for rss_stat countersSrikar Dronamraju1-0/+5
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar2-18/+205
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju1-8/+111
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju1-0/+215
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar1-8/+5
2012-03-24perf: Move mmap page data_head offset assertion out of headerJiri Olsa1-0/+7
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra1-2/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+5
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju1-4/+319
2012-03-13Merge branch 'x86/cleanups' into perf/uprobesIngo Molnar2-7/+16
2012-03-13uprobes/core: Rename bkpt to swbpSrikar Dronamraju1-17/+17
2012-03-13uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju1-45/+48