public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 17:04:34 to 2026-03-18 15:41:41 UTC [more...]

[PATCH net-next v2 00/13] net: sleepable ndo_set_rx_mode
 2026-03-18 15:41 UTC  (16+ messages)
` [PATCH net-next v2 01/13] net: add address list snapshot and reconciliation infrastructure
  ` [Intel-wired-lan] "
` [PATCH net-next v2 02/13] wifi: cfg80211: use __rtnl_unlock in nl80211_pre_doit
  ` [Intel-wired-lan] "
` [PATCH net-next v2 03/13] net: introduce ndo_set_rx_mode_async and dev_rx_mode_work
` [PATCH net-next v2 04/13] net: move promiscuity handling into dev_rx_mode_work
` [PATCH net-next v2 05/13] fbnic: convert to ndo_set_rx_mode_async
` [PATCH net-next v2 06/13] mlx5: "
` [PATCH net-next v2 07/13] bnxt: "
` [PATCH net-next v2 08/13] bnxt: use snapshot in bnxt_cfg_rx_mode
` [PATCH net-next v2 09/13] iavf: convert to ndo_set_rx_mode_async
` [PATCH net-next v2 10/13] netdevsim: "
` [PATCH net-next v2 11/13] dummy: "
` [PATCH net-next v2 12/13] net: warn ops-locked drivers still using ndo_set_rx_mode
` [PATCH net-next v2 13/13] selftests: net: add team_bridge_macvlan rx_mode test

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-18 15:33 UTC  (8+ messages)
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers

[PATCH 0/9] Kernel API Specification Framework
 2026-03-18 14:53 UTC  (17+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 5/9] kernel/api: add API specification for sys_open

[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
 2026-03-18 14:49 UTC  (18+ messages)
` [PATCH v13 1/1] "

[RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-03-18 14:41 UTC  (3+ messages)

[PATCH] Documentation/gpu: resolve kerneldoc duplicate declaration warning
 2026-03-18 14:36 UTC 

[PATCH 0/7] More kernel-doc unit tests
 2026-03-18 14:26 UTC  (8+ messages)
` [PATCH 1/7] docs: kdoc_parser: add some debug for variable parsing
` [PATCH 2/7] unittests: test_kdoc_parser: add command line arg to read a YAML file
` [PATCH 3/7] MAINTAINERS: update documentation scripts to add unittests
` [PATCH 4/7] docs: tools: include kdoc_yaml_file at documentation
` [PATCH 5/7] docs: kdoc_yaml_file: add a representer to make strings look nicer
` [PATCH 6/7] docs: kdoc-test.yaml: add more tests
` [PATCH 7/7] docs: kdoc_output: fix handling of simple tables

[PATCH 0/8] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-18 13:28 UTC  (10+ messages)
` [PATCH 1/8] gpu: nova-core: convert PMC registers to "
` [PATCH 2/8] gpu: nova-core: convert PBUS "
` [PATCH 3/8] gpu: nova-core: convert PFB "
` [PATCH 4/8] gpu: nova-core: convert GC6 "
` [PATCH 5/8] gpu: nova-core: convert FUSE "
` [PATCH 6/8] gpu: nova-core: convert PDISP "
` [PATCH 7/8] gpu: nova-core: convert falcon "
` [PATCH 8/8] Documentation: nova: remove register abstraction task

Invalid link generation for equations
 2026-03-18 12:56 UTC 

[PATCH -next v1 10/16] rcu-tasks: Document that RCU Tasks Trace grace periods now imply RCU grace periods
 2026-03-18 12:15 UTC  (3+ messages)

[PATCH v7 14/15] rv: Add deadline monitors
 2026-03-18 12:00 UTC  (3+ messages)

[PATCH v6 0/5] kunit: Add support for suppressing warning backtraces
 2026-03-18 11:51 UTC  (5+ messages)

[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-18 11:16 UTC  (2+ messages)

[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-18 11:04 UTC  (9+ messages)
` [PATCH v6 01/40] arm_mpam: Ensure in_reset_state is false after applying configuration
` [PATCH v6 21/40] arm_mpam: resctrl: Hide CDP emulation behind CONFIG_EXPERT

[PATCH 00/14] More kernel-doc patches
 2026-03-18  9:43 UTC  (16+ messages)
` [PATCH 01/14] unittests: test_tokenizer: better handle mismatch error
` [PATCH 02/14] docs: kdoc_re: better represent long regular expressions
` [PATCH 03/14] docs: kdoc: add c_lex to generated documentation
` [PATCH 04/14] docs: kdoc_files: use a class to group config parameters
` [PATCH 05/14] docs: kdoc_files: move output symbols logic to kdoc_output
` [PATCH 06/14] docs: kdoc_item: fix initial value for parameterdesc_start_lines
` [PATCH 07/14] docs: kdoc_item: add support to generate a KdocItem from a dict
` [PATCH 08/14] docs: kdoc_item: fix a typo on sections_start_lines
` [PATCH 09/14] docs: unittests: add a parser to test kernel-doc parser logic
` [PATCH 10/14] docs: add a schema to help creating unittests for kernel-doc
` [PATCH 11/14] docs: add a simple kdoc-test.yaml together with a validation tool
` [PATCH 12/14] docs: test_kdoc_parser: add support for dynamic test creation
` [PATCH 13/14] docs: add a new file to write kernel-doc output to a YAML file
` [PATCH 14/14] docs: kernel-doc: add support to store output on "

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-18  9:35 UTC  (15+ messages)
` [PATCH v12.1 "
  ` [PATCH v12.1 1/1] rust: gpu: Add "
` [PATCH v13 0/2] Rust "
  ` [PATCH v13 1/2] rust: gpu: Add "
  ` [PATCH v13 2/2] MAINTAINERS: gpu: buddy: Update reviewer

[PATCH 1/2] dt-bindings: hwmon: Add mps mpm369x driver bindings
 2026-03-18  8:30 UTC  (6+ messages)
` [PATCH 2/2] hwmon: add mpm369x driver

[PATCH 1/2] hwmon/pmbus: (isl68137) Add support for Renesas RAA228942 and RAA228943
 2026-03-18  8:25 UTC  (14+ messages)
` [PATCH 2/2] dt-bindings: hwmon: isl68137: Add compatible string for "
` [PATCH v2 0/3] hwmon/pmbus: isl68137: Add RAA228942/RAA228943 support
  ` [PATCH v2 1/3] hwmon: (pmbus/isl68137) Remove unused enum chips
  ` [PATCH v2 2/3] hwmon: (pmbus/isl68137) Add support for Renesas RAA228942 and RAA228943
  ` [PATCH v2 3/3] dt-bindings: hwmon: isl68137: Add compatible strings for "

[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-18  8:18 UTC  (4+ messages)

[PATCH v3 00/22] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-18  7:48 UTC  (27+ messages)
` [PATCH v3 01/22] docs: python: add helpers to run unit tests
` [PATCH v3 02/22] unittests: add a testbench to check public/private kdoc comments
` [PATCH v3 03/22] docs: kdoc: don't add broken comments inside prototypes
` [PATCH v3 04/22] docs: kdoc: properly handle empty enum arguments
` [PATCH v3 05/22] docs: add a C tokenizer to be used by kernel-doc
` [PATCH v3 06/22] docs: kdoc: use tokenizer to handle comments on structs
` [PATCH v3 07/22] unittests: test_private: modify it to use CTokenizer directly
` [PATCH v3 08/22] unittests: test_tokenizer: check if the tokenizer works
` [PATCH v3 09/22] unittests: add a runner to execute all unittests
` [PATCH v3 10/22] docs: kdoc: create a CMatch to match nested C blocks
` [PATCH v3 11/22] tools: unittests: add tests for CMatch
` [PATCH v3 12/22] docs: c_lex: properly implement a sub() method "
` [PATCH v3 13/22] unittests: test_cmatch: add tests for sub()
` [PATCH v3 14/22] docs: kdoc: replace NestedMatch with CMatch
` [PATCH v3 15/22] docs: kdoc_re: get rid of NestedMatch class
` [PATCH v3 16/22] docs: xforms_lists: handle struct_group directly
` [PATCH v3 17/22] docs: xforms_lists: better evaluate struct_group macros
` [PATCH v3 18/22] docs: c_lex: setup a logger to report tokenizer issues
` [PATCH v3 19/22] docs: kernel-doc.rst: document private: scope propagation
` [PATCH v3 20/22] docs: kdoc: ensure that comments are dropped before calling split_struct_proto()
` [PATCH v3 21/22] docs: kdoc_parser: avoid tokenizing structs everytime
` [PATCH v3 22/22] docs: xforms_lists: use CMatch for all identifiers

[RFC] Coding style consequences for multi-line statements?
 2026-03-18  7:30 UTC 

[PATCH 0/2] hwmon: Add support for MPS mpm369x chip family
 2026-03-18  7:01 UTC 

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-18  5:58 UTC  (3+ messages)

[PATCH v8 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-18  6:01 UTC  (4+ messages)
` [PATCH v8 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v8 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v8 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH v7 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-18  4:04 UTC  (6+ messages)
` [PATCH v7 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86

[PATCH v2] Docs/mm/damon/design: document DAMON actions when TRANSPARENT_HUGEPAGE is off
 2026-03-18  3:53 UTC 

[PATCH 0/2] hwmon: Add support for MPS mp2985
 2026-03-18  2:39 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add "
  ` [PATCH 2/2] hwmon: add MP2985 driver

[PATCH v8 0/3] TrackPoint doubletap enablement and user control
 2026-03-18  1:35 UTC  (3+ messages)

[PATCH v7 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-03-18  1:17 UTC  (3+ messages)
` [PATCH v7 2/3] hwmon: ltc4283: Add support for the LTC4283 "

[PATCH v8 0/2] Add support for Microchip EMC1812
 2026-03-18  0:24 UTC  (3+ messages)
` [PATCH v8 2/2] hwmon: temperature: add support for EMC1812

[PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update
 2026-03-17 23:36 UTC  (11+ messages)

[PATCH net-next 00/15][pull request] Introduce iXD driver
 2026-03-17 23:09 UTC  (16+ messages)
` [PATCH net-next 01/15] virtchnl: create 'include/linux/intel' and move necessary header files
` [PATCH net-next 02/15] virtchnl: introduce control plane version fields
` [PATCH net-next 03/15] libie: add PCI device initialization helpers to libie
` [PATCH net-next 04/15] libeth: allow to create fill queues without NAPI
` [PATCH net-next 05/15] libie: add control queue support
` [PATCH net-next 06/15] libie: add bookkeeping support for control queue messages
` [PATCH net-next 07/15] idpf: remove 'vport_params_reqd' field
` [PATCH net-next 08/15] idpf: refactor idpf to use libie_pci APIs
` [PATCH net-next 09/15] idpf: refactor idpf to use libie control queues
` [PATCH net-next 10/15] idpf: make mbx_task queueing and cancelling more consistent
` [PATCH net-next 11/15] idpf: print a debug message and bail in case of non-event ctlq message
` [PATCH net-next 12/15] ixd: add basic driver framework for Intel(R) Control Plane Function
` [PATCH net-next 13/15] ixd: add reset checks and initialize the mailbox
` [PATCH net-next 14/15] ixd: add the core initialization
` [PATCH net-next 15/15] ixd: add devlink support

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-03-17 21:36 UTC  (10+ messages)
` [PATCH mm-unstable v15 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v15 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v15 09/13] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v15 10/13] mm/khugepaged: Introduce mTHP collapse support

[PATCH v3 1/3] ima: Remove ima_h_table structure
 2026-03-17 21:03 UTC  (4+ messages)
` [PATCH v3 3/3] ima: Add support for staging measurements for deletion

[PATCH net-next v6 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
 2026-03-17 19:18 UTC 

[PATCH v2 00/28] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-17 18:57 UTC  (10+ messages)
` [PATCH v2 05/28] docs: kdoc_re: add a C tokenizer

[linux-next:master 2734/6828] Warning: arch/x86/virt/vmx/tdx/tdx.c:141 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
 2026-03-17 18:18 UTC 

[PATCH v2 0/5] docs: reporting-issues: tweak a few areas and rewrite the ending
 2026-03-17 17:17 UTC  (2+ messages)

[PATCH] docs: pt_BR: translate process/1.Intro.rst
 2026-03-17 17:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH net-next v5 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
 2026-03-17 17:06 UTC  (3+ messages)
    ` [EXTERNAL] "


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