summaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2020-08-21uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-24uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu
2019-10-19kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu
2019-09-24uprobe: collapse THP pmd after removing all uprobesSong Liu
2019-09-24uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITSong Liu
2019-09-24uprobe: use original page when all uprobes are removedSong Liu
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-28uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_semOleg Nesterov
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-30uprobes: Initialize uprobes earlierNadav Amit
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-02-15uprobes: convert uprobe.ref to refcount_tElena Reshetova
2019-02-04perf/uprobes: Convert to SPDX license identifierThomas Gleixner
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-06Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-05Uprobes: Fix kernel oops with delayed_uprobe_remove()Ravi Bangoria
2018-11-23uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
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