index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2024-08-19
fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
David Hildenbrand
1
-0
/
+2
2023-02-15
mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
Mike Kravetz
1
-3
/
+1
2022-10-30
mm: /proc/pid/smaps_rollup: fix no vma's null-deref
Seth Jenkins
1
-1
/
+1
2022-08-31
mm/smaps: don't access young/dirty bit if pte unpresent
Peter Xu
1
-3
/
+4
2022-02-23
fs/proc: task_mmu.c: don't read mapcount for migration entry
Yang Shi
1
-11
/
+32
2021-07-14
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
1
-1
/
+1
2021-03-04
mm: proc: Invalidate TLB after clearing soft-dirty page state
Will Deacon
1
-4
/
+5
2021-01-19
mm: don't play games with pinned pages in clear_page_refs
Linus Torvalds
1
-0
/
+21
2021-01-19
mm: fix clear_refs_write locking
Linus Torvalds
1
-23
/
+9
2020-12-12
proc: use untagged_addr() for pagemap_read addresses
Miles Chen
1
-2
/
+6
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
1
-18
/
+0
2020-10-14
mm: proc: smaps_rollup: do not stall write attempts on mmap_lock
Chinwen Chang
1
-1
/
+65
2020-10-14
mm: smaps*: extend smap_gather_stats to support specified beginning
Chinwen Chang
1
-8
/
+22
2020-10-14
proc: optimise smaps for shmem entries
Matthew Wilcox (Oracle)
1
-7
/
+1
2020-09-04
arm64: mte: Add PROT_MTE support to mmap() and mprotect()
Catalin Marinas
1
-0
/
+4
2020-08-12
/proc/PID/smaps: consistent whitespace output format
Michal Koutný
1
-2
/
+2
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-14
/
+14
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+11
2020-06-02
/proc/PID/smaps: Add PMD migration entry parsing
Huang Ying
1
-5
/
+11
2020-06-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+3
2020-05-05
Merge branch 'for-next/bti-user' into for-next/bti
Will Deacon
1
-0
/
+3
2020-04-22
mm: Remove MPX leftovers
Jimmy Assarsson
1
-3
/
+0
2020-04-07
proc: inline m_next_vma into m_next
Matthew Wilcox (Oracle)
1
-10
/
+8
2020-04-07
proc: use ppos instead of m->version
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-04-07
proc: remove m_cache_vma
Matthew Wilcox (Oracle)
1
-32
/
+6
2020-04-07
proc: inline vma_stop into m_stop
Matthew Wilcox (Oracle)
1
-19
/
+15
2020-03-16
mm: smaps: Report arm64 guarded pages in smaps
Daniel Kiss
1
-0
/
+3
2020-02-04
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
1
-2
/
+2
2019-09-25
mm,thp: stats for file backed THP
Song Liu
1
-1
/
+3
2019-09-25
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
1
-37
/
+41
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
1
-1
/
+1
2019-07-19
mm: thp: fix false negative of shmem vma's THP eligibility
Yang Shi
1
-1
/
+2
2019-07-15
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-1
/
+1
2019-07-12
mm: smaps: split PSS into components
Luigi Semenzato
1
-30
/
+62
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/clear_refs
Konstantin Khlebnikov
1
-1
/
+4
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/pagemap
Konstantin Khlebnikov
1
-1
/
+3
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup
Konstantin Khlebnikov
1
-2
/
+6
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/maps
Konstantin Khlebnikov
1
-1
/
+5
2019-07-02
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
1
-1
/
+1
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
1
-2
/
+2
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
1
-1
/
+2
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
1
-0
/
+18
2019-03-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2019-03-06
mm: update ptep_modify_prot_commit to take old pte value as arg
Aneesh Kumar K.V
1
-3
/
+5
2019-03-06
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
1
-2
/
+2
2019-02-13
mm: proc: smaps_rollup: fix pss_locked calculation
Sandeep Patil
1
-8
/
+14
2019-02-07
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
1
-1
/
+1
2018-12-28
mm, thp, proc: report THP eligibility for each vma
Michal Hocko
1
-0
/
+2
[next]