public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-28 14:42:44 to 2026-01-29 08:08:31 UTC [more...]

[PATCH v3 00/30] kernel-doc: make it parse new functions and structs
 2026-01-29  8:08 UTC  (31+ messages)
` [PATCH v3 01/30] docs: kdoc_re: add support for groups()
` [PATCH v3 02/30] docs: kdoc_re: don't go past the end of a line
` [PATCH v3 03/30] docs: kdoc_parser: move var transformers to the beginning
` [PATCH v3 04/30] docs: kdoc_parser: don't mangle with function defines
` [PATCH v3 05/30] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH v3 06/30] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH v3 07/30] docs: kdoc_parser: fix variable regexes to work with size_t
` [PATCH v3 08/30] docs: kdoc_parser: fix the default_value logic for variables
` [PATCH v3 09/30] docs: kdoc_parser: add some debug for variable parsing
` [PATCH v3 10/30] docs: kdoc_parser: don't exclude defaults from prototype
` [PATCH v3 11/30] docs: kdoc_parser: fix parser to support multi-word types
` [PATCH v3 12/30] docs: kdoc_parser: ignore context analysis and lock attributes
` [PATCH v3 13/30] docs: kdoc_parser: add support for LIST_HEAD
` [PATCH v3 14/30] kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH v3 15/30] docs: kdoc_re: properly handle strings and escape chars on it
` [PATCH v3 16/30] docs: kdoc_re: better show KernRe() at documentation
` [PATCH v3 17/30] docs: kdoc_re: don't recompile NextMatch regex every time
` [PATCH v3 18/30] docs: kdoc_re: Change NestedMath args replacement to \0
` [PATCH v3 19/30] docs: kdoc_re: make NextedMatch use KernRe
` [PATCH v3 20/30] docs: kdoc_re: add support on NestedMatch for argument replacement
` [PATCH v3 21/30] docs: python: add helpers to run unit tests
` [PATCH v3 22/30] unittests: add tests for NestedMatch class
` [PATCH v3 23/30] docs: kdoc_parser: better handle struct_group macros
` [PATCH v3 24/30] docs: kdoc_re: fix a parse bug on struct page_pool_params
` [PATCH v3 25/30] docs: kdoc_re: add a helper class to declare C function matches
` [PATCH v3 26/30] docs: kdoc_parser: use the new CFunction class
` [PATCH v3 27/30] docs: kdoc_parser: minimize differences with struct_group_tagged
` [PATCH v3 28/30] docs: kdoc_parser: move transform lists to a separate file
` [PATCH v3 29/30] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
` [PATCH v3 30/30] docs: xforms_lists.py: use CFuntion to handle all function macros

[PATCH v9 00/32] fix dynamic debug classmaps
 2026-01-29  7:29 UTC  (33+ messages)
` [PATCH v9 01/32] dyndbg: fix NULL ptr on i386 due to section alignment
` [PATCH v9 02/32] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v9 03/32] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 04/32] docs/dyndbg: update examples \012 to \n
` [PATCH v9 05/32] docs/dyndbg: explain flags parse 1st
` [PATCH v9 06/32] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v9 07/32] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v9 08/32] dyndbg: make ddebug_class_param union members same size
` [PATCH v9 09/32] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v9 10/32] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v9 11/32] dyndbg: reduce verbose/debug clutter
` [PATCH v9 12/32] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v9 13/32] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v9 14/32] dyndbg: replace classmap list with a vector
` [PATCH v9 15/32] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v9 16/32] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v9 17/32] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v9 18/32] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v9 19/32] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9 20/32] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v9 21/32] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v9 22/32] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 23/32] dyndbg: detect class_id reservation conflicts
` [PATCH v9 24/32] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v9 25/32] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v9 26/32] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v9 27/32] dyndbg: treat comma as a token separator
` [PATCH v9 28/32] dyndbg: split multi-query strings with %
` [PATCH v9 29/32] selftests-dyndbg: add test_mod_submod
` [PATCH v9 30/32] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v9 31/32] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)
` [PATCH v9 32/32] docs/dyndbg: add classmap info to howto

[PATCH v7 2/2] hwmon: pmbus: add support for STEF48H28
 2026-01-29  7:17 UTC 

[PATCHv5 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-01-29  7:03 UTC  (11+ messages)
` [PATCHv5 09/17] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv5 10/17] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv5 11/17] mm/hugetlb: Remove fake head pages

