index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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/...
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/...
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
2025-01-13
mm: make zap_pte_range() handle full within-PMD range
Qi Zheng
1
-0
/
+8
2025-01-13
mm: do_zap_pte_range: return any_skipped information to the caller
Qi Zheng
1
-15
/
+21
2025-01-13
mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-ins...
Qi Zheng
1
-4
/
+12
2025-01-13
mm: skip over all consecutive none ptes in do_zap_pte_range()
Qi Zheng
1
-7
/
+20
2025-01-13
mm: introduce do_zap_pte_range()
Qi Zheng
1
-19
/
+26
2025-01-13
mm: introduce zap_nonpresent_ptes()
Qi Zheng
1
-63
/
+73
2025-01-13
mm/memory: fix a comment typo in lock_mm_and_find_vma()
Chin Yik Ming
1
-1
/
+1
2025-01-13
mm: migrate: remove unused argument vma from migrate_misplaced_folio()
Donet Tom
1
-1
/
+1
2024-12-18
mm: use clear_user_(high)page() for arch with special user folio handling
Zi Yan
1
-5
/
+5
2024-12-18
mm: use aligned address in copy_user_gigantic_page()
Kefeng Wang
1
-2
/
+3
2024-12-18
mm: use aligned address in clear_gigantic_page()
Kefeng Wang
1
-1
/
+2
2024-12-10
mm: don't allow huge faults for files with pre content watches
Josef Bacik
1
-0
/
+19
2024-11-11
mm: add PTE_MARKER_GUARD PTE marker
Lorenzo Stoakes
1
-3
/
+15
2024-11-06
mm/memory.c: simplify pfnmap_lockdep_assert
Manas
1
-1
/
+1
2024-11-06
mm: avoid zeroing user movable page twice with init_on_alloc=1
Zi Yan
1
-1
/
+9
2024-11-06
mm: remove unused hugepage for vma_alloc_folio()
Kefeng Wang
1
-6
/
+4
2024-11-06
mm/memory.c: remove stray newline at top of file
Andrew Morton
1
-1
/
+0
2024-11-05
mm: copy_pte_range() use pte_offset_map_rw_nolock()
Qi Zheng
1
-1
/
+10
2024-11-05
mm: handle_pte_fault() use pte_offset_map_rw_nolock()
Qi Zheng
1
-2
/
+12
2024-11-05
mm: move mm flags to mm_types.h
Nanyong Sun
1
-1
/
+0
2024-10-28
mm: avoid unconditional one-tick sleep when swapcache_prepare fails
Barry Song
1
-2
/
+13
2024-10-18
mm: fix follow_pfnmap API lockdep assert
Linus Torvalds
1
-1
/
+2
2024-10-17
mm: don't install PMD mappings when THPs are disabled by the hw/process/vma
David Hildenbrand
1
-0
/
+9
2024-10-17
mm: remove unused stub for can_swapin_thp()
Andy Shevchenko
1
-5
/
+0
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-132
/
+430
2024-09-19
Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-5
/
+3
2024-09-17
mm: support large folios swap-in for sync io devices
Chuanhua Han
1
-27
/
+234
2024-09-17
mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...
Barry Song
1
-1
/
+1
2024-09-17
mm: support poison recovery from copy_present_page()
Kefeng Wang
1
-3
/
+7
2024-09-17
mm: support poison recovery from do_cow_fault()
Kefeng Wang
1
-1
/
+5
2024-09-17
mm: remove follow_pte()
Peter Xu
1
-73
/
+0
2024-09-17
mm/access_process_vm: use the new follow_pfnmap API
Peter Xu
1
-14
/
+14
2024-09-17
mm: new follow_pfnmap API
Peter Xu
1
-0
/
+150
2024-09-17
mm/pagewalk: check pfnmap for folio_walk_start()
Peter Xu
1
-5
/
+4
2024-09-17
mm: change vmf_anon_prepare() to __vmf_anon_prepare()
Vishal Moola (Oracle)
1
-5
/
+3
2024-09-12
mm: avoid leaving partial pfn mappings around in error case
Linus Torvalds
1
-5
/
+22
2024-09-09
mm: cleanup count_mthp_stat() definition
Ryan Roberts
1
-2
/
+0
2024-09-03
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
1
-0
/
+3
2024-09-01
mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)
Zi Yan
1
-30
/
+33
[next]