index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: remove VM_FAULT_WRITE
David Hildenbrand
2022-12-12
1
-5
/
+4
*
mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
David Hildenbrand
2022-12-01
1
-4
/
+0
*
mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for privat...
David Hildenbrand
2022-12-01
1
-9
/
+15
*
mm: rework handling in do_wp_page() based on private vs. shared mappings
David Hildenbrand
2022-12-01
1
-21
/
+17
*
mm: add early FAULT_FLAG_WRITE consistency checks
David Hildenbrand
2022-12-01
1
-0
/
+8
*
mm: add early FAULT_FLAG_UNSHARE consistency checks
David Hildenbrand
2022-12-01
1
-3
/
+20
*
mm: mmu_gather: do not expose delayed_rmap flag
Alexander Gordeev
2022-12-01
1
-2
/
+1
*
mm: delay page_remove_rmap() until after the TLB has been flushed
Linus Torvalds
2022-12-01
1
-6
/
+17
*
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
2022-12-01
1
-3
/
+13
*
mm: use pte markers for swap errors
Peter Xu
2022-12-01
1
-2
/
+4
*
mm: always compile in pte markers
Peter Xu
2022-12-01
1
-4
/
+3
*
mm, hwpoison: when copy-on-write hits poison, take page offline
Tony Luck
2022-12-01
1
-1
/
+3
*
mm, hwpoison: try to recover from copy-on write faults
Tony Luck
2022-12-01
1
-10
/
+20
*
mm: convert mm's rss stats into percpu_counter
Shakeel Butt
2022-12-01
1
-62
/
+11
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-11-30
1
-14
/
+13
|
\
|
*
hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
Mike Kravetz
2022-11-30
1
-1
/
+1
|
*
madvise: use zap_page_range_single for madvise dontneed
Mike Kravetz
2022-11-30
1
-12
/
+11
|
*
mm/memory: return vm_fault_t result from migrate_to_ram() callback
Alistair Popple
2022-11-23
1
-1
/
+1
*
|
Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"
Peter Xu
2022-11-09
1
-2
/
+0
|
/
*
mm: use update_mmu_tlb() on the second thread
Qi Zheng
2022-10-13
1
-1
/
+1
*
mm/memory.c: fix race when faulting a device private page
Alistair Popple
2022-10-13
1
-1
/
+15
*
mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
Peter Xu
2022-10-13
1
-0
/
+2
*
hugetlb: fix vma lock handling during split vma and range unmapping
Mike Kravetz
2022-10-07
1
-4
/
+0
*
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
2022-10-03
1
-0
/
+2
*
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
2022-10-03
1
-0
/
+2
*
mm: use nth_page instead of mem_map_offset mem_map_next
Cheng Li
2022-10-03
1
-11
/
+10
*
mm: convert lock_page_or_retry() to folio_lock_or_retry()
Matthew Wilcox (Oracle)
2022-10-03
1
-5
/
+5
*
mm: remove try_to_free_swap()
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
*
memcg: convert mem_cgroup_swap_full() to take a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
*
mm: convert do_swap_page() to use folio_free_swap()
Matthew Wilcox (Oracle)
2022-10-03
1
-8
/
+8
*
mm: convert do_wp_page() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-20
/
+20
*
mm: convert do_swap_page() to use swap_cache_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-3
/
+3
*
memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
*
mm: convert do_swap_page()'s swapcache variable to a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-16
/
+15
*
mm: convert do_swap_page() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-24
/
+33
*
mm: remove the vma linked list
Liam R. Howlett
2022-09-27
1
-9
/
+25
*
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-27
1
-0
/
+1
*
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-27
1
-0
/
+25
*
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
2022-09-27
1
-13
/
+1
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-09-26
1
-4
/
+10
|
\
|
*
mm: bring back update_mmu_cache() to finish_fault()
Sergei Antonov
2022-09-26
1
-4
/
+10
*
|
memory tiering: hot page selection with hint page fault latency
Huang Ying
2022-09-12
1
-1
/
+10
*
|
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
2022-09-12
1
-2
/
+2
|
/
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-10
/
+17
|
\
|
*
mm: remove unneeded PageAnon check in restore_exclusive_pte()
Miaohe Lin
2022-07-30
1
-1
/
+1
|
*
mm: remove obsolete comment in do_fault_around()
Miaohe Lin
2022-07-30
1
-4
/
+0
|
*
hugetlb: lazy page table copies in fork()
Mike Kravetz
2022-07-18
1
-1
/
+1
|
*
mm: thp: kill __transhuge_page_enabled()
Yang Shi
2022-07-18
1
-2
/
+5
|
*
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
2022-07-18
1
-1
/
+9
|
*
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2022-06-17
1
-1
/
+1
[next]