linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-06 12:25:07 to 2018-12-28 16:07:43 UTC [more...]

[GIT PULL 4/4] Kconfig file consolidation for v4.21
 2018-12-28 16:06 UTC 

[GIT PULL 3/4] Kconfig updates for v4.21
 2018-12-28 16:04 UTC 

[GIT PULL 2/4] Kbuild updates for v4.21 part2
 2018-12-28 15:59 UTC 

[GIT PULL 1/4] Kbuild updates for v4.21
 2018-12-28 15:58 UTC 

[PATCH AUTOSEL 4.14 52/59] kbuild: fix false positive warning/error about missing libelf
 2018-12-26 22:38 UTC 

[PATCH AUTOSEL 4.19 82/97] kbuild: fix false positive warning/error about missing libelf
 2018-12-26 22:35 UTC 

[PATCH 1/3] scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignore
 2018-12-24 15:21 UTC  (5+ messages)
` [PATCH 2/3] firmware: remove unnecessary patterns in .gitignore
` [PATCH 3/3] firmware: rewrite Makefile

[PATCH] kconfig: convert to SPDX License Identifier
 2018-12-24 15:20 UTC  (2+ messages)

[PATCH] kconfig: remove unused "file" field of yylval union
 2018-12-24 15:19 UTC  (2+ messages)

[PATCH 1/5] kconfig: split some C files out of zconf.y
 2018-12-24 15:18 UTC  (6+ messages)
` [PATCH 2/5] kconfig: split the lexer "
` [PATCH 3/5] kconfig: add static qualifiers to fix gconf warnings
` [PATCH 4/5] kconfig: split images.c out of qconf.cc/gconf.c "
` [PATCH 5/5] kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warning

[PATCH 1/3] treewide: remove explicit rules for *offsets.s
 2018-12-24 15:18 UTC  (4+ messages)
` [PATCH 2/3] treewide: add intermediate .s files to targets
` [PATCH 3/3] kbuild: remove $(obj)/ prefixes in ./Kbuild

[PATCH] kbuild: remove unused cmd_gentimeconst
 2018-12-24 14:11 UTC 

[PATCH v2] x86, kbuild: revert macrofying inline assembly code
 2018-12-21 18:44 UTC  (4+ messages)

[PATCH] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
 2018-12-21  9:48 UTC  (10+ messages)

[PATCH] deb-pkg: generate correct build dependencies
 2018-12-21  7:47 UTC  (3+ messages)

10e9ae9fab ("gcc-plugins: Add STACKLEAK plugin for tracking .."): WARNING: can't dereference registers at (null) for ip entry_SYSCALL_64_after_hwframe
 2018-12-20 20:18 UTC 

[GIT PULL] Kbuild fixes for v4.20
 2018-12-20 16:10 UTC  (2+ messages)

[PATCH mm] kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
 2018-12-20 13:02 UTC  (3+ messages)

[PATCH] kbuild: fix false positive warning/error about missing libelf
 2018-12-20  1:59 UTC  (3+ messages)

builddeb: Missing arch/x86/kernel/macros.s when building modules with dkms
 2018-12-19 16:00 UTC  (7+ messages)

[PATCH 00/27] kconfig: remove all reduce/shift conflicts, refactor lexer, fix various issues
 2018-12-19 14:59 UTC  (33+ messages)
` [PATCH 01/27] kconfig: fix file name and line number of warn_ignored_character()
` [PATCH 02/27] kconfig: fix memory leak when EOF is encountered in quotation
` [PATCH 03/27] kconfig: require T_EOL to reduce visible statement
` [PATCH 04/27] kconfig: remove unneeded pattern matching to whitespaces
` [PATCH 05/27] kconfig: refactor pattern matching in STRING state
` [PATCH 06/27] kconfig: fix ambiguous grammar in terms of new lines
` [PATCH 07/27] kconfig: clean up EOF handling in the lexer
` [PATCH 08/27] kconfig: warn no new line at end of file
` [PATCH 09/27] kconfig: remove grammatically ambiguous "unexpected option" diagnostic
` [PATCH 10/27] kconfig: remove grammatically ambiguous option_error
` [PATCH 11/27] kconfig: remove redundant if_block rule
` [PATCH 12/27] kconfig: remove redundant menu_block rule
` [PATCH 13/27] kconfig: loosen the order of "visible" and "depends on" in menu entry
` [PATCH 14/27] kconfig: rename depends_list to comment_option_list
` [PATCH 15/27] kconfig: remove redundant token defines
` [PATCH 16/27] kconfig: use distinct tokens for type and default properties
` [PATCH 17/27] kconfig: refactor scanning and parsing "option" properties
` [PATCH 18/27] kconfig: use specific tokens instead of T_ASSIGN for assignments
` [PATCH 19/27] kconfig: use T_WORD instead of T_VARIABLE for variables
` [PATCH 20/27] microblaze: surround string default in Kconfig with double quotes
` [PATCH 21/27] treewide: surround file paths in Kconfig files "
` [PATCH 22/27] kconfig: ban the use of '.' and '/' in unquoted words
` [PATCH 23/27] kconfig: refactor end token rules
` [PATCH 24/27] kconfig: stop associating kconf_id with yylval
` [PATCH 25/27] kconfig: switch to ASSIGN_VAL state in the second lexer
` [PATCH 26/27] kconfig: update current_pos "
` [PATCH 27/27] kconfig: remove keyword lookup table entirely

[PATCH v2] scripts: add a tool to produce a compile_commands.json file
 2018-12-19 14:45 UTC  (2+ messages)

[PATCH v3 00/12] x86, kbuild: revert macrofying inline assembly code
 2018-12-19 14:33 UTC  (6+ messages)
` [PATCH v3 09/12] Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs"

