Age | Commit message (Expand) | Author | Files | Lines |
2024-09-20 | kconfig: use hash table to reuse expressions | Masahiro Yamada | 5 | -277/+170 |
2024-09-20 | kconfig: refactor expr_eliminate_dups() | Masahiro Yamada | 1 | -11/+3 |
2024-09-20 | kconfig: add comments to expression transformations | Masahiro Yamada | 1 | -6/+37 |
2024-09-20 | kconfig: change some expr_*() functions to bool | Masahiro Yamada | 2 | -10/+11 |
2024-09-20 | scripts: move hash function from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 4 | -14/+20 |
2024-09-20 | kallsyms: change overflow variable to bool type | Masahiro Yamada | 1 | -4/+4 |
2024-09-20 | kallsyms: squash output_address() | Masahiro Yamada | 1 | -10/+5 |
2024-09-20 | kbuild: add install target for modules.builtin.ranges | Kris Van Hees | 1 | -2/+4 |
2024-09-20 | scripts: add verifier script for builtin module range data | Kris Van Hees | 1 | -0/+370 |
2024-09-20 | kbuild: generate offset range data for builtin modules | Kris Van Hees | 3 | -0/+529 |
2024-09-10 | kbuild: add mod(name,file)_flags to assembler flags for module objects | Kris Van Hees | 1 | -2/+2 |
2024-09-10 | scripts: subarch.include: fix SUBARCH on macOS hosts | Nick Desaulniers | 1 | -1/+1 |
2024-09-10 | scripts: import more hash table macros | Masahiro Yamada | 2 | -0/+119 |
2024-09-09 | kbuild: split device tree build rules into scripts/Makefile.dtbs | Masahiro Yamada | 3 | -132/+150 |
2024-09-08 | kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host | Masahiro Yamada | 2 | -19/+21 |
2024-09-07 | kbuild: compile constant module information only once | Thomas Weißschuh | 3 | -25/+30 |
2024-09-07 | kbuild: remove recent dependency on "truncate" program | Tony Battersby | 1 | -1/+1 |
2024-09-07 | kbuild: add debug package to pacman PKGBUILD | Jose Fernandez | 1 | -1/+14 |
2024-09-01 | modpost: simplify modpost_log() | Masahiro Yamada | 2 | -19/+9 |
2024-09-01 | kbuild: pacman-pkg: do not override objtree | Masahiro Yamada | 2 | -3/+4 |
2024-09-01 | kbuild: pacman-pkg: move common commands to a separate function | Masahiro Yamada | 1 | -7/+10 |
2024-09-01 | kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES | Jose Fernandez | 1 | -6/+12 |
2024-09-01 | modpost: improve the section mismatch warning format | Masahiro Yamada | 1 | -8/+13 |
2024-09-01 | fixdep: use xmalloc() | Masahiro Yamada | 1 | -10/+5 |
2024-09-01 | kallsyms: use xmalloc() and xrealloc() | Masahiro Yamada | 1 | -18/+5 |
2024-09-01 | modpost: replace the use of NOFAIL() with xmalloc() etc. | Masahiro Yamada | 4 | -27/+17 |
2024-09-01 | kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h | Masahiro Yamada | 14 | -54/+65 |
2024-09-01 | kconfig: remove P_SYMBOL property | Masahiro Yamada | 4 | -8/+0 |
2024-09-01 | kconfig: stop adding P_SYMBOL property to symbols | Masahiro Yamada | 1 | -3/+1 |
2024-09-01 | kconfig: remove dummy assignments to cur_{filename,lineno} | Masahiro Yamada | 1 | -8/+0 |
2024-09-01 | kbuild: modinst: remove the multithread option from zstd compression | Masahiro Yamada | 1 | -1/+1 |
2024-09-01 | kbuild: cross-compile linux-headers package when possible | Masahiro Yamada | 1 | -0/+34 |
2024-09-01 | kbuild: slim down package for building external modules | Masahiro Yamada | 1 | -5/+16 |
2024-09-01 | modpost: detect endianness on run-time | Masahiro Yamada | 3 | -28/+40 |
2024-09-01 | modpost: remove unused HOST_ELFCLASS | Masahiro Yamada | 1 | -6/+0 |
2024-08-23 | net: drop special comment style | Johannes Berg | 1 | -10/+0 |
2024-08-23 | Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -23/+18 |
2024-08-22 | kbuild: fix typos "prequisites" to "prerequisites" | Masahiro Yamada | 4 | -4/+4 |
2024-08-16 | Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2 | -3/+7 |
2024-08-15 | Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -37/+2 |
2024-08-15 | kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols | Song Liu | 2 | -33/+2 |
2024-08-12 | kbuild: avoid scripts/kallsyms parsing /dev/null | Masahiro Yamada | 1 | -1/+2 |
2024-08-10 | rust: x86: remove `-3dnow{,a}` from target features | Miguel Ojeda | 1 | -2/+2 |
2024-08-07 | rust: Support latest version of `rust-analyzer` | Sarthak Singh | 1 | -1/+5 |
2024-08-06 | syscalls: add back legacy __NR_nfsservctl macro | Arnd Bergmann | 1 | -0/+1 |
2024-08-06 | scripts: kconfig: merge_config: config files: add a trailing newline | Anders Roxell | 1 | -0/+2 |
2024-08-06 | kbuild: clean up code duplication in cmd_fdtoverlay | Masahiro Yamada | 1 | -18/+10 |
2024-08-06 | gcc-plugins: randstruct: Remove GCC 4.7 or newer requirement | Thorsten Blum | 1 | -4/+0 |
2024-08-05 | syscalls: fix fstat() entry again | Arnd Bergmann | 1 | -1/+1 |
2024-08-02 | syscalls: fix syscall macros for newfstat/newfstatat | Arnd Bergmann | 1 | -2/+2 |