summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-09-13btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada
2024-09-13btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada
2024-09-10kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees
2024-09-10scripts: subarch.include: fix SUBARCH on macOS hostsNick Desaulniers
2024-09-10scripts: import more hash table macrosMasahiro Yamada
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman
2024-09-08kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.hostMasahiro Yamada
2024-09-07kbuild: compile constant module information only onceThomas Weißschuh
2024-09-07kbuild: remove recent dependency on "truncate" programTony Battersby
2024-09-07kbuild: add debug package to pacman PKGBUILDJose Fernandez
2024-09-05kbuild: rust: add `CONFIG_RUSTC_VERSION`Miguel Ojeda
2024-09-05scripts: sphinx-pre-install: remove unnecessary double check for $cur_versionSebastian Muxel
2024-09-05Merge tag 'v6.11-rc6' into docs-mwJonathan Corbet
2024-09-05dt: dt-extract-compatibles: Extract compatibles from function parametersRob Herring (Arm)
2024-09-03kasan: simplify and clarify MakefileAndrey Konovalov
2024-09-03slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE()Masahiro Yamada
2024-09-01scripts/decode_stacktrace.sh: add '-h' flagLuca Ceresoli
2024-09-01scripts/decode_stacktrace.sh: clarify command lineLuca Ceresoli
2024-09-01scripts/decode_stacktrace.sh: remove find_module recursion and improve error ...Luca Ceresoli
2024-09-01scripts/decode_stacktrace.sh: nix-ifyKent Overstreet
2024-09-01scripts/gdb: add 'lx-kasan_mem_to_shadow' commandKuan-Ying Lee
2024-09-01scripts/gdb: add 'lx-stack_depot_lookup' command.Kuan-Ying Lee
2024-09-01scripts/gdb: fix lx-mounts command errorKuan-Ying Lee
2024-09-01scripts/gdb: add iteration function for rbtreeKuan-Ying Lee
2024-09-01scripts/gdb: fix timerlist parsing issueKuan-Ying Lee
2024-09-01scripts: add macro_checker script to check unused parameters in macrosJulian Sun
2024-09-01xz: adjust arch-specific options for better kernel compressionLasse Collin
2024-09-01xz: use 128 MiB dictionary and force single-threaded modeLasse Collin
2024-09-01xz: fix comments and coding styleLasse Collin
2024-09-01xz: switch from public domain to BSD Zero Clause License (0BSD)Lasse Collin
2024-09-01scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enumMarc Zyngier
2024-09-01modpost: simplify modpost_log()Masahiro Yamada
2024-09-01kbuild: pacman-pkg: do not override objtreeMasahiro Yamada
2024-09-01kbuild: pacman-pkg: move common commands to a separate functionMasahiro Yamada
2024-09-01kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGESJose Fernandez
2024-09-01modpost: improve the section mismatch warning formatMasahiro Yamada
2024-09-01fixdep: use xmalloc()Masahiro Yamada
2024-09-01kallsyms: use xmalloc() and xrealloc()Masahiro Yamada
2024-09-01modpost: replace the use of NOFAIL() with xmalloc() etc.Masahiro Yamada
2024-09-01kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.hMasahiro Yamada
2024-09-01kconfig: remove P_SYMBOL propertyMasahiro Yamada
2024-09-01kconfig: stop adding P_SYMBOL property to symbolsMasahiro Yamada
2024-09-01kconfig: remove dummy assignments to cur_{filename,lineno}Masahiro Yamada
2024-09-01kbuild: modinst: remove the multithread option from zstd compressionMasahiro Yamada
2024-09-01kbuild: cross-compile linux-headers package when possibleMasahiro Yamada
2024-09-01kbuild: slim down package for building external modulesMasahiro Yamada
2024-09-01modpost: detect endianness on run-timeMasahiro Yamada
2024-09-01modpost: remove unused HOST_ELFCLASSMasahiro Yamada
2024-08-26get_maintainer: add --bug option to print bug reporting infoJani Nikula