summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2023-12-28kconfig: remove unreachable printf()Masahiro Yamada-1/+0
2023-12-28kconfig: add include guard to lkc_proto.hMasahiro Yamada-0/+5
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada-17/+2
2023-12-23kbuild: fix build ID symlinks to installed debug VDSO filesMasahiro Yamada-1/+1
2023-12-23gen_compile_commands.py: fix path resolve with symlinks in itJialu Xu-3/+3
2023-12-21rust: upgrade to Rust 1.74.1Miguel Ojeda-1/+1
2023-12-20Makefile.extrawarn: turn on missing-prototypes globallyArnd Bergmann-2/+2
2023-12-20Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman-0/+1
2023-12-19kernel-doc: Align quick help and the codeAndy Shevchenko-2/+2
2023-12-18docs: ignore __counted_by attribute in structure definitionsJonathan Corbet-0/+1
2023-12-17scripts: checkpatch: Add __aligned to the list of attribute notesMarcelo Schmitt-0/+1
2023-12-15scripts: kernel-doc: Clarify missing struct member descriptionKees Cook-1/+1
2023-12-15scripts/kernel-doc: restore warning for Excess struct/unionRandy Dunlap-0/+7
2023-12-15docs: Raise the minimum Sphinx requirement to 2.4.4Jonathan Corbet-9/+1
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+23
2023-12-14rust: Suppress searching builtin sysrootMatthew Maurer-0/+1
2023-12-13sign-file: Fix incorrect return values checkYusong Gao-6/+6
2023-12-10scripts/gdb: remove exception handling and refine print formatKuan-Ying Lee-35/+26
2023-12-10scripts/gdb/stackdepot: rename pool_index to pools_numKuan-Ying Lee-3/+3
2023-12-10scripts/spelling.txt: add more spellings to spelling.txtColin Ian King-0/+14
2023-12-10checkstack: sort output by size and function nameHeiko Carstens-2/+17
2023-12-10checkpatch: do not require an empty line before error injectionSergey Senozhatsky-1/+1
2023-12-10kconfig: factor out common code shared by mconf and nconfMasahiro Yamada-107/+75
2023-12-10modpost: remove unreachable code after fatal()Masahiro Yamada-6/+3
2023-12-10modpost: remove unneeded initializer in section_rel()Masahiro Yamada-1/+1
2023-12-10modpost: inform compilers that fatal() never returnsMasahiro Yamada-1/+7
2023-12-10modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada-3/+3
2023-12-10kbuild: determine base DTB by suffixMasahiro Yamada-2/+2
2023-12-10kbuild: deb-pkg: remove the fakeroot builds supportMasahiro Yamada-10/+2
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds-25/+17
2023-12-08checkpatch: add ethtool_sprintf rulesjustinstitt@google.com-0/+19
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+13
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+12
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton-4/+2
2023-12-06scripts/gdb: fix lx-device-list-bus and lx-device-list-classFlorian Fainelli-8/+8
2023-12-06scripts/gdb/tasks: fix lx-ps command errorKuan-Ying Lee-11/+7
2023-12-06checkstack: fix printed addressHeiko Carstens-6/+2
2023-12-03kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada-5/+12
2023-12-03kconfig: remove unneeded symbol_empty variableMasahiro Yamada-9/+2
2023-12-03scripts: clean up IA-64 codeMasahiro Yamada-34/+6
2023-12-03kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada-9/+8
2023-12-02cache: enforce cache groupsCoco Li-0/+5
2023-12-01Merge tag 'hardening-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2023-11-28kbuild: remove the last use of old cmd_src_tar rule in packagingMasahiro Yamada-24/+2
2023-11-28kbuild: buildtar: always make modules_installPetr Vorel-4/+2
2023-11-28kbuild: buildtar: Remove unused $dirsPetr Vorel-2/+0
2023-11-28kconfig: massage the loop in conf_read_simple()Masahiro Yamada-6/+13
2023-11-28kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada-1/+1
2023-11-28kconfig: introduce getline_stripped() helperMasahiro Yamada-14/+26
2023-11-28kconfig: deduplicate code in conf_read_simple()Masahiro Yamada-54/+35