index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-04-05
drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
Lorenzo Stoakes (Oracle)
-21
/
+29
2026-04-05
mm: allow handling of stacked mmap_prepare hooks in more drivers
Lorenzo Stoakes (Oracle)
-60
/
+136
2026-04-05
staging: vme_user: replace deprecated mmap hook with mmap_prepare
Lorenzo Stoakes (Oracle)
-33
/
+42
2026-04-05
stm: replace deprecated mmap hook with mmap_prepare
Lorenzo Stoakes (Oracle)
-10
/
+21
2026-04-05
mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
Lorenzo Stoakes (Oracle)
-18
/
+3
2026-04-05
hpet: replace deprecated mmap hook with mmap_prepare
Lorenzo Stoakes (Oracle)
-5
/
+7
2026-04-05
misc: open-dice: replace deprecated mmap hook with mmap_prepare
Lorenzo Stoakes (Oracle)
-8
/
+11
2026-04-05
mm: add mmap_action_simple_ioremap()
Lorenzo Stoakes (Oracle)
-28
/
+102
2026-04-05
fs: afs: restore mmap_prepare implementation
Lorenzo Stoakes (Oracle)
-13
/
+29
2026-04-05
fs: afs: revert mmap_prepare() change
Lorenzo Stoakes (Oracle)
-6
/
+6
2026-04-05
mm: add vm_ops->mapped hook
Lorenzo Stoakes (Oracle)
-29
/
+120
2026-04-05
mm: have mmap_action_complete() handle the rmap lock and unmap
Lorenzo Stoakes (Oracle)
-54
/
+40
2026-04-05
mm/vma: remove superfluous map->hold_file_rmap_lock
Lorenzo Stoakes (Oracle)
-8
/
+6
2026-04-05
mm: switch the rmap lock held option off in compat layer
Lorenzo Stoakes (Oracle)
-21
/
+27
2026-04-05
mm: avoid deadlock when holding rmap on mmap_prepare error
Lorenzo Stoakes (Oracle)
-8
/
+17
2026-04-05
mm: document vm_operations_struct->open the same as close()
Lorenzo Stoakes (Oracle)
-10
/
+20
2026-04-05
mm: add documentation for the mmap_prepare file operation callback
Lorenzo Stoakes (Oracle)
-0
/
+143
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
-120
/
+126
2026-04-05
mm: simplify VMA flag tests of excluded flags
Lorenzo Stoakes (Oracle)
-16
/
+9
2026-04-05
mm/vma: convert __mmap_region() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-107
/
+92
2026-04-05
mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-74
/
+93
2026-04-05
tools: bitmap: add missing bitmap_copy() implementation
Lorenzo Stoakes (Oracle)
-0
/
+11
2026-04-05
mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Lorenzo Stoakes (Oracle)
-42
/
+59
2026-04-05
tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
Lorenzo Stoakes (Oracle)
-16
/
+17
2026-04-05
mm/vma: introduce vma_clear_flags[_mask]()
Lorenzo Stoakes (Oracle)
-0
/
+25
2026-04-05
mm: update vma_supports_mlock() to use new VMA flags
Lorenzo Stoakes (Oracle)
-1
/
+3
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-140
/
+191
2026-04-05
tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
Lorenzo Stoakes (Oracle)
-9
/
+54
2026-04-05
mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
Lorenzo Stoakes (Oracle)
-6
/
+73
2026-04-05
tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
Lorenzo Stoakes (Oracle)
-6
/
+13
2026-04-05
mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
Lorenzo Stoakes (Oracle)
-34
/
+88
2026-04-05
tools/testing/vma: test that legacy flag helpers work correctly
Lorenzo Stoakes (Oracle)
-0
/
+6
2026-04-05
mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
Lorenzo Stoakes (Oracle)
-4
/
+58
2026-04-05
mm/vma: introduce vma_flags_same[_mask/_pair]()
Lorenzo Stoakes (Oracle)
-11
/
+49
2026-04-05
mm: unexport vm_brk_flags() and eliminate vm_flags parameter
Lorenzo Stoakes (Oracle)
-14
/
+9
2026-04-05
tools/testing/vma: add simple test for append_vma_flags()
Lorenzo Stoakes (Oracle)
-0
/
+28
2026-04-05
mm/vma: add append_vma_flags() helper
Lorenzo Stoakes (Oracle)
-13
/
+21
2026-04-05
tools/testing/vma: fix VMA flag tests
Lorenzo Stoakes (Oracle)
-36
/
+92
2026-04-05
mm/vma: use new VMA flags for sticky flags logic
Lorenzo Stoakes (Oracle)
-32
/
+62
2026-04-05
tools/testing/vma: convert bulk of test code to vma_flags_t
Lorenzo Stoakes (Oracle)
-163
/
+186
2026-04-05
mm/vma: add further vma_flags_t unions
Lorenzo Stoakes (Oracle)
-3
/
+14
2026-04-05
tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
Lorenzo Stoakes (Oracle)
-0
/
+167
2026-04-05
mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
Lorenzo Stoakes (Oracle)
-10
/
+117
2026-04-05
mm/mseal: update VMA end correctly on merge
Lorenzo Stoakes (Oracle)
-2
/
+1
2026-04-05
bug: avoid format attribute warning for clang as well
Arnd Bergmann
-5
/
+2
2026-04-05
mm/pagewalk: fix race between concurrent split and refault
Max Boone
-3
/
+22
2026-04-05
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
-3
/
+15
2026-04-05
mm/damon/sysfs: check contexts->nr in repeat_call_fn
Josh Law
-0
/
+3
2026-04-05
mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
Josh Law
-0
/
+3
2026-04-05
mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
Josh Law
-1
/
+3
[prev]
[next]