summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-2914-224/+1406
|\
| * scripts/bloat-o-meter: count weak symbol sizesGeert Uytterhoeven2023-08-211-5/+5
| * scripts/gdb/vmalloc: add vmallocinfo supportKuan-Ying Lee2023-08-213-0/+65
| * scripts/gdb/slab: add slab supportKuan-Ying Lee2023-08-213-0/+340
| * scripts/gdb/page_owner: add page owner supportKuan-Ying Lee2023-08-213-0/+198
| * scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee2023-08-213-0/+57
| * scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee2023-08-214-204/+626
| * scripts/gdb/utils: add common type usageKuan-Ying Lee2023-08-211-0/+20
| * scripts/gdb/modules: add get module text supportKuan-Ying Lee2023-08-211-1/+31
| * scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee2023-08-211-2/+21
| * checkpatch: reword long-line warning about commit-msgJim Cromie2023-08-211-1/+1
| * checkpatch: special case extern struct in .cJim Cromie2023-08-211-0/+20
| * scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2023-08-182-3/+12
| * scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori2023-08-181-7/+10
| * arch/ia64/include: remove CONFIG_IA64_DEBUG_CMPXCHG from uapi headerThomas Huth2023-08-181-1/+0
* | Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-08-296-95/+545
|\ \
| * | scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo2023-08-201-2/+14
| * | rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma2023-08-151-1/+1
| * | rust: upgrade to Rust 1.71.1Miguel Ojeda2023-08-141-1/+1
| * | btf, scripts: rust: drop is_rust_module.shAndrea Righi2023-08-102-18/+0
| * | kbuild: rust_is_available: add test suiteMiguel Ojeda2023-08-101-0/+346
| * | kbuild: rust_is_available: check that output looks as expectedMiguel Ojeda2023-08-101-0/+28
| * | kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`Miguel Ojeda2023-08-101-2/+26
| * | kbuild: rust_is_available: normalize version matchingMiguel Ojeda2023-08-101-4/+5
| * | kbuild: rust_is_available: fix confusion when a version appears in the pathMiguel Ojeda2023-08-101-3/+1
| * | kbuild: rust_is_available: check that environment variables are setMiguel Ojeda2023-08-091-0/+29
| * | kbuild: rust_is_available: add check for `bindgen` invocationMiguel Ojeda2023-08-091-1/+21
| * | kbuild: rust_is_available: print docs referenceMiguel Ojeda2023-08-091-0/+17
| * | kbuild: rust_is_available: fix version check when CC has multiple argumentsRussell Currey2023-08-091-2/+2
| * | kbuild: rust_is_available: remove -v optionMasahiro Yamada2023-08-091-56/+40
| * | scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma2023-08-071-9/+18
| |/
* | Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-08-284-0/+338
|\ \
| * | rust: support running Rust documentation tests as KUnit onesMiguel Ojeda2023-07-194-0/+338
* | | Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-281-0/+24
|\ \ \
| * | | checkpatch: Complain about unexpected uses of RCU Tasks TracePaul E. McKenney2023-07-241-0/+24
| |/ /
* | | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-0/+4
|\ \ \
| * | | gcc-plugins: Rename last_stmt() for GCC 14+Kees Cook2023-08-101-0/+4
* | | | Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-131-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | scripts/kallsyms: Fix build failure by setting errno before calling getline()James Clark2023-07-291-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-301-68/+0
|\ \ \ \
| * | | | Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson2023-07-291-68/+0
| |/ / /
* / / / scripts/spelling.txt: remove 'thead' as a typoDrew Fustini2023-07-271-1/+0
|/ / /
* | | Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-234-10/+14
|\ \ \ | |/ / |/| |
| * | kbuild: rust: avoid creating temporary filesMiguel Ojeda2023-07-242-2/+9
| * | gen_compile_commands: add assembly files to compilation databaseBenjamin Gray2023-07-231-1/+1
| * | kconfig: gconfig: correct program name in help textRandy Dunlap2023-07-121-3/+3
| * | kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap2023-07-121-4/+1
| |/
* / kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song2023-07-121-3/+3
|/
* Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds2023-07-061-0/+3
|\
| * scripts: kernel-doc: support private / public marking for enumsJakub Kicinski2023-07-041-0/+3