summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2022-08-08Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell
2022-08-08Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell
2022-08-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Stephen Rothwell
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-08-06Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-05Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2022-08-05x86: enable initial Rust supportMiguel Ojeda
2022-08-05Kbuild: add Rust supportMiguel Ojeda
2022-08-05scripts: add `is_rust_module.sh`Daniel Xu
2022-08-05scripts: add `rust_is_available.sh`Miguel Ojeda
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-04scripts: add `generate_rust_target.rs`Miguel Ojeda
2022-08-04scripts: add `generate_rust_analyzer.py`Miguel Ojeda
2022-08-04scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda
2022-08-04scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda
2022-08-04scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda
2022-08-04kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-08-04kallsyms: support "big" kernel symbolsMiguel Ojeda
2022-08-04kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`Miguel Ojeda
2022-08-04kallsyms: avoid hardcoding buffer sizeBoqun Feng
2022-08-04kallsyms: use `sizeof` instead of hardcoded sizeBoqun Feng
2022-08-04modpost: remove .symbol_white_list field entirelyMasahiro Yamada
2022-08-04modpost: remove unneeded .symbol_white_list initializersMasahiro Yamada
2022-08-04modpost: add PATTERNS() helper macroMasahiro Yamada
2022-08-04modpost: shorten warning messages in report_sec_mismatch()Masahiro Yamada
2022-08-04Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost"Masahiro Yamada
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-03sign-file: Fix confusing error messagesTianjia Zhang
2022-08-03modpost: use more reliable way to get fromsec in section_rel(a)()Masahiro Yamada
2022-08-03modpost: add array range check to sec_name()Masahiro Yamada
2022-08-03modpost: refactor get_secindex()Masahiro Yamada
2022-08-03kbuild: set EXIT trap before creating temporary directoryMasahiro Yamada
2022-08-03modpost: remove unused Elf_Sword macroMasahiro Yamada
2022-08-03Makefile.extrawarn: re-enable -Wformat for clangJustin Stitt
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds
2022-08-02scripts/faddr2line: Add CONFIG_DEBUG_INFO checkJosh Poimboeuf
2022-08-02scripts/faddr2line: Fix vmlinux detection on arm64Josh Poimboeuf
2022-08-02scripts/tracing: Fix typo 'the the' in commentSlark Xiao
2022-08-01Merge tag 'x86_build_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-07-29scripts/gdb: ensure the absolute path is generated on initial sourceAaron Tomlin
2022-07-27kconfig: Qt5: tell the user which packages are requiredRandy Dunlap
2022-07-27modpost: use sym_get_data() to get module device_table dataMasahiro Yamada
2022-07-27modpost: drop executable ELF supportMasahiro Yamada
2022-07-27checkstack: add riscv support for scripts/checkstack.plWadim Mueller
2022-07-27kconfig: shorten the temporary directory name for cc-optionMasahiro Yamada