Commit History

Author SHA1 Message Date
  Oleg Nesterov 32cdba1e05 uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race 12 years ago
  Rabin Vincent 65b6ecc038 uprobes: Flush cache after xol write 12 years ago
  Oleg Nesterov 19f5ee2716 uprobes: Kill arch_uprobe_enable/disable_step() hooks 12 years ago
  Oleg Nesterov 65b2c8f0e5 uprobes/powerpc: Do not use arch_uprobe_*_step() helpers 12 years ago
  Ingo Molnar f38787f4f9 Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgent 12 years ago
  Haggai Eran 6bdb913f0a mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end 12 years ago
  Michel Lespinasse 6b2dbba8b6 mm: replace vma prio_tree with an interval tree 12 years ago
  Oleg Nesterov 71434f2fcb uprobes: Fix the racy uprobe->flags manipulation 12 years ago
  Oleg Nesterov 4710f05fd1 uprobes: Fix prepare_uprobe() race with itself 12 years ago
  Oleg Nesterov cb9a19fe4a uprobes: Introduce prepare_uprobe() 12 years ago
  Oleg Nesterov 142b18ddc8 uprobes: Fix handle_swbp() vs unregister() + register() race 13 years ago
  Oleg Nesterov 076a365b3d uprobes: Do not delete uprobe if uprobe_unregister() fails 12 years ago
  Oleg Nesterov a5f658b71b uprobes: Don't return success if alloc_uprobe() fails 12 years ago
  Oleg Nesterov ec75fba93e uprobes: Simplify is_swbp_at_addr(), remove stale comments 13 years ago
  Oleg Nesterov ed6f6a50dc uprobes: Kill set_orig_insn()->is_swbp_at_addr() 13 years ago
  Oleg Nesterov cceb55aab7 uprobes: Introduce copy_opcode(), kill read_opcode() 13 years ago
  Oleg Nesterov e97f65a17d uprobes: Kill set_swbp()->is_swbp_at_addr() 13 years ago
  Oleg Nesterov e40cfce626 uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas 13 years ago
  Oleg Nesterov 78a320542e uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC 13 years ago
  Oleg Nesterov 75ed82ea53 uprobes: Change write_opcode() to use FOLL_FORCE 13 years ago
  Oleg Nesterov db023ea595 uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume() 13 years ago
  Oleg Nesterov 1b08e90721 uprobes: Kill UTASK_BP_HIT state 13 years ago
  Oleg Nesterov 0578a97098 uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp() 13 years ago
  Oleg Nesterov 746a9e6ba2 uprobes: Do not setup ->active_uprobe/state prematurely 13 years ago
  Oleg Nesterov 79d54b249c uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails 13 years ago
  Sebastian Andrzej Siewior 9d77878226 uprobes: Introduce arch_uprobe_enable/disable_step() 13 years ago
  Oleg Nesterov 499a4f3ec0 uprobes: Teach find_active_uprobe() to clear MMF_HAS_UPROBES 13 years ago
  Oleg Nesterov 9f68f672c4 uprobes: Introduce MMF_RECALC_UPROBES 13 years ago
  Oleg Nesterov 6f47caa0e1 uprobes: uprobes_treelock should not disable irqs 13 years ago
  Sebastian Andrzej Siewior 6d1d8dfa8b uprobes: Don't put NULL pointer in uprobe_register() 13 years ago