public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 15:06:06 to 2026-03-05 16:55:26 UTC [more...]

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-05 16:55 UTC  (5+ messages)
` [PATCH v4 1/8] define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v4 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v4 3/8] modpost: populate kflagstab
` [PATCH v4 4/8] module loader: use kflagstab instead of *_gpl sections

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-05 16:54 UTC  (9+ messages)
` [PATCH v4 1/8] define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v4 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v4 3/8] modpost: populate kflagstab
` [PATCH v4 4/8] module loader: use kflagstab instead of *_gpl sections
` [PATCH v4 5/8] modpost: remove fragmentation of ksymtab and kcrctab sections
` [PATCH v4 6/8] module loader: deprecate usage of *_gpl sections
` [PATCH v4 7/8] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v4 8/8] documentation: remove references to *_gpl sections

[PATCH 0/4] watchdog/hardlockup: Improvements to hardlockup detection and documentation
 2026-03-05 16:45 UTC  (11+ messages)
` [PATCH 1/4] watchdog/hardlockup: Always update saved interrupts during check
` [PATCH 2/4] doc: watchdog: Clarify hardlockup detection timing
` [PATCH 3/4] watchdog/hardlockup: improve buddy system detection timeliness

[PATCH net-next 0/2] smc-sysctl formatting and missing entries
 2026-03-05 16:40 UTC  (5+ messages)
` [PATCH net-next 1/2] net/smc: fix indentation in smcr_buf_type section
` [PATCH net-next 2/2] net/smc: Add documentation for limit_smc_hs and hs_ctrl

[PATCH RFC v11 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-05 16:15 UTC  (13+ messages)
` [PATCH RFC v11 07/12] crypto: qce - Communicate the base physical address to the dmaengine
` [PATCH RFC v11 12/12] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH] tracing: Documentation: Update histogram-design.rst for fn() handling
 2026-03-05 16:12 UTC  (3+ messages)

[PATCH v9 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-05 15:39 UTC  (9+ messages)
` [PATCH v9 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
` [PATCH v9 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v9 3/5] gpio: rpmsg: add generic rpmsg GPIO driver
` [PATCH v9 4/5] gpio: rpmsg: add support for NXP legacy firmware protocol
` [PATCH v9 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc

[PATCH v9 00/22] Enable FRED with KVM VMX
 2026-03-05 15:35 UTC  (23+ messages)
` [PATCH v9 03/22] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v9 07/22] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v9 08/22] KVM: VMX: Set FRED MSR intercepts
` [PATCH v9 12/22] KVM: VMX: Virtualize FRED event_data
` [PATCH v9 15/22] KVM: x86: Mark CR4.FRED as not reserved

[PATCH 00/11] kernel-doc improvements
 2026-03-05 15:32 UTC  (13+ messages)
` [PATCH 01/11] docs: kdoc_files: allows the caller to use a different xforms class
` [PATCH 02/11] docs: kdoc_files: document KernelFiles() ABI
` [PATCH 03/11] docs: sphinx-build-wrapper: better handle troff .TH markups
` [PATCH 04/11] docs: sphinx-build-wrapper: don't allow "/" on file names
` [PATCH 05/11] docs: kdoc_output: use a method to emit the .TH header
` [PATCH 06/11] docs: kdoc_output: remove extra attribute on man .TH headers
` [PATCH 07/11] docs: kdoc_output: use a single manual for everything
` [PATCH 08/11] docs: kdoc_output: don't use a different modulename for functions
` [PATCH 09/11] docs: kdoc_output: use a more standard order for .TH on man pages
` [PATCH 10/11] docs: kdoc_output: describe the class init parameters
` [PATCH 11/11] docs: kdoc_output: pick a better default for modulename

[PATCH v11 0/2] add support in hwmon for MCP998X
 2026-03-05 15:26 UTC  (3+ messages)
` [PATCH v11 1/2] dt-bindings: hwmon: add support "
` [PATCH v11 2/2] "

[PATCH v1] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
 2026-03-05 14:57 UTC  (9+ messages)

[PATCH v2] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
 2026-03-05 14:54 UTC  (4+ messages)

[PATCH v10 00/22] Add new general DRM property "color format"
 2026-03-05 14:46 UTC  (24+ messages)
` [PATCH v10 01/22] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v10 02/22] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v10 03/22] drm: Add new general DRM property "color format"
` [PATCH v10 04/22] drm/bridge: Act on the DRM color format property
` [PATCH v10 05/22] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v10 06/22] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v10 07/22] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v10 08/22] drm/i915: Implement the "color format" DRM property
` [PATCH v10 09/22] drm/amdgpu: Implement "
` [PATCH v10 10/22] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v10 11/22] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v10 12/22] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v10 13/22] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v10 14/22] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v10 15/22] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v10 16/22] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v10 17/22] drm/connector: Register color format property on HDMI connectors
` [PATCH v10 18/22] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v10 19/22] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v10 20/22] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v10 21/22] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v10 22/22] drm/bridge: Document bridge chain format selection

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

