public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-03 16:09:56 to 2026-04-06 17:43:59 UTC [more...]

[PATCH V10 00/10] famfs: port into fuse
 2026-04-06 17:43 UTC  (2+ messages)

[PATCH] checkpatch: add --json output mode
 2026-04-06 17:00 UTC 

[PATCH net-next V4 00/12] devlink: add per-port resource support
 2026-04-06 16:18 UTC  (4+ messages)
` [PATCH net-next V4 10/12] devlink: Add resource scope filtering to resource dump

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-04-06 16:06 UTC  (7+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06 15:30 UTC  (43+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH] kconfig: add optional warnings for changed input values
 2026-04-06 15:06 UTC 

[PATCH v5 0/3] PCI Controller event and LTSSM tracepoint support
 2026-04-06 15:08 UTC  (3+ messages)

[PATCH v6 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-04-06 15:02 UTC  (21+ messages)
` [PATCH v6 2/4] iio: adc: ad4691: add initial driver for AD4691 family
` [PATCH v6 3/4] iio: adc: ad4691: add triggered buffer support
` [PATCH v6 4/4] iio: adc: ad4691: add SPI offload support

[PATCH RESEND v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-04-06 14:58 UTC  (2+ messages)

[RFC net-next 15/15] Documentation: networking: add ipxlat translator guide
 2026-04-06 14:50 UTC  (2+ messages)

[PATCH v9 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-04-06 14:31 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: hwmon: Document the LTC4283 "
` [PATCH v9 2/3] hwmon: ltc4283: Add support for "
` [PATCH v9 3/3] gpio: gpio-ltc4283: "

[PATCH v9 00/10] VMSCAPE optimization for BHI variant
 2026-04-06 14:23 UTC  (25+ messages)
` [PATCH v9 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v9 07/10] x86/vmscape: Use static_call() for predictor flush

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06 13:21 UTC  (25+ messages)
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH] docs: fix typos and duplicated words across documentation
 2026-04-06  5:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v6 0/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-04-05 22:51 UTC  (4+ messages)
` [PATCH v6 1/1] "
  ` (sashiko review) "

[PATCH net-next v4 0/3] net: bridge: add stp_mode attribute for STP mode selection
 2026-04-05 20:52 UTC  (4+ messages)
` [PATCH net-next v4 1/3] "
` [PATCH net-next v4 2/3] docs: net: bridge: document stp_mode attribute
` [PATCH net-next v4 3/3] selftests: net: add bridge STP mode selection test

[RFC PATCH v2 0/9] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-04-05 19:34 UTC  (4+ messages)
` [RFC PATCH v2 3/9] Docs/mm/damon/design: document fail_charge_{num,denom}
  ` (sashiko review) "
` [RFC PATCH v2 4/9] Docs/admin-guide/mm/damon/usage: document fail_charge_{num,denom} files

[PATCH] docs: use acknowledgment in submitting-patches
 2026-04-05 19:30 UTC  (2+ messages)

[PATCH v1] Documentation/rtla: Convert links to RST format
 2026-04-05 16:38 UTC 

[PATCH] docs: add advanced search for kernel documentation
 2026-04-05 12:43 UTC  (7+ messages)
` [PATCH v3 0/2] docs: advanced search with benchmark harness
  ` [PATCH v3 1/2] docs: add advanced search for kernel documentation
  ` [PATCH v3 2/2] docs: add advanced search benchmark harness and instrumentation

[PATCH v3 2/2] Documentation: drm: Remove drm_atomic_state rename entry
 2026-04-05 11:32 UTC  (2+ messages)

[RFC PATCH 0/9] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-04-04 21:06 UTC  (6+ messages)
` [RFC PATCH 3/9] Docs/mm/damon/design: document fail_charge_{num,denom}
  ` (sashiko review) "
` [RFC PATCH 4/9] Docs/admin-guide/mm/damon/usage: document fail_charge_{num,denom} files
  ` (sashiko review) "
` (sashiko status) [RFC PATCH 0/9] mm/damon: introduce DAMOS failed region quota charge ratio

[PATCH v5 0/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-04-04 20:01 UTC  (4+ messages)
` [PATCH v5 1/1] "

[PATCH v8 0/3] Support runtime configuration for per-VM's HGATP mode
 2026-04-04 11:02 UTC  (10+ messages)
` [PATCH v8 1/3] RISC-V: KVM: "
` [PATCH v8 2/3] RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstage
` [PATCH v8 3/3] RISC-V: KVM: Reuse KVM_CAP_VM_GPA_BITS to select HGATP.MODE

Documentation: fix two typos in latest update to the security report howto
 2026-04-04  8:20 UTC 

[PATCH 0/1] docs: examples of pages affected by heading overflow
 2026-04-04  8:19 UTC  (4+ messages)
` [PATCH v3] docs: allow long unbroken headings to wrap and prevent overflow

[PATCH 0/1] docs: examples of pages affected by table overflow
 2026-04-04  8:13 UTC  (5+ messages)
` [PATCH v3] docs: wrap generated tables to contain small-screen overflow

[PATCH] docs: rework footer with semantic markup and responsive layout
 2026-04-04  8:09 UTC  (3+ messages)
` [PATCH v3] docs: restore and reflow footer on narrow screens

[PATCH] docs: set canonical base URL for HTML output
 2026-04-04  8:05 UTC  (6+ messages)

[PATCH] crash: Support high memory reservation for range syntax
 2026-04-04  7:41 UTC 

[PATCH] hwmon: (asus-ec-sensors) add ROG STRIX B650E-E GAMING WIFI
 2026-04-04  7:12 UTC  (3+ messages)

[PATCH v12 0/2] add support in hwmon for MCP998X
 2026-04-04  7:04 UTC  (3+ messages)
` [PATCH v12 1/2] dt-bindings: hwmon: add support "

[PATCH] docs: usb: document USBDEVFS_BULK return value
 2026-04-04  1:41 UTC 

[PATCH v4 0/3] dpll: add frequency monitoring feature
 2026-04-04  0:40 UTC  (2+ messages)

[PATCH v6 0/4] tracing/fprobe: Support comma-separated symbol lists and :entry/:exit suffixes
 2026-04-04  0:25 UTC  (5+ messages)
` [PATCH v6 4/4] selftests/ftrace: Add accept cases for fprobe list syntax

[riscv:for-next 24/45] htmldocs: Documentation/arch/riscv/zicfilp.rst:79: WARNING: Inline literal start-string without end-string. [docutils]
 2026-04-04  0:16 UTC 

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

[PATCH v6 0/2] PCI: s390: Expose the UID as an arch specific PCI slot attribute
 2026-04-03 17:19 UTC  (5+ messages)
` [PATCH v6 1/2] docs: s390/pci: Improve and update PCI documentation
` [PATCH v6 2/2] PCI: s390: Expose the UID as an arch specific PCI slot attribute

[PATCH v2 0/3] Documentation: clarify required info in security reports
 2026-04-03 16:39 UTC  (4+ messages)
` [PATCH v2 2/3] Documentation: explain how to find maintainers addresses for "

[PATCH v4 00/27] mtd: spi-nor: Enhance software protection
 2026-04-03 16:09 UTC  (21+ messages)
` [PATCH v4 08/27] mtd: spi-nor: swp: Clarify a comment
` [PATCH v4 09/27] mtd: spi-nor: swp: Use a pointer for SR instead of a single byte
` [PATCH v4 10/27] mtd: spi-nor: swp: Create a helper that writes SR, CR and checks
` [PATCH v4 11/27] mtd: spi-nor: swp: Rename a mask
` [PATCH v4 12/27] mtd: spi-nor: swp: Create a TB intermediate variable
` [PATCH v4 13/27] mtd: spi-nor: swp: Create helpers for building the SR register
` [PATCH v4 14/27] mtd: spi-nor: swp: Simplify checking the locked/unlocked range
` [PATCH v4 15/27] mtd: spi-nor: swp: Cosmetic changes
` [PATCH v4 16/27] mtd: spi-nor: Create a local SR cache
` [PATCH v4 17/27] mtd: spi-nor: debugfs: Add locking support
` [PATCH v4 18/27] mtd: spi-nor: debugfs: Add a locked sectors map
` [PATCH v4 19/27] mtd: spi-nor: Add steps for testing locking support
` [PATCH v4 20/27] mtd: spi-nor: swp: Add support for the complement feature
` [PATCH v4 21/27] mtd: spi-nor: Add steps for testing locking with CMP
` [PATCH v4 22/27] mtd: spi-nor: winbond: Add W25H512NWxxAM CMP locking support
` [PATCH v4 23/27] mtd: spi-nor: winbond: Add W25H01NWxxAM "
` [PATCH v4 24/27] mtd: spi-nor: winbond: Add W25H02NWxxAM "
` [PATCH v4 25/27] mtd: spi-nor: winbond: Add W25H01NWxxIQ "
` [PATCH v4 26/27] mtd: spi-nor: winbond: Add W25Q01NWxxIM "
` [PATCH v4 27/27] mtd: spi-nor: winbond: Add W25Q02NWxxIM "


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