summaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-09-15uprobes: Introduce arch_uprobe_enable/disable_step()Sebastian Andrzej Siewior
2012-09-15uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBESOleg Nesterov
2012-09-15uprobes: Introduce MMF_RECALC_UPROBESOleg Nesterov
2012-09-15uprobes: uprobes_treelock should not disable irqsOleg Nesterov
2012-09-15uprobes: Don't put NULL pointer in uprobe_register()Sebastian Andrzej Siewior
2012-08-28uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov
2012-08-28uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov
2012-08-28uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov
2012-08-28uprobes: Kill uprobes_state->countOleg Nesterov
2012-08-28uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior
2012-08-28uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju
2012-07-30uprobes: __replace_page() needs munlock_vma_page()Oleg Nesterov
2012-07-30uprobes: Rename vma_address() and make it return "unsigned long"Oleg Nesterov
2012-07-30uprobes: Fix register_for_each_vma()->vma_address() checkOleg Nesterov
2012-07-30uprobes: Introduce vaddr_to_offset(vma, vaddr)Oleg Nesterov
2012-07-30uprobes: Teach build_probe_list() to consider the rangeOleg Nesterov
2012-07-30uprobes: Fix overflow in vma_address()/find_active_uprobe()Oleg Nesterov
2012-07-30uprobes: Suppress uprobe_munmap() from mmput()Oleg Nesterov
2012-07-30uprobes: Uprobe_mmap/munmap needs list_for_each_entry_safe()Oleg Nesterov
2012-07-30uprobes: Clean up and document write_opcode()->lock_page(old_page)Oleg Nesterov
2012-07-30uprobes: Kill write_opcode()->lock_page(new_page)Oleg Nesterov
2012-07-30uprobes: __replace_page() should not use page_address_in_vma()Oleg Nesterov
2012-07-30uprobes: Don't recheck vma/f_mapping in write_opcode()Oleg Nesterov
2012-06-16uprobes: Remove the unnecessary initialization in add_utask()Oleg Nesterov
2012-06-16uprobes: __copy_insn() needs "loff_t offset"Oleg Nesterov
2012-06-16uprobes: Don't use loff_t for the valid virtual addressOleg Nesterov
2012-06-16uprobes: Simplify the usage of uprobe->pending_listOleg Nesterov
2012-06-16uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_br...Oleg Nesterov
2012-06-16uprobes: No need to re-check vma_address() in write_opcode()Oleg Nesterov
2012-06-16uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() failsOleg Nesterov
2012-06-16uprobes: Copy_insn() shouldn't depend on mm/vma/vaddrOleg Nesterov
2012-06-16uprobes: Document uprobe_register() vs uprobe_mmap() racePeter Zijlstra
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