index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
/
memory.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-17
mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount stabilization
David Hildenbrand
1
-2
/
+2
2025-04-11
mm: fix apply_to_existing_page_range()
Kirill A. Shutemov
1
-2
/
+2
2025-04-11
mm: (un)track_pfn_copy() fix + doc improvements
David Hildenbrand
1
-1
/
+1
2025-04-01
Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+1
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-94
/
+286
2025-03-30
Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+4
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-0
/
+118
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-4
/
+9
2025-03-25
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
1
-7
/
+4
2025-03-24
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+0
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
1
-8
/
+0
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
1
-8
/
+0
2025-03-17
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
1
-1
/
+1
2025-03-17
mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
David Hildenbrand
1
-8
/
+75
2025-03-17
mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
David Hildenbrand
1
-5
/
+5
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
1
-2
/
+4
2025-03-17
mm/memory: add vmf_insert_page_mkwrite()
Alistair Popple
1
-0
/
+20
2025-03-17
mm/memory: enhance insert_page_into_pte_locked() to create writable mappings
Alistair Popple
1
-9
/
+30
2025-03-17
mm: allow compound zone device pages
Alistair Popple
1
-1
/
+3
2025-03-17
mm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_exclusive_entry()
David Hildenbrand
1
-1
/
+1
2025-03-17
mm/memory: document restore_exclusive_pte()
David Hildenbrand
1
-0
/
+26
2025-03-17
mm/memory: pass folio and pte to restore_exclusive_pte()
David Hildenbrand
1
-15
/
+14
2025-03-17
mm/memory: remove PageAnonExclusive sanity-check in restore_exclusive_pte()
David Hildenbrand
1
-3
/
+0
2025-03-16
mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long
Ryan Roberts
1
-3
/
+3
2025-03-16
mm: prepare lock_vma_under_rcu() for vma reuse possibility
Suren Baghdasaryan
1
-3
/
+4
2025-03-16
mm: replace vm_lock and detached flag with a reference count
Suren Baghdasaryan
1
-10
/
+80
2025-03-16
mm: uninline the main body of vma_start_write()
Suren Baghdasaryan
1
-0
/
+14
2025-03-16
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
1
-1
/
+1
2025-03-16
mm/rmap: keep mapcount untouched for device-exclusive entries
David Hildenbrand
1
-16
/
+1
2025-03-16
mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()
David Hildenbrand
1
-4
/
+7
2025-03-16
mm: memcontrol: move memsw charge callbacks to v1
Johannes Weiner
1
-1
/
+1
2025-03-13
Revert "mm: don't allow huge faults for files with pre content watches"
Amir Goldstein
1
-19
/
+0
2025-03-12
Backmerge tag 'v6.14-rc6' into drm-next
Dave Airlie
1
-7
/
+14
2025-03-08
Merge branch 'locking/urgent' into locking/core, to pick up locking fixes
Ingo Molnar
1
-3
/
+14
2025-03-06
mm/migrate: Trylock device page in do_swap_page
Matthew Brost
1
-4
/
+9
2025-03-05
mm: fix finish_fault() handling for large folios
Brian Geffon
1
-5
/
+10
2025-03-05
mm: don't skip arch_sync_kernel_mappings() in error paths
Ryan Roberts
1
-2
/
+4
2025-03-01
lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock
Peter Zijlstra
1
-2
/
+0
2025-02-27
mm: Provide address mask in struct follow_pfnmap_args
Alex Williamson
1
-0
/
+1
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4
Alexei Starovoitov
1
-3
/
+14
2025-02-19
mm: Add copy_remote_vm_str() for readng C strings from remote VM
Jordan Rome
1
-0
/
+118
2025-02-17
mm: pgtable: fix incorrect reclaim of non-empty PTE pages
Qi Zheng
1
-3
/
+14
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-98
/
+169
2025-01-25
mm: pgtable: introduce pagetable_dtor()
Qi Zheng
1
-1
/
+2
2025-01-25
mm: remove unnecessary calls to lru_add_drain
Rik van Riel
1
-1
/
+0
2025-01-25
mm: unexport apply_to_existing_page_range
Christoph Hellwig
1
-1
/
+0
2025-01-25
mm: fix outdated incorrect code comments for handle_mm_fault()
Jinliang Zheng
1
-1
/
+2
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-0
/
+19
2025-01-13
mm: add per-order mTHP swap-in fallback/fallback_charge counters
Wenchao Hao
1
-0
/
+2
2025-01-13
mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)
Qi Zheng
1
-2
/
+19
[next]