public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 07:56:37 to 2026-03-12 14:54:59 UTC [more...]

[PATCH v2 00/28] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-12 14:54 UTC  (11+ messages)
` [PATCH v2 01/28] docs: python: add helpers to run unit tests
` [PATCH v2 02/28] unittests: add a testbench to check public/private kdoc comments
` [PATCH v2 03/28] docs: kdoc: don't add broken comments inside prototypes
` [PATCH v2 04/28] docs: kdoc: properly handle empty enum arguments
` [PATCH v2 05/28] docs: kdoc_re: add a C tokenizer
` [PATCH v2 06/28] docs: kdoc: use tokenizer to handle comments on structs
` [PATCH v2 07/28] docs: kdoc: move C Tokenizer to c_lex module
` [PATCH v2 08/28] unittests: test_private: modify it to use CTokenizer directly
` [PATCH v2 09/28] unittests: test_tokenizer: check if the tokenizer works
` [PATCH v2 10/28] unittests: add a runner to execute all unittests

[PATCH v2 00/11] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-03-12 14:50 UTC  (25+ messages)
` [PATCH v2 01/11] ACPI: APEI: GHES: share macros via a private header
` [PATCH v2 02/11] ACPI: APEI: GHES: add ghes_cper.o stub
` [PATCH v2 03/11] ACPI: APEI: GHES: move CPER read helpers
` [PATCH v2 10/11] dt-bindings: firmware: add arm,ras-ffh
` [PATCH v2 11/11] RAS: add DeviceTree firmware-first CPER provider

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

[PATCH] vt: Add boot param for setting default vt console
 2026-03-12 14:29 UTC  (2+ messages)

[drm-xe:drm-xe-next 1/3] htmldocs: Documentation/gpu/driver-uapi:29: ./include/uapi/drm/xe_drm.h:1060: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-03-12 14:07 UTC 

[PATCH v7 05/15] Documentation/rv: Add documentation about hybrid automata
 2026-03-12 13:55 UTC  (6+ messages)
` [PATCH v7 14/15] rv: Add deadline monitors
` [PATCH v7 15/15] rv: Add dl_server specific monitors

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

[PATCH net-next] netfilter: conntrack: expose gc_scan_interval_max via sysctl
 2026-03-12 12:36 UTC  (4+ messages)

[PATCH v2 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-12 12:34 UTC  (14+ messages)
` [PATCH v2 1/8] dma-debug: Allow multiple invocations of overlapping entries
` [PATCH v2 2/8] dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace output
` [PATCH v2 3/8] dma-mapping: Clarify valid conditions for CPU cache line overlap
` [PATCH v2 4/8] dma-mapping: Introduce DMA require coherency attribute
` [PATCH v2 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
` [PATCH v2 6/8] iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attribute
` [PATCH v2 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
` [PATCH v2 8/8] mm/hmm: Indicate that HMM requires DMA coherency

[PATCH docs-next v3] docs: pt_BR: add netdev and maintainer handbook translations
 2026-03-12 12:24 UTC 

[PATCH v7 net-next 00/11] nbl driver for Nebulamatrix NICs
 2026-03-12 12:15 UTC  (13+ messages)
` [PATCH v7 net-next 03/11] net/nebula-matrix: add chip related definitions
` [PATCH v7 net-next 06/11] net/nebula-matrix: add common resource implementation
` [PATCH v7 net-next 08/11] net/nebula-matrix: add vsi "
` [PATCH v7 net-next 09/11] net/nebula-matrix: add Dispatch layer implementation
` [PATCH v7 net-next 10/11] net/nebula-matrix: add common/ctrl dev init/reinit operation
` [PATCH v7 net-next 11/11] net/nebula-matrix: add common dev start/stop operation

[PATCH net-next v03 0/9] net: hinic3: PF initialization
 2026-03-12 11:20 UTC  (2+ messages)

[PATCH v6 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-12 11:07 UTC  (7+ messages)
` [PATCH v6 1/3] ACPI: Rename get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v6 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v6 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH net-next v3 0/6] tcp: RFC 7323-compliant window retraction handling
 2026-03-12 11:01 UTC  (5+ messages)
` [PATCH net-next v3 2/6] mptcp: keep rcv_mwnd_seq in sync with subflow rcv_wnd

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

[PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops
 2026-03-12  9:13 UTC  (5+ messages)

[robh:dt-convert 54/621] htmldocs: Warning: Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt references a file that doesn't exist: Documentation/devicetree/bindings/clock/keystone-gate.txt
 2026-03-12  7:32 UTC 

[PATCH v2 00/20] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-12  7:12 UTC  (21+ messages)
` [PATCH v2 01/20] docs: python: add helpers to run unit tests
` [PATCH v2 02/20] unittests: add a testbench to check public/private kdoc comments
` [PATCH v2 03/20] docs: kdoc: don't add broken comments inside prototypes
` [PATCH v2 04/20] docs: kdoc: properly handle empty enum arguments
` [PATCH v2 05/20] docs: kdoc_re: add a C tokenizer
` [PATCH v2 06/20] docs: kdoc: use tokenizer to handle comments on structs
` [PATCH v2 07/20] docs: kdoc: move C Tokenizer to c_lex module
` [PATCH v2 08/20] unittests: test_private: modify it to use CTokenizer directly
` [PATCH v2 09/20] unittests: test_tokenizer: check if the tokenizer works
` [PATCH v2 10/20] unittests: add a runner to execute all unittests
` [PATCH v2 11/20] docs: kdoc: create a CMatch to match nested C blocks
` [PATCH v2 12/20] tools: unittests: add tests for CMatch
` [PATCH v2 13/20] docs: c_lex: properly implement a sub() method "
` [PATCH v2 14/20] unittests: test_cmatch: add tests for sub()
` [PATCH v2 15/20] docs: kdoc: replace NestedMatch with CMatch
` [PATCH v2 16/20] docs: kdoc_re: get rid of NestedMatch class
` [PATCH v2 17/20] docs: xforms_lists: handle struct_group directly
` [PATCH v2 18/20] docs: xforms_lists: better evaluate struct_group macros
` [PATCH v2 19/20] docs: c_lex: add support to work with pure name ids
` [PATCH v2 20/20] docs: xforms_lists: use CMatch for all identifiers

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-03-12  6:37 UTC  (7+ messages)
` [PATCH v9 01/23] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v9 02/23] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v9 03/23] gpu: nova-core: gsp: Return GspStaticInfo from boot()

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-03-12  5:44 UTC  (4+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v2 00/25] Introduce meminspect
 2026-03-12  4:46 UTC  (9+ messages)
