aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/uprobes.c
AgeCommit message (Expand)Author
2024-01-25uprobes: use pagesize-aligned virtual address when replacing pagesDavid Hildenbrand
2023-12-29kernel/events/uprobes: page_remove_rmap() -> folio_remove_rmap_pte()David Hildenbrand
2023-12-29mm: remove some calls to page_add_new_anon_rmap()Matthew Wilcox (Oracle)
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes
2023-02-09mm/mmap: remove __vma_adjust()Liam R. Howlett
2023-02-02mm: remove munlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-03uprobes: use new_folio in __replace_page()Matthew Wilcox (Oracle)
2022-10-03uprobes: use folios more widely in __replace_page()Matthew Wilcox (Oracle)
2022-09-26perf: use VMA iteratorMatthew Wilcox (Oracle)
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Liam Howlett
2021-06-01uprobes: Update uprobe_write_opcode() kernel-doc commentQiujun Huang
2021-02-26kernel: delete repeated words in commentsRandy Dunlap
2021-02-17uprobes: (Re)add missing get_uprobe() in __find_uprobe()Sven Schnelle
2021-02-17rbtree, uprobes: Use rbtree helpersPeter Zijlstra
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner
2020-10-29signal: Add task_sigpending() helperJens Axboe
2020-10-17task_work: cleanup notification modesJens Axboe
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