summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-12-30Align git commit ID abbreviation guidelines and checksGeert Uytterhoeven1-2/+2
2024-12-30scripts/kernel-doc: fix identifier parsing regexVegard Nossum1-1/+1
2024-12-28modpost: work around unaligned data access errorMasahiro Yamada3-25/+39
2024-12-28modpost: refactor do_vmbus_entry()Masahiro Yamada1-5/+3
2024-12-28modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada1-1/+1
2024-12-28scripts/mksysmap: Fix escape chars '$'Mostafa Saleh1-2/+2
2024-12-24usb: typec: Only use SVID for matching altmodesAbhishek Pandit-Subedi2-8/+2
2024-12-21Merge tag 'kbuild-fixes-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-9/+24
2024-12-21modpost: distinguish same module paths from different dump filesMasahiro Yamada2-9/+11
2024-12-21kbuild: deb-pkg: Do not install maint scripts for arch 'um'Nicolas Schier1-0/+6
2024-12-21kbuild: deb-pkg: add debarch for ARCH=umMasahiro Yamada1-0/+7
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+1
2024-12-17checkpatch: don't complain on _Generic() usePrzemek Kitszel1-0/+2
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2-2/+1
2024-12-13Merge tag 'docs-6.13-fix' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2024-12-12lib: packing: add pack_fields() and unpack_fields()Vladimir Oltean3-1/+39
2024-12-11scripts/kernel-doc: Get -export option working againAkira Yokosawa1-1/+1
2024-12-10kbuild/btf: Propagate CONFIG_WERROR to resolve_btfidsThomas Weißschuh1-1/+5
2024-12-10openrisc: place exception table at the head of vmlinuxMasahiro Yamada1-1/+0
2024-12-08Merge tag 'kbuild-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2024-12-08kbuild: deb-pkg: fix build error with O=Masahiro Yamada1-2/+2
2024-12-08modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner1-1/+1
2024-12-03scripts/nsdeps: get 'make nsdeps' working againMasahiro Yamada2-3/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-861/+793
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+26
2024-11-29Merge tag 'sparc-for-6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-11-28kbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.symsSedat Dilek1-6/+6
2024-11-28kbuild: add dependency from vmlinux to resolve_btfidsThomas Weißschuh1-0/+3
2024-11-28modpost: replace tdb_hash() with hash_str()Masahiro Yamada1-15/+3
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 Yamada1-10/+7
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