summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2025-03-15kbuild: add Kbuild bash completionMasahiro Yamada
2025-03-15kbuild: fix argument parsing in scripts/configSeyediman Seyedarab
2025-03-15kbuild: add dependency from vmlinux to sorttableXi Ruoyao
2025-03-15kbuild: deb-pkg: add debarch for ARCH=loongarch64WangYuli
2025-03-15kbuild: move -fzero-init-padding-bits=all to the top-level MakefileMasahiro Yamada
2025-03-15scripts: make python shebangs specific about desired versionUday Shankar
2025-03-15kbuild: rust: add rustc-min-version support functionMiguel Ojeda
2025-03-15modpost: use strstarts() to clean up parse_source_files()Masahiro Yamada
2025-03-15modpost: introduce get_basename() helperMasahiro Yamada
2025-03-15kconfig: remove unnecessary cast in sym_get_string()Masahiro Yamada
2025-03-15kconfig: do not clear SYMBOL_VALID when reading include/config/auto.confMasahiro Yamada
2025-03-15genksyms: factor out APP for the ST_NORMAL stateMasahiro Yamada
2025-03-15gen_compile_commands.py: remove code for '\#' replacementMasahiro Yamada
2025-03-15kbuild: remove EXTRA_*FLAGS supportMasahiro Yamada
2025-03-15gendwarfksyms: Add a separate pass to resolve FQNsSami Tolvanen
2025-03-06kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUTInochi Amaoto
2025-02-16modpost: Fix a few typos in a commentUwe Kleine-König
2025-02-15kbuild: fix linux-headers package build when $(CC) cannot link userspaceMasahiro Yamada
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-08Merge tag 'rust-fixes-6.14' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2025-02-07kbuild: Move -Wenum-enum-conversion to W=2Nathan Chancellor
2025-02-08kbuild: install-extmod-build: add missing quotation marks for CC variableWangYuli
2025-02-07x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0Alice Ryhl
2025-02-06kbuild: fix misspelling in scripts/Makefile.libOleh Zadorozhnyi
2025-02-06kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2025-02-06scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1Nathan Chancellor
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-02-01scripts/gdb: fix aarch64 userspace detection in get_current_taskJan Kiszka
2025-01-31Remove stale generated 'genheaders' fileLinus Torvalds
2025-01-31Merge tag 'hardening-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-02-01kbuild: fix Clang LTO with CONFIG_OBJTOOL=nMasahiro Yamada
2025-02-01kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel
2025-01-30kbuild: Use -fzero-init-padding-bits=allKees Cook
2025-01-29riscv: add a warning when physical memory address overflowsYunhui Cui
2025-01-30kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada
2025-01-30kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-27Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-27genksyms: fix syntax error for attribute before init-declaratorMasahiro Yamada
2025-01-27genksyms: fix syntax error for builtin (u)int*x*_t typesMasahiro Yamada
2025-01-27genksyms: fix syntax error for attribute after 'union'Masahiro Yamada
2025-01-24checkpatch: don't warn about extra parentheses in staging/Dan Carpenter
2025-01-24checkpatch: remove migrated RCU APIs from deprecated_apisDavid Reaver
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds