summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-0/+2
|\
| * kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14Arnd Bergmann2023-04-181-0/+2
* | Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-7/+0
|\ \
| * | sh: remove sh5/sh64 last fragmentsRandy Dunlap2023-03-231-7/+0
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-274-13/+10
|\ \ \
| * | | module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang2023-04-131-2/+2
| * | | module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang2023-04-131-9/+1
| * | | module: Sync code of is_arm_mapping_symbol()Tiezhu Yang2023-04-131-0/+2
| * | | scripts/gdb: use mem instead of core_layout to get the module addressPankaj Raghav2023-04-133-4/+7
| |/ /
* | | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-272-0/+16
|\ \ \
| * \ \ Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman2023-04-104-4/+7
| |\ \ \
| * | | | cdx: add the cdx bus driverNipun Gupta2023-03-292-0/+16
* | | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-263-8/+7
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-206-121/+126
| |\ \ \ \ \
| * \ \ \ \ \ Daniel Borkmann says:Jakub Kicinski2023-04-131-1/+1
| |\ \ \ \ \ \
| | * | | | | | bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pagesAlejandro Colomar2023-04-111-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-063-3/+4
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-1/+3
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2023-03-282-7/+6
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | atomics: Provide atomic_add_negative() variantsThomas Gleixner2023-03-282-7/+6
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-4/+0
|\ \ \ \ \ \ \
| * | | | | | | scripts: Update the CONFIG_* ignore list in headers_install.shThomas Huth2023-03-101-4/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'soc-dt-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-04-251-0/+1
|\ \ \ \ \ \ \
| * | | | | | | dts: add riscv include prefix linkAndre Przywara2023-03-271-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-0/+9
|\ \ \ \ \ \ \
| * | | | | | | checkpatch: Error out if deprecated RCU API usedJoel Fernandes (Google)2023-04-051-0/+9
| |/ / / / / /
* | | | | | | scripts: Remove ICC-related dead codeRuihan Li2023-04-241-4/+0
* | | | | | | Merge tag 'kbuild-fixes-v6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-232-4/+4
|\ \ \ \ \ \ \
| * | | | | | | kbuild: use proper prefix for tarballs to fix rpm-pkg build errorMasahiro Yamada2023-04-231-3/+3
| * | | | | | | kbuild: deb-pkg: Fix a spell typo in mkdebian scriptWoody Suwalski2023-04-231-1/+1
* | | | | | | | ASN.1: Fix check for strdup() successEkaterina Orlova2023-04-211-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge tag 'rust-fixes-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-04-202-2/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | rust: fix regexp in scripts/is_rust_module.shAndrea Righi2023-04-191-1/+1
| * | | | | | scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina2023-04-071-1/+4
| | |_|_|/ / | |/| | | |
* | | | | | kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada2023-04-161-17/+9
* | | | | | kbuild: do not create intermediate *.tar for source tarballsMasahiro Yamada2023-04-161-7/+17
* | | | | | kbuild: merge cmd_archive_linux and cmd_archive_perfMasahiro Yamada2023-04-161-10/+9
* | | | | | kbuild: give up untracked files for source package buildsMasahiro Yamada2023-04-114-89/+90
|/ / / / /
* | | | | Merge tag 'kbuild-fixes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-013-3/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | modpost: Fix processing of CRCs on 32-bit build machinesBen Hutchings2023-03-231-1/+1
| * | | | scripts: merge_config: Fix typo in variable name.Mirsad Goran Todorovac2023-03-231-1/+1
| * | | | kbuild: deb-pkg: set version for linux-headers pathsKevin Locke2023-03-221-1/+2
| | |/ / | |/| |
* / | | checksyscalls: ignore fstat to silence build warning on LoongArchTiezhu Yang2023-03-231-1/+3
|/ / /
* | | kbuild: use git-archive for source package creationMasahiro Yamada2023-03-169-1149/+180
* | | kbuild: rpm-pkg: move source components to rpmbuild/SOURCESMasahiro Yamada2023-03-162-5/+9
* | | kbuild: deb-pkg: use dh_listpackages to know enabled packagesMasahiro Yamada2023-03-152-29/+39
* | | kbuild: deb-pkg: split image and debug objects staging out into functionsMasahiro Yamada2023-03-151-106/+116
* | | kbuild: deb-pkg: set CROSS_COMPILE only when undefinedMasahiro Yamada2023-03-151-3/+2
* | | kbuild: deb-pkg: do not take KERNELRELEASE from the source versionMasahiro Yamada2023-03-152-5/+5
* | | kbuild: deb-pkg: make debian source package working againMasahiro Yamada2023-03-151-1/+4