summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-01-10genksyms: fix memory leak when the same symbol is added from sourceMasahiro Yamada-2/+15
2025-01-10modpost: zero-pad CRC values in modversion_info arrayMasahiro Yamada-1/+1
2025-01-10kconfig: qconf: use preferred form of QString APIRolf Eike Beer-4/+4
2025-01-10kheaders: use 'tar' instead of 'cpio' for copying filesMasahiro Yamada-2/+1
2025-01-10kbuild: suppress stdout from merge_config for silent buildsMasahiro Yamada-7/+10
2025-01-10kbuild: refactor cross-compiling linux-headers packageMasahiro Yamada-24/+9
2025-01-10kbuild: deb-pkg: allow hooks also in /usr/share/kernelJohannes Schauer Marin Rodrigues-6/+16
2025-01-10kbuild: deb-pkg: do not include empty hook directoriesMasahiro Yamada-2/+0
2025-01-10scripts/sorttable: Use a structure of function pointers for elf helpersSteven Rostedt-57/+118
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-35/+50
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein-4/+11
2025-01-10rust: document `bindgen` 0.71.0 regressionMiguel Ojeda-2/+4
2025-01-08scripts/spdxcheck: Handle license identifiers in Jinja commentsLukas Bulwahn-0/+3
2025-01-08scripts/spdxcheck: Parse j2 comments correctlyThomas Gleixner-0/+3
2025-01-08scripts/tags.sh: Tag timer definitionsCosta Shulyupin-1/+2
2025-01-07scripts/sorttable: Get start/stop_mcount_loc from ELF file directlySteven Rostedt-50/+45
2025-01-07scripts/sorttable: Move code from sorttable.h into sorttable.cSteven Rostedt-498/+460
2025-01-07scripts/sorttable: Use uint64_t for mcount sortingSteven Rostedt-11/+11
2025-01-07scripts/sorttable: Add helper functions for Elf_SymSteven Rostedt-14/+63
2025-01-07scripts/sorttable: Add helper functions for Elf_ShdrSteven Rostedt-23/+85
2025-01-07scripts/sorttable: Add helper functions for Elf_EhdrSteven Rostedt-4/+41
2025-01-07scripts/sorttable: Convert Elf_Sym MACRO over to a unionSteven Rostedt-11/+19
2025-01-07scripts/sorttable: Replace Elf_Shdr Macro with a unionSteven Rostedt-33/+51
2025-01-07scripts/sorttable: Convert Elf_Ehdr to unionSteven Rostedt-22/+26
2025-01-07scripts/sorttable: Make compare_extable() into two functionsSteven Rostedt-14/+20
2025-01-07scripts/sorttable: Have the ORC code use the _r() functions to readSteven Rostedt-4/+4
2025-01-07scripts/sorttable: Remove unneeded Elf_RelSteven Rostedt-21/+2
2025-01-07scripts/sorttable: Remove unused write functionsSteven Rostedt-26/+0
2025-01-07scripts/sorttable: Remove unused macro definesSteven Rostedt-27/+0
2025-01-05Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-34/+46
2025-01-05kbuild: pacman-pkg: provide versioned linux-api-headers packageThomas Weißschuh-1/+1
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+24
2024-12-30scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu-1/+4
2024-12-30Align git commit ID abbreviation guidelines and checksGeert Uytterhoeven-2/+2
2024-12-30scripts/kernel-doc: fix identifier parsing regexVegard Nossum-1/+1
2024-12-28modpost: work around unaligned data access errorMasahiro Yamada-25/+39
2024-12-28modpost: refactor do_vmbus_entry()Masahiro Yamada-5/+3
2024-12-28modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada-1/+1
2024-12-28scripts/mksysmap: Fix escape chars '$'Mostafa Saleh-2/+2
2024-12-24usb: typec: Only use SVID for matching altmodesAbhishek Pandit-Subedi-8/+2
2024-12-21Merge tag 'kbuild-fixes-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+24
2024-12-21modpost: distinguish same module paths from different dump filesMasahiro Yamada-9/+11
2024-12-21kbuild: deb-pkg: Do not install maint scripts for arch 'um'Nicolas Schier-0/+6
2024-12-21kbuild: deb-pkg: add debarch for ARCH=umMasahiro Yamada-0/+7
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2024-12-17checkpatch: don't complain on _Generic() usePrzemek Kitszel-0/+2
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-2/+1
2024-12-13Merge tag 'docs-6.13-fix' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2024-12-11lib: packing: add pack_fields() and unpack_fields()Vladimir Oltean-1/+39