summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2025-02-21kbuild: Use -fzero-init-padding-bits=allKees Cook
2025-02-21kbuild: suppress stdout from merge_config for silent buildsMasahiro Yamada
2025-02-21scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1Nathan Chancellor
2025-02-17scripts/gdb: fix aarch64 userspace detection in get_current_taskJan Kiszka
2025-02-17x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0Alice Ryhl
2025-02-17kbuild: Move -Wenum-enum-conversion to W=2Nathan Chancellor
2025-02-08kbuild: switch from lz4c to lz4 for compressionParth Pancholi
2025-02-08kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada
2025-02-08kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada
2025-02-08genksyms: fix memory leak when the same symbol is read from *.symref fileMasahiro Yamada
2025-02-08genksyms: fix memory leak when the same symbol is added from sourceMasahiro Yamada
2025-01-09scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu
2025-01-09kbuild: pacman-pkg: provide versioned linux-api-headers packageThomas Weißschuh
2025-01-09modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada
2025-01-09scripts/mksysmap: Fix escape chars '$'Mostafa Saleh
2024-12-14setlocalversion: work around "git describe" performanceRasmus Villemoes
2024-12-14rust: enable arbitrary_self_types and remove `Receiver`Gary Guo
2024-12-14modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner
2024-12-05modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada
2024-12-05kbuild: deb-pkg: Don't fail if modules.order is missingMatt Fleming
2024-12-05checkpatch: always parse orig_commit in fixes tagTamir Duberstein
2024-12-05kernel-doc: allow object-like macros in ReST outputRandy Dunlap
2024-12-05scripts/kernel-doc: Do not track section counter across processed filesChen-Yu Tsai
2024-12-05Revert "scripts/faddr2line: Check only two symbols when calculating symbol size"Carlos Llamas
2024-11-03Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-03modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada
2024-11-03modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada
2024-10-31kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profileMasahiro Yamada
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profileMasahiro Yamada
2024-10-31kbuild: rpm-pkg: disable kernel-devel package when cross-compilingMasahiro Yamada
2024-10-28kbuild: rust: avoid errors with old `rustc`s without LLVM patch versionMiguel Ojeda
2024-10-23sumversion: Fix a memory leak in get_src_version()Elena Salomatkina
2024-10-13kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`Gary Guo
2024-10-10kbuild: fix issues with rustc-optionAlice Ryhl
2024-10-10kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macrosMasahiro Yamada
2024-10-07kbuild: deb-pkg: Remove blank first line from maint scriptsAaron Thompson
2024-10-07scripts: import more list macrosSami Tolvanen
2024-10-02kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada
2024-10-01kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada
2024-10-01kconfig: clear expr::val_is_valid when allocatedMasahiro Yamada
2024-09-30kconfig: fix infinite loop in sym_calc_choice()Masahiro Yamada
2024-09-30kbuild: move non-boot built-in DTBs to .rodata sectionMasahiro Yamada
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li