linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 16:17:37 to 2021-02-02 12:15:19 UTC [more...]

module loader dead code removal and cleanups v3
 2021-02-02 12:13 UTC  (3+ messages)
` [PATCH 01/13] powerpc/powernv: remove get_cxl_module
` [PATCH 04/13] module: use RCU to synchronize find_module

module loader dead code removal and cleanups v2
 2021-02-02 10:45 UTC  (19+ messages)
` [PATCH 01/13] powerpc/powernv: remove get_cxl_module
` [PATCH 03/13] module: unexport find_module and module_mutex
` [PATCH 04/13] module: use RCU to synchronize find_module
` [PATCH 07/13] module: mark module_mutex static
` [PATCH 10/13] module: pass struct find_symbol_args to find_symbol
` [PATCH 11/13] module: move struct symsearch to module.c
` [PATCH 12/13] module: remove EXPORT_SYMBOL_GPL_FUTURE
    ` [PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol

[PATCH v6] modules: introduce the MODULE_SCMVERSION config
 2021-02-02  7:42 UTC  (3+ messages)

[PATCH v2] scripts/clang-tools: switch explicitly to Python 3
 2021-02-02  7:04 UTC  (2+ messages)

[PATCH] scripts: switch some more scripts explicitly to Python 3
 2021-02-02  6:55 UTC  (5+ messages)

Alternative compilers to GCC/Clang
 2021-02-02  5:33 UTC  (2+ messages)

[PATCH] kbuild: remove PYTHON variable
 2021-02-01 21:21 UTC  (4+ messages)

[PATCH RFC] kbuild: Prevent compiler mismatch with external modules
 2021-02-01 21:13 UTC  (10+ messages)

[PATCH V4 0/3] scripts: dtc: Build fdtoverlay
 2021-02-01  4:07 UTC  (6+ messages)

[PATCH v7 0/2] Kbuild: DWARF v5 support
 2021-01-31  0:39 UTC  (10+ messages)
` [PATCH v7 1/2] Kbuild: make DWARF version a choice
` [PATCH v7 2/2] Kbuild: implement support for DWARF v5

[PATCH v6 0/2] Kbuild: DWARF v5 support
 2021-01-30  0:58 UTC  (36+ messages)
` [PATCH v6 1/2] Kbuild: make DWARF version a choice
` [PATCH v6 2/2] Kbuild: implement support for DWARF v5

[PATCH v6] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-29 21:48 UTC  (9+ messages)
` [PATCH v7] "

[PATCH] Documentation/llvm: Add a section about supported architectures
 2021-01-29 21:07 UTC  (3+ messages)

[PATCH V7 0/6] dt: build overlays
 2021-01-29  7:24 UTC  (2+ messages)
` [PATCH V7 4/6] kbuild: Add support to build overlays (%.dtbo)

[PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-01-29  1:56 UTC  (11+ messages)
` [PATCH v5 1/4] certs: Add EFI_CERT_X509_GUID support for dbx entries

module loader dead code removal and cleanusp
 2021-01-28 16:24 UTC  (11+ messages)
` [PATCH 03/13] livepatch: refactor klp_init_object
` [PATCH 04/13] livepatch: move klp_find_object_module to module.c
` [PATCH 13/13] module: remove EXPORY_UNUSED_SYMBOL*

[PATCH RFC] gcc-plugins: Handle GCC version mismatch for OOT modules
 2021-01-28 15:45 UTC  (33+ messages)

[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
 2021-01-28  8:17 UTC  (34+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 03/27] x86/build: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 04/27] x86/entry/x32: rename __x32_compat_sys_* to __x64_compat_sys_*
` [PATCH 05/27] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 06/27] ARM: syscalls: "
` [PATCH 07/27] alpha: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 08/27] alpha: syscalls: switch to generic syscalltbl.sh
` [PATCH 09/27] ia64: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 10/27] ia64: syscalls: switch to generic syscalltbl.sh
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 15/27] mips: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 16/27] mips: syscalls: switch to generic syscalltbl.sh
` [PATCH 17/27] parisc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 18/27] parisc: syscalls: switch to generic syscalltbl.sh
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 20/27] sh: syscalls: switch to generic syscalltbl.sh
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 23/27] sparc: syscalls: switch to generic syscalltbl.sh
` [PATCH 24/27] powerpc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 25/27] powerpc: syscalls: switch to generic syscalltbl.sh
` [PATCH 26/27] xtensa: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 27/27] xtensa: syscalls: switch to generic syscalltbl.sh

[PATCH] Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"
 2021-01-28  6:39 UTC  (3+ messages)

[PATCH 1/3] kbuild: do not use scripts/ld-version.sh for checking spatch version
 2021-01-28  6:38 UTC  (3+ messages)
` [PATCH 2/3] kbuild: LD_VERSION redenomination

[PATCH v5] scripts: use pkg-config to locate libcrypto
 2021-01-28  6:37 UTC  (6+ messages)
    ` [PATCH v6] "

[PATCH 1/4] net: move CONFIG_NET guard to top Makefile
 2021-01-28  1:10 UTC  (2+ messages)

[RFC 0/2] Kbuild: Support nested composite objects
 2021-01-27 15:51 UTC  (5+ messages)
` [RFC 1/2] Kbuild: Make composite object searching more generic

[PATCH] cmd_dtc: Enable generation of device tree symbols
 2021-01-26 18:26 UTC  (11+ messages)

[PATCH] kbuild: stop removing stale <linux/version.h> file
 2021-01-26 18:31 UTC  (2+ messages)

[PATCH] kbuild: use always-y instead of extra-y
 2021-01-26 18:35 UTC  (3+ messages)

[kbuild:testing5 5/40] arch/x86/um/sys_call_table_64.c:55:30: error: 'sys_ni_syscall' undeclared here (not in a function); did you mean
 2021-01-27  5:28 UTC 

[kbuild:testing5 3/40] arch/x86/include/asm/syscall_wrapper.h:83:14: warning: no previous prototype for '__x64_compat_sys_io_setup'
 2021-01-27  5:02 UTC 

[PATCH] scripts: kconfig: fix HOSTCC call
 2021-01-26 18:16 UTC  (3+ messages)

[PATCH V6 0/6] dt: build overlays
 2021-01-26  3:45 UTC  (2+ messages)


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 NNTP newsgroup(s).