summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
AgeCommit message (Expand)Author
2021-09-10perf scripts python: Fix passing arguments to stackcollapse reportMichael Petlan
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini
h=linux-4.10.y&id=d049f74f2dbe71354d43d393ac3a188947811348'>exec/ptrace: fix get_dumpable() incorrect testsKees Cook 2013-11-09constify do_coredump() argumentAl Viro 2013-11-09new helper: dump_emit()Al Viro 2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov 2013-04-29new helper: read_code()Al Viro 2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu 2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds 2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2012-12-20exec: do not leave bprm->interp on stackKees Cook 2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro 2012-12-17exec: use -ELOOP for max recursion depthKees Cook 2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro 2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro 2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells 2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko 2012-10-06coredump: update coredump-related headersAlex Kelly 2012-10-06coredump: make core dump functionality optionalAlex Kelly 2012-09-30generic kernel_execve()Al Viro 2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro 2012-03-20__register_binfmt() made voidAl Viro 2012-02-06exec: fix use-after-free bug in setup_new_exec()Heiko Carstens 2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro 2011-04-09exec: unify do_execve/compat_do_execve codeOleg Nesterov 2011-01-13binfmt_elf: cleanupsMikael Pettersson 2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov 2010-11-30exec: make argv/envp memory visible to oom-killerOleg Nesterov 2010-08-17Make do_execve() take a const filename pointerDavid Howells 2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu 2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds 2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu 2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov 2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov 2009-05-02alpha: binfmt_aout fixIvan Kokshaysky 2009-04-02struct linux_binprm: drop unused fieldsKirill A. Shutemov 2009-01-06fs/exec.c: make do_coredump() voidWANG Cong 2009-01-06binfmts.h: include list.hHiroshi Shimamoto 2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells 2008-10-16Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov 2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov 2008-07-24security: protect legacy applications from executing with insufficient privilegeAndrew G. Morgan 2008-05-16[PATCH] get rid of leak in compat_execve()Al Viro 2008-04-29binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov 2008-04-29exec: remove argv_len from struct linux_binprmTetsuo Handa