[PATCH] scripts: add a tool to produce a compile_commands.json file
 2018-12-18 22:53 UTC  (6+ messages)

[PATCH] kbuild, x86: revert macros in extended asm workarounds
 2018-12-18 19:33 UTC  (8+ messages)

[PATCH v13 00/25] kasan: add software tag-based mode for arm64
 2018-12-18 13:31 UTC  (32+ messages)
` [PATCH v13 05/25] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v13 08/25] kasan: initialize shadow to 0xff for tag-based mode
` [PATCH v13 10/25] kasan: add tag related helper functions
` [PATCH v13 11/25] kasan, arm64: untag address in _virt_addr_is_linear
` [PATCH v13 12/25] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v13 13/25] kasan, arm64: fix up fault handling logic
` [PATCH v13 14/25] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v13 15/25] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v13 16/25] kasan: split out generic_report.c from report.c
` [PATCH v13 17/25] kasan: add bug reporting routines for tag-based mode
` [PATCH v13 18/25] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v13 19/25] kasan: add hooks implementation for tag-based mode
` [PATCH v13 20/25] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v13 21/25] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v13 22/25] kasan: add __must_check annotations to kasan hooks
` [PATCH v13 23/25] kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGS
` [PATCH v13 24/25] kasan: update documentation
` [PATCH v13 25/25] kasan: add SPDX-License-Identifier mark to source files

[Regression 4.15] Can't kill CONFIG_UNWINDER_ORC with fire or plague
 2018-12-18  4:56 UTC  (7+ messages)

<<<Good Day To You Sir>>
 2018-12-17 21:09 UTC 

include/config/auto.conf not sync up with .config
 2018-12-17 18:11 UTC  (6+ messages)
` [PATCH] kbuild: error for CONFIG_ORC_UNWINDER is too much

wohltätige Spende von 2.000.000 euro
 2018-12-17  0:19 UTC 

wohltätige Spende von 2.000.000 euro
 2018-12-17  0:20 UTC 

[PATCH 1/4] kbuild: remove redundant quiet_modtag for $(obj-m)
 2018-12-16 15:40 UTC  (5+ messages)
` [PATCH 2/4] kbuild: refactor quiet_modtag
` [PATCH 3/4] kbuild: refactor part-of-module
` [PATCH 4/4] kbuild: handle part-of-module correctly for *.ll and *.symtypes

[PATCH 1/3] kbuild: add -fno-PIE flag unconditionally
 2018-12-16 15:31 UTC  (7+ messages)
` [PATCH 2/3] kbuild: add -Werror=strict-prototype "
` [PATCH 3/3] kbuild: add -Werror=implicit-int "

[PATCH 1/3] kbuild: refactor Makefile.asm-generic
 2018-12-16 15:24 UTC  (8+ messages)
` [PATCH 2/3] kbuild: generate asm-generic wrappers if mandatory headers are missing

[PATCH 001/123] kconfig/conf.c: Added optional colorization of output
 2018-12-15 10:44 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/7] microblaze: fix various problems in building boot images
 2018-12-12 14:21 UTC  (23+ messages)
` [PATCH 2/7] microblaze: adjust the help to the real behavior
` [PATCH 6/7] microblaze: fix race condition in building boot images

Lets Work Together
 2018-12-12 13:52 UTC 

[PATCH v4] kbuild: Add support for DT binding schema checks
 2018-12-12  3:05 UTC  (2+ messages)

[PATCH v3] kbuild: Add support for DT binding schema checks
 2018-12-12  3:04 UTC  (6+ messages)

[PATCH v2 01/34] kbuild: Add support for DT binding schema checks
 2018-12-10 15:55 UTC  (3+ messages)

[PATCH 1/5] kconfig: remove unneeded setsym label in conf_read_simple()
 2018-12-08  6:55 UTC  (2+ messages)

[PATCH] kbuild: move .SECONDARY special target to Kbuild.include
 2018-12-08  6:54 UTC  (2+ messages)

[RFC] ARM: dts: Introduce wilddt function instead of listing imx boards
 2018-12-07 18:35 UTC 

Urgently need money? We can help you!
 2018-12-07 14:13 UTC 

[PATCH v12 00/25] kasan: add software tag-based mode for arm64
 2018-12-06 12:25 UTC  (6+ messages)
` [PATCH v12 20/25] kasan, arm64: add brk handler for inline instrumentation


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