index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-13
mm: use update_mmu_tlb() on the second thread
Qi Zheng
1
-1
/
+1
2022-10-13
mm/memory.c: fix race when faulting a device private page
Alistair Popple
1
-1
/
+15
2022-10-13
mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
Peter Xu
1
-0
/
+2
2022-10-08
hugetlb: fix vma lock handling during split vma and range unmapping
Mike Kravetz
1
-4
/
+0
2022-10-04
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
1
-0
/
+2
2022-10-04
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
1
-0
/
+2
2022-10-04
mm: use nth_page instead of mem_map_offset mem_map_next
Cheng Li
1
-11
/
+10
2022-10-04
mm: convert lock_page_or_retry() to folio_lock_or_retry()
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-10-04
mm: remove try_to_free_swap()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-04
memcg: convert mem_cgroup_swap_full() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-04
mm: convert do_swap_page() to use folio_free_swap()
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-10-04
mm: convert do_wp_page() to use a folio
Matthew Wilcox (Oracle)
1
-20
/
+20
2022-10-04
mm: convert do_swap_page() to use swap_cache_get_folio()
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-10-04
memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-04
mm: convert do_swap_page()'s swapcache variable to a folio
Matthew Wilcox (Oracle)
1
-16
/
+15
2022-10-04
mm: convert do_swap_page() to use a folio
Matthew Wilcox (Oracle)
1
-24
/
+33
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
1
-9
/
+25
2022-09-27
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
1
-0
/
+1
2022-09-27
mm: multi-gen LRU: groundwork
Yu Zhao
1
-0
/
+25
2022-09-27
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-12
memory tiering: hot page selection with hint page fault latency
Huang Ying
1
-1
/
+10
2022-09-12
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
1
-2
/
+2
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-10
/
+17
2022-07-30
mm: remove unneeded PageAnon check in restore_exclusive_pte()
Miaohe Lin
1
-1
/
+1
2022-07-30
mm: remove obsolete comment in do_fault_around()
Miaohe Lin
1
-4
/
+0
2022-07-27
Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+5
2022-07-26
mm: fix NULL pointer dereference in wp_page_reuse()
Qi Zheng
1
-1
/
+1
2022-07-19
mm: fix page leak with multiple threads mapping the same page
Josef Bacik
1
-2
/
+5
2022-07-18
hugetlb: lazy page table copies in fork()
Mike Kravetz
1
-1
/
+1
2022-07-18
mm: thp: kill __transhuge_page_enabled()
Yang Shi
1
-2
/
+5
2022-07-18
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-1
/
+9
2022-07-04
mm: split huge PUD on wp_huge_pud fallback
Gowans, James
1
-13
/
+14
2022-06-17
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
1
-1
/
+1
2022-06-02
delayacct: track delays from write-protect copy
Yang Yang
1
-0
/
+8
2022-05-27
Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+4
2022-05-27
mm/swapfile: unuse_pte can map random data if swap read fails
Miaohe Lin
1
-1
/
+4
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-170
/
+403
2022-05-20
mm/swap: avoid calling swp_swap_info when try to check SWP_STABLE_WRITES
Miaohe Lin
1
-1
/
+1
2022-05-13
mm/shmem: remove duplicate include in memory.c
Wan Jiabing
1
-1
/
+0
2022-05-13
mm/hugetlb: handle uffd-wp during fork()
Peter Xu
1
-2
/
+2
2022-05-13
mm/hugetlb: only drop uffd-wp special pte if required
Peter Xu
1
-1
/
+4
2022-05-13
mm/shmem: handle uffd-wp during fork()
Peter Xu
1
-8
/
+41
2022-05-13
mm/shmem: persist uffd-wp bit across zapping for file-backed
Peter Xu
1
-3
/
+46
2022-05-13
mm/shmem: handle uffd-wp special pte in page fault handler
Peter Xu
1
-9
/
+58
2022-05-13
mm: check against orig_pte for finish_fault()
Peter Xu
1
-1
/
+11
2022-05-13
mm: teach core mm about pte markers
Peter Xu
1
-0
/
+23
2022-05-10
mm: submit multipage reads for SWP_FS_OPS swap-space
NeilBrown
1
-1
/
+1
2022-05-10
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
[next]