public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-17 19:34:58 to 2024-10-29 00:05:28 UTC [more...]

[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
 2024-10-29  0:05 UTC  (12+ messages)
` [PATCH v6 1/7] Add AutoFDO "
` [PATCH v6 2/7] objtool: Fix unreachable instruction warnings for weak functions
` [PATCH v6 3/7] Adjust symbol ordering in text output section
` [PATCH v6 4/7] Add markers for text_unlikely and text_hot sections
` [PATCH v6 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v6 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v6 7/7] Add Propeller configuration for kernel build

[PATCH v6 0/5] Extended MODVERSIONS Support
 2024-10-28 13:13 UTC  (10+ messages)
` [PATCH v6 1/5] export_report: Rehabilitate script
` [PATCH v6 2/5] modules: Support extended MODVERSIONS info
` [PATCH v6 4/5] modpost: Produce extended MODVERSIONS information

[PATCH v2 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
 2024-10-28 13:05 UTC  (4+ messages)

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-28  5:46 UTC  (16+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH v6 00/11] kbuild, kconfig: Add support for conflict resolution
 2024-10-28  3:49 UTC  (12+ messages)
` [PATCH v6 01/11] kconfig: Add PicoSAT interface
` [PATCH v6 02/11] kbuild: Add list_size, list_at_index, list_for_each_from
` [PATCH v6 03/11] kconfig: Add definitions
` [PATCH v6 04/11] kconfig: Add files for building constraints
` [PATCH v6 05/11] kconfig: Add files for handling expressions
` [PATCH v6 06/11] kconfig: Add files for RangeFix
` [PATCH v6 07/11] kconfig: Add files with utility functions
` [PATCH v6 08/11] kconfig: Add tools
` [PATCH v6 09/11] kconfig: Add xconfig-modifications
` [PATCH v6 10/11] kconfig: Add loader.gif
` [PATCH v6 11/11] kconfig: Add documentation for the conflict resolver

[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-28  2:23 UTC  (22+ messages)
` [PATCH v6 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v6 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v6 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v6 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v6 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v6 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v6 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v6 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v6 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v6 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v6 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v6 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v6 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH] kbuild: rust: avoid errors with old `rustc`s without LLVM patch version
 2024-10-27 23:28 UTC  (5+ messages)

[PATCH 1/3] kbuild: rpm-pkg: disable kernel-devel package when cross-compiling
 2024-10-27 18:35 UTC  (8+ messages)
` [PATCH 2/3] kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile
` [PATCH 3/3] kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg "

[PATCH v2 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-10-27 18:34 UTC  (16+ messages)
` [PATCH v2 1/2] sparc/build: Remove all usage of -fcall-used* flags

[PATCH] kconfig: show sub-menu entries even if the prompt is hidden
 2024-10-26 17:55 UTC 

[PATCH RESEND v6] rust: use host dylib naming convention
 2024-10-26 12:29 UTC 

[PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build
 2024-10-25 23:03 UTC  (9+ messages)
` [PATCH v5 1/7] Add AutoFDO "
` [PATCH v5 2/7] objtool: Fix unreachable instruction warnings for weak functions
` [PATCH v5 3/7] Change the symbols order when --ffunction-sections is enabled
` [PATCH v5 4/7] Add markers for text_unlikely and text_hot sections
` [PATCH v5 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v5 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v5 7/7] Add Propeller configuration for kernel build

[PATCH v7 0/3] Extended MODVERSIONS Support
 2024-10-25 15:17 UTC  (11+ messages)
` [PATCH v7 1/3] modules: Support extended MODVERSIONS info
` [PATCH v7 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v7 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

E-DEKONT
 2024-10-25 12:44 UTC 

menuconfig: missing options in drivers - input device
 2024-10-25  4:52 UTC 

[PATCH v2] kbuild: simplify rustfmt target
 2024-10-24 17:09 UTC 

[PATCH 0/7] improve qconfig C++ code
 2024-10-24 11:28 UTC  (19+ messages)
` [PATCH 1/7] kconfig: qconf: use QByteArray API instead of manually constructing a string
` [PATCH 2/7] kconfig: qconf: use QString to store path to configuration file
` [PATCH 3/7] kconfig: qconf: use preferred form of QString API
` [PATCH 4/7] kconfig: qconf: use QCommandLineParser
` [PATCH 5/7] kconfig: qconf: use nullptr in C++11 code
` [PATCH 6/7] kconfig: qconf: use default platform shortcuts
` [PATCH 7/7] kconfig: qconf: simplify character replacement

[PATCH] kconfig: document the positional argument in the help message
 2024-10-24 11:25 UTC 

[PATCH v4 00/19] Implement DWARF modversions
 2024-10-23 21:14 UTC  (19+ messages)
` [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v4 09/19] gendwarfksyms: Expand structure types
` [PATCH v4 13/19] gendwarfksyms: Add symbol versioning
` [PATCH v4 14/19] gendwarfksyms: Add support for kABI rules
` [PATCH v4 15/19] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v4 16/19] gendwarfksyms: Add support for symbol type pointers
` [PATCH v4 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms

[PATCH 01/13] kconfig: qconf: remove mouse{Press,Move}Event() functions
 2024-10-23 18:18 UTC  (13+ messages)
` [PATCH 02/13] kconfig: qconf: remove redundant type check for choice members
` [PATCH 03/13] kconfig: qconf: remove unnecessary setRootIsDecorated() call
` [PATCH 04/13] kconfig: qconf: remove unnecessary lastWindowClosed() signal connection
` [PATCH 05/13] kconfig: qconf: convert the last old connection syntax to Qt5 style
` [PATCH 06/13] kconfig: qconf: do not show goParent button in split view
` [PATCH 07/13] kconfig: qconf: remove ConfigItem::visible member
` [PATCH 08/13] kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressed
` [PATCH 09/13] kconfig: qconf: remove redundant check in goBack()
` [PATCH 10/13] kconfig: qconf: remove non-functional href="m..." tag
` [PATCH 11/13] kconfig: add sym_get_prompt_menu() helper function
` [PATCH 12/13] kconfig: qconf: refactor ConfigInfoView::clicked()
` [PATCH 13/13] kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()

[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-23 16:24 UTC  (31+ messages)
` [PATCH v4 1/6] Add AutoFDO "
` [PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v4 6/6] Add Propeller configuration for kernel build

[PATCH] kconfig: nconf: Fix typo in function comment
 2024-10-23  7:54 UTC  (2+ messages)

[PATCH v3] sumversion: Fix a memory leak in get_src_version()
 2024-10-23  7:34 UTC  (2+ messages)

[PATCH v2] sumversion: Fix a memory leak in get_src_version()
 2024-10-22 18:24 UTC  (2+ messages)

[PATCH v5 00/16] Extended MODVERSIONS Support
 2024-10-21 19:35 UTC  (12+ messages)
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info

[PATCH v2 1/2] sparc/build: Remove all usage of -fcall-used* flags
 2024-10-21  6:55 UTC 

[PATCH v2] kbuild: Restore the ability to build out of tree dtbs
 2024-10-21  1:22 UTC  (4+ messages)

[PATCH v2] module: sign with sha512 instead of sha1 by default
 2024-10-19 22:57 UTC  (2+ messages)

[PATCH] kconfig: nconf: Use TAB to cycle thru dialog buttons
 2024-10-18 17:27 UTC  (2+ messages)

[PATCH v3 0/7] streamline_config.pl: fix: process configs set to "y"
 2024-10-18 14:30 UTC  (5+ messages)
` [PATCH v2 5/7] streamline_config.pl: fix: implement choice for kconfigs

[PATCH v1] rust: add PROCMACROLDFLAGS
 2024-10-18  8:38 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2] kbuild: Move -Wenum-enum-conversion to W=2
 2024-10-17 20:19 UTC  (2+ messages)

[PATCH 0/4] kbuild: cross-compile linux-headers package
 2024-10-17 19:34 UTC  (5+ messages)
` [PATCH 4/4] kbuild: cross-compile linux-headers package when possible


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox