summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds50-298/+635
2023-06-27powerpc: remove checks for binutils older than 2.25Masahiro Yamada1-4/+0
2023-06-27scripts/mksysmap: Ignore prefixed KCFI symbolsPierre-Clément Tosi1-0/+2
2023-06-27kbuild: deb-pkg: remove the CONFIG_MODULES check in buildebMasahiro Yamada1-8/+4
2023-06-27kbuild: builddeb: always make modules_install, to install modules.builtin*Josh Triplett1-1/+1
2023-06-26Merge tag 'rust-6.5' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-2/+2
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra1-1/+1
2023-06-25Merge tag 'objtool_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+21
2023-06-25modpost: continue even with unknown relocation typeMasahiro Yamada1-10/+9
2023-06-25modpost: factor out Elf_Sym pointer calculation to section_rel()Masahiro Yamada1-4/+5
2023-06-25modpost: factor out inst location calculation to section_rel()Masahiro Yamada1-16/+12
2023-06-25kbuild: Disable GCOV for *.mod.oSami Tolvanen1-1/+1
2023-06-25kbuild: Fix CFI failures with GCOVSami Tolvanen1-0/+1
2023-06-25kbuild: make clean rule robust against too long argument errorMasahiro Yamada1-1/+3
2023-06-24script: modpost: emit a warning when the description is missingVincenzo Palazzo1-0/+2
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+9
2023-06-22modpost: show offset from symbol for section mismatch warningsMasahiro Yamada1-2/+2
2023-06-22modpost: merge two similar section mismatch warningsMasahiro Yamada1-15/+3
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada8-186/+65
2023-06-22modpost: use null string instead of NULL pointer for default namespaceMasahiro Yamada1-6/+11
2023-06-22modpost: squash sym_update_namespace() into sym_add_exported()Masahiro Yamada1-23/+4
2023-06-22modpost: check static EXPORT_SYMBOL* by modpost againMasahiro Yamada3-74/+7
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada4-40/+79
2023-06-21kbuild: Support flat DTBs installRob Herring1-1/+1
2023-06-19scripts/gdb: fix SB_* constants parsingFlorian Fainelli1-6/+6
2023-06-19scripts: fix the gfp flags header path in gfp-translatePrathu Baronia1-3/+3
2023-06-16vfio/cdx: add support for CDX busNipun Gupta2-1/+17
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval2-0/+21
2023-06-16locking/atomic: scripts: fix ${atomic}_dec_if_positive() kerneldocMark Rutland1-1/+1
2023-06-15modpost: pass struct module pointer to check_section_mismatch()Masahiro Yamada1-11/+11
2023-06-15powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin1-1/+1
2023-06-14scripts/kallsyms: remove KSYM_NAME_LEN_BUFFERMasahiro Yamada1-29/+32
2023-06-14scripts/kallsyms: constify long_optionsMasahiro Yamada1-1/+1
2023-06-10kbuild: enable kernel-doc -Wall for W=2Johannes Berg1-1/+3
2023-06-10kernel-doc: don't let V=1 change outcomeJohannes Berg2-6/+24
2023-06-10checkpatch: check for 0-length and 1-element arraysKees Cook1-0/+10
2023-06-10scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+22
2023-06-08modpost: fix off by one in is_executable_section()Dan Carpenter1-1/+1
2023-06-08streamline_config.pl: handle also ${CONFIG_FOO}Jiri Slaby1-1/+1
2023-06-07kbuild: Add KBUILD_CPPFLAGS to as-option invocationNathan Chancellor1-1/+1
2023-06-07scripts/mksysmap: Ignore __pi_ local arm64 symbolsPierre-Clément Tosi1-0/+4
2023-06-07scripts/mksysmap: Fix badly escaped '$'Pierre-Clément Tosi1-2/+2
2023-06-07modpost: propagate W=1 build option to modpostMasahiro Yamada2-1/+7
2023-06-06checkpatch: Check for 0-length and 1-element arraysKees Cook1-0/+10
2023-06-05locking/atomic: scripts: generate kerneldoc commentsMark Rutland26-4/+399
2023-06-05docs: scripts: kernel-doc: accept bitwise negation like ~@varMark Rutland1-1/+1
2023-06-05locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland23-92/+20
2023-06-05locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland1-18/+9
2023-06-05locking/atomic: scripts: split pfx/name/sfx/orderMark Rutland1-3/+8
2023-06-05locking/atomic: scripts: restructure fallback ifdefferyMark Rutland24-207/+196