public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-22 15:57:39 to 2026-03-23 17:21:32 UTC [more...]

[PATCH V8 0/8] dax: prepare for famfs
 2026-03-23 17:21 UTC  (6+ messages)
` [PATCH V8 3/8] dax: add fsdev.c driver for fs-dax on character dax

[PATCH 0/2] docs: pt_BR: Add translations for KVM x86 and Conclave
 2026-03-23 17:11 UTC  (3+ messages)
` [PATCH 1/2] docs: pt_BR: Add translation for process/conclave.rst
` [PATCH 2/2] docs: pt_BR: Add translation for KVM x86 maintainer guide

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-23 17:07 UTC  (4+ messages)
` [PATCH v7 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()

[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-23 16:55 UTC  (10+ messages)
` [PATCH v9 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v9 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v9 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v9 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v9 5/5] riscv: "

[PATCH 0/2] mm/memory-failure: add panic option for unrecoverable pages
 2026-03-23 16:51 UTC  (4+ messages)
` [PATCH 1/2] mm/memory-failure: add panic_on_unrecoverable_memory_failure sysctl
` [PATCH 2/2] Documentation: document "

[PATCH] Documentation: PCI: Document decoding of TLP Header in AER messages
 2026-03-23 16:50 UTC  (3+ messages)

[PATCH v8 2/6] iio: Replace 'sign' field with union in struct iio_scan_type
 2026-03-23 16:49 UTC  (5+ messages)

[PATCH 0/2] kallsyms: show typed function parameters in oops/WARN dumps
 2026-03-23 16:48 UTC  (3+ messages)
` [PATCH 1/2] kallsyms: show function parameter info "
` [PATCH 2/2] kallsyms: add BTF-based deep parameter rendering in oops dumps

[PATCH v5 00/21] Virtual Swap Space
 2026-03-23 16:40 UTC  (4+ messages)

[PATCH v2 0/5] watchdog/hardlockup: Improvements to hardlockup detection and documentation
 2026-03-23 16:26 UTC  (7+ messages)
` [PATCH v2 1/5] watchdog: Return early in watchdog_hardlockup_check()
` [PATCH v2 2/5] watchdog: Update saved interrupts during check
` [PATCH v2 4/5] watchdog/hardlockup: improve buddy system detection timeliness

[PATCH 1/3] dt-bindings: hwmon: Add support for NXP P3T1084UK temperature sensor
 2026-03-23 16:22 UTC  (3+ messages)
` [PATCH 2/3] docs: hwmon: Update TMP108 documentation for NXP P3T1084UK support
` [PATCH 3/3] hwmon: (tmp108) Add support for NXP P3T1084UK

[PATCH 6.1 229/481] time: add kernel-doc in time.c
 2026-03-23 13:43 UTC 

[PATCH v7 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-03-23 16:07 UTC  (11+ messages)
` [PATCH v7 1/3] dt-bindings: hwmon: Document the LTC4283 "
` [PATCH v7 2/3] hwmon: ltc4283: Add support for "

[PATCH 0/1] docs: examples of pages affected by table overflow
 2026-03-23 15:37 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] docs: wrap generated tables to contain small-screen overflow
` [PATCH v3] "

[PATCH 1/1] docs: contain horizontal overflow in C API descriptions
 2026-03-23 15:33 UTC  (7+ messages)
` [PATCH v2 0/1] docs: examples of pages affected by C API signature overflow
  ` [PATCH v2 1/1] docs: contain horizontal overflow in C API descriptions
` [PATCH v3] "

[PATCH 0/1] docs: examples of pages affected by heading overflow
 2026-03-23 15:30 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] docs: allow long unbroken headings to wrap and prevent overflow
` [PATCH v3] "

[PATCH 0/2] docs: contain overflow from long links
 2026-03-23 15:24 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] docs: allow long links to wrap per character to prevent page overflow
  ` [PATCH v2 2/2] docs: allow long table reference links to wrap and prevent overflow
` [PATCH v3 1/2] docs: allow long links to wrap per character to prevent page overflow
  ` [PATCH v3 2/2] docs: allow long table reference links to wrap and prevent overflow

[PATCH v2 0/9] Kernel API Specification Framework
 2026-03-23 13:52 UTC  (3+ messages)
` [PATCH v2 3/9] kernel/api: add debugfs interface for kernel API specifications

[PATCH v14 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-23 15:17 UTC  (13+ messages)
` [PATCH v14 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v14 02/12] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v14 03/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v14 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v14 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v14 06/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v14 07/12] crypto: qce - Remove unused ignore_buf
` [PATCH v14 08/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v14 09/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v14 10/12] crypto: qce - Map crypto memory for DMA
` [PATCH v14 11/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v14 12/12] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH 0/1] docs: examples of pages affected by inline literal overflow
 2026-03-23 15:14 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] docs: allow inline literals in paragraphs to wrap to prevent overflow
