Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-07 21:17:18 to 2021-04-16 13:03:55 UTC [more...]

[PATCH v2] tools: do not include scripts/Kbuild.include
 2021-04-16 13:00 UTC 

[PATCH 1/2] kbuild: remove TMPO from try-run
 2021-04-16 12:53 UTC  (8+ messages)
` [PATCH 2/2] tools: do not include scripts/Kbuild.include

[PATCH 00/13] [RFC] Rust support
 2021-04-16 12:23 UTC  (65+ messages)
` [PATCH 01/13] kallsyms: Support "big" kernel symbols (2-byte lengths)
` [PATCH 02/13] kallsyms: Increase maximum kernel symbol length to 512
` [PATCH 03/13] Makefile: Generate CLANG_FLAGS even in GCC builds
` [PATCH 04/13] Kbuild: Rust support
` [PATCH 05/13] Rust: Compiler builtins crate
` [PATCH 06/13] Rust: Module crate
` [PATCH 08/13] Rust: Export generated symbols
` [PATCH 09/13] Samples: Rust examples
` [PATCH 10/13] Documentation: Rust general information
` [PATCH 11/13] MAINTAINERS: Rust
` [PATCH 12/13] Rust: add abstractions for Binder (WIP)
  ` [PATCH 07/13] Rust: Kernel crate

[PATCH v2] uml: fix W=1 missing-include-dirs warnings
 2021-04-16  6:11 UTC  (4+ messages)

[PATCH] symbol : Make the size of the compile-related array fixed
 2021-04-16  6:34 UTC  (5+ messages)
    ` 答复: "

[PATCH] kconfig: redo fake deps at include/config/*.h
 2021-04-16  5:57 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/8] generic command line v4
 2021-04-16  4:09 UTC  (2+ messages)
` [PATCH 3/8] scripts: insert-sys-cert: change name to insert-symbol

[PATCH] uml: fix W=1 missing-include-dirs warnings
 2021-04-15 16:03 UTC  (5+ messages)

[PATCH] kconfig: split menu.c out of parser.y
 2021-04-15 12:07 UTC  (3+ messages)

[PATCH 1/4] kbuild: add image_name to no-sync-config-targets
 2021-04-15  7:34 UTC  (5+ messages)
` [PATCH 3/4] kbuild: spilt cc-option and friends to scripts/Makefile.compiler

[PATCH 00/20] kbuild: unify the install.sh script usage
 2021-04-14 17:51 UTC  (29+ messages)
` [PATCH 01/20] kbuild: move x86 install script to scripts/install.sh
` [PATCH 05/20] kbuild: scripts/install.sh: prepare for arch-specific bootloaders
` [PATCH 08/20] kbuild: riscv: use common install script
` [PATCH 09/20] kbuild: arm64: "
` [PATCH 10/20] kbuild: arm: "
` [PATCH 11/20] kbuild: ia64: "
` [PATCH 12/20] kbuild: m68k: "
` [PATCH 14/20] kbuild: nios2: "
` [PATCH 15/20] kbuild: parisc: "
` [PATCH 17/20] kbuild: s390: "
` [PATCH 18/20] kbuild: sh: remove unused "
` [PATCH 19/20] kbuild: sparc: use common "

Configuration annotation
 2021-04-12 19:47 UTC 

[PATCH 1/2] kbuild: dummy-tools: Add elfedit
 2021-04-12 12:46 UTC  (8+ messages)
` [PATCH 2/2] MAINTAINERS: add pattern for dummy-tools

[PATCH] kbuild: use ?= to assign CROSS_COMPILE by arch-Makefile
 2021-04-12  8:27 UTC  (4+ messages)

[PATCH 1/3] kconfig: nconf: change set_config_filename() to void function
 2021-04-12  1:12 UTC  (3+ messages)
` [PATCH 2/3] kconfig: nconf: remove meaningless wattrset() call from show_menu()
` [PATCH 3/3] kconfig: nconf: refactor in print_in_middle()

[PATCH kbuild v4] kbuild: add an elfnote for whether vmlinux is built with lto
 2021-04-11 18:09 UTC  (11+ messages)

[PATCH 1/2] ia64: syscalls: switch to generic syscalltbl.sh
 2021-04-11 13:50 UTC  (2+ messages)

[PATCH 0/6] builddeb: make deb building more flexible
 2021-04-11 10:14 UTC  (7+ messages)
` [PATCH 1/6] builddeb: diff-ignore unexported top-level files
` [PATCH 2/6] builddeb: set CC on cross build to prefixed gcc
` [PATCH 3/6] builddeb: clean generated package content
` [PATCH 4/6] builddeb: use standard format for copyright file
` [PATCH 5/6] builddeb: introduce profile excluding the dbg pkg
` [PATCH 6/6] kbuild: introduce srcdeb-pkg target

[PATCH 1/5] kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
 2021-04-10 19:45 UTC  (5+ messages)
` [PATCH 2/5] kconfig: nconf: fix NORMAL attributes
` [PATCH 3/5] kconfig: nconf: get rid of (void) casts from wattrset() calls
` [PATCH 4/5] kconfig: nconf: remove unneeded default for menu prompt
` [PATCH 5/5] kconfig: nconf: refactor attributes setup code

[PATCH] kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build
 2021-04-10 14:31 UTC 

[PATCH] kconfig: change sym_change_count into a boolean flag
 2021-04-10  6:57 UTC 

[PATCH] kconfig: nconf: fix core dump when searching in empty menu
 2021-04-10  6:52 UTC 

[PATCH 0/2] linux/kconfig.h: move IF_ENABLED() out of <linux/kconfig.h>
 2021-04-10  3:52 UTC  (12+ messages)
` [PATCH 1/2] linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>
` [PATCH 2/2] pm: allow drivers to drop #ifdef and __maybe_unused from pm callbacks

[PATCH 1/2] kbuild: allow setting zstd compression level for modules
 2021-04-09 13:31 UTC  (2+ messages)
` [PATCH 2/2] kbuild: allow setting zstd compression level for kernel

[PATCH v3] kbuild: add support for zstd compressed modules
 2021-04-09 11:51 UTC  (6+ messages)
` Subject: "

[PATCH V11 3/5] kbuild: Allow .dtso format for overlay source files
 2021-04-09  6:03 UTC  (14+ messages)

5.10 build issue creating library for driver support
 2021-04-09  4:58 UTC 

[PATCH v6 00/18] Add support for Clang CFI
 2021-04-08 22:59 UTC  (20+ messages)
` [PATCH v6 01/18] add "
` [PATCH v6 02/18] cfi: add __cficanonical
` [PATCH v6 03/18] mm: add generic function_nocfi macro
` [PATCH v6 04/18] module: ensure __cfi_check alignment
` [PATCH v6 05/18] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v6 06/18] kthread: "
` [PATCH v6 07/18] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v6 08/18] bpf: disable CFI in dispatcher functions
` [PATCH v6 09/18] treewide: Change list_sort to use const pointers
` [PATCH v6 10/18] lkdtm: use function_nocfi
` [PATCH v6 11/18] psci: use function_nocfi for cpu_resume
` [PATCH v6 12/18] arm64: implement function_nocfi
` [PATCH v6 13/18] arm64: use function_nocfi with __pa_symbol
` [PATCH v6 14/18] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v6 15/18] arm64: add __nocfi to __apply_alternatives
` [PATCH v6 16/18] arm64: ftrace: use function_nocfi for ftrace_call
` [PATCH v6 17/18] KVM: arm64: Disable CFI for nVHE
` [PATCH v6 18/18] arm64: allow CONFIG_CFI_CLANG to be selected

kbuild: add support for zstd compressed modules
 2021-04-08 20:26 UTC  (4+ messages)

[PATCH] pgo: add clang's Profile Guided Optimization infrastructure
 2021-04-07 21:58 UTC  (6+ messages)
` [PATCH v9] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).