summaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix show_smap() for zone_device-pmd rangesDan Williams2016-09-091-0/+2
* mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-261-1/+9
* mm, proc: make clear_refs killableMichal Hocko2016-05-231-2/+9
* numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-04-281-3/+30
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen2016-02-181-0/+14
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-031-43/+23
* numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-031-3/+4
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-211-4/+8
* fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov2016-01-201-1/+1
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-4/+4
* mm, proc: adjust PSS calculationKirill A. Shutemov2016-01-151-16/+31
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-4/+3
* mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov2016-01-141-3/+0
* mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand2016-01-141-2/+12
* mm, shmem: add internal shmem resident memory accountingJerome Marchand2016-01-141-1/+2
* mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka2016-01-141-29/+13
* mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka2016-01-141-2/+20
* mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka2016-01-141-0/+51
* mm: clear_soft_dirty_pmd() requires THPLaurent Dufour2015-11-051-7/+7
* mm: clear pte in clear_soft_dirty()Laurent Dufour2015-11-051-3/+4
* mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-051-0/+1
* mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi2015-11-051-0/+38
* mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-2/+2
* mm: introduce idle page trackingVladimir Davydov2015-09-101-1/+4
* mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim2015-09-081-2/+16
* pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov2015-09-081-1/+13
* pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov2015-09-081-11/+14
* pagemap: rework hugetlb and thp reportKonstantin Khlebnikov2015-09-081-56/+44
* pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov2015-09-081-97/+53
* pagemap: check permissions and capabilities at open timeKonstantin Khlebnikov2015-09-081-20/+28
* userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli2015-09-041-0/+2
* vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-2/+2
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2015-03-171-0/+3
* fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini2015-02-121-0/+2
* fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak2015-02-121-0/+14
* mm: /proc/pid/clear_refs: avoid split_huge_page()Kirill A. Shutemov2015-02-111-3/+44
* mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi2015-02-111-0/+3
* numa_maps: remove numa_maps->vmaNaoya Horiguchi2015-02-111-16/+13
* numa_maps: fix typo in gather_hugetbl_statsNaoya Horiguchi2015-02-111-3/+3
* pagemap: use walk->vma instead of calling find_vma()Naoya Horiguchi2015-02-111-54/+14
* clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()Naoya Horiguchi2015-02-111-24/+22
* smaps: remove mem_size_stats->vma and use walk_page_vma()Naoya Horiguchi2015-02-111-8/+4
* proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov2015-02-111-5/+9
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-3/+6
* proc: drop handling non-linear mappingsKirill A. Shutemov2015-02-101-16/+0
* mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-101-36/+68
* x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificQiaowei Ren2014-11-181-0/+3
* mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-141-5/+14
* mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner2014-10-091-21/+40