linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-05 16:25:05 to 2018-10-22 19:13:28 UTC [more...]

[PATCH 0/2] Compiler Attributes: __fallthrough
 2018-10-22 10:53 UTC  (22+ messages)
` [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
` [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough

I NEED YOUR HELP URGENTLY!!!
 2018-10-21  0:25 UTC 

[PATCH 0/2] modpost: skip section mismatch warnings on ELF local symbols by default
 2018-10-20 14:08 UTC  (4+ messages)
` [PATCH 1/2] modpost: add switch to skip symbol exclusions likely to generate false positives
` [PATCH 2/2] modpost: skip ELF local symbols by default during section mismatch check

[PATCH 0/3] kbuild: add scripts/Makefile.toolcheck to check necessary host tools
 2018-10-19 19:28 UTC  (14+ messages)
` [PATCH 1/3] kbuild: provide a new place "
` [PATCH 2/3] objtool: move libelf check out of top Makefile
` [PATCH 3/3] kbuild: check the presence of lzo and lz4 tools when necessary

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v3
 2018-10-19 18:18 UTC  (15+ messages)
` [PATCH 1/9] aha152x: rename the PCMCIA define
` [PATCH 2/9] arm: remove EISA kconfig option
` [PATCH 3/9] powerpc: remove CONFIG_PCI_QSPAN
` [PATCH 4/9] powerpc: remove CONFIG_MCA leftovers
` [PATCH 5/9] powerpc: PCI_MSI needs PCI
` [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 7/9] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 8/9] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 9/9] eisa: consolidate EISA Kconfig entry in drivers/eisa

[PATCH v2 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-10-19 12:49 UTC  (5+ messages)
` [PATCH v2 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v2 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v2 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
 2018-10-19 12:01 UTC  (23+ messages)
` [PATCH 1/8] aha152x: rename the PCMCIA define
` [PATCH 2/8] powerpc: remove CONFIG_PCI_QSPAN
` [PATCH 3/8] powerpc: PCI_MSI needs PCI
` [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers

[PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
 2018-10-19 11:28 UTC  (15+ messages)
` [Lkcamp] "

[PATCH 3/4] kbuild: Removes unnecessary shadowed local variable and optimize testing
 2018-10-19  2:44 UTC  (4+ messages)
` [Lkcamp] "

[PATCH 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-10-18 17:03 UTC  (9+ messages)
` [PATCH 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization

[PATCH 2/4] Renames variable to fix shadow warning
 2018-10-18  5:47 UTC  (8+ messages)
` [Lkcamp] "

[PATCH 4/4] Changes macro usage to avoid shadowing a variable
 2018-10-18  1:48 UTC  (3+ messages)
` [Lkcamp] "

[PATCH 0/3] Let sparse check for shadowed variables
 2018-10-17 20:13 UTC  (9+ messages)
` [PATCH 1/3] kbuild: Add -Wshadow to sparse
` [PATCH 2/3] x86/mcelog: Remove one mce_helper definition
` [PATCH 3/3] kvm: don't redefine flags as something else

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
 2018-10-17  8:17 UTC  (24+ messages)
` [PATCH 1/8] aha152x: rename the PCMCIA define
` [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic
` [PATCH 3/8] powerpc: PCI_MSI needs PCI
` [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci
` [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers

[PATCH] Kbuild: Hide Clang's -Wempty-body behind W=1
 2018-10-17  5:02 UTC  (3+ messages)

[PATCH 0/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
 2018-10-17  4:45 UTC  (2+ messages)
` [Lkcamp] "

[PATCH] kbuild: Fail the build early when no lz4 present
 2018-10-16  9:17 UTC  (8+ messages)

[GIT PULL] Kbuild fixes for v4.19-rc8
 2018-10-11 17:45 UTC  (2+ messages)

[PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
 2018-10-09 16:54 UTC  (4+ messages)

[netfilter-core] [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2]
 2018-10-09 15:36 UTC  (6+ messages)
` [RFC] UAPI: Check headers by compiling all together as C++
  ` [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2]
  ` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE "

[PATCH] kbuild: use 'else ifeq' for checksrc to improve readability
 2018-10-09 15:05 UTC 

[PATCH] modpost: remove leftover symbol prefix handling for module device table
 2018-10-09 15:00 UTC  (2+ messages)

[PATCH v2] kbuild: remove unneeded link_multi_deps
 2018-10-09 14:59 UTC  (2+ messages)

[PATCH 1/3] kbuild: add -Wno-pointer-sign flag unconditionally
 2018-10-09 14:58 UTC  (4+ messages)
` [PATCH 2/3] kbuild: add -Wdeclaration-after-statement "

[PATCH v2] kbuild: add -Wno-unused-but-set-variable flag unconditionally
 2018-10-09 14:58 UTC  (2+ messages)

[PATCH] samples: disable CONFIG_SAMPLES for UML
 2018-10-09 14:56 UTC  (2+ messages)

Fwd: Update of SAT solver in kconfig
 2018-10-08 22:11 UTC 

[PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
 2018-10-08 14:41 UTC  (12+ messages)

Wohltätigkeitsspende in Höhe von € 2.000.000,00
 2018-09-24  9:37 UTC 

(no subject)
 2018-10-06 19:29 UTC 

[PATCH v5 00/15] Compiler Attributes
 2018-10-06 10:19 UTC  (3+ messages)

[ANN] init-kconfig - easy way to embrace Linux's kconfig
 2018-10-06  5:53 UTC  (3+ messages)

[GIT PULL linux-next] Add Compiler Attributes (v6) tree
 2018-10-06  2:37 UTC  (2+ messages)

[PATCH 07/36] kbuild: Add support for DT binding schema checks
 2018-10-05 16:58 UTC 

[PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE [ver #2]
 2018-09-25 20:17 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).