#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@" ='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/mm/process_vm_access.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/mm/process_vm_access.c
AgeCommit message (Expand)Author
2023-12-10mm: fix process_vm_rw page countsYork Jasper Niebuhr
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2021-05-05mm/process_vm_access.c: remove duplicate includeZhang Yunkai
2021-01-12mm/process_vm_access.c: include compat.hAndrew Morton
2020-12-15mm/process_vm_access: remove redundant initialization of iov_rColin Ian King
2020-10-27mm/process_vm_access: Add missing #include <linux/compat.h>Geert Uytterhoeven
2020-10-27Fix compat regression in process_vm_rw()Jens Axboe
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-03-25mm: docs: Fix a comment in process_vm_rw_coreBernd Edlinger
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()John Hubbard
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-02-06mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport