summaryrefslogtreecommitdiff
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-09-24uprobes/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria
2018-09-11signal: Properly deliver SIGILL from uprobesEric W. Biederman
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria
2018-08-13Uprobes: Simplify uprobe_register() bodyRavi Bangoria
2018-07-16perf, tools: Use correct articles in commentsTobias Tefke
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-26tracing: Remove igrab() iput() call from uprobes.cSong Liu
2017-12-04uprobes: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-08-31mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: use mmget_not_zero() helperVegard Nossum
2017-02-24mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24uprobes: split THPs before trying to replace themKirill A. Shutemov
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-18uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Marcin Nowakowski
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-08-18uprobes: Rename the "struct page *" args of __replace_page()Oleg Nesterov
2016-08-18uprobes: Fix the memcg accountingOleg Nesterov
2016-05-23uprobes: wait for mmap_sem for write killableMichal Hocko
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-29uprobes: __create_xol_area() must nullify xol_mapping.faultOleg Nesterov
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen
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