summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kconfig: do not delay the cur_filename updateMasahiro Yamada2024-02-192-10/+15
| * | | kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada2024-02-191-5/+5
| * | | kconfig: associate struct property with file name directlyMasahiro Yamada2024-02-193-9/+9
| * | | kconfig: associate struct menu with file name directlyMasahiro Yamada2024-02-195-10/+10
| * | | kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada2024-02-195-51/+37
| * | | kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada2024-02-191-8/+17
| * | | kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada2024-02-195-13/+23
| * | | kconfig: call env_write_dep() right after yyparse()Masahiro Yamada2024-02-194-12/+18
| * | | kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada2024-02-194-4/+11
| * | | kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada2024-02-191-1/+1
| * | | kconfig: remove compat_getline()Masahiro Yamada2024-02-191-52/+1
| * | | kconfig: remove orphan lookup_file() declarationMasahiro Yamada2024-02-191-1/+0
| * | | kconfig: fix off-by-one in zconf_error()Masahiro Yamada2024-02-191-1/+1
| * | | kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada2024-02-191-2/+5
| * | | Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"Masahiro Yamada2024-02-191-3/+1
| * | | Revert "kbuild/mkspec: support 'update-bootloader'-based systems"Masahiro Yamada2024-02-191-5/+0
| * | | kbuild: rpm-pkg: mark installed files in /boot as %ghostMasahiro Yamada2024-02-191-0/+4
| * | | kbuild: rpm-pkg: do not include depmod-generated filesMasahiro Yamada2024-02-191-3/+19
| * | | kbuild: deb-pkg: call more misc debhelper commandsMasahiro Yamada2024-02-192-9/+5
| * | | kbuild: deb-pkg: build binary-arch in parallelMasahiro Yamada2024-02-192-34/+47
| * | | kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg'Masahiro Yamada2024-02-191-7/+9
| * | | kbuild: deb-pkg: show verbose log for direct package buildsMasahiro Yamada2024-02-191-0/+8
| * | | kbuild: simplify dtbs_install by reading the list of compiled DTBsMasahiro Yamada2024-02-192-20/+18
| * | | kbuild: create a list of all built DTB filesMasahiro Yamada2024-02-192-8/+18
| * | | kconfig: fix line number in recursive inclusion detectionMasahiro Yamada2024-02-191-4/+5
| * | | kconfig: remove unneeded buffer allocation in zconf_initscan()Masahiro Yamada2024-02-191-16/+13
* | | | Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2024-03-211-1/+1
|\ \ \ \
| * | | | coccinelle: device_attr_show: Remove useless expression STRLi Zhijian2024-02-181-1/+1
* | | | | Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2024-03-181-33/+32
|\ \ \ \ \
| * | | | | scripts: check-sysctl-docs: handle per-namespace sysctlsThomas Weißschuh2024-02-231-0/+20
| * | | | | scripts: check-sysctl-docs: adapt to new APIThomas Weißschuh2024-02-231-33/+12
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-152-2/+6
|\ \ \ \ \
| * \ \ \ \ Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-117-18/+19
| |\ \ \ \ \
| * | | | | | x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-082-2/+6
* | | | | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-143-2/+4
|\ \ \ \ \ \ \
| * | | | | | | const_structs.checkpatch: add device_typeRicardo B. Marliere2024-03-061-0/+1
| * | | | | | | const_structs.checkpatch: add bus_typeRicardo B. Marliere2024-02-221-0/+1
| * | | | | | | riscv: remove MCOUNT_NAME workaroundNathan Chancellor2024-02-221-1/+1
| * | | | | | | kbuild: raise the minimum supported version of LLVM to 13.0.1Nathan Chancellor2024-02-221-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-27/+29
|\ \ \ \ \ \ \
| * | | | | | | scripts/gdb/vmalloc: fix vmallocinfo errorKuan-Ying Lee2024-02-211-27/+29
| |/ / / / / /
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-142-2/+6
|\ \ \ \ \ \ \
| * | | | | | | arm64: rust: Enable Rust support for AArch64Jamie Cunliffe2024-02-091-1/+3
| * | | | | | | rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2024-02-091-1/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | kernel-doc: Add unary operator * to $type_param_refAkira Yokosawa2024-02-291-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub...Linus Torvalds2024-03-132-0/+13
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | firmware: coreboot: Generate aliases for coreboot modulesNícolas F. R. A. Prado2024-02-172-0/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-072-2/+2
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |