aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-20kbuild: consolidate warning flags in scripts/Makefile.extrawarnArnd Bergmann1-0/+90
2023-08-18scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2-3/+12
2023-08-18scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori1-7/+10
2023-08-18arch/ia64/include: remove CONFIG_IA64_DEBUG_CMPXCHG from uapi headerThomas Huth1-1/+0
2023-08-18scripts: kernel-doc: fix macro handling in enumsPavan Kumar Linga1-0/+1
2023-08-18scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN]Pavan Kumar Linga1-0/+4
2023-08-17dt: dt-check-compatible: Find struct of_device_id instances with compiler annotationsRob Herring1-2/+2
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov2-21/+44
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma1-1/+1
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda1-1/+1
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2023-08-13kconfig: nconf: Add search jump featureJesse Taube3-15/+140
2023-08-10gcc-plugins: Rename last_stmt() for GCC 14+Kees Cook1-0/+4
2023-08-10btf, scripts: rust: drop is_rust_module.shAndrea Righi2-18/+0
2023-08-10kbuild: rust_is_available: add test suiteMiguel Ojeda1-0/+346
2023-08-10kbuild: rust_is_available: check that output looks as expectedMiguel Ojeda1-0/+28
2023-08-10kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`Miguel Ojeda1-2/+26
2023-08-10kbuild: rust_is_available: normalize version matchingMiguel Ojeda1-4/+5
2023-08-10kbuild: rust_is_available: fix confusion when a version appears in the pathMiguel Ojeda1-3/+1
2023-08-09kbuild: rust_is_available: check that environment variables are setMiguel Ojeda1-0/+29
2023-08-09kbuild: rust_is_available: add check for `bindgen` invocationMiguel Ojeda1-1/+21
2023-08-09kbuild: rust_is_available: print docs referenceMiguel Ojeda1-0/+17
2023-08-09kbuild: rust_is_available: fix version check when CC has multiple argumentsRussell Currey1-2/+2
2023-08-09kbuild: rust_is_available: remove -v optionMasahiro Yamada1-56/+40
2023-08-08scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${file_localversion}Rasmus Villemoes1-10/+26
2023-08-08scripts/setlocalversion: clean up stale commentRasmus Villemoes1-1/+1
2023-08-08kbuild: deb-pkg: split debian/rulesMasahiro Yamada2-29/+33
2023-08-08kbuild: deb-pkg: use Debian compliant shebang for debian/rulesMasahiro Yamada2-2/+2
2023-08-07scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma1-9/+18
2023-07-31modpost: remove ElF_Rela variables from for-loop in section_rel(a)Masahiro Yamada1-14/+11
2023-07-31modpost: clean up MIPS64 little endian relocation codeMasahiro Yamada2-55/+43
2023-07-31modpost: pass r_type to addend_*_rel()Masahiro Yamada1-13/+11
2023-07-31modpost: change return type of addend_*_rel()Masahiro Yamada1-39/+24
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-68/+0
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson1-68/+0
2023-07-29scripts/kallsyms: Fix build failure by setting errno before calling getline()James Clark1-0/+1
2023-07-27scripts/spelling.txt: remove 'thead' as a typoDrew Fustini1-1/+0
2023-07-24checkpatch: Complain about unexpected uses of RCU Tasks TracePaul E. McKenney1-0/+24
2023-07-25kbuild: rpm-pkg: skip build dependency check on non-rpm systemsMasahiro Yamada1-1/+2
2023-07-25kbuild: rpm-pkg: refactor *rpm-pkg targetsMasahiro Yamada2-33/+29
2023-07-25kbuild: rpm-pkg: build the kernel in-place for rpm-pkgMasahiro Yamada1-0/+1
2023-07-25kbuild: rpm-pkg: rename binkernel.spec to kernel.specMasahiro Yamada2-2/+4
2023-07-25kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada2-120/+120
2023-07-25kbuild: rpm-pkg: introduce %{with_devel} switch to select devel packageMasahiro Yamada2-29/+26
2023-07-25kbuild: rpm-pkg: run modules_install for non-modular kernelMasahiro Yamada1-9/+6
2023-07-25kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkgMasahiro Yamada2-16/+17
2023-07-25kbuild: rpm-pkg: use a dummy string for _arch when undefinedMasahiro Yamada1-3/+2
2023-07-25kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE}Masahiro Yamada1-3/+1
2023-07-25kbuild: refactor kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada3-33/+41
2023-07-25kbuild: add a phony target to run a command with Kbuild env varsMasahiro Yamada2-5/+2