aboutsummaryrefslogtreecommitdiff
path: root/mm/mincore.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-07mm, swap: use offset of swap entry as key of swap cacheGravatar Huang Ying 1-2/+3
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlGravatar Kirill A. Shutemov 1-1/+2
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-1/+1
2015-11-05mm/mincore: use offset_in_page macroGravatar Alexander Kuleshov 1-1/+1
2015-02-11mincore: apply page table walker on do_mincore()Gravatar Naoya Horiguchi 1-106/+60
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Gravatar Kirill A. Shutemov 1-7/+2
2014-12-13mm: mincore: add hwpoison page handleGravatar Weijie Yang 1-2/+5
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesGravatar Johannes Weiner 1-6/+14
2014-01-23mm: do_mincore() cleanupGravatar Jianguo Wu 1-7/+0
2013-02-23swap: make each swap partition have one address_spaceGravatar Shaohua Li 1-2/+3
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeGravatar Andrea Arcangeli 1-1/+1
2011-08-03mm: clarify the radix_tree exceptional casesGravatar Hugh Dickins 1-0/+1
2011-08-03mm: a few small updates for radix-swapGravatar Hugh Dickins 1-4/+6
2011-01-13thp: mincore transparent hugepage supportGravatar Johannes Weiner 1-1/+7
2011-01-13thp: split_huge_page_mm/vmaGravatar Andrea Arcangeli 1-0/+1
2010-05-25mincore: do nested page table walksGravatar Johannes Weiner 1-17/+58
2010-05-25mincore: pass ranges as start,end address pairsGravatar Johannes Weiner 1-30/+27
2010-05-25mincore: break do_mincore() into logical piecesGravatar Johannes Weiner 1-74/+97
2010-05-25mincore: cleanupsGravatar Johannes Weiner 1-49/+27
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2009-12-15mm: hugetlb: fix hugepage memory leak in mincore()Gravatar Naoya Horiguchi 1-0/+37
2009-01-14[CVE-2009-0029] System call wrappers part 14Gravatar Heiko Carstens 1-2/+2
2008-04-28mm: remove nopageGravatar Nick Piggin 1-1/+1
2007-02-15[PATCH] mincore: vma crossing fixGravatar Nick Piggin 1-2/+10
2007-02-15[PATCH] mincore: fill in results properlyGravatar Nick Piggin 1-0/+5
2007-02-15[PATCH] mincore: CONFIG_SWAP=n fixGravatar Nick Piggin 1-0/+5
2007-02-12[PATCH] mm: mincore anonGravatar Nick Piggin 1-26/+76
2006-12-17[PATCH] sys_mincore: s/max/min/Gravatar Oleg Nesterov 1-1/+1
2006-12-16Fix up mm/mincore.c error value casesGravatar Linus Torvalds 1-19/+10
2006-12-16Fix incorrect user space access locking in mincore()Gravatar Linus Torvalds 1-104/+86
2005-04-19[PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NRGravatar Hugh Dickins 1-3/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+191