summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2022-09-29kbuild: check sha1sum just once for each atomic headerMasahiro Yamada
2022-09-29kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada
2022-09-29kbuild: remove the target in signal traps when interruptedMasahiro Yamada
2022-09-28x86: enable initial Rust supportMiguel Ojeda
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-09-28scripts: add `is_rust_module.sh`Daniel Xu
2022-09-28scripts: add `rust_is_available.sh`Miguel Ojeda
2022-09-28scripts: add `generate_rust_target.rs`Miguel Ojeda
2022-09-28scripts: add `generate_rust_analyzer.py`Miguel Ojeda
2022-09-28scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda
2022-09-28scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda
2022-09-28scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-28kallsyms: support "big" kernel symbolsMiguel Ojeda
2022-09-28kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`Miguel Ojeda
2022-09-28kallsyms: avoid hardcoding buffer sizeBoqun Feng
2022-09-28kallsyms: use `ARRAY_SIZE` instead of hardcoded sizeBoqun Feng
2022-09-27dt: Add a check for undocumented compatible strings in kernelRob Herring
2022-09-27kbuild: take into account DT_SCHEMA_FILES changes while checking dtbsDmitry Baryshkov
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen
2022-09-26scripts/kallsyms: Ignore __kcfi_typeid_Sami Tolvanen
2022-09-24Makefile.debug: re-enable debug info for .S filesNick Desaulniers
2022-09-24Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLITNick Desaulniers
2022-09-24Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng
2022-09-24scripts/clang-tools: remove unused moduleyangxingwu
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20selinux: remove runtime disable message in the install_policy.sh scriptPaul Moore
2022-09-20selinux: use "grep -E" instead of "egrep"Greg Kroah-Hartman
2022-09-11checkpatch: handle FILE pointer typeMickaël Salaün
2022-09-11checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny
2022-09-11scripts/decodecode: improve faulting line determinationBorislav Petkov
2022-09-11Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-10mksysmap: Fix the mismatch of 'L0' symbols in System.mapYouling Tang
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-04Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers
2022-08-29scripts/extract-ikconfig: add zstd compression supportThitat Auareesuksakul
2022-08-29scripts: remove obsolete gcc-ld scriptLukas Bulwahn
2022-08-25bpf/scripts: Assert helper enum value is aligned with comment orderEyal Birger
2022-08-23scripts/bpf: Set date attribute for bpf-helpers(7) man pageQuentin Monnet
2022-08-23scripts/bpf: Set version attribute for bpf-helpers(7) man pageQuentin Monnet
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers
2022-08-20Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-21scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGuru Das Srinagesh
2022-08-21scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-lengthNathan Chancellor
2022-08-21kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__Jiri Slaby
2022-08-21modpost: fix module versioning when a symbol lacks valid CRCMasahiro Yamada
2022-08-19Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-16gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a fileAndrew Donnellan
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds