index
:
pub/scm/linux/kernel/git/lee/linux.git
master
Lee Jones's fork of linux.git
Lee Jones
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mincore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
mm: mincore: refactor mincore_page()
Kefeng Wang
1
-11
/
+10
2026-08-06
mm: mincore: improve mincore_hugetlb()
Kefeng Wang
1
-21
/
+7
2026-08-06
mm: mincore: remove xa_is_value() in mincore_swap()
Kefeng Wang
1
-2
/
+1
2026-08-06
mm: mincore: replace __get_free_page() with kmalloc()
Kefeng Wang
1
-2
/
+3
2026-08-06
mm: mincore: remove special handling for VM_PFNMAP
Kefeng Wang
1
-8
/
+15
2026-07-28
mm: mincore: use walk_page_range_vma() in do_mincore()
Kefeng Wang
1
-1
/
+10
2026-07-01
mm: do file ownership checks with the proper mount idmap
Pedro Falcato
1
-2
/
+1
2026-06-03
mm/mincore: handle non-swap entries before !CONFIG_SWAP guard
Usama Arif
1
-5
/
+5
2025-11-24
mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
Lorenzo Stoakes
1
-1
/
+3
2025-11-24
mm: remove non_swap_entry() and use softleaf helpers instead
Lorenzo Stoakes
1
-1
/
+1
2025-11-24
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
1
-3
/
+3
2025-11-24
mm: correctly handle UFFD PTE markers
Lorenzo Stoakes
1
-3
/
+14
2025-09-21
mm, swap: use unified helper for swap cache look up
Kairui Song
1
-2
/
+1
2025-09-13
mm/mincore: use a helper for checking the swap cache
Kairui Song
1
-41
/
+49
2025-09-13
mm/mincore, swap: consolidate swap cache checking for mincore
Kairui Song
1
-2
/
+27
2025-08-02
mm/mincore: hold PTL in mincore_hugetlb
Jinjiang Tu
1
-0
/
+3
2025-05-22
mm: mincore: use pte_batch_hint() to batch process large folios
Baolin Wang
1
-5
/
+17
2025-03-16
mm/mincore: improve performance by adding an unlikely hint
Colin Ian King
1
-1
/
+1
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-1
/
+1
2024-07-03
mm/swap: reduce swap cache search space
Kairui Song
1
-1
/
+1
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-0
/
+1
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-1
/
+1
2023-06-19
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
1
-5
/
+4
2023-04-05
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-1
/
+1
2023-03-07
mm: teach mincore_hugetlb about pte markers
James Houghton
1
-1
/
+1
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
1
-1
/
+1
2022-11-08
mm: convert find_get_incore_page() to filemap_get_incore_folio()
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-11-08
mm/mincore.c: use vma_lookup() instead of find_vma()
Deming Wang
1
-2
/
+2
2022-05-13
mm: teach core mm about pte markers
Peter Xu
1
-1
/
+2
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+2
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2020-10-13
mm: factor find_get_incore_page out of mincore_page
Matthew Wilcox (Oracle)
1
-26
/
+2
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-02-04
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
1
-0
/
+1
2019-09-25
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
1
-0
/
+2
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
1
-8
/
+7
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
1
-1
/
+1
2019-07-12
mm/mincore.c: fix race between swapoff and mincore
Huang Ying
1
-2
/
+10
2019-05-14
mm/mincore.c: make mincore() more conservative
Jiri Kosina
1
-1
/
+22
2019-01-24
Revert "Change mincore() to count "mapped" pages rather than "cached" pages"
Linus Torvalds
1
-13
/
+81
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-09-29
xarray: Replace exceptional entries
Matthew Wilcox
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-24
mm: remove shmem_mapping() shmem_zero_setup() duplicates
Hugh Dickins
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-07
mm, swap: use offset of swap entry as key of swap cache
Huang Ying
1
-2
/
+3
[next]