public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 14:12:52 to 2026-03-18 13:31:53 UTC [more...]

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

[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  (8+ 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 0/9] Kernel API Specification Framework
 2026-03-18  6:24 UTC  (11+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 5/9] kernel/api: add API specification for sys_open

[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 "

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

[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 v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-17 21:32 UTC  (6+ messages)
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "

[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] "

[PATCH iwl-next v11] ice: add support for unmanaged DPLL on E830 NIC
 2026-03-17 16:58 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v12 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-17 16:40 UTC  (8+ messages)
` [PATCH v12 3/5] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH] hwmon: add driver for ARCTIC Fan Controller
 2026-03-17 16:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Add support for Delta Q54SN120A1 and Q54SW120A7
 2026-03-17 15:43 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: trivial-devices: Add "
` [PATCH v2 2/2] hwmon: (pmbus) Add Delta Q54SN120A1 Q54SW120A7 chip

[PATCH] docs: fix Sphinx C parser crash on __cond_acquires macro
 2026-03-17 15:43 UTC  (2+ messages)

[PATCH] clk: add new Kconfig to control default behavior of disabling unused clocks
 2026-03-17 15:14 UTC  (9+ messages)

[PATCH] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-03-17 15:10 UTC 

[PATCH v4 1/4] scripts: ver_linux: expand and fix list
 2026-03-17 15:08 UTC  (5+ messages)
  ` [PATCH v4 2/4] workflow: process/changes.rst: expand and cleanup list
  ` [PATCH v4 3/4] scripts: ver_linux: sort
  ` [PATCH v4 4/4] workflow: process/changes.rst: sort list
` [PATCH v4 0/4] workflow, scripts: sort changes.rst and ver_linux

[PATCH v8 2/6] iio: Replace 'sign' field with union in struct iio_scan_type
 2026-03-17 15:04 UTC  (2+ messages)
` [PATCH v8 4/6] iio: ABI: Add support for floating-point numbers in buffer scan elements

[PATCH docs-next v3] docs: pt_BR: add netdev and maintainer handbook translations
 2026-03-17 14:55 UTC  (2+ messages)

[PATCH 0/2] docs: interconnect: Improve API documentation coverage
 2026-03-17 14:53 UTC  (2+ messages)

[PATCH] virtio: document the map API in the driver writing guide
 2026-03-17 14:49 UTC  (2+ messages)

[PATCH] docs: memory-hotplug: fix typo 'fo' -> 'for' in NODE_ADDED_FIRST_MEMORY description
 2026-03-17 14:42 UTC  (2+ messages)

[PATCH v2] Documentation: printk: Add section about avoiding lockups
 2026-03-17 14:41 UTC  (3+ messages)

[PATCH] Documentation/mm/hwpoison.rst: fix typos and grammar
 2026-03-17 14:36 UTC  (2+ messages)

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-17 14:13 UTC  (7+ messages)
` [PATCH v11 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v11 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v11 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v11 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v11 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v11 16/16] KVM: selftests: Test guest execution from direct map removed gmem


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