summaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying2018-06-071-10/+16
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-6/+7
|\
| * mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai2018-05-091-5/+3
| * mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai2018-05-091-0/+3
| * mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai2018-05-091-2/+2
* | Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-271-1/+5
|\ \ | |/
| * mm, pagemap: fix swap offset value for PMD migration entryHuang Ying2018-04-201-1/+5
* | docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport2018-04-271-2/+2
* | Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-2/+2
|\ \ | |/ |/|
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-2/+2
* | 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
OpenPOWER on IntegriCloud