summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-01-30kbuild: Use -fzero-init-padding-bits=allKees Cook1-0/+3
2025-01-30riscv: add a warning when physical memory address overflowsYunhui Cui1-0/+0
2025-01-30kconfig: fix memory leak in sym_warn_unmet_dep()Masahiro Yamada1-0/+1
2025-01-30kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LISTMasahiro Yamada1-2/+4
2025-01-28Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+9
2025-01-28Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-8/+2
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds3-18/+67
2025-01-27genksyms: fix syntax error for attribute before init-declaratorMasahiro Yamada1-4/+4
2025-01-27genksyms: fix syntax error for builtin (u)int*x*_t typesMasahiro Yamada1-0/+1
2025-01-27genksyms: fix syntax error for attribute after 'union'Masahiro Yamada1-5/+5
2025-01-25checkpatch: don't warn about extra parentheses in staging/Dan Carpenter1-3/+3
2025-01-25checkpatch: remove migrated RCU APIs from deprecated_apisDavid Reaver1-10/+0
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-1/+5
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-1/+41
2025-01-22Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2025-01-22Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2-6/+15
2025-01-22Merge tag 'trace-sorttable-v6.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-555/+685
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+7
2025-01-18genksyms: fix syntax error for attribute after 'struct'Masahiro Yamada2-6/+11
2025-01-18genksyms: fix syntax error for attribute after abstact_declaratorMasahiro Yamada1-2/+2
2025-01-18genksyms: fix syntax error for attribute before nested_declaratorMasahiro Yamada1-2/+2
2025-01-18genksyms: fix syntax error for attribute before abstract_declaratorMasahiro Yamada1-4/+4
2025-01-18genksyms: decouple ATTRIBUTE_PHRASE from type-qualifierMasahiro Yamada1-1/+4
2025-01-18genksyms: record attributes consistently for init-declaratorMasahiro Yamada1-1/+1
2025-01-18genksyms: restrict direct-declarator to take one parameter-type-listMasahiro Yamada1-4/+8
2025-01-18genksyms: restrict direct-abstract-declarator to take one parameter-type-listMasahiro Yamada1-6/+10
2025-01-18genksyms: remove Makefile hackMasahiro Yamada1-18/+0
2025-01-18genksyms: fix last 3 shift/reduce conflictsMasahiro Yamada1-8/+20
2025-01-18genksyms: fix 6 shift/reduce conflicts and 5 reduce/reduce conflictsMasahiro Yamada3-23/+26
2025-01-18genksyms: reduce type_qualifier directly to decl_specifierMasahiro Yamada1-1/+1
2025-01-18genksyms: rename cvar_qualifier to type_qualifierMasahiro Yamada1-8/+8
2025-01-18genksyms: rename m_abstract_declarator to abstract_declaratorMasahiro Yamada1-9/+9
2025-01-18kbuild: Fix signing issue for external modulesTorsten Hilbrich1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+14
2025-01-16scripts/tags.sh: Don't tag usages of DECLARE_BITMAPCosta Shulyupin1-0/+1
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman8-44/+74
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman6-35/+50
2025-01-13kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary1-0/+1
2025-01-13coccinelle: misc: add secs_to_jiffies scriptEaswar Hariharan1-0/+22
2025-01-13checkpatch: check return of `git_commit_info`Tamir Duberstein1-4/+4
2025-01-13checkpatch: update reference to include/asm-<arch>Geert Uytterhoeven1-1/+1
2025-01-13scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+36
2025-01-13scripts/decode_stacktrace.sh: fix decoding of lines with an additional infoLuca Ceresoli1-2/+14
2025-01-10modpost: Allow extended modversions without basic MODVERSIONSMatthew Maurer2-2/+8
2025-01-10cleanup, tags: Create tags for the cleanup primitivesPeter Zijlstra1-0/+7
2025-01-10modpost: Produce extended MODVERSIONS informationMatthew Maurer2-4/+59
2025-01-10kbuild: Add gendwarfksyms as an alternative to genksymsSami Tolvanen2-7/+30
2025-01-10gendwarfksyms: Add support for symbol type pointersSami Tolvanen4-1/+121
2025-01-10gendwarfksyms: Add support for reserved and ignored fieldsSami Tolvanen5-1/+558
2025-01-10gendwarfksyms: Add support for kABI rulesSami Tolvanen8-4/+531