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