- a760542 mm: shmem: don't truncate page if memory failure happens by Yang Shi · 3 years ago
- d0b51bf Revert "mm: shmem: don't truncate page if memory failure happens" by Linus Torvalds · 3 years, 1 month ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- b9d02f1 mm: shmem: don't truncate page if memory failure happens by Yang Shi · 3 years, 2 months ago
- 9ae0f87 mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte by Peter Xu · 3 years, 2 months ago
- 8f425e4 mm/memcg: Convert mem_cgroup_charge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- a759a90 userfaultfd: change mmap_changing to atomic by Nadav Amit · 3 years, 4 months ago
- 7d64ae3 userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte() by Axel Rasmussen · 3 years, 6 months ago
- 1531325 userfaultfd/shmem: support UFFDIO_CONTINUE for shmem by Axel Rasmussen · 3 years, 6 months ago
- 3460f6e userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte by Axel Rasmussen · 3 years, 6 months ago
- 8cc5fcb mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY by Mina Almasry · 3 years, 6 months ago
- e32905e userfaultfd: hugetlbfs: fix new flag usage in error path by Mike Kravetz · 3 years, 7 months ago
- f619147 userfaultfd: add UFFDIO_CONTINUE ioctl by Axel Rasmussen · 3 years, 8 months ago
- aec44e0 hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() by Peter Xu · 3 years, 8 months ago
- b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 7 months ago
- 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 7 months ago
- be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 7 months ago
- 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 7 months ago
- ffd0579 userfaultfd: wp: support write protection for userfault vma range by Shaohua Li · 4 years, 9 months ago
- 292924b userfaultfd: wp: apply _PAGE_UFFD_WP bit by Peter Xu · 4 years, 9 months ago
- 72981e0 userfaultfd: wp: add UFFDIO_COPY_MODE_WP by Andrea Arcangeli · 4 years, 9 months ago
- c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 9 months ago
- f4f5329 mm: fix typos in comments when calling __SetPageUptodate() by Wei Yang · 5 years ago
- 643aa36 userfaultfd: wrap the common dst_vma check into an inlined function by Wei Yang · 5 years ago
- 53eaa14 userfaultfd: remove unnecessary WARN_ON() in __mcopy_atomic_hugetlb() by Wei Yang · 5 years ago
- 4fb07ee userfaultfd: use vma_pagesize for all huge page size calculation by Wei Yang · 5 years ago
- 188b04a hugetlb: remove unused hstate in hugetlb_fault_mutex_hash() by Wei Yang · 5 years ago
- 5525463 hugetlbfs: hugetlb_fault_mutex_hash() cleanup by Mike Kravetz · 5 years ago
- 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
- 1b426ba hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 6 years ago
- ddeaab3 hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization" by Mike Kravetz · 6 years ago
- 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
- b43a9990 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 6 years ago
- e2a50c1 userfaultfd: shmem: add i_size checks by Andrea Arcangeli · 6 years ago
- 29ec9066 userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas by Andrea Arcangeli · 6 years ago
- 5b51072 userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem by Andrea Arcangeli · 6 years ago
- 9e36825 userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails by Andrea Arcangeli · 6 years ago
- df2cc96 userfaultfd: prevent non-cooperative events vs mcopy_atomic races by Mike Rapoport · 7 years ago
- 4fd39c2 mm/userfaultfd.c: remove duplicate include by Pravin Shedge · 7 years ago
- 8fb44e5 userfaultfd: shmem: wire up shmem_mfill_zeropage_pte by Mike Rapoport · 7 years ago
- 3217d3c userfaultfd: mcopy_atomic: introduce mfill_atomic_pte helper by Mike Rapoport · 7 years ago
- c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 27d0256 userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA found by Mike Rapoport · 8 years ago
- 1c9e8de userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappings by Mike Kravetz · 8 years ago
- 26071ce userfaultfd: shmem: use shmem_mcopy_atomic_pte for shared memory by Mike Rapoport · 8 years ago
- 21205bf userfaultfd: hugetlbfs: reserve count on error in __mcopy_atomic_hugetlb by Mike Kravetz · 8 years ago
- 810a56b userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processing by Mike Kravetz · 8 years ago
- 60d4d2d userfaultfd: hugetlbfs: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY by Mike Kravetz · 8 years ago
- a94720bf userfaultfd: use vma_is_anonymous by Andrea Arcangeli · 8 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
- f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 9 years ago
- d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
- b6ebaed userfaultfd: avoid mmap_sem read recursion in mcopy_atomic by Andrea Arcangeli · 9 years ago
- c1a4de9 userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE preparation by Andrea Arcangeli · 9 years ago