` [PATCH v2 01/25] kernel: "
` [PATCH v2 24/25] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory
` [PATCH v2 25/25] meminspect: Add debug kinfo compatible driver

[PATCH v3 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-12  3:06 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v3 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v3 4/4] kallsyms: add KUnit tests for lineinfo feature

[PATCH v2] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
 2026-03-12  2:51 UTC  (2+ messages)

[PATCH v6 16/19] HID: Add documentation for Lenovo Legion Go drivers
 2026-03-12  2:44 UTC  (2+ messages)

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

[PATCH 0/3] kallsyms: embed source file:line info in kernel stack traces
 2026-03-12  2:18 UTC  (6+ messages)
` [PATCH 3/3] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction

[PATCH net 0/7] tcp: preserve advertised rwnd accounting across receive-memory decisions
 2026-03-12  1:49 UTC  (8+ messages)
` [PATCH net 5/7] mptcp: refresh tcp rcv_wnd snapshot when syncing receive windows
` [PATCH net 6/7] tcp: expose rmem and backlog accounting in rcvbuf_grow tracepoints
` [PATCH net 7/7] selftests: tcp_ao: cover legacy and extended TCP_REPAIR_WINDOW layouts

[PATCH 00/12] Add spi-hid transport driver
 2026-03-12  0:58 UTC  (4+ messages)
` [PATCH 09/12] dt-bindings: input: Document hid-over-spi DT schema
      ` Fwd: "

[PATCH v3 1/2] fs: reserve a new ioctl magic for exfat and ntfs
 2026-03-11 22:24 UTC 

[PATCH v2] docs: add AI Coding Assistants documentation
 2026-03-11 21:58 UTC  (5+ messages)
` [PATCH] checkpatch: add support for Assisted-by tag
    ` [PATCH v2] "

[robh:dt-convert 40/621] htmldocs: Warning: arch/arm/xen/enlighten.c references a file that doesn't exist: Documentation/devicetree/bindings/arm/xen.txt
 2026-03-11 21:45 UTC 

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-03-11 21:14 UTC  (12+ messages)
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 09/17] module: Make module loading policy usable without MODULE_SIG
` [PATCH v4 15/17] module: Introduce hash-based integrity checking

