messages from 2018-11-03 01:17:31 to 2018-11-15 12:57:46 UTC [more...]
hidden string Kconfig ?
2018-11-15 2:50 UTC (8+ messages)
[PATCH 0/2] x86: Asm macros fixes
2018-11-15 2:00 UTC (12+ messages)
` [PATCH 1/2] Makefile: Fix distcc compilation with x86 macros
` [PATCH 2/2] x86: set a dependency on macros.S
[PATCH v2 0/2] modpost: skip section mismatch warnings on ELF local symbols by default
2018-11-15 0:56 UTC (3+ messages)
` [PATCH v2 1/2] modpost: drop unused command line switches
` [PATCH v2 2/2] modpost: skip ELF local symbols by default during section mismatch check
[PATCH 0/2] modpost: skip section mismatch warnings on ELF local symbols by default
2018-11-15 0:48 UTC (6+ messages)
` [PATCH 2/2] modpost: skip ELF local symbols by default during section mismatch check
[PATCH AUTOSEL 4.18 58/59] kbuild: deb-pkg: fix too low build version number
2018-11-14 22:23 UTC
[PATCH v10 00/22] kasan: add software tag-based mode for arm64
2018-11-14 20:17 UTC (47+ messages)
` [PATCH v10 01/22] kasan, mm: change hooks signatures
` [PATCH v10 02/22] kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
` [PATCH v10 03/22] kasan: move common generic and tag-based code to common.c
` [PATCH v10 04/22] kasan: rename source files to reflect the new naming scheme
` [PATCH v10 05/22] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v10 06/22] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v10 07/22] kasan: initialize shadow to 0xff "
` [PATCH v10 08/22] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v10 09/22] kasan: add tag related helper functions
` [PATCH v10 10/22] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v10 11/22] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v10 12/22] kasan, arm64: fix up fault handling logic
` [PATCH v10 13/22] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v10 14/22] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v10 15/22] kasan: split out generic_report.c from report.c
` [PATCH v10 16/22] kasan: add bug reporting routines for tag-based mode
` [PATCH v10 17/22] kasan: add hooks implementation "
` [PATCH v10 18/22] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v10 19/22] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v10 20/22] kasan: add __must_check annotations to kasan hooks
` [PATCH v10 21/22] kasan: update documentation
` [PATCH v10 22/22] kasan: add SPDX-License-Identifier mark to source files
[PATCH v2 0/2] powerpc/boot: Fix cross compiling with clang
2018-11-13 23:34 UTC (9+ messages)
` [PATCH v2 1/2] Makefile: Export clang toolchain variables
` [PATCH v2 2/2] powerpc/boot: Set target when cross-compiling for clang
[PATCH v2 1/2] kbuild: add -no-integrated-as Clang option unconditionally
2018-11-13 23:25 UTC (11+ messages)
` [PATCH v2 2/2] kbuild: consolidate Clang compiler flags
[PATCH] kbuild: remove 'prepare' and 'scripts' dummies for external module build
2018-11-13 23:13 UTC (2+ messages)
[PATCH v3] scripts/kconfig/merge_config: don't redefine 'y' to 'm'
2018-11-13 23:00 UTC (2+ messages)
[kbuild:kbuild 2/4] arch/openrisc/include/asm/spr.h:20:27: error: impossible constraint in 'asm'
2018-11-13 20:36 UTC (6+ messages)
` [kbuild-all] "
builddeb: Missing arch/x86/kernel/macros.s when building modules with dkms
2018-11-13 14:46 UTC
[PATCH v9 02/10] Makefile: Prepare for using macros for inline asm
2018-11-13 4:56 UTC (16+ messages)
scripts/Makefile.modinst: removing module path M from module destination is not working for some cases
2018-11-12 12:54 UTC (3+ messages)
Inquiry 12/11/2018
2018-11-12 8:58 UTC
[PATCH v2] scripts/kconfig/merge_config: don't redefine 'y' to 'm'
2018-11-12 8:37 UTC (3+ messages)
[GIT PULL] Kbuild fixes for v4.20-rc2
2018-11-11 23:10 UTC (2+ messages)
Price Inquiry
2018-11-11 15:35 UTC
[PATCH v3 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
2018-11-10 1:41 UTC (7+ messages)
` [PATCH v3 1/4] x86/mm: declare check_la57_support() as inline
[PATCH v2] kconfig: merge_config: avoid false positive matches from comment lines
2018-11-09 16:20 UTC (4+ messages)
[PATCH] kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is used
2018-11-09 16:19 UTC (2+ messages)
[PATCH] kbuild: deb-pkg: fix bindeb-pkg breakage when O= is used
2018-11-09 16:17 UTC (3+ messages)
[PATCH] init/Kconfig: make CC_OPTIMIZE_FOR_DEBUGGING visible only for GCC
2018-11-09 15:03 UTC (2+ messages)
.S_shipped unnecessary?
2018-11-09 6:11 UTC (3+ messages)
move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v3
2018-11-08 22:45 UTC (3+ messages)
` [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
[PATCH] kbuild/builddeb: Fix building .deb packages out-of-tree
2018-11-08 19:56 UTC
[PATCH] scripts/kconfig/merge_config: don't redefine 'y' to 'm'
2018-11-08 19:43 UTC (6+ messages)
[PATCH] builddeb: Fix inclusion of dtbs in debian package
2018-11-08 15:26 UTC (2+ messages)
[RESEND] kernel version build number in .deb to low by 1. [REGRESSION][BISECTED]
2018-11-08 5:10 UTC (3+ messages)
Makefile:611: include/config/auto.conf: No such file or directory
2018-11-08 2:24 UTC (2+ messages)
[RFC PATCH 0/4] Minor improvements over handling dependency on GAS
2018-11-07 16:50 UTC (7+ messages)
` [RFC PATCH 1/4] kconfig: add as-instr macro to scripts/Kconfig.include
` [RFC PATCH 2/4] arm64: lse: expose dependency on gas via Kconfig
` [RFC PATCH 3/4] arm64: turn "broken gas inst" into real config option
` [RFC PATCH 4/4] ARM: crypto: expose dependency on gas via Kconfig
[PATCH] kbuild: deb-pkg: fix too low build version number
2018-11-06 4:18 UTC
[PATCH 0/2] poewrpc/Boot: Fix cross compiling with clang
2018-11-06 0:36 UTC (8+ messages)
` [PATCH 1/2] Makefile: Export clang toolchain variables
` [PATCH 2/2] powerpc/boot: Set target when cross-compiling for clang
[PATCH] kbuild: consolidate Clang compiler flags
2018-11-05 17:59 UTC (4+ messages)
[PATCH] fs: proc: move linux_proc_banner to where it is used
2018-11-05 17:28 UTC (2+ messages)
[GIT PULL] Compiler Attributes for v4.20-rc1
2018-11-05 16:14 UTC (12+ messages)
[PATCH] Revert "kbuild: add --include-dir flag only for out-of-tree build"
2018-11-05 10:24 UTC (3+ messages)
[PATCH] kbuild: rpm-pkg: fix two build breaks when O= is used
2018-11-05 9:25 UTC (3+ messages)
[kbuild:for-next 12/14] arch/openrisc/include/asm/spr.h:20:27: error: impossible constraint in 'asm'
2018-11-05 2:44 UTC
Update
2018-11-03 16:26 UTC
[GIT PULL] more Kbuild updates for v4.20
2018-11-03 17:49 UTC (2+ messages)
[PATCH] kconfig: merge_config: avoid false positive matches from comment lines
2018-11-02 22:44 UTC (2+ messages)
[PATCH 4.14 096/143] compiler.h: Allow arch-specific asm/compiler.h
2018-11-02 18:34 UTC
[PATCH 4.18 079/150] compiler.h: Allow arch-specific asm/compiler.h
2018-11-02 18:34 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).