summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | scripts/tags.sh: use more portable -path instead of -wholenameWei Yang2024-01-041-1/+1
| * | | scripts/tags.sh: Update comment (addition of gtags)René Nyffenegger2024-01-041-1/+1
| * | | Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-12-201-0/+1
| |\ \ \
| | * | | scripts: checkpatch: Add __aligned to the list of attribute notesMarcelo Schmitt2023-12-171-0/+1
* | | | | Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-171-2/+17
|\ \ \ \ \
| * | | | | scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas2024-01-121-2/+17
* | | | | | Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds2024-01-113-13/+15
|\ \ \ \ \ \
| * | | | | | kernel-doc: handle a void function without producing a warningRandy Dunlap2024-01-031-0/+1
| * | | | | | scripts/get_abi.pl: ignore some temp filesRandy Dunlap2024-01-031-0/+1
| * | | | | | scripts/get_abi: fix source path leakVegard Nossum2024-01-031-1/+1
| * | | | | | kernel-doc: Align quick help and the codeAndy Shevchenko2023-12-191-2/+2
| * | | | | | docs: ignore __counted_by attribute in structure definitionsJonathan Corbet2023-12-181-0/+1
| * | | | | | scripts: kernel-doc: Clarify missing struct member descriptionKees Cook2023-12-151-1/+1
| * | | | | | scripts/kernel-doc: restore warning for Excess struct/unionRandy Dunlap2023-12-151-0/+7
| * | | | | | docs: Raise the minimum Sphinx requirement to 2.4.4Jonathan Corbet2023-12-151-9/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-01-112-1/+2
|\ \ \ \ \ \
| * | | | | | rust: upgrade to Rust 1.74.1Miguel Ojeda2023-12-211-1/+1
| * | | | | | rust: Suppress searching builtin sysrootMatthew Maurer2023-12-141-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-112-0/+24
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-043-24/+32
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-144-31/+23
| |\ \ \ \ \ \
| * | | | | | | checkpatch: add ethtool_sprintf rulesjustinstitt@google.com2023-12-081-0/+19
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-072-4/+13
| |\ \ \ \ \ \ \
| * | | | | | | | cache: enforce cache groupsCoco Li2023-12-021-0/+5
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-1/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | hexagon: Remove CONFIG_HEXAGON_ARCH_VERSION from uapi headerThomas Huth2023-11-231-1/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-099-56/+84
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | scripts/decode_stacktrace.sh: strip unexpected CR from linesBjorn Andersson2023-12-291-0/+3
| * | | | | | scripts/checkstack.pl: fix no space expression between sp and offsetKuan-Ying Lee2023-12-291-1/+1
| * | | | | | scripts/checkstack.pl: change min_stack to 512 by defaultTiezhu Yang2023-12-291-1/+1
| * | | | | | scripts/checkstack.pl: match all stack sizes for some archsTiezhu Yang2023-12-291-6/+6
| * | | | | | scripts/checkstack.pl: add min_stack to the usage commentTiezhu Yang2023-12-291-1/+1
| * | | | | | scripts/checkstack.pl: remove ia64 supportTiezhu Yang2023-12-291-4/+0
| * | | | | | checkstack: add loongarch support for scripts/checkstack.plYouling Tang2023-12-291-0/+4
| * | | | | | scripts/decodecode: add support for LoongArchYouling Tang2023-12-291-0/+5
| * | | | | | Makefile.extrawarn: turn on missing-prototypes globallyArnd Bergmann2023-12-201-2/+2