[PATCH v1 1/1] docs: Update documentation to avoid mentioning of kernel.h
2025-11-26 21:42 UTC (10+ messages)
[PATCH RESEND v6] checkpatch: add uninitialized pointer with __free attribute check
2025-11-26 14:44 UTC (5+ messages)
[PATCH] docs: submitting-patches: Clarify that removal of Acks needs explanation too
2025-11-26 8:19 UTC
[PATCH v5] README: restructure with role-based documentation and guidelines
2025-11-26 1:12 UTC (4+ messages)
[PATCH v5] checkpatch: add uninitialized pointer with __free attribute check
2025-11-24 14:52 UTC (2+ messages)
[PATCH RESEND v4] checkpatch: add uninitialized pointer with __free attribute check
2025-11-22 17:28 UTC (4+ messages)
[PATCH v4] README: restructure with role-based documentation and guidelines
2025-11-19 22:34 UTC (5+ messages)
[PATCH v3] README: restructure with role-based documentation and guidelines
2025-11-18 17:42 UTC (8+ messages)
[PATCH] [v3] Documentation: Provide guidelines for tool-generated content
2025-11-17 19:13 UTC (17+ messages)
[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
2025-11-13 4:40 UTC (32+ messages)
` [PATCH v8 01/27] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v8 02/27] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 03/27] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v8 04/27] mm/ksw: add build system support
` [PATCH v8 05/27] mm/ksw: add ksw_config struct and parser
` [PATCH v8 06/27] mm/ksw: add singleton debugfs interface
` [PATCH v8 07/27] mm/ksw: add HWBP pre-allocation
` [PATCH v8 08/27] mm/ksw: Add atomic watchpoint management api
` [PATCH v8 09/27] mm/ksw: ignore false positives from exit trampolines
` [PATCH v8 10/27] mm/ksw: support CPU hotplug
` [PATCH v8 11/27] sched/ksw: add per-task context
` [PATCH v8 12/27] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v8 13/27] mm/ksw: add per-task ctx tracking
` [PATCH v8 14/27] mm/ksw: resolve stack watch addr and len
` [PATCH v8 15/27] mm/ksw: limit canary search to current stack frame
` [PATCH v8 16/27] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v8 17/27] mm/ksw: add KSTACKWATCH_PROFILING to measure probe cost
` [PATCH v8 18/27] arm64/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 19/27] arm64/hwbp/ksw: integrate KStackWatch handler support
` [PATCH v8 20/27] mm/ksw: add self-debug helpers
` [PATCH v8 21/27] mm/ksw: add test module
` [PATCH v8 22/27] mm/ksw: add stack overflow test
` [PATCH v8 23/27] mm/ksw: add recursive depth test
` [PATCH v8 24/27] mm/ksw: add multi-thread corruption test cases
` [PATCH v8 25/27] tools/ksw: add arch-specific test script
` [PATCH v8 26/27] docs: add KStackWatch document
` [PATCH v8 27/27] MAINTAINERS: add entry for KStackWatch
[PATCH] [v2] Documentation: Provide guidelines for tool-generated content
2025-11-11 13:08 UTC (24+ messages)
[RFC 0/2] Add AI coding assistant configuration to Linux kernel
2025-11-11 2:23 UTC (2+ messages)
[PATCH v4] checkpatch: add uninitialized pointer with __free attribute check
2025-11-07 6:56 UTC
[PATCH RESEND v3] checkpatch: add uninitialized pointer with __free attribute check
2025-11-06 17:03 UTC (6+ messages)
` [v3] "
[PATCH] coding-style: fix verb typo
2025-11-03 23:11 UTC (3+ messages)
[PATCH] Documentation: process: Also mention Sasha Levin as stable tree maintainer
2025-10-29 16:08 UTC (4+ messages)
[PATCH v1 00/30] docs: reporting-issues: rework
2025-10-28 21:47 UTC (43+ messages)
` [PATCH v1 01/30] docs: reporting-issues: mention text is best viewed rendered
` [PATCH v1 02/30] docs: reporting-issues: tweak the reference section intro
` [PATCH v1 03/30] docs: reporting-issues: add conclusion to the step-by-step guide
` [PATCH v1 04/30] docs: reporting-issues: add proper appendix
` [PATCH v1 05/30] docs: reporting-issues: outline why reporting is complicated
` [PATCH v1 06/30] docs: reporting-issues: replace TLDR guide with more of an into
` [PATCH v1 07/30] docs: reporting-issues: explain need for fresh vanilla kernel
` [PATCH v1 08/30] docs: reporting-issues: add step about processing issues separately
` [PATCH v1 09/30] docs: reporting-issues: tell users to check the kernel log
` [PATCH v1 10/30] docs: reporting-issues: move 'check tainted flag' upwards
` [PATCH v1 11/30] docs: reporting-issues: improve first tainted check
` [PATCH v1 12/30] docs: reporting-issues: move 'check environment' upwards
` [PATCH v1 13/30] docs: reporting-issues: improve environment check
` [PATCH v1 14/30] docs: reporting-issues: improve text about checking for existing issues
` [PATCH v1 15/30] docs: reporting-issues: improve text on classifying the bug
` [PATCH v1 16/30] docs: reporting-issues: add fast-track for regressions
` [PATCH v1 17/30] docs: reporting-issues: move text on 'check MAINTAINERS file' upwards
` [PATCH v1 18/30] docs: reporting-issues: improve text on looking up place to report
` [PATCH v1 19/30] docs: reporting-issues: move text on 'check other places' upwards
` [PATCH v1 20/30] docs: reporting-issues: improve text on check other places
` [PATCH v1 21/30] docs: reporting-issues: improve text on backup et. al
` [PATCH v1 22/30] docs: reporting-issues: move text on 'initial write-up' upwards
` [PATCH v1 23/30] docs: reporting-issues: improve text on initial write-up
` [PATCH v1 24/30] docs: reporting-issues: improve text on bug verification
` [PATCH v1 25/30] docs: reporting-issues: improve text on non-regressions in stable
` [PATCH v1 26/30] docs: reporting-issues: improve text on second search
` [PATCH v1 27/30] docs: reporting-issues: make collecting files a separate step
` [PATCH v1 28/30] docs: reporting-issues: separate steps for optimizing and submitting reports
` [PATCH v1 29/30] docs: reporting-issues: separate steps for follow-up tasks
` [PATCH v1 30/30] docs: reporting-issues: fix a few line breaks
[PATCH 21/21] Docs: add Functions parameters order section
2025-10-27 18:43 UTC (5+ messages)
[PATCH v2 0/2] checkpatch: add checks incorrectly initialized pointers with __free attr
2025-10-27 8:34 UTC (15+ messages)
` [PATCH v2 1/2] checkpatch: add uninitialized pointer with __free attribute check
` [PATCH v2 2/2] add check for pointers with __free attribute initialized to NULL
[PATCH 21/21] Docs: add Functions parameters order section
2025-10-25 16:40 UTC
[PATCH v3] checkpatch: add uninitialized pointer with __free attribute check
2025-10-25 7:56 UTC
[PATCH] checkpatch: add uninitialized pointer with __free attribute check
2025-10-23 15:14 UTC (11+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox