summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
nch 'akpm' (patches from Andrew)Linus Torvalds 2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig 2020-05-29exec: Compute file based creds only onceEric W. Biederman 2020-05-29exec: Add a per bprm->file version of per_clearEric W. Biederman 2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman 2020-05-21exec: Generic execfd supportEric W. Biederman 2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman 2020-05-21exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman 2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman 2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman 2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman 2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman 2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman 2020-05-07exec: Make unlocking exec_update_mutex explictEric W. Biederman 2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman 2019-05-14exec: move struct linux_binprm::bufAlexey Dobriyan 2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov 2018-12-10exec: make prepare_bprm_creds staticChanho Min 2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman 2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov 2018-04-11exec: pin stack limit during execKees Cook 2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov 2017-08-01commoncap: Move cap_elevated calculation into bprm_set_credsKees Cook 2017-08-01commoncap: Refactor to remove bprm_secureexec hookKees Cook 2017-08-01binfmt: Introduce secureexec flagKees Cook 2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook 2017-06-30randstruct: Mark various structs for randomizationKees Cook 2017-03-03sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched...Ingo Molnar 2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre 2016-06-07coredump: fix dumping through pipesMateusz Guzik