[PATCH net-next V3 00/10] devlink: add per-port resource support
 2026-03-05 14:37 UTC  (7+ messages)

[PATCH 0/6] gpiolib: unify gpio-hog code
 2026-03-05 14:25 UTC  (14+ messages)
` [PATCH 1/6] gpio: of: clear OF_POPULATED on hog nodes in remove path
` [PATCH 2/6] gpio: move hogs into GPIO core
` [PATCH 3/6] gpio: sim: use fwnode-based GPIO hogs
` [PATCH 4/6] ARM: omap1: ams-delta: convert GPIO hogs to using firmware nodes
` [PATCH 5/6] gpio: remove machine hogs
` [PATCH 6/6] gpio: sim: allow to define the active-low setting of a simulated hog

[PATCH net-next v02 0/4] net: hinic3: Fix code styles
 2026-03-05 14:22 UTC  (10+ messages)
` [PATCH net-next v02 1/4] hinic3: Fix code Style(remove empty lines between error handling)
` [PATCH net-next v02 2/4] hinic3: Remove redundant defensive code
` [PATCH net-next v02 3/4] hinic3: Use array_size instead of multiplying
` [PATCH net-next v02 4/4] hinic3: RQ use RQ_CTXT_PREF_CI_HI instead of SQ_CTXT_PREF_CI_HI

[PATCH docs-next] docs: pt_BR: add netdev and maintainer handbook translations
 2026-03-05 13:22 UTC 

[PATCH v5 0/8] Add Chinese translation for USB subsystem
 2026-03-05 12:19 UTC  (5+ messages)

[PATCH 0/9] ALSA: usb-audio: Add quirks for linear volume devices and deconflict VID
 2026-03-05 12:24 UTC  (5+ messages)
