workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] [v2] Documentation: Provide guidelines for tool-generated content
 2025-11-10 20:00 UTC  (16+ messages)

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-10 17:33 UTC  (29+ 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 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  (12+ messages)

[PATCH v2 1/2] docs: checkpatch: Align block comment style
 2025-10-21 20:42 UTC  (5+ messages)
` [PATCH v2 2/2] docs: checkpatch: Drop networking "

[PATCH] Documentation: kunit: add description of kunit.enable parameter
 2025-10-21  6:50 UTC  (2+ messages)

[PATCH] docs: ktap: fix minor typos in ktap.rst file
 2025-10-20 16:57 UTC  (5+ messages)
  ` [PATCH] docs: ktap: Revert incorrect change

​ ​𓇬◦୦◦◯◦୦◦𞢨ꖅ⦻✢⦻ꖅ𖢄𖢌𐫱⊞✢ⵙⰙⵙ✢⊞𐫱𖢌𖢄ⓄⓄⓄⓄⵔⵔⵔⵔⵔⵔⵔⵔⓄⓄⓄⓄ𖢄𖢌𐫱⊞✢ⵙⰙⵙ✢⊞𐫱𖢌𖢄ꖅ⦻✢⦻ꖅ𞢨◦୦◦◯◦୦◦𓇬​ ​𓇬◦୦◦◯◦୦◦𞢨ꖅ⦻✢⦻ꖅ𖢄𖢌𐫱⊞✢ⵙⰙⵙ✢⊞𐫱𖢌𖢄ⓄⓄⓄⓄⵔⵔⵔⵔⵔⵔⵔⵔⓄⓄⓄⓄ𖢄𖢌𐫱⊞✢ⵙⰙⵙ✢⊞𐫱𖢌𖢄ꖅ⦻✢⦻ꖅ𞢨◦୦◦◯◦୦◦𓇬​ ​
 2025-10-17 20:58 UTC 

[PATCH] docs: checkpatch: Align block comment style
 2025-10-17 19:39 UTC  (2+ messages)

[PATCH] Documentation: kunit: Fix kunit_device_register() example
 2025-10-17  5:28 UTC  (3+ messages)

[PATCH 0/3] b4: Add git notes for submission link trailers
 2025-10-14 18:28 UTC  (5+ messages)
` [PATCH 1/3] b4: Move linktrailer to a LoreMessage property
` [PATCH 2/3] b4, ty: Move git_get_rev_diff to __init__ for reuse in post processing shazam
` [PATCH 3/3] mbox: Add a --add-link-note option to shazam

[RFC PATCH 0/1] kbuild: introduce containerized builds
 2025-10-14 15:42 UTC  (7+ messages)
` [RFC PATCH 1/1] kbuild: add Makefile.container with CONTAINER option

[PATCH v2] Documentation: process: Arbitrarily bump kernel major version number
 2025-10-14 15:15 UTC  (2+ messages)

[PATCH v7 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-10-10 20:02 UTC  (27+ messages)
` [PATCH v7 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v7 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v7 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v7 04/23] mm/ksw: add build system support
` [PATCH v7 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v7 06/23] mm/ksw: add singleton debugfs interface
` [PATCH v7 07/23] mm/ksw: add HWBP pre-allocation
` [PATCH v7 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v7 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v7 10/23] mm/ksw: support CPU hotplug
` [PATCH v7 11/23] sched: add per-task context
` [PATCH v7 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v7 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v7 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v7 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v7 16/23] mm/ksw: add self-debug helpers
` [PATCH v7 17/23] mm/ksw: add test module
` [PATCH v7 18/23] mm/ksw: add stack overflow test
` [PATCH v7 19/23] mm/ksw: add recursive depth test
` [PATCH v7 20/23] mm/ksw: add multi-thread corruption test cases
` [PATCH v7 21/23] tools/ksw: add test script
` [PATCH v7 22/23] docs: add KStackWatch document
` [PATCH v7 23/23] MAINTAINERS: add entry for KStackWatch

[PATCH v2 0/2] checkpatch: add new check PLACEHOLDER_USE
 2025-10-09 20:01 UTC  (3+ messages)

[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-10-09  9:12 UTC  (7+ messages)
` [PATCH v6 21/23] tools/ksw: add test script
` [PATCH v6 23/23] MAINTAINERS: add entry for KStackWatch

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox