summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-06-27rust: compile libcore with edition 2024 for 1.87+Gary Guo1-5/+8
2025-06-27kbuild: rust: add rustc-min-version support functionMiguel Ojeda1-0/+4
2025-06-27Make 'cc-option' work correctly for the -Wno-xyzzy patternLinus Torvalds1-2/+2
2025-06-19randstruct: gcc-plugin: Fix attribute additionKees Cook2-11/+43
2025-06-19randstruct: gcc-plugin: Remove bogus void memberKees Cook1-17/+1
2025-05-29kbuild: Properly disable -Wunterminated-string-initialization for clangNathan Chancellor1-1/+8
2025-05-29Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-1/+1
2025-05-29kconfig: do not clear SYMBOL_VALID when reading include/config/auto.confMasahiro Yamada1-7/+12
2025-05-29kbuild: fix argument parsing in scripts/configSeyediman Seyedarab1-10/+16
2025-05-29kconfig: merge_config: use an empty file as initfileDaniel Gomez1-2/+2
2025-05-22kbuild: Disable -Wdefault-const-init-unsafeNathan Chancellor1-0/+12
2025-05-02objtool: Silence more KCOV warnings, part 2Josh Poimboeuf1-1/+1
2025-05-02kbuild: add dependency from vmlinux to sorttableXi Ruoyao1-0/+4
2025-04-25scripts: generate_rust_analyzer: Add ffi crateLukas Fischer1-3/+9
2025-04-25rust: kbuild: use `pound` to support GNU Make < 4.3Miguel Ojeda1-1/+1
2025-04-25rust: kasan/kbuild: fix missing flags on first buildMiguel Ojeda1-1/+1
2025-04-20kbuild: exclude .rodata.(cst|str)* when building rangesKris Van Hees1-0/+5
2025-04-10kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionallyAlexandru Gagniuc1-2/+4
2025-04-10selinux: 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-13kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich2-11/+4
2025-03-13rust: start using the `#[expect(...)]` attributeMiguel Ojeda1-1/+1
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: switch from lz4c to lz4 for compressionParth Pancholi1-2/+2
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-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-09scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu1-1/+4
2025-01-09kbuild: pacman-pkg: provide versioned linux-api-headers packageThomas Weißschuh1-1/+1
2025-01-09modpost: fix the missed iteration for the max bit in do_input()Masahiro Yamada1-1/+1
2025-01-09scripts/mksysmap: Fix escape chars '$'Mostafa Saleh1-2/+2
2024-12-14setlocalversion: work around "git describe" performanceRasmus Villemoes1-16/+38
2024-12-14rust: enable arbitrary_self_types and remove `Receiver`Gary Guo1-1/+1
2024-12-14modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner1-1/+1
2024-12-05modpost: remove incorrect code in do_eisa_entry()Masahiro Yamada1-4/+1
2024-12-05kbuild: deb-pkg: Don't fail if modules.order is missingMatt Fleming1-10/+12
2024-12-05checkpatch: always parse orig_commit in fixes tagTamir Duberstein1-21/+16
2024-12-05kernel-doc: allow object-like macros in ReST outputRandy Dunlap1-13/+30
2024-12-05scripts/kernel-doc: Do not track section counter across processed filesChen-Yu Tsai1-3/+1
2024-12-05Revert "scripts/faddr2line: Check only two symbols when calculating symbol size"Carlos Llamas1-1/+1
2024-11-03Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-16/+39