summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-01-10gendwarfksyms: Add symbol versioningSami Tolvanen6-9/+216
2025-01-10gendwarfksyms: Add symtypes outputSami Tolvanen7-3/+429
2025-01-10gendwarfksyms: Add die_map debuggingSami Tolvanen3-0/+35
2025-01-10gendwarfksyms: Limit structure expansionSami Tolvanen4-8/+215
2025-01-10gendwarfksyms: Expand structure typesSami Tolvanen2-2/+141
2025-01-10gendwarfksyms: Expand array_typeSami Tolvanen1-0/+30
2025-01-10gendwarfksyms: Expand subroutine_typeSami Tolvanen2-3/+85
2025-01-10gendwarfksyms: Expand type modifiers and typedefsSami Tolvanen3-0/+84
2025-01-10gendwarfksyms: Add a cache for processed DIEsSami Tolvanen5-41/+308
2025-01-10gendwarfksyms: Expand base_typeSami Tolvanen1-0/+160
2025-01-10gendwarfksyms: Add address matchingSami Tolvanen3-0/+176
2025-01-10tools: Add gendwarfksymsSami Tolvanen7-0/+498
2025-01-10genksyms: use uint32_t instead of unsigned long for calculating CRCMasahiro Yamada1-7/+8
2025-01-10genksyms: use generic macros for hash table implementationMasahiro Yamada2-21/+15
2025-01-10genksyms: refactor the return points in the for-loop in __add_symbol()Masahiro Yamada1-8/+4
2025-01-10genksyms: reduce the indentation in the for-loop in __add_symbol()Masahiro Yamada1-33/+30
2025-01-10genksyms: fix memory leak when the same symbol is read from *.symref fileMasahiro Yamada3-5/+9
2025-01-10genksyms: fix memory leak when the same symbol is added from sourceMasahiro Yamada2-2/+15
2025-01-10modpost: zero-pad CRC values in modversion_info arrayMasahiro Yamada1-1/+1
2025-01-10kconfig: qconf: use preferred form of QString APIRolf Eike Beer1-4/+4
2025-01-10kheaders: use 'tar' instead of 'cpio' for copying filesMasahiro Yamada2-2/+1
2025-01-10kbuild: suppress stdout from merge_config for silent buildsMasahiro Yamada2-7/+10
2025-01-10kbuild: refactor cross-compiling linux-headers packageMasahiro Yamada1-24/+9
2025-01-10kbuild: deb-pkg: allow hooks also in /usr/share/kernelJohannes Schauer Marin Rodrigues1-6/+16
2025-01-10kbuild: deb-pkg: do not include empty hook directoriesMasahiro Yamada1-2/+0
2025-01-10scripts/sorttable: Use a structure of function pointers for elf helpersSteven Rostedt1-57/+118
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-35/+50
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein1-4/+11
2025-01-10rust: document `bindgen` 0.71.0 regressionMiguel Ojeda1-2/+4
2025-01-08scripts/spdxcheck: Handle license identifiers in Jinja commentsLukas Bulwahn1-0/+3
2025-01-08scripts/spdxcheck: Parse j2 comments correctlyThomas Gleixner1-0/+3
2025-01-08scripts/tags.sh: Tag timer definitionsCosta Shulyupin1-1/+2
2025-01-08scripts/sorttable: Get start/stop_mcount_loc from ELF file directlySteven Rostedt1-50/+45
2025-01-08scripts/sorttable: Move code from sorttable.h into sorttable.cSteven Rostedt2-498/+460
2025-01-08scripts/sorttable: Use uint64_t for mcount sortingSteven Rostedt1-11/+11
2025-01-08scripts/sorttable: Add helper functions for Elf_SymSteven Rostedt2-14/+63
2025-01-08scripts/sorttable: Add helper functions for Elf_ShdrSteven Rostedt2-23/+85
2025-01-08scripts/sorttable: Add helper functions for Elf_EhdrSteven Rostedt2-4/+41
2025-01-08scripts/sorttable: Convert Elf_Sym MACRO over to a unionSteven Rostedt2-11/+19
2025-01-08scripts/sorttable: Replace Elf_Shdr Macro with a unionSteven Rostedt2-33/+51
2025-01-08scripts/sorttable: Convert Elf_Ehdr to unionSteven Rostedt2-22/+26
2025-01-08scripts/sorttable: Make compare_extable() into two functionsSteven Rostedt2-14/+20
2025-01-08scripts/sorttable: Have the ORC code use the _r() functions to readSteven Rostedt1-4/+4
2025-01-08scripts/sorttable: Remove unneeded Elf_RelSteven Rostedt1-21/+2
2025-01-08scripts/sorttable: Remove unused write functionsSteven Rostedt1-26/+0
2025-01-08scripts/sorttable: Remove unused macro definesSteven Rostedt1-27/+0
2025-01-05Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-34/+46
2025-01-05kbuild: pacman-pkg: provide versioned linux-api-headers packageThomas Weißschuh1-1/+1
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+24
2024-12-31scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu1-1/+4