summaryrefslogtreecommitdiff
path: root/mm/mincore.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+1
2023-06-20mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-20mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins1-5/+4
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-1/+1
2023-03-08mm: teach mincore_hugetlb about pte markersJames Houghton1-1/+1
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2022-11-09mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)1-5/+5
2022-11-09mm/mincore.c: use vma_lookup() instead of find_vma()Deming Wang1-2/+2
2022-05-13mm: teach core mm about pte markersPeter Xu1-1/+2
2022-05-10mm: create new mm/swap.h header fileNeilBrown1-0/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+2
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2020-10-14mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)1-26/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price1-0/+1
2019-09-26mm: untag user pointers passed to memory syscallsAndrey Konovalov1-0/+2
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-8/+7
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-07-12mm/mincore.c: fix race between swapoff and mincoreHuang Ying1-2/+10
2019-05-15mm/mincore.c: make mincore() more conservativeJiri Kosina1-1/+22
2019-01-23Revert "Change mincore() to count "mapped" pages rather than "cached" pages"Linus Torvalds1-13/+81
2019-01-07Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds1-81/+13
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-25mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying1-2/+3
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov1-1/+2
2016-01-16mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-1/+1
2015-11-06mm/mincore: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-02-12mincore: apply page table walker on do_mincore()Naoya Horiguchi1-106/+60
2015-02-11mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-7/+2
2014-12-13mm: mincore: add hwpoison page handleWeijie Yang1-2/+5
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-6/+14
2014-01-24mm: do_mincore() cleanupJianguo Wu1-7/+0
2013-02-24swap: make each swap partition have one address_spaceShaohua Li1-2/+3
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-1/+1
2011-08-04mm: clarify the radix_tree exceptional casesHugh Dickins1-0/+1
2011-08-04mm: a few small updates for radix-swapHugh Dickins1-4/+6
2011-01-14thp: mincore transparent hugepage supportJohannes Weiner1-1/+7
2011-01-14thp: split_huge_page_mm/vmaAndrea Arcangeli1-0/+1
2010-05-25mincore: do nested page table walksJohannes Weiner1-17/+58
2010-05-25mincore: pass ranges as start,end address pairsJohannes Weiner1-30/+27
2010-05-25mincore: break do_mincore() into logical piecesJohannes Weiner1-74/+97
2010-05-25mincore: cleanupsJohannes Weiner1-49/+27