summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-06-25kbuild: Disable GCOV for *.mod.oSami Tolvanen
2023-06-25kbuild: Fix CFI failures with GCOVSami Tolvanen
2023-06-25kbuild: make clean rule robust against too long argument errorMasahiro Yamada
2023-06-24script: modpost: emit a warning when the description is missingVincenzo Palazzo
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22modpost: show offset from symbol for section mismatch warningsMasahiro Yamada
2023-06-22modpost: merge two similar section mismatch warningsMasahiro Yamada
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada
2023-06-22modpost: use null string instead of NULL pointer for default namespaceMasahiro Yamada
2023-06-22modpost: squash sym_update_namespace() into sym_add_exported()Masahiro Yamada
2023-06-22modpost: check static EXPORT_SYMBOL* by modpost againMasahiro Yamada
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada
2023-06-21kbuild: Support flat DTBs installRob Herring
2023-06-19scripts/gdb: fix SB_* constants parsingFlorian Fainelli
2023-06-19scripts: fix the gfp flags header path in gfp-translatePrathu Baronia
2023-06-16vfio/cdx: add support for CDX busNipun Gupta
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval
2023-06-16locking/atomic: scripts: fix ${atomic}_dec_if_positive() kerneldocMark Rutland
2023-06-15modpost: pass struct module pointer to check_section_mismatch()Masahiro Yamada
2023-06-15powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin
2023-06-15scripts/kallsyms: remove KSYM_NAME_LEN_BUFFERMasahiro Yamada
2023-06-15scripts/kallsyms: constify long_optionsMasahiro Yamada
2023-06-10kbuild: enable kernel-doc -Wall for W=2Johannes Berg
2023-06-10kernel-doc: don't let V=1 change outcomeJohannes Berg
2023-06-09checkpatch: check for 0-length and 1-element arraysKees Cook
2023-06-09scripts/spelling.txt: add more spellings to spelling.txtColin Ian King
2023-06-08modpost: fix off by one in is_executable_section()Dan Carpenter
2023-06-08streamline_config.pl: handle also ${CONFIG_FOO}Jiri Slaby
2023-06-07kbuild: Add KBUILD_CPPFLAGS to as-option invocationNathan Chancellor
2023-06-07scripts/mksysmap: Ignore __pi_ local arm64 symbolsPierre-Clément Tosi
2023-06-07scripts/mksysmap: Fix badly escaped '$'Pierre-Clément Tosi
2023-06-07modpost: propagate W=1 build option to modpostMasahiro Yamada
2023-06-05checkpatch: Check for 0-length and 1-element arraysKees Cook
2023-06-05locking/atomic: scripts: generate kerneldoc commentsMark Rutland
2023-06-05docs: scripts: kernel-doc: accept bitwise negation like ~@varMark Rutland
2023-06-05locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland
2023-06-05locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland
2023-06-05locking/atomic: scripts: split pfx/name/sfx/orderMark Rutland
2023-06-05locking/atomic: scripts: restructure fallback ifdefferyMark Rutland
2023-06-05locking/atomic: scripts: build raw_atomic_long*() directlyMark Rutland
2023-06-05locking/atomic: scripts: add trivial raw_atomic*_<op>()Mark Rutland
2023-06-05locking/atomic: scripts: factor out order template generationMark Rutland
2023-06-05locking/atomic: scripts: remove leftover "${mult}"Mark Rutland
2023-06-05locking/atomic: scripts: remove bogus order parameterMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-06-05locking/atomic: remove fallback commentsMark Rutland
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra
2023-06-05parisc: Raise minimal GCC versionPeter Zijlstra
2023-06-05instrumentation: Wire up cmpxchg128()Peter Zijlstra
2023-06-05kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGSMasahiro Yamada