summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-09-20scripts: add verifier script for builtin module range dataKris Van Hees
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees
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-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-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-23net: drop special comment styleJohannes Berg
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-08-23kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada
2024-08-16Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-08-15Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-15kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu
2024-08-12kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada
2024-08-10rust: x86: remove `-3dnow{,a}` from target featuresMiguel Ojeda
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh
2024-08-06syscalls: add back legacy __NR_nfsservctl macroArnd Bergmann
2024-08-06scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell
2024-08-06kbuild: clean up code duplication in cmd_fdtoverlayMasahiro Yamada
2024-08-05gcc-plugins: randstruct: Remove GCC 4.7 or newer requirementThorsten Blum
2024-08-05syscalls: fix fstat() entry againArnd Bergmann
2024-08-02syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann
2024-08-02uretprobe: change syscall number, againArnd Bergmann
2024-07-28Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-29kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-24kbuild: rpm-pkg: Fix C locale setupPetr Vorel
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds