summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)2021-10-181-1/+2
| * | mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)2021-09-271-4/+5
| * | mm/filemap: Add __folio_lock_or_retry()Matthew Wilcox (Oracle)2021-09-271-4/+4
* | | mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi2021-10-281-0/+9
|/ /
* / afs: Fix mmap coherency vs 3rd-party changesDavid Howells2021-09-131-0/+1
|/
* mm: fix the deadlock in finish_fault()Qi Zheng2021-07-231-1/+10
* mm: device exclusive memory accessAlistair Popple2021-07-011-4/+123
* mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple2021-07-011-11/+17
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-4/+6
* mm: remove special swap entry functionsAlistair Popple2021-07-011-5/+5
* mm: memory: make numa_migrate_prep() non-staticYang Shi2021-06-301-3/+2
* mm: memory: add orig_pmd to struct vm_faultYang Shi2021-06-301-13/+13
* userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2021-06-301-3/+5
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-06-301-12/+13