Linux Kbuild
[Prev Page][Next Page]
[PATCH] powerpc: remove checks for binutils older than 2.25,
Masahiro Yamada
[PATCH] uapi/linux/const.h: Prefer ISO-friendly __typeof__, Kevin Brodsky
[PATCH] scripts: remove bin2c,
Masahiro Yamada
[PATCH] scripts: `make rust-analyzer` for out-of-tree modules,
Vinay Varma
[PATCH v3 0/2] kheaders: use standard naming for the temporary directory,
Thomas Weißschuh
[PATCH 0/3] align custom kbuild messages to standard layout,
Thomas Weißschuh
[PATCH v2] kheaders: ignore and clean temporary kheaders_data directory,
Thomas Weißschuh
[PATCH 0/7] add support for CDX bus,
Nipun Gupta
[PATCH 0/6] docs: kbuild makefile documentation cleanups,
Jani Nikula
[PATCH] kheaders: explicitly validate existence of cpio command,
Thomas Weißschuh
[PATCH] kernel/.gitignore: ignore temporary kheaders_data directory,
Thomas Weißschuh
Kernel builds now failing,
Amy Parker
[6.2-rc4] warning: cannot check the header due to sha1sum missing,
Sedat Dilek
Re: [builddeb] dpkg: error processing package linux-image-6.2.0-rc4-1-amd64-clang15-kcfi (--configure), Sedat Dilek
[PATCH v2] kconfig: Update all declared targets,
Peter Foley
[PATCH 0/1] Fix CFI hash randomization with KASAN,
Sami Tolvanen
[PATCH] kconfig: Update all declared targets,
Peter Foley
[PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS,
Nathan Chancellor
- [PATCH v2 09/14] s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64, Nathan Chancellor
- [PATCH v2 01/14] x86/boot/compressed: prefer cc-option for CFLAGS additions, Nathan Chancellor
- [PATCH v2 04/14] kbuild: Update assembler calls to use proper flags and language target, Nathan Chancellor
- [PATCH v2 14/14] kbuild: Stop using '-Qunused-arguments' with clang, Nathan Chancellor
- [PATCH v2 03/14] MIPS: Prefer cc-option for additions to cflags, Nathan Chancellor
- [PATCH v2 13/14] kbuild: Turn a couple more of clang's unused option warnings into errors, Nathan Chancellor
- [PATCH v2 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang, Nathan Chancellor
- [PATCH v2 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS, Nathan Chancellor
- [PATCH v2 10/14] s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64, Nathan Chancellor
- [PATCH v2 07/14] powerpc/vdso: Improve linker flags, Nathan Chancellor
- [PATCH v2 11/14] s390/purgatory: Remove unused '-MD' and unnecessary '-c' flags, Nathan Chancellor
- [PATCH v2 02/14] MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOAT, Nathan Chancellor
- [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS, Nathan Chancellor
- [PATCH v2 12/14] drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clang, Nathan Chancellor
- Re: [PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS, Masahiro Yamada
- Re: [PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS, Naresh Kamboju
[PATCH] scripts: handle BrokenPipeError for python scripts,
Masahiro Yamada
[PATCH] modpost: support arbitrary symbol length in modversion,
Gary Guo
scripts/decode_stacktrace.sh doesn't show the file name and line num?, Ammar Faizi
[PATCH V2] scripts: rpm: make clear that mkspec script contains 4.13 feature,
Arend van Spriel
[PATCH] kbuild: fix 'make modules' error when CONFIG_DEBUG_INFO_BTF_MODULES=y, Masahiro Yamada
[PATCH 1/6] docs: rust: add paragraph about finding a suitable `libclang`,
Miguel Ojeda
modpost warning by default on missing Module.symvers,
William McVicker
[PATCH] kconfig: fix typo (usafe -> unsafe),
Lizzy Fleckenstein
[PATCH] kbuild: replace $(dot-target).tmp in filechk with $(tmp-target),
Masahiro Yamada
[PATCH] scripts: rpm: make clear that mkspec script contains 4.13 feature,
Arend van Spriel
[PATCH v2] kbuild: rust: remove -v option of scripts/rust_is_available.sh,
Masahiro Yamada
[PATCH v3] kbuild: export top-level LDFLAGS_vmlinux only to scripts/Makefile.vmlinux,
Masahiro Yamada
[PATCH] init/version-timestamp.c: remove unneeded #include <linux/version.h>, Masahiro Yamada
[PATCH v2] kbuild: do not export LDFLAGS_vmlinux to decompressor Makefiles,
Masahiro Yamada
[PATCH 1/2] ARM: fix nm error message when GNU Make >= 4.4 is used,
Masahiro Yamada
[PATCH] docs: kbuild: remove mention to dropped $(objtree) feature,
ojeda
[GIT PULL] Kbuild fixes for v6.2-rc3,
Masahiro Yamada
[PATCH v2] kbuild: rust: move rust/target.json to scripts/,
Masahiro Yamada
[PATCH v2 1/7] kbuild: refactor host*_flags,
Masahiro Yamada
[PATCH 1/3] tomoyo: fix broken dependency on *.conf.default,
Masahiro Yamada
nm vmlinux error in arch/arm reappears after upgrade to make 4.4,
Nathan Chancellor
[PATCH] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36,
Masahiro Yamada
[PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS,
Nathan Chancellor
[PATCH 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS, Nathan Chancellor
[PATCH 10/14] s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64, Nathan Chancellor
[PATCH 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang, Nathan Chancellor
[PATCH 07/14] powerpc/vdso: Improve linker flags, Nathan Chancellor
[PATCH 09/14] s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64, Nathan Chancellor
[PATCH 12/14] drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clang, Nathan Chancellor
[PATCH 11/14] s390/purgatory: Remove unused '-MD' and unnecessary '-c' flags, Nathan Chancellor
[PATCH 13/14] kbuild: Turn a couple more of clang's unused option warnings into errors, Nathan Chancellor
[PATCH 14/14] kbuild: Stop using '-Qunused-arguments' with clang, Nathan Chancellor
Re: [PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS, Heiko Carstens
[PATCH] kbuild: readd -w option when vmlinux.o or Module.symver is missing,
Masahiro Yamada
[PATCH v3 RESEND] scripts/tags.sh: choose which directories to exclude from being indexed,
Paulo Miguel Almeida
[PATCH] kbuild: fix single *.ko build,
Masahiro Yamada
[GIT PULL] Kbuild fixes for v6.2-rc2,
Masahiro Yamada
[PATCH] kbuild: rust: move rust/target.json to scripts/,
Masahiro Yamada
[PATCH] kbuild: rust: remove -v option of scripts/rust_is_available.sh,
Masahiro Yamada
[PATCH 0/6] kbuild: fix dep-file processing for rust,
Masahiro Yamada
Re: [linus:master] [kbuild] 3bc753c06d: xfstests.generic.454.fail #forregzbot, Thorsten Leemhuis
[PATCH] fixdep: remove unneeded <stdarg.h> inclusion, Masahiro Yamada
Re: [linus:master] [kbuild] 3bc753c06d: xfstests.generic.454.fail,
Linus Torvalds
[PATCH] kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtbo,
Masahiro Yamada
[PATCH v2] kbuild: sort single-targets alphabetically again,
Masahiro Yamada
[PATCH 1/2] kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd files,
Masahiro Yamada
[PATCH] kbuild: sort single-targets alphabetically again,
Masahiro Yamada
[PATCH v3 1/2] .gitignore: update the command to check tracked files being ignored,
Masahiro Yamada
[PATCH] kbuild: clean up stale file removal, Masahiro Yamada
[PATCH] kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequires,
Masahiro Yamada
Can't compile v6.2-rc1 kernel rpm in openSUSE, Guoqing Jiang
[PATCH] kbuild: Fix running modpost with musl libc,
Samuel Holland
[PATCH] kbuild: add a missing line for help message,
Jun ASAKA
[PATCH] .gitignore: ignore *.rpm, Masahiro Yamada
[PATCH v2] arch: fix broken BuildID for arm64 and riscv,
Masahiro Yamada
[PATCH] arch: fix broken BuildID for arm64 and riscv,
Masahiro Yamada
[PATCH v2 1/2] .gitinogre: update the command to check tracked files being ignored,
Masahiro Yamada
[PATCH 1/2] .gitinogre: update the command to check tracked files being ignored,
Masahiro Yamada
[PATCH 1/5] kbuild: refactor silent mode detection,
Masahiro Yamada
[PATCH] kbuild: Optionally enable schema checks for %.dtb targets,
Rob Herring
[RFC/RFT] CFI: Add support for gcc CFI in aarch64,
Dan Li
Re: [RFC/RFT] CFI: Add support for gcc CFI in aarch64, Dan Li
[RFC/RFT 0/3] Add compiler support for Control Flow Integrity,
Dan Li
- [RFC/RFT 2/3] [PR102768] Support CFI: Add new pass for Control Flow Integrity, Dan Li
- [RFC/RFT 3/3] [PR102768] aarch64: Add support for Control Flow Integrity, Dan Li
- [RFC/RFT 1/3] [PR102768] flag-types.h (enum sanitize_code): Extend sanitize_code to 64 bits to support more features, Dan Li
- Re: [RFC/RFT 0/3] Add compiler support for Control Flow Integrity, Hongtao Liu
- Re: [RFC/RFT 0/3] Add compiler support for Control Flow Integrity, Peter Collingbourne
- [RFC/RFT,V2 0/3] Add compiler support for Kernel Control Flow Integrity, Dan Li
- [RFC/RFT,V2 1/3] [PR102768] flag-types.h (enum sanitize_code): Extend sanitize_code to 64 bits to support more features, Dan Li
- [RFC/RFT,V2 2/3] [PR102768] Support CFI: Add basic support for Kernel Control Flow Integrity, Dan Li
- [RFC/RFT,V2 3/3] [PR102768] aarch64: Add support for Kernel Control Flow Integrity, Dan Li
- Re: [RFC/RFT,V2 0/3] Add compiler support for Kernel Control Flow Integrity, Kees Cook
- Re: [RFC/RFT,V2 0/3] Add compiler support for Kernel Control Flow Integrity, Dan Li
[GIT PULL] Kbuild updates for v6.2-rc1,
Masahiro Yamada
[PATCH] kbuild: Fix compilation error,
Rong Tao
[PATCH V3] scripts: kconfig: Added static text for search information in help menu,
Bhaskar Chowdhury
[PATCH V2] scripts: kconfig: Corrected the misspelled word in kconfig help text,
Bhaskar Chowdhury
[PATCH] scripts: kconfig: Added static text for search information in help menu, Bhaskar Chowdhury
[PATCH 5.15 5.10 5.4 v2] kbuild: fix Build ID if CONFIG_MODVERSIONS,
Tom Saeger
[PATCH] kbuild: Modify default INSTALL_MOD_DIR from extra to updates,
Luis Chamberlain
[PATCH] buildtar: fix tarballs with EFI_ZBOOT enabled,
Veronika Kabatova
[PATCH v3 0/2] Fix lack of section mismatch warnings with LTO,
Nathan Chancellor
Re: [PATCH] Documentation: raise minimum supported version of binutils to 2.25, Masahiro Yamada
[PATCH v4] kbuild: ensure Make >= 3.82 is used, Masahiro Yamada
[PATCH 1/2] kbuild: change module.order to list *.o instead of *.ko,
Masahiro Yamada
[PATCH] kbuild: do not sort after reading modules.order,
Masahiro Yamada
[PATCH] kbuild: use .NOTINTERMEDIATE for future GNU Make versions,
Masahiro Yamada
[PATCH] kbuild: ensure Make >= 3.82 is used,
Masahiro Yamada
[PATCH v3 1/2] kbuild: add read-file macro,
Masahiro Yamada
[PATCH] kbuild: add test-{ge,gt,le,lt} macros,
Masahiro Yamada
[PATCH v2] scripts/tags.sh: choose which directories to exclude from being indexed,
Paulo Miguel Almeida
Re: [PATCH 5.15 5.10 5.4 1/1] arm64: fix Build ID if CONFIG_MODVERSIONS,
Tom Saeger
[PATCH v2 0/2] Fix lack of section mismatch warnings with LTO,
Nathan Chancellor
[v3] kbuild: Port silent mode detection to future gnu make.,
Dmitry Goncharov
[PATCH 0/2] Fix lack of section mismatch warnings with LTO,
Nathan Chancellor
[v2] kbuild: Port silent mode detection to future gnu make.,
Dmitry Goncharov
Re: Port silent mode detection to future gnu make.,
Masahiro Yamada
[GIT PULL] Kbuild fixes for v6.1-rc7,
Masahiro Yamada
[PATCH v3 1/5] kbuild: add test-{le,ge,lt,gt} macros,
Masahiro Yamada
[PATCH v1 1/1] modpost: Mark uuid_le type to be suitable only for MEI,
Andy Shevchenko
[PATCH] nios2: add FORCE for vmlinuz.gz,
Randy Dunlap
[PATCH v2] scripts: add rust in scripts/Makefile.package, Paran Lee
[OS-BUILD PATCH] Adding support for distro targets in Makefile,
Don Zickus
[PATCH v2 1/5] kbuild: add test-{le,ge,lt,gt} macros,
Masahiro Yamada
- [PATCH v2 2/5] kbuild: implement {gcc,clang}-min-version only with built-in functions, Masahiro Yamada
- [PATCH v2 5/5] kbuild: check Make version, Masahiro Yamada
- [PATCH v2 3/5] kbuild: add read-file macro, Masahiro Yamada
- [PATCH v2 4/5] kconfig: refactor Makefile to reduce process forks, Masahiro Yamada
- Re: [PATCH v2 1/5] kbuild: add test-{le,ge,lt,gt} macros, Nicolas Schier
- Re: [PATCH v2 1/5] kbuild: add test-{le,ge,lt,gt} macros, Palmer Dabbelt
- Re: [PATCH v2 1/5] kbuild: add test-{le,ge,lt,gt} macros, Masahiro Yamada
[PATCH] kbuild: fix "cat: .version: No such file or directory",
Masahiro Yamada
Re: [PATCH] scripts: add rust in scripts/Makefile.package,
Miguel Ojeda
Re: [PATCH v2] init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash,
Sean Christopherson
[PATCH next v2] kbuild: add ability to make source rpm buildable using koji,
Jonathan Toppins
[PATCH 00/18] treewide: fix object files shared between several modules,
Alexander Lobakin
- [PATCH 01/18] block/rnbd: fix mixed module-builtin object, Alexander Lobakin
- [PATCH 02/18] drm/bridge: imx: fix mixed module-builtin object, Alexander Lobakin
- [PATCH 03/18] drm/bridge: imx: turn imx8{qm,qxp}-ldb into single-object modules, Alexander Lobakin
- [PATCH 04/18] sound: fix mixed module-builtin object, Alexander Lobakin
- [PATCH 05/18] mfd: rsmu: fix mixed module-builtin object, Alexander Lobakin
- [PATCH 06/18] mfd: rsmu: turn rsmu-{core,i2c,spi} into single-object modules, Alexander Lobakin
- [PATCH 07/18] net: liquidio: fix mixed module-builtin object, Alexander Lobakin
- [PATCH 08/18] net: enetc: fix mixed module-builtin object, Alexander Lobakin
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]