linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-18 15:10:07 to 2025-12-19 17:09:04 UTC [more...]

[PATCH RESEND v2 00/32] VKMS: Introduce multiple configFS attributes
 2025-12-19 17:08 UTC  (53+ messages)
` [PATCH RESEND v2 01/32] drm/drm_mode_config: Add helper to get plane type name
` [PATCH RESEND v2 02/32] drm/vkms: Explicitly display plane type
` [PATCH RESEND v2 03/32] drm/vkms: Use enabled/disabled instead of 1/0 for debug
` [PATCH RESEND v2 04/32] drm/vkms: Explicitly display connector status
` [PATCH RESEND v2 06/32] drm/vkms: Introduce configfs for plane name
` [PATCH RESEND v2 07/32] drm/blend: Get a rotation name from it's bitfield
` [PATCH RESEND v2 08/32] drm/vkms: Introduce config for plane rotation
` [PATCH RESEND v2 09/32] drm/vkms: Introduce configfs "
` [PATCH RESEND v2 10/32] drm/drm_color_mgmt: Expose drm_get_color_encoding_name
` [PATCH RESEND v2 11/32] drm/vkms: Introduce config for plane color encoding
` [PATCH RESEND v2 12/32] drm/vkms: Introduce configfs "
` [PATCH RESEND v2 13/32] drm/drm_color_mgmt: Expose drm_get_color_range_name
` [PATCH RESEND v2 14/32] drm/vkms: Introduce config for plane color range
` [PATCH RESEND v2 15/32] drm/vkms: Introduce configfs "
` [PATCH RESEND v2 16/32] drm/vkms: Introduce config for plane format
` [PATCH RESEND v2 17/32] drm/vkms: Introduce configfs "
` [PATCH RESEND v2 18/32] drm/vkms: Properly render plane using their zpos
` [PATCH RESEND v2 19/32] drm/vkms: Introduce config for plane zpos property
` [PATCH RESEND v2 20/32] drm/vkms: Introduce configfs "
` [PATCH RESEND v2 21/32] drm/vkms: Introduce config for connector type
` [PATCH RESEND v2 22/32] drm/vkms: Introduce configfs "
` [PATCH RESEND v2 23/32] drm/connector: Export drm_get_colorspace_name
` [PATCH RESEND v2 24/32] drm/vkms: Introduce config for connector supported colorspace

[PATCH v3 0/2] Documentation/driver-api/cxl: device hotplug
 2025-12-19 17:05 UTC  (3+ messages)
` [PATCH v3 1/2] Documentation/driver-api/cxl: BIOS/EFI expectation update
` [PATCH v3 2/2] Documentation/driver-api/cxl: device hotplug section

[PATCH v3 0/2] hwmon: Add support for MPS mp5926 chip
 2025-12-19 16:49 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add mps mp5926 driver bindings
` [PATCH v3 2/2] hwmon: add mp5926 driver

[PATCH 0/3] Subject: [PATCH v1 0/3] iio: dac: Add support for MAX22007 DAC
 2025-12-19 16:47 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: iio: dac: Add max22007
` [PATCH 2/3] docs: iio: Add documentation for MAX22007 driver
` [PATCH 3/3] iio: dac: Add MAX22007 DAC driver support

[PATCH] editorconfig: Add rst extension
 2025-12-19 16:25 UTC 

