summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-09-20kconfig: use hash table to reuse expressionsMasahiro Yamada5-277/+170
2024-09-20kconfig: refactor expr_eliminate_dups()Masahiro Yamada1-11/+3
2024-09-20kconfig: add comments to expression transformationsMasahiro Yamada1-6/+37
2024-09-20kconfig: change some expr_*() functions to boolMasahiro Yamada2-10/+11
2024-09-20scripts: move hash function from scripts/kconfig/ to scripts/include/Masahiro Yamada4-14/+20
2024-09-20kallsyms: change overflow variable to bool typeMasahiro Yamada1-4/+4
2024-09-20kallsyms: squash output_address()Masahiro Yamada1-10/+5
2024-09-20kbuild: add install target for modules.builtin.rangesKris Van Hees1-2/+4
2024-09-20scripts: add verifier script for builtin module range dataKris Van Hees1-0/+370
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees3-0/+529
2024-09-10kbuild: add mod(name,file)_flags to assembler flags for module objectsKris Van Hees1-2/+2
2024-09-10scripts: subarch.include: fix SUBARCH on macOS hostsNick Desaulniers1-1/+1
2024-09-10scripts: import more hash table macrosMasahiro Yamada2-0/+119
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada3-132/+150
2024-09-08kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.hostMasahiro Yamada2-19/+21
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-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-23net: drop special comment styleJohannes Berg1-10/+0
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-23/+18
2024-08-22kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada4-4/+4
2024-08-16Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-3/+7
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-37/+2
2024-08-15kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu2-33/+2
2024-08-12kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada1-1/+2
2024-08-10rust: x86: remove `-3dnow{,a}` from target featuresMiguel Ojeda1-2/+2
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh1-1/+5
2024-08-06syscalls: add back legacy __NR_nfsservctl macroArnd Bergmann1-0/+1
2024-08-06scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell1-0/+2
2024-08-06kbuild: clean up code duplication in cmd_fdtoverlayMasahiro Yamada1-18/+10
2024-08-06gcc-plugins: randstruct: Remove GCC 4.7 or newer requirementThorsten Blum1-4/+0
2024-08-05syscalls: fix fstat() entry againArnd Bergmann1-1/+1
2024-08-02syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann1-2/+2