aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes1-2/+3
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko1-5/+3
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-1/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+7
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-11/+16
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-11/+21
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+1
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione1-62/+134
2017-08-10mm: fix KSM data corruptionMinchan Kim1-2/+5
2017-07-10fs/proc/task_mmu.c: remove obsolete comment in show_map_vma()Vasily Averin1-1/+0
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-4/+0
2017-05-03proc: show MADV_FREE pages info in smapsShaohua Li1-1/+7
2017-04-13thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov1-1/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12mm: add cond_resched() in gather_pte_stats()Hugh Dickins1-0/+1
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski1-19/+10
2016-10-07mm, proc: fix region lost in /proc/self/smapsRobert Ho1-3/+5
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_write() obviousJames Morse1-1/+1
2016-09-09mm: fix show_smap() for zone_device-pmd rangesDan Williams1-0/+2
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov1-1/+9
2016-05-23mm, proc: make clear_refs killableMichal Hocko1-2/+9
2016-04-28numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-3/+30
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-18x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smapsDave Hansen1-0/+14
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-43/+23
2016-02-03numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu1-3/+4
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov1-4/+8
2016-01-20fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov1-1/+1
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-4/+4
2016-01-15mm, proc: adjust PSS calculationKirill A. Shutemov1-16/+31
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-4/+3
2016-01-14mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_pmd()Oleg Nesterov1-3/+0
2016-01-14mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand1-2/+12
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-1/+2
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka1-29/+13
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka1-2/+20
2016-01-14mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka1-0/+51
2015-11-05mm: clear_soft_dirty_pmd() requires THPLaurent Dufour1-7/+7
2015-11-05mm: clear pte in clear_soft_dirty()Laurent Dufour1-3/+4
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi1-0/+1
2015-11-05mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi1-0/+38
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky1-2/+2
2015-09-10mm: introduce idle page trackingVladimir Davydov1-1/+4
2015-09-08mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim1-2/+16
2015-09-08pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov1-1/+13
2015-09-08pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov1-11/+14
2015-09-08pagemap: rework hugetlb and thp reportKonstantin Khlebnikov1-56/+44