index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
task_mmu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-09-21
1
-15
/
+0
|
\
|
*
fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY
Andrii Nakryiko
2024-09-02
1
-15
/
+0
*
|
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-09-18
1
-1
/
+3
|
\
\
|
*
|
mm: Define VM_DROPPABLE for powerpc/32
Christophe Leroy
2024-09-13
1
-1
/
+3
|
|
/
*
/
mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
Joey Gouly
2024-09-04
1
-0
/
+2
|
/
*
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-07-24
1
-0
/
+1
|
\
|
*
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
2024-07-19
1
-0
/
+1
*
|
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
2024-07-13
1
-5
/
+5
*
|
fs/procfs: add build ID fetching to PROCMAP_QUERY API
Andrii Nakryiko
2024-07-13
1
-2
/
+25
*
|
fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
Andrii Nakryiko
2024-07-13
1
-0
/
+235
*
|
fs/procfs: extract logic for getting VMA name constituents
Andrii Nakryiko
2024-07-13
1
-54
/
+71
*
|
fs/proc/task_mmu: use folio API in pte_is_pinned()
Kefeng Wang
2024-07-04
1
-4
/
+4
*
|
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
2024-07-04
1
-13
/
+22
*
|
fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...
David Hildenbrand
2024-07-04
1
-22
/
+31
*
|
fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
David Hildenbrand
2024-07-04
1
-10
/
+12
*
|
fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
David Hildenbrand
2024-07-04
1
-6
/
+2
*
|
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
2024-07-04
1
-0
/
+2
|
/
*
/proc/pid/smaps: add mseal info for vma
Jeff Xu
2024-06-25
1
-0
/
+3
*
mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
Yuanyuan Zhong
2024-05-24
1
-2
/
+7
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-43
/
+50
|
\
|
*
mm: simplify thp_vma_allowable_order
Matthew Wilcox
2024-05-06
1
-2
/
+2
|
*
fs/proc/task_mmu: convert smaps_hugetlb_range() to work on folios
David Hildenbrand
2024-05-06
1
-6
/
+7
|
*
fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios
David Hildenbrand
2024-05-06
1
-3
/
+4
|
*
proc: convert smaps_pmd_entry to use a folio
Matthew Wilcox (Oracle)
2024-04-26
1
-3
/
+5
|
*
proc: pass a folio to smaps_page_accumulate()
Matthew Wilcox (Oracle)
2024-04-26
1
-6
/
+5
|
*
proc: convert smaps_page_accumulate to use a folio
Matthew Wilcox (Oracle)
2024-04-26
1
-3
/
+4
|
*
proc: convert gather_stats to use a folio
Matthew Wilcox (Oracle)
2024-04-26
1
-6
/
+7
|
*
proc: convert smaps_account() to use a folio
Matthew Wilcox (Oracle)
2024-04-26
1
-7
/
+9
|
*
proc: convert clear_refs_pte_range to use a folio
Matthew Wilcox (Oracle)
2024-04-26
1
-8
/
+8
*
|
fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()
Ryan Roberts
2024-05-06
1
-9
/
+13
*
|
fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan
Ryan Roberts
2024-05-06
1
-1
/
+1
|
/
*
fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addr
Hui Zhu
2024-02-22
1
-7
/
+6
*
proc: use pfn_swap_entry_folio where obvious
Matthew Wilcox (Oracle)
2024-02-22
1
-2
/
+2
*
fs/proc/task_mmu: move mmu notification mechanism inside mm lock
Muhammad Usama Anjum
2024-01-13
1
-11
/
+13
*
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-2
/
+18
|
\
|
*
mm: thp: introduce multi-size THP sysfs interface
Ryan Roberts
2023-12-20
1
-1
/
+2
|
*
fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctl
Andrei Vagin
2023-12-11
1
-1
/
+16
*
|
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-08
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
fs/proc: show correct device and inode numbers in /proc/pid/maps
Andrei Vagin
2023-12-21
1
-1
/
+2
*
|
mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not set
Peter Xu
2023-12-07
1
-1
/
+1
*
|
mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma check
Peter Xu
2023-12-07
1
-4
/
+20
|
/
*
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-03
1
-8
/
+3
|
\
|
*
proc: use initializer for clearing some buffers
Alexey Dobriyan
2023-10-18
1
-8
/
+3
*
|
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-03
1
-2
/
+731
|
\
\
|
*
|
mempolicy: alloc_pages_mpol() for NUMA policy without vma
Hugh Dickins
2023-10-26
1
-2
/
+3
|
*
|
fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flag
Muhammad Usama Anjum
2023-10-18
1
-0
/
+36
|
*
|
fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
Muhammad Usama Anjum
2023-10-18
1
-0
/
+692
|
|
/
*
/
fs: create helper file_user_path() for user displayed mapped file path
Amir Goldstein
2023-10-19
1
-2
/
+2
|
/
*
Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-09-05
1
-0
/
+6
|
\
|
*
proc/ksm: add ksm stats to /proc/pid/smaps
Stefan Roesch
2023-09-03
1
-0
/
+6
[next]