linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-13 02:42:10 to 2020-11-13 23:32:10 UTC [more...]

[PATCH v6 00/25] Add support for Clang LTO
 2020-11-13 23:31 UTC  (61+ messages)
` [PATCH v6 01/25] kbuild: preprocess module linker script
` [PATCH v6 02/25] objtool: Add a pass for generating __mcount_loc
` [PATCH v6 07/25] treewide: remove DISABLE_LTO
` [PATCH v6 13/25] kbuild: lto: merge module sections
` [PATCH v6 14/25] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v6 15/25] init: lto: ensure initcall ordering
` [PATCH v6 16/25] init: lto: fix PREL32 relocations
` [PATCH v6 17/25] PCI: Fix PREL32 relocations for LTO
` [PATCH v6 18/25] modpost: lto: strip .lto from module names
` [PATCH v6 19/25] scripts/mod: disable LTO for empty.c
` [PATCH v6 20/25] efi/libstub: disable LTO
` [PATCH v6 21/25] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v6 22/25] x86/asm: annotate indirect jumps
` [PATCH v6 23/25] x86, vdso: disable LTO only for vDSO
` [PATCH v6 24/25] x86, cpu: disable LTO for cpu.c
` [PATCH v6 25/25] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-11-13 19:55 UTC  (2+ messages)
` [PATCH 2/2] kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1

[PATCH] kbuild: Always link with '-z norelro'
 2020-11-13 19:34 UTC  (5+ messages)

unwanted built-ins
 2020-11-12 18:53 UTC  (6+ messages)

Corporate and Personal Loan *
 2020-11-11  8:31 UTC 

[PATCH] Kbuild: implement support for DWARF5
 2020-11-09 18:35 UTC  (22+ messages)
  ` [PATCH v2 0/4] Kbuild: DWARF v5 support
    ` [PATCH v2 1/4] x86_64: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S
    ` [PATCH v2 2/4] Kbuild: do not emit debug info for assembly with LLVM_IAS=1
          ` [PATCH v3] "
    ` [PATCH v2 3/4] Kbuild: make DWARF version a choice
    ` [PATCH v2 4/4] Kbuild: implement support for DWARF v5

5.10 tree fails to build
 2020-11-09 17:31 UTC  (3+ messages)

[PATCH v3] kbuild: use -fmacro-prefix-map for .S sources
 2020-11-09 13:48 UTC  (2+ messages)

[PATCH] Kbuild: enable -Wfallthrough for clang
 2020-11-09 10:42 UTC  (7+ messages)
` [PATCH v2] Revert "kbuild: Do not enable -Wimplicit-fallthrough for clang for now"

[PATCH] kbuild: add extra-y to targets-for-modules
 2020-11-03  5:44 UTC 

[PATCH] Fix most Shebang lines
 2020-11-02 22:03 UTC  (2+ messages)

[PATCH] builddeb: Fix build on non-Debian/Ubuntu distros
 2020-11-02 19:05 UTC  (5+ messages)

kconfig: qconf: SIGSEGV when clicking outside edit area
 2020-11-02 14:50 UTC  (3+ messages)

[PATCH 0/2] kconfig: header inclusion cleanups
 2020-11-02 14:32 UTC  (6+ messages)
` [PATCH 1/2] kconfig: make lkc.h self-sufficient #include-wise
` [PATCH 2/2] kconfig: clean up header inclusion

[PATCH v1 1/2] modpost: Mark uuid_le type only for MEI
 2020-11-02 12:33 UTC  (5+ messages)
` [PATCH v1 2/2] uuid: Make guid_t completely internal type to the kernel

[PATCH v2] kbuild: use -fmacro-prefix-map for .S sources compilation
 2020-11-02 11:46 UTC 

[PATCH] kbuild: use -fmacro-prefix-map for .S sources compilation
 2020-11-02 11:16 UTC  (2+ messages)

[PATCH] kconfig: qconf: show Qt version in the About dialog
 2020-11-02  3:40 UTC 

[PATCH v2 1/2] modpost: Mark uuid_le type only for MEI
 2020-10-30 18:49 UTC  (2+ messages)
` [PATCH v2 2/2] uuid: Make guid_t completely internal type to the kernel

