linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-15 23:42:12 to 2025-12-17 16:01:56 UTC [more...]

[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
 2025-12-17 16:01 UTC  (3+ messages)

[PATCH v4 0/9] Add support for AD4062 device family
 2025-12-17 15:28 UTC  (11+ messages)
` [PATCH v4 1/9] dt-bindings: iio: adc: Add adi,ad4062
` [PATCH v4 2/9] docs: iio: New docs for ad4062 driver
` [PATCH v4 3/9] iio: adc: Add support for ad4062
` [PATCH v4 4/9] docs: iio: ad4062: Add IIO Trigger support
` [PATCH v4 5/9] iio: adc: "
` [PATCH v4 6/9] docs: iio: ad4062: Add IIO Events support
` [PATCH v4 7/9] iio: adc: "
` [PATCH v4 8/9] docs: iio: ad4062: Add GPIO Controller support
` [PATCH v4 9/9] iio: adc: "

[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-12-17 14:31 UTC  (6+ messages)
` [PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking

[PATCH v3 00/22] drm/bridge: add of_drm_find_and_get_bridge() and a managed *next_bridge, deprecate of_drm_find_bridge()
 2025-12-17 14:31 UTC  (43+ messages)
` [PATCH v3 01/22] drm/bridge: add of_drm_find_and_get_bridge()
` [PATCH v3 02/22] drm/bridge: deprecate of_drm_find_bridge()
` [PATCH v3 03/22] drm/todo: add entry about converting to of_drm_find_and_get_bridge()
` [PATCH v3 04/22] drm/bridge: make of_drm_find_bridge() a wrapper of of_drm_find_and_get_bridge()
` [PATCH v3 05/22] drm/arcpgu: convert to of_drm_find_and_get_bridge()
` [PATCH v3 06/22] drm/bridge: add next_bridge pointer to struct drm_bridge
` [PATCH v3 07/22] drm/bridge: ite-it66121: get/put the next bridge
` [PATCH v3 08/22] drm/bridge: imx8qxp-pixel-combiner: "
` [PATCH v3 09/22] drm/bridge: simple-bridge: "
` [PATCH v3 10/22] drm/meson: encoder_cvbs: "
` [PATCH v3 11/22] drm/meson: encoder_dsi: "
` [PATCH v3 12/22] drm/meson: encoder_hdmi: "
` [PATCH v3 13/22] drm/bridge: imx8qxp-pxl2dpi: simplify put of device_node pointers
` [PATCH v3 14/22] drm/bridge: imx8qxp-pxl2dpi: remove excess error message
` [PATCH v3 15/22] drm/bridge: imx8qxp-pxl2dpi: imx8qxp_pxl2dpi_find_next_bridge: return int, not ERR_PTR
` [PATCH v3 16/22] drm/bridge: imx8qxp-pxl2dpi: get/put the next bridge
` [PATCH v3 17/22] drm/bridge: imx8qxp-pxl2dpi: get/put the companion bridge
` [PATCH v3 18/22] drm/bridge: imx8qxp-pixel-link: simplify logic to find next bridge
` [PATCH v3 19/22] drm/bridge: imx8qxp-pixel-link: simplify freeing of the remote device_node
` [PATCH v3 20/22] drm/bridge: imx8qxp-pixel-link: remove excess error message
` [PATCH v3 21/22] drm/bridge: imx8qxp-pixel-link: imx8qxp_pixel_link_find_next_bridge: return int, not ERR_PTR
` [PATCH v3 22/22] drm/bridge: imx8qxp-pixel-link: get/put the next bridge

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-12-17 13:39 UTC  (3+ messages)
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v21 0/7] firmware: imx: driver for NXP secure-enclave
 2025-12-17  8:40 UTC  (4+ messages)
` [PATCH v21 5/7] firmware: drivers: imx: adds miscdev

[PATCH 00/12] ras: share firmware-first estatus handling
 2025-12-17 11:41 UTC  (14+ messages)
` [PATCH 01/12] ras: add estatus core interfaces
` [PATCH 02/12] ras: add estatus core implementation
` [PATCH 03/12] ras: add estatus vendor handling and processing
` [PATCH 04/12] ras: add estatus queuing and IRQ/NMI handling
` [PATCH 05/12] ras: flesh out estatus processing core
` [PATCH 06/12] efi/cper: adopt estatus iteration helpers
` [PATCH 07/12] ghes: prepare estatus hooks for shared handling
` [PATCH 08/12] ghes: add estatus provider ops
` [PATCH 09/12] ghes: route error handling through shared estatus core
` [PATCH 10/12] dt-bindings: ras: document estatus provider
` [PATCH 11/12] ras: add DeviceTree estatus provider driver
` [PATCH 12/12] doc: ras: describe firmware-first estatus flow

[PATCH] sysctl: Add missing kernel-doc for proc_dointvec_conv
 2025-12-17  8:24 UTC 

[PATCH v2 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
 2025-12-17  8:15 UTC  (6+ messages)
` [PATCH v2 17/26] drm/meson: encoder_*: use devm_of_drm_get_bridge() to put the next bridge

[PATCH] watchdog: softlockup: panic when lockup duration exceeds N thresholds
 2025-12-17  7:43 UTC  (3+ messages)
  ` 答复: [外部邮件] "

[PATCH 0/5] rpmsg: Cleanup, fixes, and RX path optimization
 2025-12-17  6:51 UTC  (6+ messages)
` [PATCH 1/5] rpmsg: Replace sprintf() with sysfs_emit() in sysfs show
` [PATCH 2/5] rpmsg: core: Fix incorrect return value documentation
` [PATCH 3/5] rpmsg: char: Fix typo in comment
` [PATCH 4/5] rpmsg: Handle dev_set_name() failures properly
` [RFC PATCH 5/5] rpmsg: virtio: Optimize endpoint lookup in RX path with RCU

[PATCH] doc : fix a broken link in ext2.rst
 2025-12-17  6:17 UTC 

[PATCH] docs: admin: devices: /dev/sr<N> for SCSI CD-ROM
 2025-12-17  2:32 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] docs: admin: devices: remove /dev/cdwriter

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-17  2:27 UTC 