[PATCH net-next v2] net: ethernet: neterion: s2io: remove unused driver
 2026-01-29  5:00 UTC  (5+ messages)

[PATCH v2] PCI: endpoint: pci-epf-test: Allow overriding default BAR sizes
 2026-01-29  4:33 UTC  (3+ messages)

[PATCH v5 v5 0/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
 2026-01-29  4:24 UTC  (7+ messages)
` [PATCH v5 v5 1/3] docs: tracing/fprobe: Document list filters "
` [PATCH v5 v5 2/3] tracing/fprobe: Support comma-separated symbols "

[PATCH net-next v03 0/4] net: hinic3: Fix code styles
 2026-01-29  4:01 UTC  (5+ messages)
` [PATCH net-next v03 1/4] hinic3: Fix code Style(remove empty lines between error handling)
` [PATCH net-next v03 2/4] hinic3: Remove defensive txq_num check
` [PATCH net-next v03 3/4] hinic3: Use array_size instead of multiplying
` [PATCH net-next v03 4/4] hinic3: RQ use RQ_CTXT_PREF_CI_HI instead of SQ_CTXT_PREF_CI_HI

[PATCH iwl-next v6] ice: add support for unmanaged DPLL on E830 NIC
 2026-01-29  3:59 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH 0/3] Revert "revocable: Revocable resource management"
 2026-01-29  3:42 UTC  (27+ messages)

[PATCHv4 00/14] mm: Eliminate fake head pages from vmemmap optimization
 2026-01-29  3:04 UTC  (7+ messages)
