Sign in
android-kvm
/
linux
/
0810f18fce92afc827d5c7c1d4f146b72b8052d6
/
kernel
/
events
/
uprobes.c
988adfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
4a23717a
uprobes: share the i_mmap_rwsem
by Davidlohr Bueso
· 10 years ago
c8c06ef
mm: convert i_mmap_mutex to rwsem
by Davidlohr Bueso
· 10 years ago
83cde9e
mm: use new helper functions around the i_mmap_mutex
by Davidlohr Bueso
· 10 years ago
e8115e7
Merge tag 'v3.18-rc7' into drm-next
by Dave Airlie
· 10 years ago
82975bc
uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME
by Andy Lutomirski
· 10 years ago
00501b5
mm: memcontrol: rewrite charge API
by Johannes Weiner
· 10 years ago
06d0713
uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone
by Oleg Nesterov
· 11 years ago
3737a12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
eb3d3ec
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next
by Linus Torvalds
· 11 years ago
40814f6
uprobes: Teach copy_insn() to support tmpfs
by Oleg Nesterov
· 11 years ago
41ccba0
uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()
by Oleg Nesterov
· 11 years ago
72e6ae2
ARM: 8043/1: uprobes need icache flush after xol write
by Victor Kamensky
· 11 years ago
b02ef20
uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap
by Oleg Nesterov
· 11 years ago
29dedee
uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()
by Oleg Nesterov
· 11 years ago
13f59c5
uprobes: Refuse to insert a probe into MAP_SHARED vma
by Oleg Nesterov
· 11 years ago
014940b
uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails
by Oleg Nesterov
· 11 years ago
8a6b173
uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()
by Oleg Nesterov
· 11 years ago
6fe50a2
uprobes: allow ignoring of probe hits
by David A. Long
· 11 years ago
60eaa01
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
34ee645
mmu_notifier: call mmu_notifier_invalidate_range() from VMM
by Joerg Roedel
· 10 years ago
72fd293
uprobes: Allocate ->utask before handler_chain() for tracing handlers
by Oleg Nesterov
· 11 years ago
ad43935
uprobes: Document xol_area and arch_uprobe->insn/ixol
by Oleg Nesterov
· 11 years ago
c912dae
uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area
by Oleg Nesterov
· 11 years ago
803200e
uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
by Oleg Nesterov
· 11 years ago
3247343
uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr
by Oleg Nesterov
· 11 years ago
2ded098
uprobes: Fix the memory out of bound overwrite in copy_insn()
by Oleg Nesterov
· 11 years ago
70d7f98
uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()
by Oleg Nesterov
· 11 years ago
f72d41f
uprobes: Export write_opcode() as uprobe_write_opcode()
by Oleg Nesterov
· 11 years ago
8a8de66
uprobes: Introduce arch_uprobe->ixol
by Oleg Nesterov
· 11 years ago
736e89d
uprobes: Kill module_init() and module_exit()
by Oleg Nesterov
· 11 years ago
3ab6796
uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK
by Oleg Nesterov
· 11 years ago
aa59c53
uprobes: Change uprobe_copy_process() to dup xol_area
by Oleg Nesterov
· 11 years ago
248d3a7
uprobes: Change uprobe_copy_process() to dup return_instances
by Oleg Nesterov
· 11 years ago
af0d95a
uprobes: Teach __create_xol_area() to accept the predefined vaddr
by Oleg Nesterov
· 11 years ago
6441ec8
uprobes: Introduce __create_xol_area()
by Oleg Nesterov
· 11 years ago
b68e074
uprobes: Change the callsite of uprobe_copy_process()
by Oleg Nesterov
· 11 years ago
878b5a6
uprobes: Fix utask->depth accounting in handle_trampoline()
by Oleg Nesterov
· 11 years ago
a0d60ae
uretprobes: Remove -ENOSYS as return probes implemented
by Anton Arapov
· 12 years ago
ded49c5
uretprobes: Limit the depth of return probe nestedness
by Anton Arapov
· 12 years ago
fec8898
uretprobes: Return probe exit, invoke handlers
by Anton Arapov
· 12 years ago
0dfd0eb
uretprobes: Return probe entry, prepare_uretprobe()
by Anton Arapov
· 12 years ago
e78aebf
uretprobes: Reserve the first slot in xol_vma for trampoline
by Anton Arapov
· 12 years ago
ea02487
uretprobes: Introduce uprobe_consumer->ret_handler()
by Anton Arapov
· 12 years ago
3f47107
uprobes: Change write_opcode() to use copy_*page()
by Oleg Nesterov
· 12 years ago
5669cce
uprobes: Introduce copy_to_page()
by Oleg Nesterov
· 12 years ago
98763a1
uprobes: Kill the unnecesary filp != NULL check in __copy_insn()
by Oleg Nesterov
· 12 years ago
2edb7b5
uprobes: Change __copy_insn() to use copy_from_page()
by Oleg Nesterov
· 12 years ago
ab0d805
uprobes: Turn copy_opcode() into copy_from_page()
by Oleg Nesterov
· 12 years ago
0908ad6
uprobes: Add trap variant helper
by Ananth N Mavinakayanahalli
· 12 years ago
f281769
uprobes: Use file_inode()
by Oleg Nesterov
· 12 years ago
bdf8647
uprobes: Introduce uprobe_apply()
by Oleg Nesterov
· 12 years ago
e8440c1
uprobes: Add exports for module use
by Josh Stone
· 12 years ago
af4355e
uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check
by Oleg Nesterov
· 12 years ago
608e742
uprobes: Do not allocate current->utask unnecessary
by Oleg Nesterov
· 12 years ago
aba5102
uprobes: Fix utask->xol_vaddr leak in pre_ssout()
by Oleg Nesterov
· 12 years ago
a6cb3f6
uprobes: Do not play with utask in xol_get_insn_slot()
by Oleg Nesterov
· 12 years ago
5a2df66
uprobes: Turn add_utask() into get_utask()
by Oleg Nesterov
· 12 years ago
9b545df
uprobes: Fold xol_alloc_area() into get_xol_area()
by Oleg Nesterov
· 12 years ago
c8a8253
uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area()
by Oleg Nesterov
· 12 years ago
74e59df
uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()
by Oleg Nesterov
· 12 years ago
da1816b
uprobes: Teach handler_chain() to filter out the probed task
by Oleg Nesterov
· 12 years ago
8a7f2fa
uprobes: Reintroduce uprobe_consumer->filter()
by Oleg Nesterov
· 12 years ago
806a98b
uprobes: Rationalize the usage of filter_chain()
by Oleg Nesterov
· 12 years ago
66d06df
uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register()
by Oleg Nesterov
· 12 years ago
06b7bcd
uprobes: Introduce uprobe_is_active()
by Oleg Nesterov
· 12 years ago
441f1eb7
uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead
by Oleg Nesterov
· 12 years ago
d4d3ccc
uprobes: Kill uprobe->copy_mutex
by Oleg Nesterov
· 12 years ago
bb92928
uprobes: Kill UPROBE_RUN_HANDLER flag
by Oleg Nesterov
· 12 years ago
1ff6fee
uprobes: Change filter_chain() to iterate ->consumers list
by Oleg Nesterov
· 12 years ago
e591c8d
uprobes: Introduce uprobe->register_rwsem
by Oleg Nesterov
· 12 years ago
9a98e03
uprobes: _register() should always do register_for_each_vma(true)
by Oleg Nesterov
· 12 years ago
04aab9b
uprobes: _unregister() should always do register_for_each_vma(false)
by Oleg Nesterov
· 12 years ago
63633cb
uprobes: Introduce filter_chain()
by Oleg Nesterov
· 12 years ago
fe20d71
uprobes: Kill uprobe_consumer->filter()
by Oleg Nesterov
· 12 years ago
f0744af
uprobes: Kill the pointless inode/uc checks in register/unregister
by Oleg Nesterov
· 12 years ago
bbc33d0
uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe()
by Oleg Nesterov
· 12 years ago
c91368c
uprobes: remove redundant check
by Sasha Levin
· 12 years ago
32cdba1
uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
by Oleg Nesterov
· 12 years ago
65b6ecc
uprobes: Flush cache after xol write
by Rabin Vincent
· 12 years ago
19f5ee2
uprobes: Kill arch_uprobe_enable/disable_step() hooks
by Oleg Nesterov
· 12 years ago
65b2c8f
uprobes/powerpc: Do not use arch_uprobe_*_step() helpers
by Oleg Nesterov
· 12 years ago
f38787f
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgent
by Ingo Molnar
· 12 years ago
6bdb913
mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidate_range_end
by Haggai Eran
· 12 years ago
6b2dbba
mm: replace vma prio_tree with an interval tree
by Michel Lespinasse
· 12 years ago
71434f2
uprobes: Fix the racy uprobe->flags manipulation
by Oleg Nesterov
· 12 years ago
4710f05f
uprobes: Fix prepare_uprobe() race with itself
by Oleg Nesterov
· 12 years ago
cb9a19f
uprobes: Introduce prepare_uprobe()
by Oleg Nesterov
· 12 years ago
142b18d
uprobes: Fix handle_swbp() vs unregister() + register() race
by Oleg Nesterov
· 12 years ago
076a365
uprobes: Do not delete uprobe if uprobe_unregister() fails
by Oleg Nesterov
· 12 years ago
a5f658b
uprobes: Don't return success if alloc_uprobe() fails
by Oleg Nesterov
· 12 years ago
ec75fba
uprobes: Simplify is_swbp_at_addr(), remove stale comments
by Oleg Nesterov
· 12 years ago
ed6f6a5
uprobes: Kill set_orig_insn()->is_swbp_at_addr()
by Oleg Nesterov
· 12 years ago
cceb55a
uprobes: Introduce copy_opcode(), kill read_opcode()
by Oleg Nesterov
· 12 years ago
e97f65a
uprobes: Kill set_swbp()->is_swbp_at_addr()
by Oleg Nesterov
· 12 years ago
e40cfce
uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas
by Oleg Nesterov
· 12 years ago
78a3205
uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC
by Oleg Nesterov
· 12 years ago
75ed82e
uprobes: Change write_opcode() to use FOLL_FORCE
by Oleg Nesterov
· 12 years ago
db023ea
uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()
by Oleg Nesterov
· 12 years ago
1b08e907
uprobes: Kill UTASK_BP_HIT state
by Oleg Nesterov
· 12 years ago
Next »