summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li
2024-09-28Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-09-24Merge tag 'keys-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-20sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3Jan Stancek
2024-09-20sign-file,extract-cert: avoid using deprecated ERR_get_error_line()Jan Stancek
2024-09-20sign-file,extract-cert: move common SSL helper functions to a headerJan Stancek
2024-09-20kbuild: remove append operation on cmd_ld_ko_oThomas Weißschuh
2024-09-20kconfig: cache expression valuesMasahiro Yamada
2024-09-20kconfig: use hash table to reuse expressionsMasahiro Yamada
2024-09-20kconfig: refactor expr_eliminate_dups()Masahiro Yamada
2024-09-20kconfig: add comments to expression transformationsMasahiro Yamada
2024-09-20kconfig: change some expr_*() functions to boolMasahiro Yamada
2024-09-20scripts: move hash function from scripts/kconfig/ to scripts/include/Masahiro Yamada
2024-09-20kallsyms: change overflow variable to bool typeMasahiro Yamada
2024-09-20kallsyms: squash output_address()Masahiro Yamada
2024-09-20kbuild: add install target for modules.builtin.rangesKris Van Hees
2024-09-20scripts: add verifier script for builtin module range dataKris Van Hees
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees
2024-09-19Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-18Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-17Merge tag 'docs-6.12' of git://git.lwn.net/linuxLinus Torvalds
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16kbuild: rust: Enable KASAN supportMatthew Maurer
2024-09-16kbuild: rust: Define probing macros for rustcMatthew Maurer
2024-09-16kasan: simplify and clarify MakefileAndrey Konovalov
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer
2024-09-13btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada
2024-09-13btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada
2024-09-10kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees
2024-09-10scripts: subarch.include: fix SUBARCH on macOS hostsNick Desaulniers
2024-09-10scripts: import more hash table macrosMasahiro Yamada
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman