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
2023-08-18
mm/memory: convert do_page_mkwrite() to use folios
Sidhartha Kumar
1
-5
/
+5
2023-08-18
mm: fix some kernel-doc comments
Yang Li
1
-1
/
+2
2023-08-18
ksm: add ksm zero pages for each process
xu xin
1
-2
/
+2
2023-08-18
ksm: count all zero pages placed by KSM
xu xin
1
-1
/
+4
2023-08-18
mm: use a folio in fault_dirty_shared_page()
ZhangPeng
1
-8
/
+8
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
1
-1
/
+1
2023-08-09
mm: Fix access_remote_vm() regression on tagged addresses
Kirill A. Shutemov
1
-0
/
+3
2023-07-27
mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock
Jann Horn
1
-12
/
+16
2023-07-11
mm: Warn on shadow stack memory in wrong vma
Rick Edgecombe
1
-0
/
+1
2023-07-11
mm: Make pte_mkwrite() take a VMA
Rick Edgecombe
1
-2
/
+2
2023-07-08
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
1
-0
/
+7
2023-06-29
gup: avoid stack expansion warning for known-good case
Linus Torvalds
1
-0
/
+4
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
1
-12
/
+138
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+4
2023-06-28
mm: fix __access_remote_vm() GUP failure case
Linus Torvalds
1
-0
/
+1
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
1
-1
/
+9
2023-06-24
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
1
-1
/
+1
2023-06-24
mm: make the page fault mmap locking killable
Linus Torvalds
1
-4
/
+2
2023-06-24
mm: introduce new 'lock_mm_and_find_vma()' page fault helper
Linus Torvalds
1
-0
/
+121
2023-06-23
mm: remove references to pagevec
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-46
/
+54
2023-06-19
perf/core: allow pte_offset_map() to fail
Hugh Dickins
1
-2
/
+4
2023-06-19
mm/memory: handle_pte_fault() use pte_offset_map_nolock()
Hugh Dickins
1
-25
/
+13
2023-06-19
mm/memory: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-86
/
+81
2023-06-19
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
1
-12
/
+2
2023-06-18
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
1
-3
/
+4
2023-06-09
mm: fix failure to unmap pte on highmem systems
Ryan Roberts
1
-4
/
+2
2023-06-09
mm/gup: remove vmas parameter from get_user_pages_remote()
Lorenzo Stoakes
1
-10
/
+10
2023-04-21
mm: do not increment pgfault stats when page fault handler retries
Suren Baghdasaryan
1
-19
/
+27
2023-04-18
mm: hwpoison: support recovery from HugePage copy-on-write faults
Liu Shixin
1
-21
/
+38
2023-04-18
mm: convert copy_user_huge_page() to copy_user_large_folio()
ZhangPeng
1
-14
/
+14
2023-04-18
userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
ZhangPeng
1
-12
/
+11
2023-04-18
userfaultfd: use kmap_local_page() in copy_huge_page_from_user()
ZhangPeng
1
-8
/
+6
2023-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-1
/
+15
2023-04-05
sched/numa: enhance vma scanning logic
Raghavendra K T
1
-0
/
+3
2023-04-05
mm: introduce per-VMA lock statistics
Suren Baghdasaryan
1
-0
/
+2
2023-04-05
mm: prevent userfaults to be handled under per-vma lock
Suren Baghdasaryan
1
-0
/
+9
2023-04-05
mm: prevent do_swap_page from handling page faults under VMA lock
Suren Baghdasaryan
1
-0
/
+5
2023-04-05
mm: fall back to mmap_lock if vma->anon_vma is not yet set
Suren Baghdasaryan
1
-0
/
+4
2023-04-05
mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
1
-0
/
+46
2023-04-05
mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
1
-1
/
+5
2023-04-05
mm: hold the RCU read lock over calls to ->map_pages
Matthew Wilcox (Oracle)
1
-3
/
+8
2023-04-05
mm: remove unused vmf_insert_mixed_prot()
Lorenzo Stoakes
1
-39
/
+18
2023-04-05
mm: prefer fault_around_pages to fault_around_bytes
Lorenzo Stoakes
1
-11
/
+15
2023-04-05
mm: refactor do_fault_around()
Lorenzo Stoakes
1
-22
/
+16
2023-04-05
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
1
-14
/
+42
2023-04-05
mm: take a page reference when removing device exclusive entries
Alistair Popple
1
-1
/
+15
2023-03-28
mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
Gerald Schaefer
1
-1
/
+2
2023-03-28
mm: memory: use folio_throttle_swaprate() in do_cow_fault()
Kefeng Wang
1
-1
/
+1
2023-03-28
mm: memory: use folio_throttle_swaprate() in do_anonymous_page()
Kefeng Wang
1
-1
/
+1
[prev]
[next]