` [PATCH v3] "

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

[RFC PATCH v1 1/1] This patch set introces a new action: DAMOS_COLLAPSE
 2026-03-23 14:56 UTC  (2+ messages)
` [RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action

[PATCH v8 0/2] Add support for sound profile switching and leverage for OnePlus slider
 2026-03-23 14:50 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/7] Remove the Kontron SMARC-sAM67 board
 2026-03-23 14:45 UTC  (5+ messages)
` [PATCH v2 6/7] dt-bindings: watchdog: Drop SMARC-sAM67 support

[PATCH v3 00/10] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-23 14:22 UTC  (17+ messages)
` [PATCH v3 01/10] gpu: nova-core: convert PMC registers to "
` [PATCH v3 02/10] gpu: nova-core: convert PBUS "
` [PATCH v3 03/10] gpu: nova-core: convert PFB "
` [PATCH v3 04/10] gpu: nova-core: convert GC6 "
` [PATCH v3 05/10] gpu: nova-core: convert FUSE "
` [PATCH v3 06/10] gpu: nova-core: convert PDISP "
` [PATCH v3 07/10] gpu: nova-core: falcon: introduce `bounded_enum` macro
` [PATCH v3 08/10] gpu: nova-core: convert falcon registers to kernel register macro
` [PATCH v3 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
` [PATCH v3 10/10] Documentation: nova: remove register abstraction task

[PATCH v1 0/6] misc: amd-sbi: Refactor SBTSI driver with I3C support and ioctl interface
 2026-03-23 14:15 UTC  (8+ messages)
` [PATCH v1 1/6] hwmon/misc: amd-sbi: Move core SBTSI support from hwmon to misc
` [PATCH v1 2/6] misc: amd-sbi: Update SBTSI Kconfig to clarify this is BMC driver
` [PATCH v1 3/6] misc: amd-sbi: Split SBTSI hwmon sensor handling into a separate entity
` [PATCH v1 4/6] misc: amd-sbi: Add support for SB-TSI over I3C
` [PATCH v1 5/6] misc: amd-sbi: Add SBTSI ioctl register transfer interface
` [PATCH v1 6/6] docs: misc: amd-sbi: Document SBTSI userspace interface

[PATCH v4 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-23 14:06 UTC  (3+ messages)

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

[PATCH v13 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-23 13:41 UTC  (7+ messages)
` [PATCH v13 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v13 05/12] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH net-next v2 00/13] net: sleepable ndo_set_rx_mode
 2026-03-23 12:09 UTC  (3+ messages)
` [PATCH net-next v2 03/13] net: introduce ndo_set_rx_mode_async and dev_rx_mode_work
  ` [Intel-wired-lan] "

[PATCH RFC v2 0/9] AD9910 Direct Digital Synthesizer
 2026-03-23 11:58 UTC  (18+ messages)
