summaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin2018-04-111-2/+3
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-75/+52
* procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-111-9/+12
* mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov2018-01-311-4/+4
* fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov2018-01-311-3/+8
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\
| * mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-031-0/+1
* | mm: consolidate page table accountingKirill A. Shutemov2017-11-151-9/+2
* | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-1/+1
* | mm: account pud page tablesKirill A. Shutemov2017-11-151-1/+4
* | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying2017-11-031-1/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-081-2/+3
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-081-5/+3
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-1/+1
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+7
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-11/+16
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-11/+21
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+1
* mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-061-62/+134
* mm: fix KSM data corruptionMinchan Kim2017-08-101-2/+5
* fs/proc/task_mmu.c: remove obsolete comment in show_map_vma()Vasily Averin2017-07-101-1/+0
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-4/+0
* proc: show MADV_FREE pages info in smapsShaohua Li2017-05-031-1/+7
* thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-131-1/+8
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: use mmget_not_zero() helperVegard Nossum2017-02-271-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: add cond_resched() in gather_pte_stats()Hugh Dickins2016-12-121-0/+1
* fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-201-19/+10
* mm, proc: fix region lost in /proc/self/smapsRobert Ho2016-10-071-3/+5
* fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse2016-10-071-1/+1
* 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
OpenPOWER on IntegriCloud