messages from 2018-05-23 22:53:46 to 2018-06-07 20:05:50 UTC [more...]
[PATCH] uapi: Make generic uapi headers compile standalone
2018-06-07 20:05 UTC (3+ messages)
[PATCH v2 0/2] extern inline native_save_fl for paravirt
2018-06-07 18:51 UTC (23+ messages)
` [PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v2 2/2] x86: paravirt: make native_save_fl extern inline
[PATCH v3 0/3] extern inline native_save_fl for paravirt
2018-06-07 18:43 UTC (6+ messages)
` [PATCH v3 1/3] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v3 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH v3 3/3] x86: paravirt: make native_save_fl extern inline
[RFC 0/1] mconf: Emacs-like isearch
2018-06-07 16:32 UTC (8+ messages)
tools/build/Build.include: fix # escaping in .cmd files for future Make
2018-06-07 14:58 UTC
[RFC v2 0/1] Emacs-like isearch for mconf
2018-06-07 13:53 UTC
[PATCH v2] selftests: add headers_install to lib.mk
2018-06-07 11:09 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
[RESEND PATCH v5 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
2018-06-07 10:27 UTC (21+ messages)
` [PATCH v5 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v5 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH v5 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
[PATCH v5 00/31] kconfig: move compiler capability tests to Kconfig
2018-06-07 8:58 UTC (44+ messages)
` [PATCH v5 01/31] kbuild: remove kbuild cache
` [PATCH v5 02/31] kbuild: remove CONFIG_CROSS_COMPILE support
` [PATCH v5 03/31] kconfig: reference environment variables directly and remove 'option env='
` [PATCH v5 04/31] kconfig: remove string expansion in file_lookup()
` [PATCH v5 05/31] kconfig: remove string expansion for mainmenu after yyparse()
` [PATCH v5 06/31] kconfig: remove sym_expand_string_value()
` [PATCH v5 07/31] kconfig: make default prompt of mainmenu less specific
` [PATCH v5 08/31] kconfig: add built-in function support
` [PATCH v5 09/31] kconfig: add 'shell' built-in function
` [PATCH v5 10/31] kconfig: replace $(UNAME_RELEASE) with function call
` [PATCH v5 11/31] kconfig: begin PARAM state only when seeing a command keyword
` [PATCH v5 12/31] kconfig: support user-defined function and recursively expanded variable
` [PATCH v5 13/31] kconfig: support simply "
` [PATCH v5 14/31] kconfig: support append assignment operator
` [PATCH v5 15/31] kconfig: expand lefthand side of assignment statement
` [PATCH v5 16/31] kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
` [PATCH v5 17/31] kconfig: add 'filename' and 'lineno' built-in variables
` [PATCH v5 18/31] kconfig: error out if a recursive variable references itself
` [PATCH v5 19/31] Documentation: kconfig: document a new Kconfig macro language
` [PATCH v5 20/31] kconfig: test: add Kconfig macro language tests
` [PATCH v5 21/31] kconfig: show compiler version text in the top comment
` [PATCH v5 22/31] kconfig: add basic helper macros to scripts/Kconfig.include
` [PATCH v5 23/31] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH v5 24/31] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH v5 25/31] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH v5 26/31] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH v5 27/31] kcov: test compiler capability in Kconfig and correct dependency
` [PATCH v5 28/31] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH v5 29/31] gcc-plugins: test plugin support in Kconfig and clean up Makefile
` [PATCH v5 30/31] gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST
` [PATCH v5 31/31] Documentation: kconfig: add recommended way to describe compiler support
[RFC 1/1] Emacs-like isearch for mconf
2018-06-06 23:03 UTC (3+ messages)
[PATCH] uapi: Make generic uapi headers compile standalone
2018-06-06 22:37 UTC
[GIT PULL 2/2] Kconfig updates for v4.18
2018-06-06 18:41 UTC (2+ messages)
[GIT PULL 1/2] Kbuild updates for v4.18
2018-06-06 17:06 UTC
[PATCH v3] kbuild: check for pkg-config on make {menu,n,g.x}config
2018-06-06 0:41 UTC (3+ messages)
[PATCH] kconfig: Avoid format overflow warning from GCC 8.1
2018-06-05 13:15 UTC (2+ messages)
[PATCH 1/2] kbuild: Add testconfig into make help output
2018-06-05 13:15 UTC (3+ messages)
` [PATCH 2/2] kbuild: Move last word of nconfig help to the previous line
[PATCH] [net-next, wrong] make BPFILTER_UMH depend on X86
2018-06-04 23:51 UTC (5+ messages)
[PATCH v5 0/4] powerpc patches for new Kconfig language
2018-06-04 14:11 UTC (21+ messages)
` [PATCH v5 1/4] powerpc/kbuild: set default generic machine type for 32-bit compile
` [v5, "
` [PATCH v5 2/4] powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile
` [v5, "
` [PATCH v5 3/4] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
` [v5, "
` [PATCH v5 4/4] powerpc/kbuild: move -mprofile-kernel check to Kconfig
[2/3] x86/build: use -std=gnu89 for proper extern inline semantics
2018-06-04 8:12 UTC
[PATCH] kbuild: add machine size to CHEKCFLAGS
2018-06-02 7:53 UTC (8+ messages)
[PATCH v2 1/2] kbuild: Add testconfig into make help output
2018-06-02 7:50 UTC (3+ messages)
` [PATCH v2 2/2] kbuild: Fix indent in help
Kconfig warnings with GCC 8.1.0
2018-06-02 7:39 UTC (2+ messages)
[clang] stack protector and f1f029c7bf
2018-06-01 17:13 UTC (2+ messages)
[PATCH] fixup! gcc-plugins: test plugin support in Kconfig and clean up Makefile
2018-06-01 11:09 UTC (2+ messages)
[PATCH] gcc-plugins: disable GCC_PLUGIN_STRUCTLEAK_BYREF_ALL for COMPILE_TEST
2018-06-01 4:51 UTC
[PATCH v4 0/4] powerpc patches for new Kconfig language
2018-05-30 10:43 UTC (6+ messages)
` [PATCH v4 1/4] powerpc/kbuild: set default generic machine type for 32-bit compile
` [PATCH v4 4/4] powerpc/kbuild: move -mprofile-kernel check to Kconfig
[PATCH v2] kbuild: add endianness flag to CHEKCFLAGS
2018-05-29 13:08 UTC (2+ messages)
[PATCH] kbuild: $(CHECK) doesnt need NOSTDINC_FLAGS twice
2018-05-29 13:07 UTC (2+ messages)
linux-next: build warning after merge of the devicetree tree
2018-05-29 6:04 UTC (3+ messages)
[PATCH] kbuild: add endianness flag to CHEKCFLAGS
2018-05-28 18:27 UTC (3+ messages)
[GIT PULL] Kbuild fixes for v4.17-rc7
2018-05-27 8:52 UTC
[PATCH v4 00/31] kconfig: move compiler capability tests to Kconfig
2018-05-26 20:47 UTC (9+ messages)
` [PATCH v4 03/31] kconfig: reference environment variables directly and remove 'option env='
` [PATCH v4 19/31] Documentation: kconfig: document a new Kconfig macro language
[ANNOUNCE] Kconfiglib menuconfig implementation
2018-05-25 22:06 UTC (15+ messages)
Wrong -dirty suffix set by setlocalversion (was: BUG in git diff-index)
2018-05-25 3:50 UTC (3+ messages)
[RFC PATCH 1/1] kconfig: drop localization support
2018-05-24 15:41 UTC (5+ messages)
[PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config
2018-05-24 14:50 UTC (6+ messages)
[PATCH v3 0/4] kconfig: refactor package checks for GUI frontends
2018-05-24 14:10 UTC (2+ messages)
[PATCH] build: Exclude cscope and tags files from packaging
2018-05-24 8:47 UTC (3+ messages)
[PATCHv3 0/2] Salted build ids via linker sections
2018-05-24 2:16 UTC (11+ messages)
` [PATCHv3 2/2] x86/vdso: Add build salt to the vDSO
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