index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mincore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
2023-08-21
1
-0
/
+1
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-1
/
+1
*
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
2023-06-19
1
-5
/
+4
*
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-05
1
-1
/
+1
*
mm: teach mincore_hugetlb about pte markers
James Houghton
2023-03-07
1
-1
/
+1
*
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
mm: convert find_get_incore_page() to filemap_get_incore_folio()
Matthew Wilcox (Oracle)
2022-11-08
1
-5
/
+5
*
mm/mincore.c: use vma_lookup() instead of find_vma()
Deming Wang
2022-11-08
1
-2
/
+2
*
mm: teach core mm about pte markers
Peter Xu
2022-05-13
1
-1
/
+2
*
mm: create new mm/swap.h header file
NeilBrown
2022-05-09
1
-0
/
+1
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
*
fs: add file and path permissions helpers
Christian Brauner
2021-01-24
1
-1
/
+1
*
mm: factor find_get_incore_page out of mincore_page
Matthew Wilcox (Oracle)
2020-10-13
1
-26
/
+2
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
2020-02-04
1
-0
/
+1
*
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
2019-09-25
1
-0
/
+2
*
pagewalk: separate function pointers from iterator data
Christoph Hellwig
2019-09-07
1
-8
/
+7
*
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
2019-09-07
1
-1
/
+1
*
mm/mincore.c: fix race between swapoff and mincore
Huang Ying
2019-07-12
1
-2
/
+10
*
mm/mincore.c: make mincore() more conservative
Jiri Kosina
2019-05-14
1
-1
/
+22
*
Revert "Change mincore() to count "mapped" pages rather than "cached" pages"
Linus Torvalds
2019-01-24
1
-13
/
+81
*
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
2019-01-06
1
-81
/
+13
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+2
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
mm: remove shmem_mapping() shmem_zero_setup() duplicates
Hugh Dickins
2017-02-24
1
-0
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
mm, swap: use offset of swap entry as key of swap cache
Huang Ying
2016-10-07
1
-2
/
+3
*
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
thp: change pmd_trans_huge_lock() interface to return ptl
Kirill A. Shutemov
2016-01-21
1
-1
/
+2
*
mm, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-15
1
-1
/
+1
*
mm/mincore: use offset_in_page macro
Alexander Kuleshov
2015-11-05
1
-1
/
+1
*
mincore: apply page table walker on do_mincore()
Naoya Horiguchi
2015-02-11
1
-106
/
+60
*
mm: remove rest usage of VM_NONLINEAR and pte_file()
Kirill A. Shutemov
2015-02-10
1
-7
/
+2
*
mm: mincore: add hwpoison page handle
Weijie Yang
2014-12-13
1
-2
/
+5
*
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
2014-04-03
1
-6
/
+14
*
mm: do_mincore() cleanup
Jianguo Wu
2014-01-23
1
-7
/
+0
*
swap: make each swap partition have one address_space
Shaohua Li
2013-02-23
1
-2
/
+3
*
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
2012-03-21
1
-1
/
+1
*
mm: clarify the radix_tree exceptional cases
Hugh Dickins
2011-08-03
1
-0
/
+1
*
mm: a few small updates for radix-swap
Hugh Dickins
2011-08-03
1
-4
/
+6
*
thp: mincore transparent hugepage support
Johannes Weiner
2011-01-13
1
-1
/
+7
*
thp: split_huge_page_mm/vma
Andrea Arcangeli
2011-01-13
1
-0
/
+1
*
mincore: do nested page table walks
Johannes Weiner
2010-05-25
1
-17
/
+58
*
mincore: pass ranges as start,end address pairs
Johannes Weiner
2010-05-25
1
-30
/
+27
*
mincore: break do_mincore() into logical pieces
Johannes Weiner
2010-05-25
1
-74
/
+97
*
mincore: cleanups
Johannes Weiner
2010-05-25
1
-49
/
+27
[next]