it v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/mm/memfd.c
c9dd58a1cc06'>mm: pagewalk: Fix race between unmap and page walker
AgeCommit message (Expand)Author
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)
2018-10-21memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox
2018-10-21memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-06-07mm: restructure memfd codeMike Kravetz
Steven Price
2021-06-29mm: pagewalk: fix walk for hugepage tablesChristophe Leroy
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2020-02-04mm: pagewalk: fix termination condition in walk_pte_range()Steven Price
2020-02-04mm: pagewalk: don't lock PTEs for walk_page_range_novma()Steven Price
2020-02-04mm: pagewalk: allow walking without vmaSteven Price
2020-02-04mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price
2019-11-06mm: Add a walk_page_mapping() function to the pagewalk codeThomas Hellstrom
2019-11-06mm: pagewalk: Take the pagetable lock in walk_pte_range()Thomas Hellstrom
2019-09-07pagewalk: use lockdep_assert_held for locking validationChristoph Hellwig
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2018-02-06mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport
2017-11-15mm/pagewalk.c: report holes in hugetlb rangesJann Horn
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov