aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
Commit message (Expand)AuthorAge
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-28
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-29
* | mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka2018-10-26
|/
* mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2018-08-22
* mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka2018-08-22
* mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka2018-08-22
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-22
* fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-14
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying2018-06-07
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-07
|\
| * mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai2018-05-08
| * mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai2018-05-08
| * mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai2018-05-08
* | Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-27
|\|
| * mm, pagemap: fix swap offset value for PMD migration entryHuang Ying2018-04-20
* | docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport2018-04-27
* | Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-16
|\ \ | |/ |/|
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-16
* | proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin2018-04-11
* | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-11
* | procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-11
|/
* mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov2018-01-31
* fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual me...Konstantin Khlebnikov2018-01-31
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
|\
| * mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-03
* | mm: consolidate page table accountingKirill A. Shutemov2017-11-15
* | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-15
* | mm: account pud page tablesKirill A. Shutemov2017-11-15
* | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying2017-11-03
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-13
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-08
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-08
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-08
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-08
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-08
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-08
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-06
* mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-06
* mm: fix KSM data corruptionMinchan Kim2017-08-10
* fs/proc/task_mmu.c: remove obsolete comment in show_map_vma()Vasily Averin2017-07-10
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-19
* proc: show MADV_FREE pages info in smapsShaohua Li2017-05-03
* thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-13
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* mm: use mmget_not_zero() helperVegard Nossum2017-02-27
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* mm: add cond_resched() in gather_pte_stats()Hugh Dickins2016-12-12
* fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-20