summaryrefslogtreecommitdiff
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2012-06-16uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) firstOleg Nesterov
2012-06-16uprobes: Rework register_for_each_vma() to make it O(n)Oleg Nesterov
2012-06-16uprobes: Install_breakpoint() should fail if is_swbp_insn() == TOleg Nesterov
2012-06-16uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()Oleg Nesterov
2012-06-16uprobes: __copy_insn() should ensure a_ops->readpage != NULLOleg Nesterov
2012-06-16uprobes: Valid_vma() should reject VM_HUGETLBOleg Nesterov
2012-06-08uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()Ananth N Mavinakayanahalli
2012-06-06uprobes: Kill uprobes_srcu/uprobe_srcu_idOleg Nesterov
2012-06-06uprobes: Teach handle_swbp() to rely on "is_swbp" rather than uprobes_srcuOleg Nesterov
2012-06-06uprobes: Change register_for_each_vma() to take mm->mmap_sem for writingOleg Nesterov
2012-06-06uprobes: Teach find_active_uprobe() to provide the "is_swbp" infoOleg Nesterov
2012-06-06uprobes: Introduce find_active_uprobe() helperOleg Nesterov
2012-06-06uprobes: Change read_opcode() to use FOLL_FORCEOleg Nesterov
2012-06-06uprobes: Optimize is_swbp_at_addr() for current->mmOleg Nesterov
2012-04-14uprobes/core: Decrement uprobe count before the pages are unmappedSrikar Dronamraju
2012-04-14uprobes/core: Make background page replacement logic account for rss_stat cou...Srikar Dronamraju
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju
2012-03-14uprobes/core: Handle breakpoint and singlestep exceptionsSrikar Dronamraju
2012-03-13uprobes/core: Rename bkpt to swbpSrikar Dronamraju
2012-03-13uprobes/core: Make order of function parameters consistent across functionsSrikar Dronamraju
2012-03-13uprobes/core: Make macro names consistentSrikar Dronamraju
2012-02-22uprobes: Update copyright noticesIngo Molnar
2012-02-22uprobes/core: Move insn to arch specific structureSrikar Dronamraju
2012-02-22uprobes/core: Remove uprobe_opcode_szSrikar Dronamraju
2012-02-22uprobes: Move to kernel/events/Ingo Molnar