summaryrefslogtreecommitdiff
path: root/kernel/events/uprobes.c
Commit message (Expand)AuthorAgeFilesLines
* mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-091-1/+1
* mm: remove munlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-1/+0
* mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
* mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe2022-10-031-1/+1
* uprobes: use new_folio in __replace_page()Matthew Wilcox (Oracle)2022-10-031-4/+5
* uprobes: use folios more widely in __replace_page()Matthew Wilcox (Oracle)2022-10-031-9/+10
* perf: use VMA iteratorMatthew Wilcox (Oracle)2022-09-261-3/+6
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+1
|\
| * mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-1/+1
* | mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-3/+2
* | fs: Introduce aops->read_folioMatthew Wilcox (Oracle)2022-05-091-2/+4
|/
* mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-5/+1
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-5/+2
* mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)2021-09-271-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-2/+2
|\
| * kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Liam Howlett2021-06-291-2/+2
* | uprobes: Update uprobe_write_opcode() kernel-doc commentQiujun Huang2021-06-011-0/+1
|/
* 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