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
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
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-04-25
mm: fix apply_to_existing_page_range()
Kirill A. Shutemov
1
-2
/
+2
2025-04-10
lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock
Peter Zijlstra
1
-2
/
+0
2025-03-13
mm: don't skip arch_sync_kernel_mappings() in error paths
Ryan Roberts
1
-2
/
+4
2025-03-07
mm/memory: Use exception ip to search exception tables
Jiaxun Yang
1
-2
/
+2
2024-09-18
mm: avoid leaving partial pfn mappings around in error case
Linus Torvalds
1
-5
/
+22
2024-08-29
mm/numa: no task_numa_fault() call if PTE is changed
Zi Yan
1
-15
/
+14
2024-04-10
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
1
-0
/
+4
2024-03-01
mm/swap: fix race when skipping swapcache
Kairui Song
1
-0
/
+20
2024-01-10
mm: fix unmap_mapping_range high bits shift bug
Jiajun Xie
1
-2
/
+2
2023-10-10
mm/memory: add vm_normal_folio()
Vishal Moola (Oracle)
1
-0
/
+10
2023-07-19
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
1
-0
/
+7
2023-07-01
mm: always expand the stack with the mmap write lock held
Linus Torvalds
1
-1
/
+9
2023-07-01
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
1
-1
/
+1
2023-07-01
mm: make the page fault mmap locking killable
Linus Torvalds
1
-4
/
+2
2023-07-01
mm: introduce new 'lock_mm_and_find_vma()' page fault helper
Linus Torvalds
1
-0
/
+121
2023-07-01
mm, hwpoison: when copy-on-write hits poison, take page offline
Tony Luck
1
-1
/
+3
2023-07-01
mm, hwpoison: try to recover from copy-on write faults
Tony Luck
1
-10
/
+20
2023-04-13
mm: take a page reference when removing device exclusive entries
Alistair Popple
1
-1
/
+15
2023-02-09
mm/uffd: fix pte marker when fork() without fork event
Peter Xu
1
-6
/
+2
2022-11-30
hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
Mike Kravetz
1
-1
/
+1
2022-11-30
madvise: use zap_page_range_single for madvise dontneed
Mike Kravetz
1
-12
/
+11
2022-11-22
mm/memory: return vm_fault_t result from migrate_to_ram() callback
Alistair Popple
1
-1
/
+1
2022-10-12
mm: use update_mmu_tlb() on the second thread
Qi Zheng
1
-1
/
+1
2022-10-12
mm/memory.c: fix race when faulting a device private page
Alistair Popple
1
-1
/
+15
2022-10-12
mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
Peter Xu
1
-0
/
+2
2022-10-07
hugetlb: fix vma lock handling during split vma and range unmapping
Mike Kravetz
1
-4
/
+0
2022-10-03
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
1
-0
/
+2
2022-10-03
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
1
-0
/
+2
2022-10-03
mm: use nth_page instead of mem_map_offset mem_map_next
Cheng Li
1
-11
/
+10
2022-10-03
mm: convert lock_page_or_retry() to folio_lock_or_retry()
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-10-03
mm: remove try_to_free_swap()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-03
memcg: convert mem_cgroup_swap_full() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-03
mm: convert do_swap_page() to use folio_free_swap()
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-10-03
mm: convert do_wp_page() to use a folio
Matthew Wilcox (Oracle)
1
-20
/
+20
2022-10-03
mm: convert do_swap_page() to use swap_cache_get_folio()
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-10-03
memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-03
mm: convert do_swap_page()'s swapcache variable to a folio
Matthew Wilcox (Oracle)
1
-16
/
+15
2022-10-03
mm: convert do_swap_page() to use a folio
Matthew Wilcox (Oracle)
1
-24
/
+33
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
1
-9
/
+25
2022-09-26
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
1
-0
/
+1
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
1
-0
/
+25
2022-09-26
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
1
-13
/
+1
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-4
/
+10
2022-09-26
mm: bring back update_mmu_cache() to finish_fault()
Sergei Antonov
1
-4
/
+10
2022-09-11
memory tiering: hot page selection with hint page fault latency
Huang Ying
1
-1
/
+10
2022-09-11
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
1
-2
/
+2
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-10
/
+17
2022-07-29
mm: remove unneeded PageAnon check in restore_exclusive_pte()
Miaohe Lin
1
-1
/
+1
2022-07-29
mm: remove obsolete comment in do_fault_around()
Miaohe Lin
1
-4
/
+0
2022-07-26
Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+5
[next]