messages from 2025-05-01 00:40:17 to 2025-06-26 06:10:31 UTC [more...]
[PATCH v4 00/15] kunit: Introduce UAPI testing framework
2025-06-26 6:10 UTC (16+ messages)
` [PATCH v4 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v4 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v4 03/15] kbuild: doc: add label for userprogs section
` [PATCH v4 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v4 05/15] init: add nolibc build support
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v4 07/15] kunit: tool: Add test for nested test result reporting
` [PATCH v4 08/15] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v4 09/15] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v4 10/15] kunit: Always descend into kunit directory during build
` [PATCH v4 11/15] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v4 12/15] kunit: Introduce UAPI testing framework
` [PATCH v4 13/15] kunit: uapi: Add example for UAPI tests
` [PATCH v4 14/15] kunit: uapi: Introduce preinit executable
` [PATCH v4 15/15] kunit: uapi: Validate usability of /proc
[RFC 00/19] Kernel API Specification Framework
2025-06-25 16:23 UTC (38+ messages)
` [RFC 01/19] kernel/api: introduce kernel API specification framework
` [RFC 02/19] eventpoll: add API specification for epoll_create1
` [RFC 03/19] eventpoll: add API specification for epoll_create
` [RFC 04/19] eventpoll: add API specification for epoll_ctl
` [RFC 05/19] eventpoll: add API specification for epoll_wait
` [RFC 06/19] eventpoll: add API specification for epoll_pwait
` [RFC 07/19] eventpoll: add API specification for epoll_pwait2
` [RFC 08/19] exec: add API specification for execve
` [RFC 09/19] exec: add API specification for execveat
` [RFC 10/19] mm/mlock: add API specification for mlock
` [RFC 11/19] mm/mlock: add API specification for mlock2
` [RFC 12/19] mm/mlock: add API specification for mlockall
` [RFC 13/19] mm/mlock: add API specification for munlock
` [RFC 14/19] mm/mlock: add API specification for munlockall
` [RFC 15/19] kernel/api: add debugfs interface for kernel API specifications
` [RFC 16/19] kernel/api: add IOCTL specification infrastructure
` [RFC 17/19] fwctl: add detailed IOCTL API specifications
` [RFC 18/19] binder: "
` [RFC 19/19] tools/kapi: Add kernel API specification extraction tool
[RFC v2 00/22] Kernel API specification framework
2025-06-24 18:07 UTC (23+ messages)
` [RFC v2 01/22] kernel/api: introduce kernel "
` [RFC v2 02/22] eventpoll: add API specification for epoll_create1
` [RFC v2 03/22] eventpoll: add API specification for epoll_create
` [RFC v2 04/22] eventpoll: add API specification for epoll_ctl
` [RFC v2 05/22] eventpoll: add API specification for epoll_wait
` [RFC v2 06/22] eventpoll: add API specification for epoll_pwait
` [RFC v2 07/22] eventpoll: add API specification for epoll_pwait2
` [RFC v2 08/22] exec: add API specification for execve
` [RFC v2 09/22] exec: add API specification for execveat
` [RFC v2 10/22] mm/mlock: add API specification for mlock
` [RFC v2 11/22] mm/mlock: add API specification for mlock2
` [RFC v2 12/22] mm/mlock: add API specification for mlockall
` [RFC v2 13/22] mm/mlock: add API specification for munlock
` [RFC v2 14/22] mm/mlock: add API specification for munlockall
` [RFC v2 15/22] kernel/api: add debugfs interface for kernel API specifications
` [RFC v2 16/22] kernel/api: add IOCTL specification infrastructure
` [RFC v2 17/22] fwctl: add detailed IOCTL API specifications
` [RFC v2 18/22] binder: "
` [RFC v2 19/22] kernel/api: Add sysfs validation support to kernel API specification framework
` [RFC v2 20/22] block: sysfs API specifications
` [RFC v2 21/22] net/socket: add API specification for socket()
` [RFC v2 22/22] tools/kapi: Add kernel API specification extraction tool
[PATCH] docs: process: discourage pointless boilerplate kdoc
2025-06-21 20:15 UTC (3+ messages)
[PATCH v3 00/16] kunit: Introduce UAPI testing framework
2025-06-20 13:50 UTC (44+ messages)
` [PATCH v3 01/16] kbuild: userprogs: avoid duplicating of flags inherited from kernel
` [PATCH v3 02/16] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v3 03/16] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v3 04/16] kbuild: userprogs: add nolibc support
` [PATCH v3 05/16] kbuild: introduce CONFIG_ARCH_HAS_NOLIBC
` [PATCH v3 06/16] kbuild: doc: add label for userprogs section
` [PATCH v3 07/16] kbuild: introduce blob framework
` [PATCH v3 08/16] kunit: tool: Add test for nested test result reporting
` [PATCH v3 09/16] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v3 10/16] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v3 11/16] kunit: Always descend into kunit directory during build
` [PATCH v3 12/16] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v3 13/16] kunit: Introduce UAPI testing framework
` [PATCH v3 14/16] kunit: uapi: Add example for UAPI tests
` [PATCH v3 15/16] kunit: uapi: Introduce preinit executable
` [PATCH v3 16/16] kunit: uapi: Validate usability of /proc
[PATCH v2 3/4] scripts/misc-check: check missing #include <linux/export.h> when W=1
2025-06-19 16:26 UTC (3+ messages)
[PATCH] Documentation: embargoed-hardware-issues.rst: Add myself for Power
2025-06-18 14:38 UTC (2+ messages)
[PATCH] Documentation: kunit: fix argument of MODULE_IMPORT_NS()
2025-06-11 9:36 UTC
[PATCH] Documentation/process/: Change 5.x to 6.x; clarify terms; added note
2025-06-10 3:45 UTC
[PATCH 1/2] ver_linux: Remove checks for reiserfsprogs
2025-06-09 20:54 UTC (3+ messages)
` [PATCH 2/2] docs: Remove reiserfsprogs from dependencies
Fcc with "git send-email"
2025-06-03 4:41 UTC (5+ messages)
Depends-on tag
2025-05-28 15:22 UTC (2+ messages)
[ANNOUNCE] AUTOSEL: Modern AI-powered Linux Kernel Stable Backport Classifier
2025-05-27 14:47 UTC (5+ messages)
[PATCH] Documentation: embargoed-hardware-issues.rst: Remove myself
2025-05-20 11:05 UTC (2+ messages)
[PATCH 1/9] CodingStyle: make Documentation/CodingStyle into symlink
2025-05-19 16:21 UTC (41+ messages)
` [PATCH 2/9] CodingStyle: delete explicit numbering
` [PATCH 3/9] CodingStyle: advise on using "sysctl" in sysctl variables
` [PATCH 4/9] CodingStyle: mention "typedef struct S {} S;" if typedef is used
` [PATCH 5/9] CodingStyle: institute better inline assembly formatting
` [PATCH 6/9] CodingStyle: recommend static_assert/_Static_assert
` [PATCH 7/9] CodingStyle: new variable declaration placement rule
` [PATCH 8/9] CodingStyle: tell people how to split long "for" loops
` [PATCH 9/9] CodingStyle: flip the rule about curlies
[PATCH] docs: align with scripts/syscall.tbl migration
2025-05-19 15:40 UTC (2+ messages)
[PATCH] TASK :Linux Kernel Bug Fixing: Fixing Warning/Spelling checks on the rst file
2025-05-13 16:34 UTC (2+ messages)
[PATCH] docs: align with scripts/syscall.tbl migration
2025-05-06 19:29 UTC (3+ messages)
[PATCH 0/2] scripts/gdb: Fixes related to lx_per_cpu()
2025-05-03 12:32 UTC (3+ messages)
` [PATCH 1/2] scripts/gdb: Fix kgdb probing on single-core systems
` [PATCH 2/2] scripts/gdb: Update documentation for lx_per_cpu
[PATCH 0/2] Update kunit doc and tool with tips to build errors
2025-05-01 0:40 UTC (5+ messages)
` [PATCH 2/2] kunit: add tips to clean source tree to build help message
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).