aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c
Commit message (Expand)AuthorAge
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-15
|\
| * Merge tag 'v3.18-rc7' into drm-nextDave Airlie2014-12-01
| |\
| * | mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-12
* | | uprobes: share the i_mmap_rwsemDavidlohr Bueso2014-12-13
* | | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-13
* | | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-13
| |/ |/|
* | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-23
|/
* mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-08
* uprobes: Change unregister/apply to WARN() if uprobe/consumer is goneOleg Nesterov2014-06-30
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
|\
| * uprobes: Teach copy_insn() to support tmpfsOleg Nesterov2014-06-05
| * uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov2014-06-05
| * uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov2014-05-14
| * uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()Oleg Nesterov2014-05-14
| * uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov2014-04-30
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-05
|\ \ | |/ |/|
| * ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky2014-05-25
* | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov2014-04-17
* | uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()Oleg Nesterov2014-04-17
|/
* uprobes: allow ignoring of probe hitsDavid A. Long2014-03-18
* Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-01-22
|\
| * uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov2014-01-02
* | uprobes: Document xol_area and arch_uprobe->insn/ixolOleg Nesterov2013-11-20
* | uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov2013-11-20
* | uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]Oleg Nesterov2013-11-20
* | uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov2013-11-20
|/
* uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov2013-11-09
* uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov2013-11-09
* uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov2013-11-06
* uprobes: Introduce arch_uprobe->ixolOleg Nesterov2013-11-06
* uprobes: Kill module_init() and module_exit()Oleg Nesterov2013-11-06
* uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov2013-10-29
* uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov2013-10-29
* uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov2013-10-29
* uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov2013-10-29
* uprobes: Introduce __create_xol_area()Oleg Nesterov2013-10-29
* uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov2013-10-29
* uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov2013-09-12
* uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov2013-04-13
* uretprobes: Limit the depth of return probe nestednessAnton Arapov2013-04-13
* uretprobes: Return probe exit, invoke handlersAnton Arapov2013-04-13
* uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov2013-04-13
* uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov2013-04-13
* uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov2013-04-13
* uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov2013-04-04
* uprobes: Introduce copy_to_page()Oleg Nesterov2013-04-04
* uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov2013-04-04
* uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov2013-04-04
* uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov2013-04-04
* uprobes: Add trap variant helperAnanth N Mavinakayanahalli2013-04-04