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.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
2023-02-20
mm/uffd: fix comment in handling pte markers
Peter Xu
1
-3
/
+1
2023-02-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-0
/
+3
2023-02-10
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
1
-6
/
+7
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-3
/
+3
2023-02-10
mm: hwpoison: support recovery from ksm_might_need_to_copy()
Kefeng Wang
1
-0
/
+3
2023-02-03
mm: use a folio in copy_present_pte()
Matthew Wilcox (Oracle)
1
-6
/
+9
2023-02-03
mm: use a folio in copy_pte_range()
Matthew Wilcox (Oracle)
1
-26
/
+25
2023-02-03
mm: convert wp_page_copy() to use folios
Matthew Wilcox (Oracle)
1
-33
/
+32
2023-02-03
mm: convert do_anonymous_page() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+9
2023-02-03
mm: add vma_alloc_zeroed_movable_folio()
Matthew Wilcox (Oracle)
1
-6
/
+10
2023-02-03
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-4
/
+0
2023-02-03
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-5
/
+5
2023-01-19
mm: add vma_has_recency()
Yu Zhao
1
-4
/
+3
2023-01-19
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-30
/
+0
2023-01-19
mm/memory: add vm_normal_folio()
Vishal Moola (Oracle)
1
-0
/
+10
2023-01-19
mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()
Peter Xu
1
-5
/
+3
2023-01-19
mm: fix a few rare cases of using swapin error pte marker
Peter Xu
1
-2
/
+6
2023-01-19
mm/uffd: fix pte marker when fork() without fork event
Peter Xu
1
-6
/
+2
2022-12-12
mm: remove VM_FAULT_WRITE
David Hildenbrand
1
-5
/
+4
2022-12-01
mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
David Hildenbrand
1
-4
/
+0
2022-12-01
mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for privat...
David Hildenbrand
1
-9
/
+15
2022-12-01
mm: rework handling in do_wp_page() based on private vs. shared mappings
David Hildenbrand
1
-21
/
+17
2022-12-01
mm: add early FAULT_FLAG_WRITE consistency checks
David Hildenbrand
1
-0
/
+8
2022-12-01
mm: add early FAULT_FLAG_UNSHARE consistency checks
David Hildenbrand
1
-3
/
+20
2022-12-01
mm: mmu_gather: do not expose delayed_rmap flag
Alexander Gordeev
1
-2
/
+1
2022-12-01
mm: delay page_remove_rmap() until after the TLB has been flushed
Linus Torvalds
1
-6
/
+17
2022-12-01
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
1
-3
/
+13
2022-12-01
mm: use pte markers for swap errors
Peter Xu
1
-2
/
+4
2022-12-01
mm: always compile in pte markers
Peter Xu
1
-4
/
+3
2022-12-01
mm, hwpoison: when copy-on-write hits poison, take page offline
Tony Luck
1
-1
/
+3
2022-12-01
mm, hwpoison: try to recover from copy-on write faults
Tony Luck
1
-10
/
+20
2022-12-01
mm: convert mm's rss stats into percpu_counter
Shakeel Butt
1
-62
/
+11
2022-12-01
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-14
/
+13
2022-12-01
hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
Mike Kravetz
1
-1
/
+1
2022-12-01
madvise: use zap_page_range_single for madvise dontneed
Mike Kravetz
1
-12
/
+11
2022-11-23
mm/memory: return vm_fault_t result from migrate_to_ram() callback
Alistair Popple
1
-1
/
+1
2022-11-09
Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"
Peter Xu
1
-2
/
+0
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
[next]