summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kbuild: rpm-pkg: use %{makeflags} to pass common Make optionsMasahiro Yamada2023-07-251-5/+6
| * | | kbuild: rpm-pkg: do not hard-code $MAKE in spec fileMasahiro Yamada2023-07-252-7/+10
| * | | kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec fileMasahiro Yamada2023-07-251-1/+0
| * | | kbuild: rpm-pkg: define _arch conditionallyMasahiro Yamada2023-07-251-1/+1
| * | | Revert "kbuild: Hack for depmod not handling X.Y versions"Michal Suchanek2023-07-251-26/+1
| * | | kconfig: menuconfig: remove jump_key::indexMasahiro Yamada2023-07-253-12/+4
| * | | kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada2023-07-255-90/+97
| * | | linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada2023-07-252-2/+7
* | | | Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2023-08-301-0/+5
|\ \ \ \
| * | | | scripts: kernel-doc: fix macro handling in enumsPavan Kumar Linga2023-08-181-0/+1
| * | | | scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN]Pavan Kumar Linga2023-08-181-0/+4
* | | | | Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-301-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | dt: dt-check-compatible: Find struct of_device_id instances with compiler ann...Rob Herring2023-08-171-2/+2
| |/ / /
* | | | 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