summaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2013-02-08uprobes: Change filter_chain() to iterate ->consumers listOleg Nesterov
2013-02-08uprobes: Introduce uprobe->register_rwsemOleg Nesterov
2013-02-08uprobes: _register() should always do register_for_each_vma(true)Oleg Nesterov
2013-02-08uprobes: _unregister() should always do register_for_each_vma(false)Oleg Nesterov
2013-02-08uprobes: Introduce filter_chain()Oleg Nesterov
2013-02-08uprobes: Kill uprobe_consumer->filter()Oleg Nesterov
2013-02-08uprobes: Kill the pointless inode/uc checks in register/unregisterOleg Nesterov
2013-02-08uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe()Oleg Nesterov
2013-01-24uprobes: remove redundant checkSasha Levin
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov
2012-11-14uprobes: Flush cache after xol writeRabin Vincent
2012-11-03uprobes: Kill arch_uprobe_enable/disable_step() hooksOleg Nesterov
2012-11-03uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
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-10-07uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov
2012-10-07uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov
2012-10-07uprobes: Introduce prepare_uprobe()Oleg Nesterov
2012-10-07uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov
2012-10-07uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov
2012-10-07uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov
2012-09-29uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov
2012-09-29uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov
2012-09-29uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov
2012-09-29uprobes: Kill set_swbp()->is_swbp_at_addr()Oleg Nesterov
2012-09-29uprobes: Restrict valid_vma(false) to skip VM_SHARED vmasOleg Nesterov
2012-09-29uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXECOleg Nesterov
2012-09-29uprobes: Change write_opcode() to use FOLL_FORCEOleg Nesterov
2012-09-29uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()Oleg Nesterov
2012-09-29uprobes: Kill UTASK_BP_HIT stateOleg Nesterov
2012-09-29uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()Oleg Nesterov
2012-09-29uprobes: Do not setup ->active_uprobe/state prematurelyOleg Nesterov
2012-09-29uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() failsOleg Nesterov
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