summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-01-1835-453/+922
|\
| * kbuild: deb-pkg: use debian/<package> for tmpdirMasahiro Yamada2024-01-101-29/+12
| * kbuild: deb-pkg: move 'make headers' to build-archMasahiro Yamada2024-01-102-3/+2
| * kbuild: deb-pkg: do not search for 'scripts' directory under arch/Masahiro Yamada2024-01-051-1/+1
| * kbuild: deb-pkg: use build ID instead of debug link for dbg packageMasahiro Yamada2024-01-051-19/+13
| * kbuild: deb-pkg: use more debhelper commands in builddebMasahiro Yamada2024-01-053-18/+14
| * kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rulesMasahiro Yamada2024-01-051-5/+3
| * kbuild: deb-pkg: allow to run debian/rules from output directoryMasahiro Yamada2024-01-051-1/+1
| * kbuild: deb-pkg: set DEB_* variables if debian/rules is directly executedMasahiro Yamada2024-01-052-4/+14
| * kbuild: deb-pkg: squash scripts/package/deb-build-option to debian/rulesMasahiro Yamada2023-12-292-16/+3
| * kbuild: deb-pkg: factor out common Make options in debian/rulesMasahiro Yamada2023-12-291-4/+4
| * kbuild: deb-pkg: hard-code Build-DependsMasahiro Yamada2023-12-291-3/+2
| * kbuild: deb-pkg: split debian/copyright from the mkdebian scriptMasahiro Yamada2023-12-292-20/+17
| * check-uapi: Introduce check-uapi.shJohn Moon2023-12-291-0/+573
| * scripts: Introduce a default git.orderFileLeonardo Bras2023-12-291-0/+42
| * kconfig: WERROR unmet symbol dependencySergey Senozhatsky2023-12-294-5/+25
| * kconfig: Use KCONFIG_CONFIG instead of .configMarkus Schneider-Pargmann2023-12-281-1/+1
| * kconfig: remove redundant NULL pointer check before free()Masahiro Yamada2023-12-282-4/+2
| * kconfig: remove unreachable printf()Masahiro Yamada2023-12-281-1/+0
| * kconfig: add include guard to lkc_proto.hMasahiro Yamada2023-12-281-0/+5
| * kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada2023-12-282-17/+2
| * kconfig: factor out common code shared by mconf and nconfMasahiro Yamada2023-12-105-107/+75
| * modpost: remove unreachable code after fatal()Masahiro Yamada2023-12-101-6/+3
| * modpost: remove unneeded initializer in section_rel()Masahiro Yamada2023-12-101-1/+1
| * modpost: inform compilers that fatal() never returnsMasahiro Yamada2023-12-102-1/+7
| * modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada2023-12-102-3/+3
| * kbuild: determine base DTB by suffixMasahiro Yamada2023-12-101-2/+2
| * kbuild: deb-pkg: remove the fakeroot builds supportMasahiro Yamada2023-12-102-10/+2
| * kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada2023-12-031-5/+12
| * kconfig: remove unneeded symbol_empty variableMasahiro Yamada2023-12-031-9/+2
| * scripts: clean up IA-64 codeMasahiro Yamada2023-12-0310-34/+6
| * kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada2023-12-032-9/+8
| * kbuild: remove the last use of old cmd_src_tar rule in packagingMasahiro Yamada2023-11-282-24/+2
| * kbuild: buildtar: always make modules_installPetr Vorel2023-11-281-4/+2
| * kbuild: buildtar: Remove unused $dirsPetr Vorel2023-11-281-2/+0
| * kconfig: massage the loop in conf_read_simple()Masahiro Yamada2023-11-281-6/+13
| * kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada2023-11-281-1/+1
| * kconfig: introduce getline_stripped() helperMasahiro Yamada2023-11-281-14/+26
| * kconfig: deduplicate code in conf_read_simple()Masahiro Yamada2023-11-281-54/+35
| * kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada2023-11-281-13/+8
| * kconfig: require a space after '#' for valid inputMasahiro Yamada2023-11-281-0/+2
| * kconfig: remove error check for xrealloc()Masahiro Yamada2023-11-281-6/+2
| * kbuild: deb-pkg: apply short -R and -j optionsDmitrii Bundin2023-11-281-1/+1
| * kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada2023-11-281-1/+1
| * genksyms: use getopt_long() unconditionallyMasahiro Yamada2023-11-281-18/+0
| * genksyms: remove the remnant of the -s optionMasahiro Yamada2023-11-281-4/+2
* | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-172-11/+7
|\ \
| * | scripts/tags.sh: remove find_sourcesWei Yang2024-01-041-7/+2
| * | scripts/tags.sh: use -n to test archincludeWei Yang2024-01-041-1/+1
| * | scripts/tags.sh: add local annotationWei Yang2024-01-041-2/+2