summaryrefslogtreecommitdiff
path: root/fs/proc/task_mmu.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-22mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka1-22/+29
2018-08-22mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka1-24/+31
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka1-103/+11
2018-07-14fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka1-1/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-08mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying1-10/+16
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-6/+7
2018-05-09mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai1-5/+3
2018-05-09mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai1-0/+3
2018-05-08mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai1-2/+2
2018-04-28Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet1-1/+5
2018-04-28docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport1-2/+2
2018-04-21mm, pagemap: fix swap offset value for PMD migration entryHuang Ying1-1/+5
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-2/+2
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-2/+2
2018-04-11proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin1-2/+3
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin1-75/+52
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin1-9/+12
2018-02-01mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov1-4/+4
2018-02-01fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov1-3/+8
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2017-11-16mm: consolidate page table accountingKirill A. Shutemov1-9/+2
2017-11-16mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-1/+1
2017-11-16mm: account pud page tablesKirill A. Shutemov1-1/+4
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying1-1/+5
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-09fs, proc: unconditional cond_resched when reading smapsDavid Rientjes1-2/+3
2017-09-09fs, proc: remove priv argument from is_stackMichal Hocko1-5/+3
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-1/+1
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+7
2017-09-09mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-11/+16
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan1-11/+21
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+1
2017-09-07mm: add /proc/pid/smaps_rollupDaniel Colascione1-62/+134
2017-08-11mm: fix KSM data corruptionMinchan Kim1-2/+5
2017-07-11fs/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-04proc: show MADV_FREE pages info in smapsShaohua Li1-1/+7
2017-04-14thp: 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 <lin...Ingo Molnar1-0/+1
2017-02-28mm: use mmget_not_zero() helperVegard Nossum1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13mm: 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-08mm, proc: fix region lost in /proc/self/smapsRobert Ho1-3/+5
2016-10-08fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse1-1/+1
2016-09-10mm: fix show_smap() for zone_device-pmd rangesDan Williams1-0/+2
2016-07-27mm, rmap: account shmem thp pagesKirill A. Shutemov1-1/+9