[PATCH v13 mm-new 00/16] khugepaged: mTHP support
 2025-12-17  1:33 UTC  (5+ messages)
` [PATCH v13 mm-new 07/16] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH v8 RESEND 3/5] irqchip/irq-loongson.h:irq-loongson.h preparation for Redirect irqchip
 2025-12-17  1:26 UTC  (3+ messages)
` [PATCH v8 RESEND 4/5] irqchip/loongarch-avec.c:return IRQ_SET_MASK_OK_DONE when keep affinity
` [PATCH v8 RESEND 5/5] irqchip/irq-loongarch-ir:Add Redirect irqchip support

[PATCH v8 RESEND 0/5] Loongarch irq-redirect support
 2025-12-17  1:23 UTC  (3+ messages)
` [PATCH v8 RESEND 1/5] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v8 RESEND 2/5] LoongArch: Architectural preparation for Redirect irqchip

[PATCH v2 RESEND 0/2] hwmon: Add support for MPS mp5926 chip
 2025-12-17  1:04 UTC  (3+ messages)
` [PATCH v2 RESEND 1/2] dt-bindings: hwmon: Add mps mp5926 driver bindings

[PATCH v6 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-12-17  0:57 UTC  (3+ messages)
` [PATCH v6 1/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support

[PATCH v5 00/24] ARM64 PMU Partitioning
 2025-12-17  0:57 UTC  (5+ messages)
` [PATCH v5 14/24] KVM: arm64: Write fast path PMU register handlers
` [PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()

[PATCH v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
 2025-12-17  0:13 UTC  (3+ messages)

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2025-12-16 22:32 UTC  (19+ messages)
` [PATCH v15 13/28] x86: Secure Launch Kconfig
` [PATCH v15 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v15 17/28] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver
` [PATCH v15 20/28] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v15 22/28] x86: Secure Launch kernel early boot stub
` [PATCH v15 24/28] x86: Secure Launch SMP bringup support
` [PATCH v15 25/28] kexec: Secure Launch kexec SEXIT support
` [PATCH v15 26/28] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v15 27/28] x86: Secure Launch late initcall platform module
` [PATCH v15 28/28] x86/efi: EFI stub DRTM launch support for Secure Launch

[PATCH v6 0/5] asdf
 2025-12-16 21:56 UTC  (3+ messages)
` [PATCH v6 5/5] coccinelle: Add kmalloc_objs conversion script
  ` [cocci] "

[PATCH v3 0/9] Add support for AD4062 device family
 2025-12-16 21:40 UTC  (5+ messages)
` [PATCH v3 3/9] iio: adc: Add support for ad4062

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-16 21:02 UTC  (7+ messages)
` [RFC 08/11] security: "
  ` [PATCH RFC 8/11] "

[PATCH v2 0/1] Trim N entries of IMA event logs
 2025-12-16 19:59 UTC  (5+ messages)
` [PATCH V2 1/1] IMA event log trimming

[PATCH] docs: dmaengine: add explanation for phys field in dma_async_tx_descriptor structure
 2025-12-16 16:59 UTC  (2+ messages)

[PATCH 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
 2025-12-16 16:36 UTC  (11+ messages)
` [PATCH 06/26] drm/bridge: add devm_drm_of_find_bridge

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-12-16 15:57 UTC  (16+ messages)
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis

[PATCH 00/26] Introduce meminspect
 2025-12-16 15:12 UTC  (9+ messages)
` [PATCH 21/26] printk: Register information into meminspect

[PATCH v6 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-12-16 14:48 UTC  (6+ messages)
` [PATCH v6 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs

[PATCH v5 iwl-next] ice: add support for unmanaged DPLL on E830 NIC
 2025-12-16 14:41 UTC  (4+ messages)
`  "

[PATCH v7 0/6] kernel-doc: add support for documenting vars
 2025-12-16 14:26 UTC  (7+ messages)
` [PATCH v7 1/6] kernel-doc: add support for handling global variables
` [PATCH v7 2/6] kernel-doc: add support to handle DEFINE_ variables
` [PATCH v7 3/6] docs: media: v4l2-ioctl.h: document two global variables
` [PATCH v7 4/6] docs: kernel-doc.rst: don't let automarkup mangle with consts
` [PATCH v7 5/6] docs: kernel-doc.rst: document the new "var" kernel-doc markup
` [PATCH v7 6/6] docs: kernel-doc.rst: Parse DEFINE_ macros without prefixes

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-12-16 14:21 UTC  (3+ messages)
` [PATCH v2 03/12] KVM: Add KVM_GET_EXT_LAPIC and KVM_SET_EXT_LAPIC for extapic

[PATCH v6 0/6] kernel-doc: add support for documenting vars
 2025-12-16 14:19 UTC  (7+ messages)
` [PATCH v6 1/6] kernel-doc: add support for handling global variables
` [PATCH v6 2/6] kernel-doc: add support to handle DEFINE_ variables
` [PATCH v6 3/6] docs: media: v4l2-ioctl.h: document two global variables
` [PATCH v6 4/6] docs: kernel-doc.rst: don't let automarkup mangle with consts
` [PATCH v6 5/6] docs: kernel-doc.rst: document the new "var" kernel-doc markup
` [PATCH v6 6/6] docs: kernel-doc.rst: Parse DEFINE_ macros without prefixes

[PATCH v8 0/2] Add support for sound profile switching and leverage for OnePlus slider
 2025-12-16 14:06 UTC  (3+ messages)
` [PATCH v8 1/2] Input: add ABS_SND_PROFILE

[PATCH] drm/i915/wakeref: clean up INTEL_WAKEREF_PUT_* flag macros
 2025-12-16 13:48 UTC  (3+ messages)

[PATCH 0/9] platform/wmi: Introduce marshalling support
 2025-12-16 13:40 UTC  (4+ messages)
` [PATCH 9/9] platform/wmi: Update driver development guide

[PATCH v4 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2025-12-16 13:17 UTC  (6+ messages)
` [PATCH v4 2/3] hwmon: ltc4283: Add support for the LTC4283 "

[PATCH] net: docs: fix grammar in ARCnet option description
 2025-12-16 13:15 UTC 

[PATCH v6 0/7] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-12-16 12:37 UTC  (2+ messages)
` (subset) "

[PATCH next 2/2] mm/huge_memory: Add sysfs knob for executable THP COW
 2025-12-16 12:13 UTC  (4+ messages)

[PATCH] net: docs: fix grammar in CAIF stack description
 2025-12-16 12:13 UTC  (2+ messages)

[PATCH next 1/2] mm/huge_memory: Implementation of THP COW for executable file mmap
 2025-12-16 10:31 UTC  (4+ messages)

[PATCH 00/12] mm/damon: introduce {,max_}nr_snapshots and tracepoint for damos stats
 2025-12-16  8:01 UTC  (5+ messages)
` [PATCH 03/12] Docs/mm/damon/design: update for nr_snapshots damos stat
` [PATCH 04/12] Docs/admin-guide/mm/damon/usage: "
` [PATCH 09/12] Docs/mm/damon/design: update for max_nr_snapshots
` [PATCH 10/12] Docs/admin-guide/mm/damon/usage: "

[PATCH next 0/2] THP COW support for private executable file mmap
 2025-12-16  7:42 UTC 

[PATCH v2 0/3] gpio: pca953x: Add support for TCAL6408 TCAL6416
 2025-12-16  7:39 UTC  (4+ messages)
` [PATCH v2 1/3] Documentation: gpio: add TCAL6408 and TCAL6416
` [PATCH v2 2/3] dt-bindings: gpio: gpio-pca95xx: Add tcal6408 and tcal6416
` [PATCH v2 3/3] gpio: pca953x: Add support for TCAL6408 TCAL6416

[PATCH 0/3] gpio: pca953x: Add support for TCAL6408 TCAL6416
 2025-12-16  6:33 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: gpio: gpio-pca95xx: Add tcal6408 and tcal6416

kernel-doc comment with anonymous macro?
 2025-12-16  6:28 UTC  (2+ messages)

[PATCH next 0/2] THP COW support for private executable file mmap
 2025-12-16  2:43 UTC  (2+ messages)

[PATCH next 0/2] THP COW support for private executable file mmap
 2025-12-16  2:12 UTC 

[PATCH -next 0/5] mm/mglru: remove memcg lru
 2025-12-16  1:23 UTC  (9+ messages)
` [PATCH -next 3/5] mm/mglru: extend shrink_one for both lrugen and non-lrugen
` [PATCH -next 4/5] mm/mglru: combine shrink_many into shrink_node_memcgs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).