aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers1-2/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum1-1/+1
2017-02-24mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov1-8/+14
2017-02-24uprobes: split THPs before trying to replace themKirill A. Shutemov1-2/+2
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-18uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint creationMarcin Nowakowski1-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-2/+2
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+4
2016-08-18uprobes: Rename the "struct page *" args of __replace_page()Oleg Nesterov1-18/+18
2016-08-18uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-05-23uprobes: wait for mmap_sem for write killableMichal Hocko1-2/+5
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+8
2016-02-29uprobes: __create_xol_area() must nullify xol_mapping.faultOleg Nesterov1-0/+1
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen1-2/+8
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-3/+4
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-2/+2
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-1/+1
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-07-31uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()Oleg Nesterov1-0/+1
2015-07-31uprobes: Use vm_special_mapping to name the XOL vmaOleg Nesterov1-10/+20
2015-07-31uprobes: Fix the usage of install_special_mapping()Oleg Nesterov1-8/+9
2015-07-31uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov1-7/+7
2015-07-31uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov1-3/+6
2015-07-31uprobes: Change prepare_uretprobe() to (try to) flush the dead framesOleg Nesterov1-0/+13
2015-07-31uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()Oleg Nesterov1-11/+18
2015-07-31uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov1-0/+1
2015-07-31uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Oleg Nesterov1-9/+5
2015-07-31uprobes: Change handle_trampoline() to find the next chain beforehandOleg Nesterov1-11/+16
2015-07-31uprobes: Change prepare_uretprobe() to use uprobe_warn()Oleg Nesterov1-7/+3
2015-07-31uprobes: Send SIGILL if handle_trampoline() failsOleg Nesterov1-11/+10
2015-07-31uprobes: Introduce free_ret_instance()Oleg Nesterov1-14/+13
2015-07-31uprobes: Introduce get_uprobe()Oleg Nesterov1-19/+20
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2014-12-13uprobes: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-1/+1
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-2/+2
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie1-1/+0
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+0
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-7/+8
2014-06-30uprobes: Change unregister/apply to WARN() if uprobe/consumer is goneOleg Nesterov1-3/+3
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+33
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-8/+17
2014-06-05uprobes: Teach copy_insn() to support tmpfsOleg Nesterov1-5/+10
2014-06-05uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov1-3/+3
2014-05-25ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky1-8/+17
2014-05-14uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov1-0/+10