summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* scripts/decode_stacktrace.sh: fix decoding of lines with an additional infoLuca Ceresoli5 days1-2/+14
* Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13 days5-34/+46
|\
| * kbuild: pacman-pkg: provide versioned linux-api-headers packageThomas Weißschuh13 days1-1/+1
| * modpost: work around unaligned data access errorMasahiro Yamada2024-12-283-25/+39
| * modpost: refactor do_vmbus_entry()Masahiro Yamada2024-12-281-5/+3
| * modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada2024-12-281-1/+1
| * scripts/mksysmap: Fix escape chars '$'Mostafa Saleh2024-12-281-2/+2
* | scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu2024-12-311-1/+4
|/
* Merge tag 'kbuild-fixes-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-12-214-9/+24
|\
| * modpost: distinguish same module paths from different dump filesMasahiro Yamada2024-12-212-9/+11
| * kbuild: deb-pkg: Do not install maint scripts for arch 'um'Nicolas Schier2024-12-211-0/+6
| * kbuild: deb-pkg: add debarch for ARCH=umMasahiro Yamada2024-12-211-0/+7
* | Merge tag 'docs-6.13-fix' of git://git.lwn.net/linuxLinus Torvalds2024-12-131-1/+1
|\ \
| * | scripts/kernel-doc: Get -export option working againAkira Yokosawa2024-12-111-1/+1
| |/
* / openrisc: place exception table at the head of vmlinuxMasahiro Yamada2024-12-101-1/+0
|/
* Merge tag 'kbuild-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-12-082-3/+3
|\
| * kbuild: deb-pkg: fix build error with O=Masahiro Yamada2024-12-081-2/+2
| * modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner2024-12-081-1/+1
* | scripts/nsdeps: get 'make nsdeps' working againMasahiro Yamada2024-12-032-3/+3
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-2/+2
|/
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-3034-861/+793
|\
| * kbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.symsSedat Dilek2024-11-281-6/+6
| * kbuild: add dependency from vmlinux to resolve_btfidsThomas Weißschuh2024-11-281-0/+3
| * modpost: replace tdb_hash() with hash_str()Masahiro Yamada2024-11-281-15/+3
| * kbuild: deb-pkg: add python3:native to build dependencyMasahiro Yamada2024-11-281-1/+1
| * genksyms: reduce indentation in export_symbol()Masahiro Yamada2024-11-281-36/+37
| * modpost: improve error messages in device_id_check()Masahiro Yamada2024-11-281-37/+18
| * modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada2024-11-281-10/+7
| * modpost: rename variables in handle_moddevtable()Masahiro Yamada2024-11-281-11/+11
| * modpost: move strstarts() to modpost.hMasahiro Yamada2024-11-283-3/+3
| * modpost: convert do_usb_table() to a generic handlerMasahiro Yamada2024-11-281-30/+9
| * modpost: convert do_of_table() to a generic handlerMasahiro Yamada2024-11-281-18/+2
| * modpost: convert do_pnp_device_entry() to a generic handlerMasahiro Yamada2024-11-281-21/+9
| * modpost: convert do_pnp_card_entries() to a generic handlerMasahiro Yamada2024-11-281-25/+14
| * modpost: call module_alias_printf() from all do_*_entry() functionsMasahiro Yamada2024-11-281-257/+181
| * modpost: pass (struct module *) to do_*_entry() functionsMasahiro Yamada2024-11-281-59/+59
| * modpost: remove DEF_FIELD_ADDR_VAR() macroMasahiro Yamada2024-11-281-8/+1
| * modpost: deduplicate MODULE_ALIAS() for all driversMasahiro Yamada2024-11-281-33/+15
| * modpost: introduce module_alias_printf() helperMasahiro Yamada2024-11-283-28/+93
| * modpost: remove unnecessary check in do_acpi_entry()Masahiro Yamada2024-11-281-1/+1
| * modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada2024-11-281-4/+1
| * setlocalversion: add -e optionMasahiro Yamada2024-11-281-4/+8
| * setlocalversion: work around "git describe" performanceRasmus Villemoes2024-11-281-16/+38
| * kbuild: switch from lz4c to lz4 for compressionParth Pancholi2024-11-281-2/+2
| * kbuild: re-enable KCSAN for autogenerated *.mod.c intermediariesMasahiro Yamada2024-11-281-1/+0
| * kbuild: enable objtool for *.mod.o and additional kernel objectsMasahiro Yamada2024-11-284-28/+29
| * kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.libMasahiro Yamada2024-11-284-21/+13
| * kbuild: remove support for single %.symtypes build ruleMasahiro Yamada2024-11-281-18/+4
| * kbuild: do not pass -r to genksyms when *.symref does not existMasahiro Yamada2024-11-281-1/+1
| * kbuild: support building external modules in a separate build directoryMasahiro Yamada2024-11-282-7/+3