summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-02-10scripts/lib/abi/abi_parser.py: optimize parse_abi() functionMauro Carvalho Chehab1-15/+34
2025-02-10scripts/get_abi.py: add support for symbol searchMauro Carvalho Chehab2-0/+76
2025-02-10scripts/get_abi.py: add a Python tool to generate ReST outputMauro Carvalho Chehab3-0/+658
2025-02-10scripts/documentation-file-ref-check: don't check perl/python scriptsMauro Carvalho Chehab1-1/+1
2025-02-10scripts/gen-crc-consts: add gen-crc-consts.pyEric Biggers1-0/+238
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-7/+49
2025-02-08Merge tag 'rust-fixes-6.14' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+18
2025-02-07kbuild: Move -Wenum-enum-conversion to W=2Nathan Chancellor1-1/+4
2025-02-08kbuild: install-extmod-build: add missing quotation marks for CC variableWangYuli1-1/+1
2025-02-07x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0Alice Ryhl1-0/+18
2025-02-06kbuild: fix misspelling in scripts/Makefile.libOleh Zadorozhnyi1-1/+1
2025-02-06kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada3-0/+42
2025-02-06scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1Nathan Chancellor1-5/+5
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-02-01scripts/gdb: fix aarch64 userspace detection in get_current_taskJan Kiszka1-1/+1
2025-01-31Remove stale generated 'genheaders' fileLinus Torvalds1-0/+0
2025-01-31Merge tag 'hardening-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+0
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-214/+3837
2025-02-01kbuild: fix Clang LTO with CONFIG_OBJTOOL=nMasahiro Yamada2-4/+8
2025-02-01kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel1-0/+3
2025-01-30kbuild: Use -fzero-init-padding-bits=allKees Cook1-0/+3
2025-01-29riscv: 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-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+9
2025-01-27Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-8/+2
2025-01-26Merge 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-24checkpatch: don't warn about extra parentheses in staging/Dan Carpenter1-3/+3
2025-01-24checkpatch: 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-21Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2-6/+15
2025-01-21Merge 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