summaryrefslogtreecommitdiff
path: root/mm/mincore.c
AgeCommit message (Expand)Author
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-03-07mm: teach mincore_hugetlb about pte markersJames Houghton
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2022-11-08mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)
2022-11-08mm/mincore.c: use vma_lookup() instead of find_vma()Deming Wang
2022-05-13mm: teach core mm about pte markersPeter Xu
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24fs: add file and path permissions helpersChristian Brauner
2020-10-13mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-07-12mm/mincore.c: fix race between swapoff and mincoreHuang Ying
2019-05-14mm/mincore.c: make mincore() more conservativeJiri Kosina
2019-01-24Revert "Change mincore() to count "mapped" pages rather than "cached" pages"Linus Torvalds
2019-01-06Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2015-11-05mm/mincore: use offset_in_page macroAlexander Kuleshov
2015-02-11mincore: apply page table walker on do_mincore()Naoya Horiguchi
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2014-12-13mm: mincore: add hwpoison page handleWeijie Yang
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-01-23mm: do_mincore() cleanupJianguo Wu
2013-02-23swap: make each swap partition have one address_spaceShaohua Li
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins
2011-08-03mm: a few small updates for radix-swapHugh Dickins
2011-01-13thp: mincore transparent hugepage supportJohannes Weiner
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli
2010-05-25mincore: do nested page table walksJohannes Weiner
2010-05-25mincore: pass ranges as start,end address pairsJohannes Weiner
2010-05-25mincore: break do_mincore() into logical piecesJohannes Weiner
2010-05-25mincore: cleanupsJohannes Weiner