#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@" title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/kernel/usermode_driver.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/kernel/usermode_driver.c
AgeCommit message (Expand)Author
2022-05-19blob_to_mnt(): kern_unmount() is needed to undo kern_mount()Al Viro
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-04-07switch file_open_root() to struct pathAl Viro
2021-03-19bpf: Fix umd memory leak in copy_process()Zqiang
2020-07-07umd: Stop using split_argvEric W. Biederman
2020-07-07umd: Remove exit_umhEric W. Biederman
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman
2020-07-04umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman
2020-07-04umd: For clarity rename umh_info umd_infoEric W. Biederman
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman