summaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-1/+1
|\
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-1/+1
* | mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-3/+5
* | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+2
* | mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil2019-02-121-8/+14
|/
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-0/+2
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-2/+5
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+1
* | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-261-1/+3
|/
* mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2018-08-221-59/+96
* mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka2018-08-221-22/+29
* mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka2018-08-221-24/+31
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-221-103/+11
* fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-141-1/+2
* 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