summaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c
Commit message (Expand)AuthorAgeFilesLines
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-5/+5
* Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-061-0/+2
|\
| * Uprobes: Fix kernel oops with delayed_uprobe_remove()Ravi Bangoria2018-12-061-0/+2
* | uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri2018-11-231-2/+10
|/
* Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-301-7/+271
|\
| * uprobes/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-241-0/+19
| * uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria2018-09-241-7/+252
* | signal: Properly deliver SIGILL from uprobesEric W. Biederman2018-09-111-2/+2
|/
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-37/+41
|\
| * Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-141-4/+5
| * Uprobes: Simplify uprobe_register() bodyRavi Bangoria2018-08-141-33/+36
* | perf, tools: Use correct articles in commentsTobias Tefke2018-07-161-3/+3
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* tracing: Remove igrab() iput() call from uprobes.cSong Liu2018-04-261-4/+3Star
* 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-09-011-2/+0Star
* 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-281-1/+1
* mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-251-8/+14
* uprobes: split THPs before trying to replace themKirill A. Shutemov2017-02-251-2/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-241-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-151-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-241-2/+5
* x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-231-2/+1Star
* 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-211-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-161-3/+4
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-161-2/+2
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-151-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/+5Star
* 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/+3Star
* uprobes: Send SIGILL if handle_trampoline() failsOleg Nesterov2015-07-311-11/+10Star
* uprobes: Introduce free_ret_instance()Oleg Nesterov2015-07-311-14/+13Star