aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-28kbuild: deb-pkg: add python3:native to build dependencyMasahiro Yamada1-1/+1
2024-11-28genksyms: reduce indentation in export_symbol()Masahiro Yamada1-36/+37
2024-11-28modpost: improve error messages in device_id_check()Masahiro Yamada1-37/+18
2024-11-28modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada2-11/+8
2024-11-28modpost: rename variables in handle_moddevtable()Masahiro Yamada1-11/+11
2024-11-28modpost: move strstarts() to modpost.hMasahiro Yamada3-3/+3
2024-11-28modpost: convert do_usb_table() to a generic handlerMasahiro Yamada1-30/+9
2024-11-28modpost: convert do_of_table() to a generic handlerMasahiro Yamada1-18/+2
2024-11-28modpost: convert do_pnp_device_entry() to a generic handlerMasahiro Yamada1-21/+9
2024-11-28modpost: convert do_pnp_card_entries() to a generic handlerMasahiro Yamada1-25/+14
2024-11-28modpost: call module_alias_printf() from all do_*_entry() functionsMasahiro Yamada1-257/+181
2024-11-28modpost: pass (struct module *) to do_*_entry() functionsMasahiro Yamada1-59/+59
2024-11-28modpost: remove DEF_FIELD_ADDR_VAR() macroMasahiro Yamada1-8/+1
2024-11-28modpost: deduplicate MODULE_ALIAS() for all driversMasahiro Yamada1-33/+15
2024-11-28modpost: introduce module_alias_printf() helperMasahiro Yamada3-28/+93
2024-11-28modpost: remove unnecessary check in do_acpi_entry()Masahiro Yamada1-1/+1
2024-11-28modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada1-4/+1
2024-11-28setlocalversion: add -e optionMasahiro Yamada1-4/+8
2024-11-28setlocalversion: work around "git describe" performanceRasmus Villemoes1-16/+38
2024-11-28kbuild: switch from lz4c to lz4 for compressionParth Pancholi2-3/+3
2024-11-28kbuild: re-enable KCSAN for autogenerated *.mod.c intermediariesMasahiro Yamada1-1/+0
2024-11-28kbuild: enable objtool for *.mod.o and additional kernel objectsMasahiro Yamada4-28/+29
2024-11-28kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.libMasahiro Yamada4-21/+13
2024-11-28kbuild: remove support for single %.symtypes build ruleMasahiro Yamada2-19/+5
2024-11-28kbuild: do not pass -r to genksyms when *.symref does not existMasahiro Yamada1-1/+1
2024-11-28kbuild: allow to start building external modules in any directoryMasahiro Yamada2-2/+27
2024-11-28kbuild: make wrapper Makefile more convenient for external modulesMasahiro Yamada1-1/+11
2024-11-28kbuild: use absolute path in the generated wrapper MakefileMasahiro Yamada1-2/+3
2024-11-28kbuild: support -fmacro-prefix-map for external modulesMasahiro Yamada1-2/+4
2024-11-28kbuild: support building external modules in a separate build directoryMasahiro Yamada5-11/+35
2024-11-28kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada5-24/+20
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada11-68/+87
2024-11-27kbuild: use 'output' variable to create the output directoryMasahiro Yamada1-6/+8
2024-11-27kbuild: rename abs_objtree to abs_outputMasahiro Yamada1-5/+5
2024-11-27kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada11-30/+30
2024-11-27kbuild: replace two $(abs_objtree) with $(CURDIR) in top MakefileMasahiro Yamada1-2/+2
2024-11-27kbuild: deb-pkg: Don't fail if modules.order is missingMatt Fleming1-10/+12
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada6-9/+9
2024-11-27Rename .data.unlikely to .data..unlikelyMasahiro Yamada2-2/+2
2024-11-27kbuild: Fix Propeller build optionRong Xu1-2/+13
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu11-3/+237
2024-11-27AutoFDO: Enable machine function split optimization for AutoFDORong Xu2-1/+8
2024-11-27AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu2-3/+10
2024-11-27vmlinux.lds.h: Add markers for text_unlikely and text_hot sectionsRong Xu1-2/+12
2024-11-27vmlinux.lds.h: Adjust symbol ordering in text output sectionRong Xu2-7/+17
2024-11-27MIPS: Place __kernel_entry at the beginning of text sectionRong Xu3-1/+2
2024-11-06objtool: Fix unreachable instruction warnings for weak functionsRong Xu1-5/+10
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu9-0/+231
2024-11-06kbuild: simplify rustfmt targetMasahiro Yamada1-11/+2
2024-11-06kconfig: document the positional argument in the help messageMasahiro Yamada1-1/+4