summaryrefslogtreecommitdiff
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-07-31uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()Oleg Nesterov
2015-07-31uprobes: Use vm_special_mapping to name the XOL vmaOleg Nesterov
2015-07-31uprobes: Fix the usage of install_special_mapping()Oleg Nesterov
2015-07-31uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov
2015-07-31uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov
2015-07-31uprobes: Change prepare_uretprobe() to (try to) flush the dead framesOleg Nesterov
2015-07-31uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()Oleg Nesterov
2015-07-31uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov
2015-07-31uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Oleg Nesterov
2015-07-31uprobes: Change handle_trampoline() to find the next chain beforehandOleg Nesterov
2015-07-31uprobes: Change prepare_uretprobe() to use uprobe_warn()Oleg Nesterov
2015-07-31uprobes: Send SIGILL if handle_trampoline() failsOleg Nesterov
2015-07-31uprobes: Introduce free_ret_instance()Oleg Nesterov
2015-07-31uprobes: Introduce get_uprobe()Oleg Nesterov
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-13uprobes: share the i_mmap_rwsemDavidlohr Bueso
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner
2014-06-30uprobes: Change unregister/apply to WARN() if uprobe/consumer is goneOleg Nesterov
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds
2014-06-05uprobes: Teach copy_insn() to support tmpfsOleg Nesterov
2014-06-05uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov
2014-05-25ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky
2014-05-14uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov
2014-05-14uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()Oleg Nesterov
2014-04-30uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov
2014-04-17uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov
2014-04-17uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()Oleg Nesterov
2014-03-18uprobes: allow ignoring of probe hitsDavid A. Long
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel
2014-01-02uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov
2013-11-20uprobes: Document xol_area and arch_uprobe->insn/ixolOleg Nesterov
2013-11-20uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov
2013-11-20uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]Oleg Nesterov
2013-11-20uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov
2013-11-06uprobes: Introduce arch_uprobe->ixolOleg Nesterov
2013-11-06uprobes: Kill module_init() and module_exit()Oleg Nesterov
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov