messages from 2022-02-16 09:57:39 to 2022-03-04 06:48:03 UTC [more...]
[PATCH 1/3] [v3] Kbuild: move to -std=gnu11
2022-03-04 6:47 UTC (18+ messages)
` [PATCH 2/3] treewide: use -Wdeclaration-after-statement
` [PATCH 3/3] Kbuild: use -std=gnu11 for KBUILD_USERCFLAGS
[PATCH v3] config: Allow kernel installation packaging to override pkg-config
2022-03-04 4:14 UTC
[PATCH 0/6] list_for_each_entry*: make iterator invisiable outside the loop
2022-03-04 2:51 UTC (24+ messages)
` [PATCH 1/6] Kbuild: compile kernel with gnu11 std
` [PATCH 2/6] list: add new MACROs to make iterator invisiable outside the loop
` [PATCH 3/6] kernel: remove iterator use "
` [PATCH 4/6] mm: "
` [PATCH 5/6] net/core: "
` [PATCH 6/6] drivers/dma: "
[PATCH] lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option
2022-03-04 2:11 UTC (3+ messages)
[PATCH] config: Using HOSTPKG_CONFIG prefix for pkg-config
2022-03-03 23:50 UTC (8+ messages)
` [PATCH v2] config: Allow kernel installation packaging to override pkg-config
` [PATCH v3] "
[PATCH 1/2] dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validate
2022-03-03 22:42 UTC (2+ messages)
` [PATCH 2/2] dt-bindings: kbuild: Use DTB files for validation
[PATCH] Makefile: Fix separate output directory build of kselftests
2022-03-03 21:32 UTC (3+ messages)
[PATCH] um: clang: Strip out -mno-global-merge from USER_CFLAGS
2022-03-03 18:39 UTC (5+ messages)
[PATCH v3 0/7] Convert overflow and stackinit to KUnit
2022-03-03 17:28 UTC (14+ messages)
` [PATCH v3 1/7] overflow: Provide constant expression struct_size
` [PATCH v3 2/7] lib: overflow: Convert to Kunit
` [PATCH v3 3/7] um: Cleanup syscall_handler_t definition/cast, fix warning
` [PATCH v3 4/7] um: Remove unused timeval_to_ns() function
` [PATCH v3 5/7] um: Allow builds with Clang
` [PATCH v3 6/7] lib: stackinit: Convert to KUnit
` [PATCH v3 7/7] UAPI: Introduce KUnit userspace compatibility
[PATCH] kconfig: add KCONFIG_ALLCONFIG support for tinyconfig
2022-03-03 16:51 UTC
[PATCH v2 01/39] kbuild: Fix clang build
2022-03-02 23:10 UTC (10+ messages)
[PATCH] kconfig: change .config format to use =n instead of "is not set"
2022-03-03 0:01 UTC (6+ messages)
[PATCH 1/2] certs: include certs/signing_key.x509 unconditionally
2022-03-03 0:01 UTC (4+ messages)
` [PATCH 2/2] certs: simplify empty certs creation in certs/Makefile
[PATCH] kbuild: Allow a suffix with $(LLVM)
2022-03-02 23:44 UTC
powerpc{32,64} randconfigs
2022-03-02 16:14 UTC (4+ messages)
UAPI_HEADER_TEST and CC_CAN_LINK dependency
2022-03-01 19:49 UTC
[PATCH v2] fixdep: use fflush() and ferror() to ensure successful write to files
2022-03-01 18:36 UTC (5+ messages)
[PATCH] [v2] Kbuild: move to -std=gnu11
2022-03-01 14:45 UTC (21+ messages)
[PATCH] Kbuild: remove -std=gnu89 from compiler arguments
2022-02-28 12:02 UTC (10+ messages)
` [greybus-dev] "
[PATCH] arch: syscalls: simplify uapi/kapi directory creation
2022-02-28 9:47 UTC (2+ messages)
[PATCH] usr/include: replace extra-y with all-y
2022-02-27 9:03 UTC
[PATCH v2] um: Allow builds with Clang
2022-02-27 3:57 UTC (2+ messages)
[PATCH v5] modules: add heuristic when stripping unneeded symbols
2022-02-25 13:40 UTC (6+ messages)
` [PATCH v6] "
[PATCH v3 0/2] vmx-crypto: Add missing dependencies
2022-02-23 15:09 UTC (6+ messages)
` [PATCH v3 1/2] crypto: vmx - merge CRYPTO_DEV_VMX_ENCRYPT into CRYPTO_DEV_VMX
` [PATCH v3 2/2] crypto: vmx - add missing dependencies
Napływ Klientów ze strony
2022-02-22 9:00 UTC
[PATCH] fixdep: use fflush() and ferror() to ensure successful write to files
2022-02-22 9:09 UTC (4+ messages)
[PATCH AUTOSEL 4.19 06/11] kconfig: let 'shell' return enough output for deep path names
2022-02-20 10:01 UTC (2+ messages)
[PATCH 0/2] kconfig: Improve comment blocks in the .config file
2022-02-20 4:17 UTC (9+ messages)
` [PATCH 1/2] kconfig: Show menuconfigs as menus "
` [PATCH 2/2] kconfig: Make comments look different than menus in .config
[PATCH v10 00/15] Function Granular KASLR
2022-02-18 20:08 UTC (16+ messages)
` [PATCH v10 02/15] livepatch: avoid position-based search if `-z unique-symbol` is available
[PATCH] kconfig: add fflush() before ferror() check
2022-02-18 2:34 UTC (2+ messages)
[PATCH v2] kbuild: replace $(if A,A,B) with $(or A,B)
2022-02-18 2:32 UTC (2+ messages)
[PATCH] um: Allow builds with Clang
2022-02-18 2:19 UTC (6+ messages)
[RFC PATCH v6 00/12] livepatch: klp-convert tool
2022-02-16 17:17 UTC (18+ messages)
` [RFC PATCH v6 01/12] livepatch: Create and include UAPI headers
` [RFC PATCH v6 02/12] kbuild: Support for symbols.klp creation
` [RFC PATCH v6 03/12] livepatch: Add klp-convert tool
` [RFC PATCH v6 04/12] livepatch: Add klp-convert annotation helpers
` [RFC PATCH v6 05/12] modpost: Integrate klp-convert
` [RFC PATCH v6 06/12] livepatch: Add sample livepatch module
` [RFC PATCH v6 07/12] documentation: Update on livepatch elf format
` [RFC PATCH v6 08/12] livepatch/selftests: add klp-convert
` [RFC PATCH v6 09/12] livepatch/selftests: test multiple sections
` [RFC PATCH v6 10/12] livepatch/selftests: add __asm__ symbol renaming examples
` [RFC PATCH v6 11/12] livepatch/selftests: add data relocations test
` [RFC PATCH v6 12/12] livepatch/selftests: add static keys test
[PATCH] Documentation/llvm: refresh docs for LLVM=1
2022-02-16 15:07 UTC (2+ messages)
Hi Good Day
2022-02-16 13:33 UTC
[PATCH v2 0/2] vmx-crypto: Add missing dependencies
2022-02-16 10:01 UTC (5+ messages)
` [PATCH v2 1/2] crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate
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