aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-07kbuild: compile constant module information only onceThomas Weißschuh3-25/+30
2024-09-07kbuild: remove recent dependency on "truncate" programTony Battersby1-1/+1
2024-09-07kbuild: add debug package to pacman PKGBUILDJose Fernandez1-1/+14
2024-09-05kbuild: rust: add `CONFIG_RUSTC_VERSION`Miguel Ojeda1-0/+26
2024-09-05scripts: sphinx-pre-install: remove unnecessary double check for $cur_versionSebastian Muxel1-2/+0
2024-09-05Merge tag 'v6.11-rc6' into docs-mwJonathan Corbet13-76/+30
2024-09-05dt: dt-extract-compatibles: Extract compatibles from function parametersRob Herring (Arm)1-0/+13
2024-09-03kasan: simplify and clarify MakefileAndrey Konovalov1-22/+23
2024-09-03slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE()Masahiro Yamada2-0/+15
2024-09-01scripts/decode_stacktrace.sh: add '-h' flagLuca Ceresoli1-1/+5
2024-09-01scripts/decode_stacktrace.sh: clarify command lineLuca Ceresoli1-1/+2
2024-09-01scripts/decode_stacktrace.sh: remove find_module recursion and improve error ...Luca Ceresoli1-20/+20
2024-09-01scripts/decode_stacktrace.sh: nix-ifyKent Overstreet1-1/+1
2024-09-01scripts/gdb: add 'lx-kasan_mem_to_shadow' commandKuan-Ying Lee2-0/+45
2024-09-01scripts/gdb: add 'lx-stack_depot_lookup' command.Kuan-Ying Lee1-0/+27
2024-09-01scripts/gdb: fix lx-mounts command errorKuan-Ying Lee1-2/+2
2024-09-01scripts/gdb: add iteration function for rbtreeKuan-Ying Lee1-0/+12
2024-09-01scripts/gdb: fix timerlist parsing issueKuan-Ying Lee1-15/+16
2024-09-01scripts: add macro_checker script to check unused parameters in macrosJulian Sun1-0/+131
2024-09-01xz: adjust arch-specific options for better kernel compressionLasse Collin1-5/+137
2024-09-01xz: use 128 MiB dictionary and force single-threaded modeLasse Collin1-1/+12
2024-09-01xz: fix comments and coding styleLasse Collin1-5/+8
2024-09-01xz: switch from public domain to BSD Zero Clause License (0BSD)Lasse Collin1-4/+1
2024-09-01scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enumMarc Zyngier1-17/+49
2024-09-01modpost: simplify modpost_log()Masahiro Yamada2-19/+9
2024-09-01kbuild: pacman-pkg: do not override objtreeMasahiro Yamada2-3/+4
2024-09-01kbuild: pacman-pkg: move common commands to a separate functionMasahiro Yamada1-7/+10
2024-09-01kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGESJose Fernandez1-6/+12
2024-09-01modpost: improve the section mismatch warning formatMasahiro Yamada1-8/+13
2024-09-01fixdep: use xmalloc()Masahiro Yamada1-10/+5
2024-09-01kallsyms: use xmalloc() and xrealloc()Masahiro Yamada1-18/+5
2024-09-01modpost: replace the use of NOFAIL() with xmalloc() etc.Masahiro Yamada4-27/+17
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada14-54/+65
2024-09-01kconfig: remove P_SYMBOL propertyMasahiro Yamada4-8/+0
2024-09-01kconfig: stop adding P_SYMBOL property to symbolsMasahiro Yamada1-3/+1
2024-09-01kconfig: remove dummy assignments to cur_{filename,lineno}Masahiro Yamada1-8/+0
2024-09-01kbuild: modinst: remove the multithread option from zstd compressionMasahiro Yamada1-1/+1
2024-09-01kbuild: cross-compile linux-headers package when possibleMasahiro Yamada1-0/+34
2024-09-01kbuild: slim down package for building external modulesMasahiro Yamada1-5/+16
2024-09-01modpost: detect endianness on run-timeMasahiro Yamada3-28/+40
2024-09-01modpost: remove unused HOST_ELFCLASSMasahiro Yamada1-6/+0
2024-08-26get_maintainer: add --bug option to print bug reporting infoJani Nikula1-2/+15
2024-08-23net: drop special comment styleJohannes Berg1-10/+0
2024-08-23rust: support arrays in target JSONMatthew Maurer1-29/+53
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-23/+18
2024-08-23kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada4-4/+4
2024-08-20scripts: add boot policy generation programDeven Bowers5-0/+155
2024-08-19module: Split modules_install compression and in-kernel decompressionPetr Pavlu1-0/+2
2024-08-18objtool/kbuild/rust: enable objtool for RustMiguel Ojeda1-2/+7
2024-08-18x86/rust: support MITIGATION_SLSMiguel Ojeda1-0/+8