summaryrefslogtreecommitdiff
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: lazy page table copies in fork()Mike Kravetz2022-06-271-1/+1
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-06-271-2/+5
* mm-handling-non-lru-pages-returned-by-vm_normal_pages-fixAndrew Morton2022-06-271-7/+8
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-06-271-1/+8
* mm: remove the vma linked listLiam R. Howlett2022-06-271-9/+24
* Merge branch 'mm-stable' into mm-unstableakpm2022-06-271-1/+1
|\
| * mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-1/+1
* | mm: split huge PUD on wp_huge_pud fallbackGowans, James2022-06-271-13/+14
|/
* delayacct: track delays from write-protect copyYang Yang2022-06-011-0/+8
* Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-1/+4
|\
| * mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin2022-05-271-1/+4
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-170/+403
|\ \ | |/
| * mm/swap: avoid calling swp_swap_info when try to check SWP_STABLE_WRITESMiaohe Lin2022-05-191-1/+1
| * mm/shmem: remove duplicate include in memory.cWan Jiabing2022-05-131-1/+0
| * mm/hugetlb: handle uffd-wp during fork()Peter Xu2022-05-131-2/+2
| * mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-1/+4
| * mm/shmem: handle uffd-wp during fork()Peter Xu2022-05-131-8/+41
| * mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2022-05-131-3/+46
| * mm/shmem: handle uffd-wp special pte in page fault handlerPeter Xu2022-05-131-9/+58
| * mm: check against orig_pte for finish_fault()Peter Xu2022-05-131-1/+11
| * mm: teach core mm about pte markersPeter Xu2022-05-131-0/+23
| * mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-1/+1
| * mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
| * mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2022-05-091-4/+51
| * mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand2022-05-091-33/+74
| * mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-8/+25
| * mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand2022-05-091-0/+11
| * mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand2022-05-091-0/+1
| * mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-091-5/+5
| * mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-2/+2
| * mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2022-05-091-3/+3
| * mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-091-5/+12
| * mm/memory: slightly simplify copy_present_pte()David Hildenbrand2022-05-091-37/+16
| * mm/vmstat: add events for ksm cowYang Yang2022-04-281-0/+4
| * mm: simplify follow_invalidate_pte()Muchun Song2022-04-281-58/+23
* | mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)2022-05-091-2/+2
|/
* mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-011-4/+8
* mm: unmap_mapping_range_tree() with i_mmap_rwsem sharedHugh Dickins2022-03-241-4/+4
* mm: streamline COW logic in do_swap_page()David Hildenbrand2022-03-241-12/+43
* mm: slightly clarify KSM logic in do_swap_page()David Hildenbrand2022-03-241-15/+23
* mm: optimize do_wp_page() for fresh pages in local LRU pagevecsDavid Hildenbrand2022-03-241-1/+9
* mm: optimize do_wp_page() for exclusive pages in the swapcacheDavid Hildenbrand2022-03-241-6/+14
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-8/+0
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-8/+0
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-28/+15
|\ \
| * | mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-30/+15
| |/
* | userfaultfd: provide unmasked address on page-faultNadav Amit2022-03-221-0/+1
* | mm: invalidate hwpoison page cache page in fault pathRik van Riel2022-03-221-2/+7
* | mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()Miaohe Lin2022-03-221-6/+2
* | mm/memory.c: use helper function range_in_vma()Miaohe Lin2022-03-221-1/+1