[PATCH v2] Documentation/driver-api/cxl: device hotplug section
 2025-12-19 15:55 UTC  (9+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2025-12-19 15:40 UTC  (37+ messages)
` [PATCH v5 01/36] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 03/36] compiler-context-analysis: Add test stub
` [PATCH v5 04/36] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v5 05/36] checkpatch: Warn about context_unsafe() without comment
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 07/36] lockdep: Annotate lockdep assertions for "
` [PATCH v5 08/36] locking/rwlock, spinlock: Support Clang's "
` [PATCH v5 09/36] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 11/36] locking/seqlock: "
` [PATCH v5 12/36] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v5 13/36] bit_spinlock: Support Clang's context analysis
` [PATCH v5 14/36] rcu: "
` [PATCH v5 15/36] srcu: "
` [PATCH v5 16/36] kref: Add context-analysis annotations
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 18/36] locking/local_lock: Include missing headers
` [PATCH v5 19/36] locking/local_lock: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "
` [PATCH v5 21/36] debugfs: Make debugfs_cancellation a context lock struct
` [PATCH v5 22/36] um: Fix incorrect __acquires/__releases annotations
` [PATCH v5 23/36] compiler-context-analysis: Remove Sparse support
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v5 25/36] compiler-context-analysis: Introduce header suppressions
` [PATCH v5 26/36] compiler: Let data_race() imply disabled context analysis
` [PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
` [PATCH v5 28/36] kfence: Enable context analysis
` [PATCH v5 29/36] kcov: "
` [PATCH v5 30/36] kcsan: "
` [PATCH v5 31/36] stackdepot: "
` [PATCH v5 32/36] rhashtable: "
` [PATCH v5 33/36] printk: Move locking annotation to printk.c
` [PATCH v5 34/36] security/tomoyo: Enable context analysis
` [PATCH v5 35/36] crypto: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c

[PATCH 00/12] ras: share firmware-first estatus handling
 2025-12-19 15:30 UTC  (8+ messages)
` [PATCH 02/12] ras: add estatus core implementation
` [PATCH 03/12] ras: add estatus vendor handling and processing

[PATCH v4] mm, hugetlb: implement movable_gigantic_pages sysctl
 2025-12-19 14:19 UTC  (3+ messages)

[PATCH] doc : fix a broken link in ext2.rst
 2025-12-19 14:01 UTC  (2+ messages)

[PATCH v1] kasan: docs: modify the translation of CONFIG_KASAN_SW_TAGS
 2025-12-19 13:23 UTC 

[PATCH 11/12] ras: add DeviceTree estatus provider driver
 2025-12-19 13:00 UTC  (5+ messages)

[PATCH v2 0/6] ADF41513/ADF41510 PLL frequency synthesizers
 2025-12-19 12:34 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: iio: frequency: add adf41513
` [PATCH v2 2/6] iio: frequency: adf41513: driver implementation
` [PATCH v2 3/6] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v2 4/6] iio: frequency: adf41513: features on frequency change
` [PATCH v2 5/6] docs: iio: add documentation for adf41513 driver
` [PATCH v2 6/6] Documentation: ABI: testing: add support for ADF41513

[PATCH] Documentation/driver-api/cxl: device hotplug section
 2025-12-19 10:49 UTC  (4+ messages)

[PATCH 10/12] dt-bindings: ras: document estatus provider
 2025-12-19 10:47 UTC  (5+ messages)

[PATCH v10 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-12-19 10:07 UTC  (13+ messages)
` [PATCH v10 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v10 02/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v10 03/12] dmaengine: qcom: bam_dma: Add bam_pipe_lock flag support
` [PATCH v10 04/12] dmaengine: qcom: bam_dma: implement support for BAM locking
` [PATCH v10 05/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v10 06/12] crypto: qce - Remove unused ignore_buf
` [PATCH v10 07/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v10 08/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v10 09/12] crypto: qce - Map crypto memory for DMA
` [PATCH v10 10/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v10 11/12] crypto: qce - Add support for BAM locking
` [PATCH v10 12/12] crypto: qce - Switch to using BAM DMA for crypto I/O

[PATCH v8 00/15] Consolidate iommu page table implementations (AMD)
 2025-12-19  8:10 UTC  (2+ messages)

[PATCH v2 0/5] list private v2 & luo flb v9
 2025-12-19  6:53 UTC  (11+ messages)
` [PATCH v2 1/5] list: add primitives for private list manipulations
` [PATCH v2 2/5] list: add kunit test for private list primitives
` [PATCH v2 3/5] liveupdate: luo_file: Use private list
` [PATCH v9 4/5] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v9 5/5] tests/liveupdate: Add in-kernel liveupdate test

[PATCH v23 0/7] firmware: imx: driver for NXP secure-enclave
 2025-12-19  6:36 UTC  (9+ messages)
` [PATCH v23 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v23 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v23 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v23 4/7] firmware: imx: device context dedicated to priv
` [PATCH v23 5/7] firmware: drivers: imx: adds miscdev
` [PATCH v23 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v23 7/7] arm64: dts: imx8ulp-evk: add reserved memory property

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

[PATCH v6 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-12-19  2:23 UTC  (10+ messages)
` [PATCH v6 2/5] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH v6 3/5] docs: driver-api: gpio: generic gpio driver over rpmsg bus
` [PATCH v6 4/5] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH RFC v4 00/12] clk: add support for v1 / v2 clock rate negotiation and kunit tests
 2025-12-19  0:03 UTC  (8+ messages)
            ` Follow up from Linux Plumbers about my clk rate change talk (was Re: [PATCH RFC v4 00/12] clk: add support for v1 / v2 clock rate negotiation and kunit tests)