` [PATCH 4/9] ALSA: usb-audio: Support string-descriptor-based quirk table entry

[PATCH v7 0/5] nvme-tcp: Support receiving KeyUpdate requests
 2026-03-05 11:43 UTC  (7+ messages)
` [PATCH v7 4/5] nvme-tcp: Support KeyUpdate

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-03-05 10:39 UTC  (3+ messages)
` [PATCHv7 12/18] mm/hugetlb: Remove fake head pages

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-03-05 10:16 UTC  (3+ messages)
` [PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU

[PATCH v9 00/19] Add new general DRM property "color format"
 2026-03-05 10:07 UTC  (8+ messages)
` [PATCH v9 02/19] drm: "
` [PATCH v9 04/19] drm/display: hdmi-state-helper: Act on color format DRM property

[PATCH] MAINTAINERS: fix '*' wildcard formatting
 2026-03-05  9:24 UTC  (4+ messages)

[PATCH 0/5] x86: Enable LASS support with vsyscall emulation
 2026-03-05  7:56 UTC  (10+ messages)
` [PATCH 3/5] x86/vsyscall: Add vsyscall emulation for #GP

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-05  7:37 UTC  (9+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH] Documentation: printk: warn about lockups from excessive use
 2026-03-05  6:41 UTC 

[PATCH 0/3] kallsyms: embed source file:line info in kernel stack traces
 2026-03-05  2:18 UTC  (4+ messages)
` [PATCH 1/3] "

[PATCH] Documentation: printk: warn about lockups from excessive use
 2026-03-05  1:49 UTC  (3+ messages)

[PATCH net-next v3] inet: add ip_local_port_step_width sysctl to improve port usage distribution
 2026-03-05  1:46 UTC  (4+ messages)

[PATCH v4 00/24] Runtime TDX Module update support
 2026-03-04 23:49 UTC  (3+ messages)
` [PATCH v4 23/24] x86/virt/tdx: Document TDX Module updates

[REGRESSION BISECTED] Unexpected section title false positive warnings on DOC: directive
 2026-03-04 23:21 UTC  (3+ messages)

[PATCH 00/38] docs: several improvements to kernel-doc
 2026-03-04 22:34 UTC  (5+ messages)

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-04 22:29 UTC  (5+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH 0/2] hwmon: ltc4282: Small fixes and improvements
 2026-03-04 22:00 UTC  (5+ messages)
` [PATCH 1/2] docs: hwmon: ltc4282: Fix scanned addresses
` [PATCH 2/2] hwmon: (ltc4282) Add default rsense value

[PATCH v2 0/3] docs: sp_SP: Add Rust documentation section
 2026-03-04 20:07 UTC  (4+ messages)
` [PATCH v2 1/3] docs: sp_SP: Add Spanish translation for Rust quick-start
` [PATCH v2 2/3] docs: sp_SP: Add Spanish translation for Rust general information
` [PATCH v2 3/3] docs: sp_SP: Add Spanish translation for Rust coding guidelines

[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-03-04 18:30 UTC  (11+ messages)

[PATCH v4] landlock: Expand restrict flags example for ABI version 8
 2026-03-04 18:13 UTC 

[PATCH net-next v3 00/13] devlink: introduce shared devlink instance for PFs on same chip
 2026-03-04 16:00 UTC  (14+ messages)
` [PATCH net-next v3 01/13] devlink: expose devlink instance index over netlink
` [PATCH net-next v3 02/13] devlink: add helpers to get bus_name/dev_name
` [PATCH net-next v3 03/13] devlink: avoid extra iterations when found devlink is not registered
` [PATCH net-next v3 04/13] devlink: allow to use devlink index as a command handle
` [PATCH net-next v3 05/13] devlink: support index-based lookup via bus_name/dev_name handle
` [PATCH net-next v3 06/13] devlink: support index-based notification filtering
` [PATCH net-next v3 07/13] devlink: introduce __devlink_alloc() with dev driver pointer
` [PATCH net-next v3 08/13] devlink: add devlink_dev_driver_name() helper and use it in trace events
` [PATCH net-next v3 09/13] devlink: add devl_warn() helper and use it in port warnings
` [PATCH net-next v3 10/13] devlink: allow devlink instance allocation without a backing device
` [PATCH net-next v3 11/13] devlink: introduce shared devlink instance for PFs on same chip
` [PATCH net-next v3 12/13] documentation: networking: add shared devlink documentation
` [PATCH net-next v3 13/13] net/mlx5: Add a shared devlink instance for PFs on same chip

[PATCH 0/2] KVM: Fault injection
 2026-03-04 15:39 UTC  (3+ messages)
` [PATCH 1/2] KVM: Add fault injection for some MMU operations

[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
 2026-03-04 15:20 UTC  (4+ messages)
` [PATCH RFC v2 2/6] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()

[PATCH net-next] docs: netdev: refine netdevsim testing guidance
 2026-03-04 15:16 UTC 


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