summaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: delete repeated words in commentsRandy Dunlap2021-02-261-1/+1
* uprobes: (Re)add missing get_uprobe() in __find_uprobe()Sven Schnelle2021-02-171-1/+1
* rbtree, uprobes: Use rbtree helpersPeter Zijlstra2021-02-171-41/+39
* Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-041-2/+2
|\
| * task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
| * uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins2020-08-211-1/+1
* | signal: Add task_sigpending() helperJens Axboe2020-10-291-1/+1
|/
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-3/+3
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-241-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-091-10/+10
|\
| * mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
| * mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-8/+8
* | uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov2020-06-091-4/+12
|/
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-8/+3
* mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-3/+3
* mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu2019-12-011-1/+1
* kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu2019-10-191-2/+11
* uprobe: collapse THP pmd after removing all uprobesSong Liu2019-09-241-0/+9
* uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITSong Liu2019-09-241-4/+2
* uprobe: use original page when all uprobes are removedSong Liu2019-09-241-15/+51
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* | uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_semOleg Nesterov2019-05-281-3/+1
|/
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-1/+1
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | uprobes: Initialize uprobes earlierNadav Amit2019-04-301-5/+3
* | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-111-4/+4
|\ \ | |/ |/|
| * uprobes: convert uprobe.ref to refcount_tElena Reshetova2019-02-151-4/+4
* | perf/uprobes: Convert to SPDX license identifierThomas Gleixner2019-02-041-14/+1
|/
* 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-051-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-201-37/+41
|\
| * Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-131-4/+5
| * Uprobes: Simplify uprobe_register() bodyRavi Bangoria2018-08-131-33/+36
* | perf, tools: Use correct articles in commentsTobias Tefke2018-07-161-3/+3
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2