[PATCH 0/7] docs/zh_CN: Add timers subsystem translation
 2025-12-18 23:16 UTC  (8+ messages)
` [PATCH 1/7] docs/zh_CN: Add timers directory Chinese translation
` [PATCH 2/7] docs/zh_CN: Translate timers/timekeeping.rst
` [PATCH 3/7] docs/zh_CN: Translate timers/hpet.rst
` [PATCH 4/7] docs/zh_CN: Translate timers/hrtimers.rst
` [PATCH 5/7] docs/zh_CN: Translate timers/highres.rst
` [PATCH 6/7] docs/zh_CN: Translate timers/no_hz.rst
` [PATCH 7/7] docs/zh_CN: Translate timers delay_sleep_functions

[PATCH v3 0/2] Add support for Microchip EMC1812
 2025-12-18 22:35 UTC  (3+ messages)
` [PATCH v3 2/2] hwmon: temperature: add support for EMC1812

[PATCHv2 00/14]
 2025-12-18 22:18 UTC  (11+ messages)
` [PATCHv2 06/14] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv2 07/14] mm: Make page_zonenum() use head page
` [PATCHv2 08/14] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv2 09/14] mm/hugetlb: Remove fake head pages
` [PATCHv2 10/14] mm: Drop fake head checks
` [PATCHv2 11/14] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv2 12/14] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv2 13/14] mm: Remove the branch from compound_head()
` [PATCHv2 14/14] hugetlb: Update vmemmap_dedup.rst
` [PATCHv2 00/14] Eliminate fake head pages from vmemmap optimization

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-18 21:26 UTC  (4+ messages)
` [RFC 08/11] security: "

[PATCH 0/2] module: add -EEXIST module_init() reservation docs
 2025-12-18 20:59 UTC  (3+ messages)
` [PATCH 1/2] module: add -EEXIST documentation
` [PATCH 2/2] docs: hacking: clarify reserved -EEXIST in module_init()

[RFC PATCH v5 00/15] Kernel API Specification Framework
 2025-12-18 20:42 UTC  (16+ messages)
` [RFC PATCH v5 01/15] kernel/api: introduce kernel API specification framework
` [RFC PATCH v5 02/15] kernel/api: enable kerneldoc-based API specifications
` [RFC PATCH v5 03/15] kernel/api: add debugfs interface for kernel "
` [RFC PATCH v5 04/15] tools/kapi: Add kernel API specification extraction tool
` [RFC PATCH v5 05/15] kernel/api: add API specification for io_setup
` [RFC PATCH v5 06/15] kernel/api: add API specification for io_destroy
` [RFC PATCH v5 07/15] kernel/api: add API specification for io_submit
` [RFC PATCH v5 08/15] kernel/api: add API specification for io_cancel
` [RFC PATCH v5 09/15] kernel/api: add API specification for setxattr
` [RFC PATCH v5 10/15] kernel/api: add API specification for lsetxattr
` [RFC PATCH v5 11/15] kernel/api: add API specification for fsetxattr
` [RFC PATCH v5 12/15] kernel/api: add API specification for sys_open
` [RFC PATCH v5 13/15] kernel/api: add API specification for sys_close
` [RFC PATCH v5 14/15] kernel/api: add API specification for sys_read
` [RFC PATCH v5 15/15] kernel/api: add API specification for sys_write

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2025-12-18 18:17 UTC  (4+ messages)
` [PATCH v15 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions

[RFC PATCH 00/10] liveupdate: hugetlb support
 2025-12-18 18:25 UTC  (3+ messages)
` [RFC PATCH 04/10] liveupdate: flb: allow getting FLB data in early boot

[PATCH] hwmon: (DS620) Update broken Datasheet URL in driver documentation
 2025-12-18 17:50 UTC  (2+ messages)

[PATCH v2 RESEND 0/2] hwmon: Add support for MPS mp5926 chip
 2025-12-18 17:49 UTC  (3+ messages)
` [PATCH v2 RESEND 2/2] hwmon: add mp5926 driver

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-18 17:40 UTC  (2+ messages)

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-18 16:29 UTC  (4+ messages)

[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-12-18 15:32 UTC  (4+ messages)
` [PATCH v9 10/11] crypto: qce - Add support for BAM locking


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).