summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-10-25 13:29:51 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-10-25 13:29:51 -0700
commite80bc229691a4f601a2476e07cbdf08a289a2ad6 (patch)
treecb00f0bf7888470004fa18bfcff803da31a2a01e /tools/perf/scripts/python/parallel-perf.py
parent52ff0779d6cfcce24c0204c22b0b4899dc55449d (diff)
parentf0f9756b7260f4e78a2e4e412a55167178721ca2 (diff)
downloadkernel-e80bc229691a4f601a2476e07cbdf08a289a2ad6.tar.gz
Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull smack updates from James Morris: "From Casey: three patches for Smack for 4.20. Two clean up warnings and one is a rarely encountered ptrace capability check" * 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: Smack: Mark expected switch fall-through Smack: ptrace capability use fixes Smack: remove set but not used variable 'root_inode'
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
ripts/mod/modpost.h?h=linux-6.6.y&id=f1c3d73e973cfad85ff5d3d86086503e742d8c62'>module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig 2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen 2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada 2020-12-21modpost: rename merror() to error()Masahiro Yamada 2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada 2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada 2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada 2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada 2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada 2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada 2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada 2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada 2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada 2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva 2020-03-13modpost: rework and consolidate logging interfaceJessica Yu 2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada 2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada 2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich 2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich 2019-09-10modpost: add support for symbol namespacesMatthias Maennich