` [PATCHv4 09/14] mm/hugetlb: Remove fake head pages

[PATCH v4 0/5] Tracing: Accelerate Kernel Boot by Asynchronizing
 2026-01-29  2:25 UTC  (5+ messages)
` [PATCH v4 5/5] blktrace: Make init_blk_tracer() asynchronous when trace_async_init set

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-29  1:49 UTC  (11+ messages)
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-01-29  1:17 UTC  (13+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-29  1:16 UTC  (12+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH 0/2] Fix grammar and example code in Documentation
 2026-01-29  1:08 UTC  (5+ messages)
` [PATCH 1/2] Documentation: Fix typos
` [PATCH 2/2] Documentation: Fix bug in example code snippet

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-29  0:01 UTC  (3+ messages)

[PATCH v3 0/7] seccomp: support nested listeners
 2026-01-28 22:32 UTC  (8+ messages)
` [PATCH v3 4/7] seccomp: mark first listener in the tree
` [PATCH v3 6/7] seccomp: allow nested listeners

[PATCH v2 00/25] kernel-doc: make it parse new functions and structs
 2026-01-28 22:08 UTC  (54+ messages)
` [PATCH v2 01/25] docs: kdoc_re: add support for groups()
  ` [Intel-wired-lan] "
` [PATCH v2 02/25] docs: kdoc_re: don't go past the end of a line
  ` [Intel-wired-lan] "
` [PATCH v2 03/25] docs: kdoc_parser: move var transformers to the beginning
  ` [Intel-wired-lan] "
` [PATCH v2 04/25] docs: kdoc_parser: don't mangle with function defines
  ` [Intel-wired-lan] "
` [PATCH v2 05/25] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH v2 06/25] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH v2 07/25] docs: kdoc_parser: fix variable regexes to work with size_t
  ` [Intel-wired-lan] "
` [PATCH v2 08/25] docs: kdoc_parser: fix the default_value logic for variables
  ` [Intel-wired-lan] "
` [PATCH v2 09/25] docs: kdoc_parser: add some debug for variable parsing
  ` [Intel-wired-lan] "
` [PATCH v2 10/25] docs: kdoc_parser: don't exclude defaults from prototype
  ` [Intel-wired-lan] "
` [PATCH v2 11/25] docs: kdoc_parser: fix parser to support multi-word types
  ` [Intel-wired-lan] "
` [PATCH v2 12/25] docs: kdoc_parser: ignore context analysis and lock attributes
  ` [Intel-wired-lan] "
` [PATCH v2 13/25] docs: kdoc_parser: add support for LIST_HEAD
  ` [Intel-wired-lan] "
` [PATCH v2 14/25] kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
  ` [Intel-wired-lan] "
` [PATCH v2 15/25] docs: kdoc_re: properly handle strings and escape chars on it
  ` [Intel-wired-lan] "
` [PATCH v2 16/25] docs: kdoc_re: better show KernRe() at documentation
  ` [Intel-wired-lan] "
` [PATCH v2 17/25] docs: kdoc_re: don't recompile NextMatch regex every time
  ` [Intel-wired-lan] "
` [PATCH v2 18/25] docs: kdoc_re: Change NestedMath args replacement to \0
  ` [Intel-wired-lan] "
` [PATCH v2 19/25] docs: kdoc_re: make NextedMatch use KernRe
` [PATCH v2 20/25] tools: kdoc_re: add support on NestedMatch for argument replacement
  ` [Intel-wired-lan] "
` [PATCH v2 21/25] tools: python: add helpers to run unit tests
` [PATCH v2 22/25] unittests: add tests for NestedMatch class
` [PATCH v2 23/25] tools/lib/python/unittest_helper.py
  ` [Intel-wired-lan] "
` [PATCH v2 24/25] docs: kdoc_parser: better handle struct_group macros
  ` [Intel-wired-lan] "
` [PATCH v2 25/25] docs: kdoc_re: fix a parse bug on struct page_pool_params
  ` [Intel-wired-lan] "

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-01-28 22:03 UTC  (10+ messages)
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
          `  "
` [RFC PATCH 16/19] fs/resctrl: Implement rdtgroup_plza_write() to configure PLZA in a group

[PATCH] docs: fix 're-use' -> 'reuse' in documentation
 2026-01-28 22:02 UTC 

[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
 2026-01-28 21:30 UTC  (2+ messages)

[PATCH v2 15/15] gpio: virtio: reorder fields to reduce struct padding
 2026-01-28 20:31 UTC  (2+ messages)
` [PATCH v3 15/15] vsock/virtio: reorder fields to reduce padding

[PATCH v4 1/3] cxl, doc: Remove isonum.txt inclusion
 2026-01-28 19:23 UTC  (5+ messages)
` [PATCH v4 3/3] Documentation/driver-api/cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement

[PATCH v3] PCI: endpoint: pci-epf-test: Allow overriding default BAR sizes
 2026-01-28 19:22 UTC 

[PATCH] PCI: endpoint: pci-epf-test: Allow overriding default BAR sizes
 2026-01-28 18:59 UTC  (4+ messages)

[PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
 2026-01-28 18:54 UTC  (4+ messages)

[PATCH v5 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-01-28 18:22 UTC  (7+ messages)

[PATCH v16 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-01-28 16:40 UTC  (4+ messages)
` [PATCH v16 1/2] ACPI:RAS2: Add driver for the "

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-01-28 16:38 UTC  (3+ messages)
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse

[PATCH v1 net-next 0/3] ECN offload handling for AccECN series
 2026-01-28 14:44 UTC  (4+ messages)
` [PATCH v1 net-next 1/3] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v1 net-next 2/3] net: hns3/mlx5e: avoid corrupting CWR flag when receiving GRO packet
` [PATCH v1 net-next 3/3] virtio_net: Accurate ECN flag in virtio_net_hdr

[PATCH net-next v02 2/4] hinic3: Remove redundant defensive code
 2026-01-28 14:42 UTC  (3+ messages)


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