"Permission denied" when using system-installed kernel headers
 2020-10-30  1:39 UTC  (3+ messages)

Investment Partner Needed ASAP
 2020-10-29 10:06 UTC 

[PATCH 1/2] builddeb: Fix rootless build in setuid/setgid directory
 2020-10-29 15:39 UTC  (6+ messages)
` [PATCH 2/2] builddeb: Consolidate consecutive chmod calls into one
    ` [PATCH] "

[PATCH 1/3] kconfig: qconf: drop Qt4 support
 2020-10-29 14:32 UTC  (4+ messages)
` [PATCH 2/3] kconfig: qconf: use a variable to pass packages to pkg-config
` [PATCH 3/3] kconfig: qconf: convert to Qt5 new signal/slot connection syntax

[PATCH 1/2] Makefile.extrawarn: move -Wcast-align to W=3
 2020-10-27  4:32 UTC  (5+ messages)
` [PATCH 2/2] Makefile.extrawarn: limit -Wnested-externs to clang

[PATCH] kbuild: remove unused OBJSIZE
 2020-10-26 23:22 UTC  (3+ messages)

[RFC PATCH 0/5] Add serdev_device_id for platform instantiation
 2020-10-26 17:57 UTC  (6+ messages)
` [RFC PATCH 1/5] serdev: Add serdev_device_id
` [RFC PATCH 2/5] file2alias: Support for serdev devices
` [RFC PATCH 3/5] serdev: add of_ helper to get serdev controller
` [RFC PATCH 4/5] gnss: ubx add MODULE_DEVICE_TABLE(serdev)
` [RFC PATCH 5/5] gnss: change of_property_read to device_property_read

[PATCH] arm64: vdso32: Allow ld.lld to properly link the VDSO
 2020-10-26 14:22 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/2] add option to save vmlinux link map
 2020-10-23 11:57 UTC  (3+ messages)
` [PATCH 1/2] kbuild: add config option to save link map file(s)
` [PATCH 2/2] s390/decompressor: support link map saving

[GIT PULL 2/2] Kconfig updates for v5.10-rc1
 2020-10-22 20:25 UTC  (2+ messages)

[GIT PULL 1/2] Kbuild updates for v5.10-rc1
 2020-10-22 20:25 UTC  (2+ messages)

[GIT PULL 2/2] Kconfig updates for v5.10-rc1
 2020-10-22 13:47 UTC 

[PATCH] kbuild: Use uname for LINUX_COMPILE_HOST detection
 2020-10-22  4:25 UTC  (2+ messages)

"make bindeb-pkg" fails with CONFIG_MODULES disabled
 2020-10-20 17:21 UTC  (5+ messages)

[PATCH] Only add -fno-var-tracking-assignments workaround for old GCC versions
 2020-10-20 15:27 UTC  (5+ messages)
  ` [PATCH V2] "

[RFC PATCH net-next v2 0/2] driver/net/ethernet W=1 by default
 2020-10-17 14:57 UTC  (11+ messages)
` [PATCH net-next v2 1/2] Makefile.extrawarn: Add symbol for W=1 warnings for today

[PATCH] Kbuild.include: remove leftover comment for filechk utility
 2020-10-17  0:52 UTC  (2+ messages)

[PATCH] kbuild: doc: describe proper script invocation
 2020-10-14  4:43 UTC  (4+ messages)

[PATCH 1/2] kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=n
 2020-10-13 18:38 UTC  (2+ messages)
` [PATCH 2/2] kbuild: deb-pkg: clean up package name variables

[PATCH v2 0/2] use interpreters to invoke scripts
 2020-10-13 16:16 UTC  (8+ messages)
` [PATCH v2 1/2] kconfig: "
` [PATCH v2 2/2] kbuild: "

[PATCH V2 0/2] Add module autoloading support for vop and cosm driver
 2020-10-13  9:20 UTC  (4+ messages)

From Mrs. Roonie Holbrook !!
 2020-10-13  8:26 UTC 


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).