summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2022-10-02kallsyms: take the input file instead of reading stdinMasahiro Yamada-19/+34
2022-10-02kallsyms: drop duplicated ignore patterns from kallsyms.cMasahiro Yamada-4/+13
2022-10-02kbuild: reuse mksysmap output for kallsymsMasahiro Yamada-6/+5
2022-10-02mksysmap: update comment about __crc_*Masahiro Yamada-4/+4
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada-0/+53
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-30/+10
2022-10-01Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen-0/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+10
2022-09-29checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand-3/+3
2022-09-29docs: move asm-annotations.rst into core-apiJonathan Corbet-1/+1
2022-09-29kbuild: re-run modpost when it is updatedMasahiro Yamada-6/+8
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada-69/+29
2022-09-29kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada-3/+0
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada-20/+28
2022-09-29kbuild: list sub-directories in ./KbuildMasahiro Yamada-0/+2
2022-09-29Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers-5/+9
2022-09-29kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch-2/+2
2022-09-29scripts: remove unused argument 'type'Zeng Heng-3/+3
2022-09-29Kconfig: remove sym_set_choice_valueZeng Heng-6/+1
2022-09-29kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada-26/+20
2022-09-29kbuild: fix and refactor single target buildMasahiro Yamada-38/+16
2022-09-29kbuild: rewrite check-local-export in sh/awkOwen Rafferty-49/+48
2022-09-29Revert "kbuild: Make scripts/compile.h when sh != bash"Masahiro Yamada-3/+0
2022-09-29scripts/mkcompile_h: move LC_ALL=C to '$LD -v'Masahiro Yamada-6/+2
2022-09-29kbuild: build init/built-in.a just onceMasahiro Yamada-91/+15
2022-09-29kbuild: do not deduplicate modules.orderMasahiro Yamada-1/+1
2022-09-29kbuild: check sha1sum just once for each atomic headerMasahiro Yamada-33/+0
2022-09-29kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada-1/+4
2022-09-29kbuild: remove the target in signal traps when interruptedMasahiro Yamada-1/+22
2022-09-28x86: enable initial Rust supportMiguel Ojeda-2/+13
2022-09-28Kbuild: add Rust supportMiguel Ojeda-15/+203
2022-09-28scripts: add `is_rust_module.sh`Daniel Xu-0/+16
2022-09-28scripts: add `rust_is_available.sh`Miguel Ojeda-0/+168
2022-09-28scripts: add `generate_rust_target.rs`Miguel Ojeda-0/+172
2022-09-28scripts: add `generate_rust_analyzer.py`Miguel Ojeda-0/+135
2022-09-28scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda-0/+14
2022-09-28scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda-2/+2
2022-09-28scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda-2/+6
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda-2/+2
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda-3/+26
2022-09-28kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`Miguel Ojeda-2/+12
2022-09-28kallsyms: avoid hardcoding buffer sizeBoqun Feng-2/+8
2022-09-28kallsyms: use `ARRAY_SIZE` instead of hardcoded sizeBoqun Feng-1/+1
2022-09-27dt: Add a check for undocumented compatible strings in kernelRob Herring-0/+69
2022-09-27kbuild: take into account DT_SCHEMA_FILES changes while checking dtbsDmitry Baryshkov-8/+6
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen-19/+4
2022-09-26scripts/kallsyms: Ignore __kcfi_typeid_Sami Tolvanen-0/+1
2022-09-24Makefile.debug: re-enable debug info for .S filesNick Desaulniers-10/+11
2022-09-24Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLITNick Desaulniers-3/+1
2022-09-24Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng-6/+0