summaryrefslogtreecommitdiff
path: root/kernel/umh.c
AgeCommit message (Expand)Author
2023-06-29sysctl: fix unused proc_cap_handler() function warningArnd Bergmann
2023-06-08sysctl: move umh sysctl registration to its own fileLuis Chamberlain
2023-03-03umh: simplify the capability pointer logicLinus Torvalds
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-02-13freezer,umh: Fix call_usermode_helper_exec() vs SIGKILLPeter Zijlstra
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-07freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman
2021-05-07kernel/umh.c: fix some spelling mistakeszhouchuangao
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig
2020-07-21exec: Implement kernel_execveEric W. Biederman
2020-07-04umh: Stop calling do_execve_fileEric W. Biederman
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman
2020-07-04umh: Rename the user mode driver helpers for clarityEric W. Biederman
2020-07-04umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman
2020-07-04umh: Capture the pid in umh_pipe_setupEric W. Biederman
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-08umh: fix memory leak on execve failureVincent Minet
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-11umh: add exit routine for UMH processTaehee Yoo
2018-10-22umh: Add command line to user mode helpersOlivier Brunel
2018-06-07umh: fix race conditionAlexei Starovoitov
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski
2017-11-17kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez