index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
/
uprobes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...
Alistair Popple
2023-08-18
1
-1
/
+1
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-1
/
+1
*
mm/gup: remove vmas parameter from get_user_pages_remote()
Lorenzo Stoakes
2023-06-09
1
-8
/
+5
*
mm/mmap: remove __vma_adjust()
Liam R. Howlett
2023-02-09
1
-1
/
+1
*
mm: remove munlock_vma_page()
Matthew Wilcox (Oracle)
2023-02-02
1
-1
/
+0
*
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
2023-02-02
1
-1
/
+1
*
mm/madvise: add file and shmem support to MADV_COLLAPSE
Zach O'Keefe
2022-10-03
1
-1
/
+1
*
uprobes: use new_folio in __replace_page()
Matthew Wilcox (Oracle)
2022-10-03
1
-4
/
+5
*
uprobes: use folios more widely in __replace_page()
Matthew Wilcox (Oracle)
2022-10-03
1
-9
/
+10
*
perf: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
1
-3
/
+6
*
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
1
-1
/
+1
|
\
|
*
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
2022-05-09
1
-1
/
+1
*
|
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+2
*
|
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-2
/
+4
|
/
*
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+1
*
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-02-17
1
-5
/
+2
*
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-2
/
+2
|
\
|
*
kernel/events/uprobes: use vma_lookup() in find_active_uprobe()
Liam Howlett
2021-06-29
1
-2
/
+2
*
|
uprobes: Update uprobe_write_opcode() kernel-doc comment
Qiujun Huang
2021-06-01
1
-0
/
+1
|
/
*
kernel: delete repeated words in comments
Randy Dunlap
2021-02-26
1
-1
/
+1
*
uprobes: (Re)add missing get_uprobe() in __find_uprobe()
Sven Schnelle
2021-02-17
1
-1
/
+1
*
rbtree, uprobes: Use rbtree helpers
Peter Zijlstra
2021-02-17
1
-41
/
+39
*
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
2020-11-04
1
-2
/
+2
|
\
|
*
task_work: cleanup notification modes
Jens Axboe
2020-10-17
1
-1
/
+1
|
*
uprobes: __replace_page() avoid BUG in munlock_vma_page()
Hugh Dickins
2020-08-21
1
-1
/
+1
*
|
signal: Add task_sigpending() helper
Jens Axboe
2020-10-29
1
-1
/
+1
|
/
*
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-12
1
-3
/
+3
*
mm/vmscan: protect the workingset on anonymous LRU
Joonsoo Kim
2020-08-12
1
-1
/
+1
*
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
|
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
*
|
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...
Oleg Nesterov
2020-07-24
1
-1
/
+1
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-09
1
-10
/
+10
|
\
|
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-2
/
+2
|
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-8
/
+8
*
|
uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned
Oleg Nesterov
2020-06-09
1
-4
/
+12
|
/
*
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
2020-06-08
1
-1
/
+1
*
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
2020-06-03
1
-2
/
+1
*
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
2020-06-03
1
-8
/
+3
*
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
2020-06-03
1
-1
/
+1
*
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
2020-06-03
1
-3
/
+3
*
mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area
Gaowei Pu
2019-12-01
1
-1
/
+1
*
kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register
Song Liu
2019-10-19
1
-2
/
+11
*
uprobe: collapse THP pmd after removing all uprobes
Song Liu
2019-09-24
1
-0
/
+9
*
uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
Song Liu
2019-09-24
1
-4
/
+2
*
uprobe: use original page when all uprobes are removed
Song Liu
2019-09-24
1
-15
/
+51
*
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-08
1
-2
/
+2
|
\
|
*
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
1
-2
/
+2
*
|
uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_sem
Oleg Nesterov
2019-05-28
1
-3
/
+1
|
/
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
1
-1
/
+1
[next]