summaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove igrab() iput() call from uprobes.cSong Liu2018-04-261-4/+3
* uprobes: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-6/+6
* mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2017-08-311-2/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: use mmget_not_zero() helperVegard Nossum2017-02-271-1/+1
* mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-241-8/+14
* uprobes: split THPs before trying to replace themKirill A. Shutemov2017-02-241-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-231-1/+1
|\
| * uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Marcin Nowakowski2016-12-181-1/+1
* | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-2/+2
|/
* mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+4
* uprobes: Rename the "struct page *" args of __replace_page()Oleg Nesterov2016-08-181-18/+18
* uprobes: Fix the memcg accountingOleg Nesterov2016-08-181-2/+3
* uprobes: wait for mmap_sem for write killableMichal Hocko2016-05-231-2/+5
* x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-221-2/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-2/+8
|\
| * mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-2/+8
* | uprobes: __create_xol_area() must nullify xol_mapping.faultOleg Nesterov2016-02-291-0/+1
|/
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-151-3/+4
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-151-2/+2
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-141-1/+1
* treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* uprobes: Fix the waitqueue_active() check in xol_free_insn_slot()Oleg Nesterov2015-07-311-0/+1
* uprobes: Use vm_special_mapping to name the XOL vmaOleg Nesterov2015-07-311-10/+20
* uprobes: Fix the usage of install_special_mapping()Oleg Nesterov2015-07-311-8/+9
* uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more cleverOleg Nesterov2015-07-311-7/+7
* uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-3/+6
* uprobes: Change prepare_uretprobe() to (try to) flush the dead framesOleg Nesterov2015-07-311-0/+13
* uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()Oleg Nesterov2015-07-311-11/+18
* uprobes/x86: Reimplement arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-0/+1
* uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive()Oleg Nesterov2015-07-311-9/+5
* uprobes: Change handle_trampoline() to find the next chain beforehandOleg Nesterov2015-07-311-11/+16
* uprobes: Change prepare_uretprobe() to use uprobe_warn()Oleg Nesterov2015-07-311-7/+3
* uprobes: Send SIGILL if handle_trampoline() failsOleg Nesterov2015-07-311-11/+10
* uprobes: Introduce free_ret_instance()Oleg Nesterov2015-07-311-14/+13
* uprobes: Introduce get_uprobe()Oleg Nesterov2015-07-311-19/+20
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-1/+1
|\
| * Merge tag 'v3.18-rc7' into drm-nextDave Airlie2014-12-021-1/+0
| |\
| * | mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-131-1/+1
* | | uprobes: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-2/+2
* | | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-1/+1
* | | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-131-2/+2
| |/ |/|
* | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-231-1/+0
|/
* mm: memcontrol: rewrite charge APIJohannes Weiner2014-08-081-7/+8
* uprobes: Change unregister/apply to WARN() if uprobe/consumer is goneOleg Nesterov2014-06-301-3/+3
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-19/+33
|\
| * uprobes: Teach copy_insn() to support tmpfsOleg Nesterov2014-06-051-5/+10
| * uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov2014-06-051-3/+3