summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-08-28kconfig: lxdialog: fix 'space' to (de)select optionsYann E. MORIN1-1/+1
2025-08-28kconfig: gconf: fix potential memory leak in renderer_edited()Masahiro Yamada1-1/+2
2025-08-28kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()Masahiro Yamada1-2/+3
2025-08-28kconfig: nconf: Ensure null termination where strncpy is usedShankari Anand2-0/+3
2025-08-28kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran1-2/+4
2025-08-15kconfig: qconf: fix ConfigList::updateListAllforAll()Masahiro Yamada1-1/+1
2025-06-27kbuild: Add KBUILD_CPPFLAGS to as-option invocationNathan Chancellor1-1/+1
2025-06-27kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGSMasahiro Yamada1-2/+1
2025-06-27kbuild: Add CLANG_FLAGS to as-instrNathan Chancellor1-1/+1
2025-06-27randstruct: gcc-plugin: Fix attribute additionKees Cook2-11/+43
2025-06-27randstruct: gcc-plugin: Remove bogus void memberKees Cook1-17/+1
2025-06-04kbuild: fix argument parsing in scripts/configSeyediman Seyedarab1-10/+16
2025-06-04kconfig: merge_config: use an empty file as initfileDaniel Gomez1-2/+2
2025-05-02objtool: Silence more KCOV warnings, part 2Josh Poimboeuf1-1/+1
2025-04-25sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3Jan Stancek1-28/+65
2025-04-25sign-file,extract-cert: avoid using deprecated ERR_get_error_line()Jan Stancek2-18/+11
2025-04-25sign-file,extract-cert: move common SSL helper functions to a headerJan Stancek2-35/+41
2025-04-10selinux: Chain up tool resolving errors in install_policy.shTim Schumacher1-9/+6
2025-03-28scripts: generate_rust_analyzer: add missing macros depsTamir Duberstein1-9/+21
2025-03-28scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo1-2/+14
2025-03-28scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma1-9/+18
2025-03-28scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina1-1/+4
2025-02-21kbuild: Move -Wenum-enum-conversion to W=2Nathan Chancellor1-1/+4
2025-02-21kbuild: switch from lz4c to lz4 for compressionParth Pancholi1-2/+2
2025-02-21kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada1-0/+1
2025-02-21kconfig: WERROR unmet symbol dependencySergey Senozhatsky4-5/+25
2025-02-21kconfig: deduplicate code in conf_read_simple()Masahiro Yamada1-54/+35
2025-02-21kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada1-13/+8
2025-02-21kconfig: require a space after '#' for valid inputMasahiro Yamada1-0/+2
2025-02-21kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky1-2/+19
2025-02-21kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada1-2/+4
2025-02-21genksyms: fix memory leak when the same symbol is read from *.symref fileMasahiro Yamada3-5/+9
2025-02-21genksyms: fix memory leak when the same symbol is added from sourceMasahiro Yamada2-2/+15
2025-01-17scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu1-1/+5
2025-01-09modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada1-1/+1
2025-01-09modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada1-1/+1
2024-12-14modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner1-2/+2
2024-12-14modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada1-4/+1
2024-10-17kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada1-1/+1
2024-09-18scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell1-0/+2
2024-08-29rust: work around `bindgen` 0.69.0 issueMiguel Ojeda1-1/+5
2024-08-29kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`Miguel Ojeda1-2/+26
2024-08-29kbuild: rust_is_available: normalize version matchingMiguel Ojeda1-4/+5
2024-08-03kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada1-1/+5
2024-08-03kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-07-25kconfig: remove wrong expr_trans_bool()Masahiro Yamada3-32/+0
2024-07-25kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada1-1/+2
2024-07-25gcc-plugins: Rename last_stmt() for GCC 14+Kees Cook1-0/+4
2024-07-18kbuild: Make ld-version.sh more robust against version string changesNathan Chancellor1-3/+5
2024-07-11kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada1-1/+1