summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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,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
* | mm: rework swap handling of zap_pte_rangePeter Xu2022-03-221-15/+6
* | mm: change zap_details.zap_mapping into even_cowsPeter Xu2022-03-221-9/+7
* | mm: rename zap_skip_check_mapping() to should_zap_page()Peter Xu2022-03-221-9/+8
* | mm: don't skip swap entry even if zap_details specifiedPeter Xu2022-03-221-9/+31
* | mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song2022-03-221-0/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-4/+0
|\
| * delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-201-4/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-5/+7
|\ \
| * | mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)2022-01-151-1/+1
| * | mm: change page type prior to adding page table entryPasha Tatashin2022-01-151-4/+5
| * | mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann2022-01-151-0/+1
| |/
* / mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)2022-01-081-14/+35
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-92/+70
|\
| * mm: remove redundant smp_wmb()Qi Zheng2021-11-061-29/+23
| * mm: introduce pmd_install() helperQi Zheng2021-11-061-18/+16
| * mm: add zap_skip_check_mapping() helperPeter Xu2021-11-061-23/+6
| * mm: drop first_index/last_index in zap_detailsPeter Xu2021-11-061-13/+18
| * mm: clear vmf->pte after pte_unmap_same() returnsPeter Xu2021-11-061-6/+6
| * mm/memory.c: avoid unnecessary kernel/user pointer conversionAmit Daniel Kachhap2021-11-061-3/+1
* | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Remove preempt_offset argument from __might_sleep()Thomas Gleixner2021-10-011-1/+1
* | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-9/+11
|\ \ \ | |_|/ |/| |