summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
9 dayskbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionallyAlexandru Gagniuc1-2/+4
9 daysselinux: Chain up tool resolving errors in install_policy.shTim Schumacher1-9/+6
2025-03-22scripts: generate_rust_analyzer: add uapi crateTamir Duberstein1-1/+2
2025-03-22scripts: generate_rust_analyzer: add missing include_dirsTamir Duberstein1-21/+21
2025-03-22scripts: generate_rust_analyzer: add missing macros depsTamir Duberstein1-9/+21
2025-03-22rust: remove leftover mentions of the `alloc` crateMiguel Ojeda1-2/+2
2025-03-22kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada3-0/+42
2025-02-21kbuild: Use -fzero-init-padding-bits=allKees Cook1-0/+3
2025-02-21kbuild: suppress stdout from merge_config for silent buildsMasahiro Yamada2-7/+10
2025-02-21scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1Nathan Chancellor1-5/+5
2025-02-17scripts/gdb: fix aarch64 userspace detection in get_current_taskJan Kiszka1-1/+1
2025-02-17x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0Alice Ryhl1-0/+18
2025-02-17kbuild: Move -Wenum-enum-conversion to W=2Nathan Chancellor1-1/+4
2025-02-08kbuild: fix Clang LTO with CONFIG_OBJTOOL=nMasahiro Yamada2-4/+8
2025-02-08kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada1-0/+1
2025-02-08kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada1-2/+4
2025-02-08kbuild: Fix signing issue for external modulesTorsten Hilbrich1-1/+1
2025-02-08genksyms: fix memory leak when the same symbol is read from *.symref fileMasahiro Yamada3-5/+9
2025-02-08genksyms: fix memory leak when the same symbol is added from sourceMasahiro Yamada2-2/+15
2025-01-12scripts/decode_stacktrace.sh: fix decoding of lines with an additional infoLuca Ceresoli1-2/+14
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
2024-12-30scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu1-1/+4
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-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-13Merge tag 'docs-6.13-fix' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-12-11scripts/kernel-doc: Get -export option working againAkira Yokosawa1-1/+1
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-11-30Merge 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