` [PATCH RFC v2 2/9] iio: frequency: ad9910: initial driver implementation
` [PATCH RFC v2 3/9] iio: frequency: ad9910: add simple parallel port mode support
` [PATCH RFC v2 5/9] iio: frequency: ad9910: add RAM "
` [PATCH RFC v2 8/9] Documentation: ABI: testing: add docs for ad9910 sysfs entries
` [PATCH RFC v2 9/9] docs: iio: add documentation for ad9910 driver

[PATCH 00/10] minor changes at kernel-doc and a fix
 2026-03-23 11:15 UTC  (12+ messages)
` [PATCH 01/10] MAINTAINERS: update documentation scripts to add unittests
` [PATCH 02/10] unittests: test_kdoc_parser: add command line arg to read a YAML file
` [PATCH 03/10] docs: tools: include kdoc_yaml_file at documentation
` [PATCH 04/10] docs: kdoc_yaml_file: add a representer to make strings look nicer
` [PATCH 05/10] docs: kdoc-test.yaml: add more tests
` [PATCH 06/10] docs: kdoc_output: fix handling of simple tables
` [PATCH 07/10] docs: kdoc: better handle source when producing YAML output
` [PATCH 08/10] docs: kdoc_yaml_file: use a better name for the tests
` [PATCH 09/10] docs: kdoc_output: raise an error if full_proto not available for var
` [PATCH 10/10] docs: c_lex.py: store logger on its data

[PATCH v2] Documentation: locking: Document hwspinlock bust() callback
 2026-03-23 10:58 UTC 

[RFC PATCH 0/1] leds: Introduce the multi_max_intensity sysfs attribute
 2026-03-23 10:22 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-23 10:13 UTC  (19+ messages)
` [PATCH v6 01/40] arm_mpam: Ensure in_reset_state is false after applying configuration
` [PATCH v6 02/40] arm_mpam: Reset when feature configuration bit unset
` [PATCH v6 14/40] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v6 15/40] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v6 16/40] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v6 17/40] arm_mpam: resctrl: Add resctrl_arch_get_config()
` [PATCH v6 18/40] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v6 19/40] arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks

[PATCH] docs: ja_JP: process: translate second half of 'Describe your changes'
 2026-03-23  8:29 UTC  (3+ messages)

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-23  9:13 UTC  (4+ messages)
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare

[PATCH v8 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-23  9:12 UTC  (6+ messages)
` [PATCH v8 2/5] crash: Exclude crash kernel memory in crash core

[PATCH v7 09/15] rv: Add enqueue/dequeue to snroc monitor
 2026-03-23  9:06 UTC  (2+ messages)

[PATCH v3 0/2] hwmon/pmbus: isl68137: Add RAA228942/RAA228943 support
 2026-03-23  7:21 UTC  (4+ messages)
` [PATCH 1/2] hwmon: (pmbus/isl68137) Add support for Renesas RAA228942 and RAA228943
` [PATCH 2/2] dt-bindings: hwmon: isl68137: Add compatible strings for "

[PATCH 1/2] hwmon/pmbus: (isl68137) Add support for Renesas RAA228942 and RAA228943
 2026-03-23  7:20 UTC  (6+ messages)
` [PATCH v2 0/3] hwmon/pmbus: isl68137: Add RAA228942/RAA228943 support
  ` [PATCH v2 3/3] dt-bindings: hwmon: isl68137: Add compatible strings for RAA228942 and RAA228943

[PATCH v2 00/10] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-23  1:41 UTC  (5+ messages)
` [PATCH v2 01/10] gpu: nova-core: convert PMC registers to "
` [PATCH v2 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations

[PATCH 0/5] docs: watchdog: general cleaning and corrections
 2026-03-23  0:54 UTC  (3+ messages)

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

[PATCH] docs: use logo.svg as favicon
 2026-03-22 21:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/14] More kernel-doc patches
 2026-03-22 21:25 UTC  (2+ messages)

[PATCH v3 00/22] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-22 21:08 UTC  (2+ messages)

Invalid link generation for equations
 2026-03-22 21:05 UTC  (2+ messages)

[PATCH] tools/docs/checktransupdate.py: fix missing prefix in f-string
 2026-03-22 20:55 UTC  (2+ messages)

[PATCH] docs: path-lookup: fix unrenamed WALK_GET
 2026-03-22 20:54 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v2] coccinelle: update Coccinelle URL
 2026-03-22 20:53 UTC  (2+ messages)

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

[PATCH] docs: pt_BR: translate process/1.Intro.rst
 2026-03-22 20:47 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 0/2] docs/pt_BR: translations for SoC-related maintainer handbooks
 2026-03-22 20:44 UTC  (2+ messages)

[PATCH] docs: set canonical base URL for HTML output
 2026-03-22 20:40 UTC  (2+ messages)

[PATCH] docs: add advanced search for kernel documentation
 2026-03-22 20:25 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] docs: rework footer with semantic markup and responsive layout
 2026-03-22 18:22 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 7/9] bus: mhi: Capture DDR training data using command mode
 2026-03-22 17:39 UTC  (2+ messages)

[RFC PATCH v4 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-22 17:11 UTC  (4+ messages)
` [RFC PATCH v4 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` (sashiko status) [RFC PATCH v4 00/10] mm/damon: let DAMON be paused and resumed


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