[PATCH] docs: driver-api: usb: Document USBDEVFS_BULK return value and short reads
 2026-03-11 20:50 UTC  (2+ messages)

[PATCH v2 07/10] security: Hornet LSM
 2026-03-11 20:50 UTC  (2+ messages)
` [PATCH v2 7/10] "

[PATCH ipsec-next v6 12/14] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
 2026-03-11 20:43 UTC  (3+ messages)
` [ipsec-next,v6,12/14] "
  ` [devel-ipsec] "

[PATCH docs-next v2] docs: pt_BR: add netdev and maintainer handbook translations
 2026-03-11 20:09 UTC  (4+ messages)

[PATCH v6 00/19] ARM64 PMU Partitioning
 2026-03-11 17:45 UTC  (8+ messages)
` [PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v6 11/19] KVM: arm64: Context swap Partitioned PMU guest registers

[PATCH v3 1/3] ima: Remove ima_h_table structure
 2026-03-11 17:19 UTC  (3+ messages)
` [PATCH v3 2/3] ima: Replace static htable queue with dynamically allocated array
` [PATCH v3 3/3] ima: Add support for staging measurements for deletion

[PATCH v5 2/2] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
 2026-03-11 17:02 UTC  (2+ messages)

[PATCH v3 00/14] reset: major reset core refactoring
 2026-03-11 16:06 UTC  (5+ messages)
` [PATCH v3 13/14] reset: convert reset core to using firmware nodes

[PATCH] docs: octeontx2: fix typo in documentation Fix spelling mistake "Crate" to "Create" in the documentation
 2026-03-11 16:01 UTC  (2+ messages)

[PATCH v17 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-03-11 15:55 UTC  (3+ messages)
` [PATCH v17 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v17 2/2] ras: mem: Add ACPI RAS2 memory driver

[PATCH v8 0/3] TrackPoint doubletap enablement and user control
 2026-03-11 14:31 UTC  (4+ messages)
` [PATCH v8 1/3] input: trackpoint - Enable doubletap by default on capable devices
` [PATCH v8 2/3] platform/x86: thinkpad_acpi: Add sysfs control for TrackPoint double-tap
` [PATCH v8 3/3] Documentation: thinkpad-acpi - Document doubletap_enable attribute

[PATCH 0/4] watchdog/hardlockup: Improvements to hardlockup detection and documentation
 2026-03-11 14:07 UTC  (13+ messages)
` [PATCH 1/4] watchdog/hardlockup: Always update saved interrupts during check
` [PATCH 3/4] watchdog/hardlockup: improve buddy system detection timeliness

[PATCH v12 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-11 13:26 UTC  (16+ messages)
` [PATCH v12 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v12 02/12] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v12 03/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v12 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v12 05/12] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH] docs/zh_CN: sync process/2.Process.rst with English version
 2026-03-11 12:31 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] docs: watchdog: explain watchdog API options
 2026-03-11 12:16 UTC 

[robh:dt-convert 14/621] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/arm/firmware/sdei.txt
 2026-03-11 11:46 UTC 

[PATCH v2 0/7] Remove the Kontron SMARC-sAM67 board
 2026-03-11 11:33 UTC  (2+ messages)
` (subset) "

[PATCH v11 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-03-11 11:13 UTC  (5+ messages)

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-11 10:47 UTC  (3+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[PATCH v6 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-03-11 10:32 UTC  (4+ messages)
` [PATCH v6 2/3] hwmon: ltc4283: Add support for the LTC4283 "

[PATCH 0/2] hwmon: Add support for MPS mp2985
 2026-03-11 10:01 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add "

[PATCH v4 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-11  9:24 UTC  (3+ messages)
` [PATCH v4 15/15] hwspinlock/treewide: refactor consumer.h from public header

[PATCH 00/14] drm/atomic: Rework initial state allocation
 2026-03-11  8:18 UTC  (4+ messages)
` [PATCH 12/14] drm/tidss: Drop call to drm_mode_config_reset at probe time

[PATCH] riscv: enable HAVE_CMPXCHG_{DOUBLE,LOCAL}
 2026-03-11  8:17 UTC  (2+ messages)

[PATCH] Documentation/kbuild: fix empty string KBUILD_BUILD_TIMESTAMP
 2026-03-11  8:06 UTC  (2+ messages)


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