summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-21mm/mincore.c: make mincore() more conservativeJiri Kosina1-1/+22
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying5-14/+16
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-22thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov5-25/+36
2016-01-16mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov13-183/+41
2015-11-06mm/mincore: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-02-12mincore: apply page table walker on do_mincore()Naoya Horiguchi2-126/+60
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov13-71/+49
2014-12-13mm: mincore: add hwpoison page handleWeijie Yang1-2/+5
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner11-130/+349
2014-01-24mm: do_mincore() cleanupJianguo Wu1-7/+0
2013-02-24swap: make each swap partition have one address_spaceShaohua Li8-34/+67
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli9-10/+92
2011-08-04mm: clarify the radix_tree exceptional casesHugh Dickins3-26/+53
2011-08-04mm: a few small updates for radix-swapHugh Dickins4-26/+18
2011-01-14thp: mincore transparent hugepage supportJohannes Weiner3-1/+35
2011-01-14thp: split_huge_page_mm/vmaAndrea Arcangeli6-0/+6
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-12-15mm: hugetlb: fix hugepage memory leak in mincore()Naoya Horiguchi1-0/+37
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens6-12/+12
2008-04-28mm: remove nopageNick Piggin9-43/+11
2007-02-15[PATCH] mincore: vma crossing fixNick Piggin1-2/+10
2007-02-15[PATCH] mincore: fill in results properlyNick Piggin1-0/+5
2007-02-15[PATCH] mincore: CONFIG_SWAP=n fixNick Piggin1-0/+5
2007-02-12[PATCH] mm: mincore anonNick Piggin1-26/+76
2006-12-17[PATCH] sys_mincore: s/max/min/Oleg Nesterov1-1/+1
2006-12-17Fix up mm/mincore.c error value casesLinus Torvalds1-19/+10
2006-12-16Fix incorrect user space access locking in mincore()Linus Torvalds1-104/+86
2005-04-19[PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NRHugh Dickins1-3/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845