index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
task_mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-09
mm: fix the inaccurate memory statistics issue for users
Baolin Wang
1
-7
/
+7
2025-06-25
fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio
David Hildenbrand
1
-1
/
+1
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-6
/
+6
2025-05-11
proc: fix the issue of proc_mem_open returning NULL
Penglei Jiang
1
-6
/
+6
2025-05-11
fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regions
Andrei Vagin
1
-7
/
+10
2025-03-17
fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...
David Hildenbrand
1
-2
/
+15
2025-03-17
fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...
David Hildenbrand
1
-1
/
+6
2025-03-17
fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (...
David Hildenbrand
1
-2
/
+9
2025-03-17
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
1
-2
/
+2
2025-03-17
fs/proc/task_mmu: reduce scope of lazy mmu region
Ryan Roberts
1
-7
/
+4
2025-03-16
fs/proc/task_mmu: add guard region bit to pagemap
Lorenzo Stoakes
1
-1
/
+5
2024-12-30
fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit
David Hildenbrand
1
-1
/
+1
2024-11-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2024-11-14
fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()
Dan Carpenter
1
-1
/
+3
2024-10-17
fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initialization
Brahmajit Das
1
-6
/
+10
2024-10-04
mm: Introduce ARCH_HAS_USER_SHADOW_STACK
Mark Brown
1
-1
/
+1
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-15
/
+0
2024-09-18
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+3
2024-09-13
mm: Define VM_DROPPABLE for powerpc/32
Christophe Leroy
1
-1
/
+3
2024-09-04
mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
Joey Gouly
1
-0
/
+2
2024-09-01
fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY
Andrii Nakryiko
1
-15
/
+0
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
1
-0
/
+1
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-5
/
+5
2024-07-12
fs/procfs: add build ID fetching to PROCMAP_QUERY API
Andrii Nakryiko
1
-2
/
+25
2024-07-12
fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
Andrii Nakryiko
1
-0
/
+235
2024-07-12
fs/procfs: extract logic for getting VMA name constituents
Andrii Nakryiko
1
-54
/
+71
2024-07-03
fs/proc/task_mmu: use folio API in pte_is_pinned()
Kefeng Wang
1
-4
/
+4
2024-07-03
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
1
-13
/
+22
2024-07-03
fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...
David Hildenbrand
1
-22
/
+31
2024-07-03
fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
David Hildenbrand
1
-10
/
+12
2024-07-03
fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
David Hildenbrand
1
-6
/
+2
2024-07-03
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
1
-0
/
+2
2024-06-24
/proc/pid/smaps: add mseal info for vma
Jeff Xu
1
-0
/
+3
2024-05-24
mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
Yuanyuan Zhong
1
-2
/
+7
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-43
/
+50
2024-05-05
mm: simplify thp_vma_allowable_order
Matthew Wilcox
1
-2
/
+2
2024-05-05
fs/proc/task_mmu: convert smaps_hugetlb_range() to work on folios
David Hildenbrand
1
-6
/
+7
2024-05-05
fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios
David Hildenbrand
1
-3
/
+4
2024-05-05
fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()
Ryan Roberts
1
-9
/
+13
2024-05-05
fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan
Ryan Roberts
1
-1
/
+1
2024-04-25
proc: convert smaps_pmd_entry to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-04-25
proc: pass a folio to smaps_page_accumulate()
Matthew Wilcox (Oracle)
1
-6
/
+5
2024-04-25
proc: convert smaps_page_accumulate to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2024-04-25
proc: convert gather_stats to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+7
2024-04-25
proc: convert smaps_account() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+9
2024-04-25
proc: convert clear_refs_pte_range to use a folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2024-02-21
fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addr
Hui Zhu
1
-7
/
+6
2024-02-21
proc: use pfn_swap_entry_folio where obvious
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-01-12
fs/proc/task_mmu: move mmu notification mechanism inside mm lock
Muhammad Usama Anjum
1
-11
/
+13
[next]