messages from 2018-09-21 18:01:50 to 2018-10-17 08:01:33 UTC [more...]
[PATCH 2/4] Renames variable to fix shadow warning
2018-10-17 0:08 UTC
[PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
2018-10-17 0:08 UTC
[PATCH 0/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
2018-10-17 0:07 UTC
[PATCH 0/3] kbuild: add scripts/Makefile.toolcheck to check necessary host tools
2018-10-16 16:15 UTC (8+ 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
[PATCH] kbuild: Fail the build early when no lz4 present
2018-10-16 9:17 UTC (8+ messages)
move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
2018-10-16 5:20 UTC (23+ 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-16 2:14 UTC
[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)
[RFC] UAPI: Check headers by compiling all together as C++
2018-10-09 15:36 UTC (9+ messages)
` [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2]
` [netfilter-core] "
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers "
` [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 (4+ 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 (12+ messages)
` [PATCH 2/3] kbuild: add -Wdeclaration-after-statement "
` [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler "
[PATCH v2] kbuild: add -Wno-unused-but-set-variable flag unconditionally
2018-10-09 14:58 UTC (3+ messages)
[PATCH] samples: disable CONFIG_SAMPLES for UML
2018-10-09 14:56 UTC (5+ 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 (13+ 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 (9+ messages)
` [kconfig-sat] "
[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
Your Urgent Respond!
2018-10-05 9:02 UTC
[GIT PULL linux-next] Add Compiler Attributes tree
2018-10-04 9:06 UTC (18+ messages)
[PATCH v9 02/10] Makefile: Prepare for using macros for inline asm
2018-10-03 21:30 UTC
[PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
2018-10-03 20:29 UTC (9+ messages)
[PATCH v5] selftests: add headers_install to lib.mk
2018-10-02 14:12 UTC (5+ messages)
` [PATCH v6] "
[PATCH v9 00/20] kasan: add software tag-based mode for arm64
2018-10-02 13:42 UTC (23+ messages)
` [PATCH v9 01/20] kasan, mm: change hooks signatures
` [PATCH v9 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v9 03/20] kasan: rename source files to reflect the new naming scheme
` [PATCH v9 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v9 05/20] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v9 06/20] kasan: initialize shadow to 0xff "
` [PATCH v9 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v9 08/20] kasan: add tag related helper functions
` [PATCH v9 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v9 10/20] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v9 11/20] kasan, arm64: fix up fault handling logic
` [PATCH v9 12/20] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v9 13/20] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v9 14/20] kasan: split out generic_report.c from report.c
` [PATCH v9 15/20] kasan: add bug reporting routines for tag-based mode
` [PATCH v9 16/20] kasan: add hooks implementation "
` [PATCH v9 17/20] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v9 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v9 19/20] kasan: update documentation
` [PATCH v9 20/20] kasan: add SPDX-License-Identifier mark to source files
[PATCH v4 0/9] Devicetree build consolidation
2018-10-01 20:34 UTC (3+ messages)
` [PATCH v4 6/9] kbuild: consolidate Devicetree dtb build rules
[PATCH v3 0/9] Devicetree build consolidation
2018-10-01 14:48 UTC (13+ messages)
` [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
[PATCH 0/3] Kbuild: Some fixdep tweaks
2018-10-01 12:19 UTC (4+ messages)
[PATCH 1/4] kbuild: remove VERSION and PATCHLEVEL from $(objtree)/Makefile
2018-09-30 13:51 UTC (2+ messages)
[PATCH v2] kbuild: add --include-dir flag only for out-of-tree build
2018-09-30 13:46 UTC (2+ messages)
[PATCH] kbuild: remove unneeded link_multi_deps
2018-09-30 13:44 UTC (2+ messages)
[PATCH v5 00/15] Compiler Attributes
2018-09-30 11:17 UTC (9+ messages)
` [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
` [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 "
[PATCH] samples: run headers_install for host arch instead of target arch
2018-09-29 16:52 UTC (3+ messages)
INVESTMENT!
2018-09-28 14:58 UTC
[ANNOUNCE] Kconfiglib menuconfig and documentation generation updates
2018-09-27 22:44 UTC
How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
2018-09-27 6:31 UTC (7+ messages)
(sin asunto)
2018-09-27 4:53 UTC
[PATCH v9 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU
2018-09-25 7:51 UTC (2+ messages)
[PATCH v8 00/20] kasan: add software tag-based mode for arm64
2018-09-24 9:19 UTC (8+ messages)
` [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v8 16/20] kasan: add hooks implementation for tag-based mode
[PATCH v8 01/20] kasan, mm: change hooks signatures
2018-09-21 12:13 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox