messages from 2018-09-06 15:41:20 to 2018-09-26 15:10:09 UTC [more...]
[PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
2018-09-26 8:58 UTC (2+ messages)
[RFC] UAPI: Check headers by compiling all together as C++
2018-09-25 20:22 UTC (11+ messages)
` [PATCH 03/11] UAPI: virtio_net: Fix use of C++ keywords as structural members [ver #2]
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers "
` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE "
` [PATCH 11/11] UAPI: Check headers build for C++ "
How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
2018-09-25 12:39 UTC (5+ messages)
[PATCH v9 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU
2018-09-25 7:51 UTC (2+ messages)
[PATCH v9 00/20] kasan: add software tag-based mode for arm64
2018-09-24 15:14 UTC (22+ 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 v5 00/15] Compiler Attributes
2018-09-24 14:36 UTC (24+ messages)
` [PATCH v5 01/15] Compiler Attributes: remove unused attributes
` [PATCH v5 02/15] Compiler Attributes: always use the extra-underscores syntax
` [PATCH v5 03/15] Compiler Attributes: remove unneeded tests
` [PATCH v5 04/15] Compiler Attributes: homogenize __must_be_array
` [PATCH v5 05/15] Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
` [PATCH v5 06/15] Compiler Attributes: add missing SPDX ID in compiler_types.h
` [PATCH v5 07/15] Compiler Attributes: use feature checks instead of version checks
` [PATCH v5 08/15] Compiler Attributes: KENTRY used twice the "used" attribute
` [PATCH v5 09/15] Compiler Attributes: remove uses of __attribute__ from compiler.h
` [PATCH v5 10/15] Compiler Attributes: add Doc/process/programming-language.rst
` [PATCH v5 11/15] Compiler Attributes: add MAINTAINERS entry
` [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 v5 14/15] Compiler Attributes: auxdisplay: panel: use __nonstring
` [PATCH v5 15/15] Compiler Attributes: ext4: remove local __nonstring definition
[PATCH v8 00/20] kasan: add software tag-based mode for arm64
2018-09-24 9:19 UTC (31+ messages)
` [PATCH v8 01/20] kasan, mm: change hooks signatures
` [PATCH v8 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v8 03/20] kasan: rename source files to reflect the new naming scheme
` [PATCH v8 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v8 05/20] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v8 06/20] kasan: initialize shadow to 0xff "
` [PATCH v8 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v8 08/20] kasan: add tag related helper functions
` [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v8 10/20] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v8 11/20] kasan, arm64: fix up fault handling logic
` [PATCH v8 12/20] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v8 13/20] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v8 14/20] kasan: split out generic_report.c from report.c
` [PATCH v8 15/20] kasan: add bug reporting routines for tag-based mode
` [PATCH v8 16/20] kasan: add hooks implementation "
` [PATCH v8 17/20] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v8 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v8 19/20] kasan: update documentation
` [PATCH v8 20/20] kasan: add SPDX-License-Identifier mark to source files
[PATCH v5 00/15] Compiler Attributes
2018-09-24 8:46 UTC
[PATCH v3 0/9] Devicetree build consolidation
2018-09-23 10:31 UTC (6+ messages)
` [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
Multi-threaded build on 4.14.122 return code 2 for some configurations
2018-09-20 12:36 UTC
[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
2018-09-19 18:53 UTC (46+ messages)
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 14/18] khwasan: add hooks implementation
` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v6 17/18] khwasan: update kasan documentation
[PATCH] kbuild: allow to use GCC toolchain not in Clang search path
2018-09-19 14:57 UTC (6+ messages)
[PATCH] ftrace: Build with CPPFLAGS to get -Qunused-arguments
2018-09-19 14:54 UTC (3+ messages)
[PATCH] samples: disable CONFIG_SAMPLES for UML
2018-09-19 6:58 UTC (3+ messages)
Hello Friend
2018-09-19 6:01 UTC
[PATCH 1/4] kbuild: remove VERSION and PATCHLEVEL from $(objtree)/Makefile
2018-09-18 8:45 UTC (4+ messages)
` [PATCH 2/4] kbuild: remove user ID check in scripts/mkmakefile
` [PATCH 3/4] kbuild: do not pass $(objtree) to scripts/mkmakefile
` [PATCH 4/4] kbuild: simplify command line creation in scripts/mkmakefile
[PATCH v2] kconfig: add hardened defconfig helpers
2018-09-16 17:44 UTC (7+ messages)
[GIT PULL] tracing/Makefile: Fix handling redefinition of CC_FLAGS_FTRACE
2018-09-14 22:54 UTC
[PATCH] kbuild: remove old check for CFLAGS use
2018-09-14 13:06 UTC (2+ messages)
[PATCH 1/2] kbuild: hide most of targets when running config or mixed targets
2018-09-14 13:06 UTC (4+ messages)
` [PATCH 2/2] kbuild: remove dead code in cmd_files calculation in top Makefile
[PATCH] kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
2018-09-14 13:04 UTC (2+ messages)
[PATCH v2] kbuild: add --include-dir flag only for out-of-tree build
2018-09-14 6:33 UTC
4.19-rc3: bindeb-pkg target is failing on ppc64
2018-09-13 19:23 UTC (6+ messages)
[PATCH] kbuild: add --include-dir flag only for out-of-tree build
2018-09-13 10:22 UTC
[PATCH] kbuild: remove unneeded link_multi_deps
2018-09-13 8:20 UTC
[RFC 1/2] tracing/Makefile: fix handling redefinition of CC_FLAGS_FTRACE
2018-09-12 18:37 UTC (6+ messages)
` [PATCH v2] "
defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble
2018-09-12 14:59 UTC (4+ messages)
[PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2]
2018-09-10 17:32 UTC (2+ messages)
[PATCH v2 0/9] Devicetree build consolidation
2018-09-10 14:35 UTC (9+ messages)
` [PATCH v2 6/9] kbuild: consolidate Devicetree dtb build rules
[PATCH] kallsyms: remove left-over Blackfin code
2018-09-09 7:04 UTC (2+ messages)
[GIT PULL] Kbuild fixes for v4.19-rc3
2018-09-09 7:02 UTC
[PATCH v2] modules_install: warn when missing System.map file
2018-09-09 6:56 UTC (2+ messages)
[RFC PATCH 0/3] kbuild: support syncing .config non-interactively and record ARCH in spec file
2018-09-07 22:05 UTC (2+ messages)
[PATCH 0/8] Devicetree build consolidation
2018-09-07 17:07 UTC (5+ messages)
` [PATCH 6/8] kbuild: consolidate Devicetree dtb build rules
[PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI
2018-09-06 14:53 UTC (10+ messages)
` [RFC] UAPI: Check headers by compiling all together as C++
` [PATCH 03/11] UAPI: virtio_net: Fix use of C++ keywords as structural members
[PATCH 03/11] UAPI: virtio_net: Fix use of C++ keywords as structural members
2018-09-05 17:35 UTC
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;
as well as URLs for NNTP newsgroup(s).