linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-09 13:49:44 to 2025-09-10 10:26:02 UTC [more...]

[PATCH net-next 00/10] net/mlx5e: Use multiple doorbells
 2025-09-10 10:24 UTC  (5+ messages)
` [PATCH net-next 01/10] net/mlx5: Fix typo of MLX5_EQ_DOORBEL_OFFSET
` [PATCH net-next 02/10] net/mlx5: Remove unused 'offset' field from mlx5_sq_bfreg
` [PATCH net-next 03/10] net/mlx5e: Remove unused 'xsk' param of mlx5e_build_xdpsq_param
` [PATCH net-next 04/10] net/mlx5: Store the global doorbell in mlx5_priv

[PATCH v6 00/14] Introduce AMD Pensando RDMA driver
 2025-09-10 10:22 UTC  (4+ messages)
` [PATCH v6 10/14] RDMA/ionic: Register device ops for control path
  ` [External] : "

[PATCH v4 00/19] Split sphinx call logic from docs Makefile
 2025-09-10 10:14 UTC  (10+ messages)
` [PATCH v4 05/19] tools/docs: python_version: move version check from sphinx-pre-install
` [PATCH v4 08/19] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build

[PATCH 00/13] docs: kdoc: improvements to dump_function() and thereabouts
 2025-09-10 10:10 UTC  (15+ messages)
` [PATCH 01/13] docs: kdoc: trim __cacheline_group_* with the other annotations
` [PATCH 02/13] docs: kdoc: tighten up the push_parameter() no-type case
` [PATCH 03/13] docs: kdoc: remove a single-use variable
` [PATCH 04/13] docs: kdoc: move the function transform patterns out of dump_function()
` [PATCH 05/13] doc: kdoc: unify transform handling
` [PATCH 06/13] docs: kdoc: remove a couple of spurious regex characters
` [PATCH 07/13] docs: kdoc: remove a useless empty capture group
` [PATCH 08/13] docs: kdoc: Simplify the dump_function() prototype regexes
` [PATCH 09/13] docs: kdoc: consolidate some of the macro-processing logic
` [PATCH 10/13] docs: kdoc: final dump_function() cleanups
` [PATCH 11/13] docs: kdoc: remove some dead code in dump_typedef()
` [PATCH 12/13] docs: kdoc: remove redundant comment stripping "
` [PATCH 13/13] docs: kdoc: a few more dump_typedef() tweaks

[PATCH v6 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-09-10  9:52 UTC  (19+ messages)
` [PATCH v6 01/20] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v6 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props
` [PATCH v6 12/20] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v6 13/20] perf: stm32: introduce DDRPERFM driver

[PATCH 3/3] arm64/ptdump: Add 'early_ptdump' kernel command line option
 2025-09-10  9:46 UTC 

[PATCH] kernel-doc: add support for handling global variables
 2025-09-10  9:24 UTC  (21+ messages)

[PATCH] Documentation: update config name in real-time architecture support
 2025-09-10  8:58 UTC 

[PATCH net-next v11 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-09-10  8:21 UTC  (16+ messages)
` [PATCH net-next v11 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v11 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v11 5/5] net: rnpgbe: Add register_netdev

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-09-10  8:38 UTC  (4+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH net 0/3] mptcp: misc fixes for v6.17-rc6
 2025-09-10  8:27 UTC  (11+ messages)
` [PATCH net 1/3] netlink: specs: mptcp: fix if-idx attribute type
` [PATCH net 2/3] doc: mptcp: net.mptcp.pm_type is deprecated
` [PATCH net 3/3] selftests: mptcp: shellcheck: support v0.11.0

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-10  8:23 UTC  (22+ messages)
` [PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
` [PATCH v5 15/19] kasan: x86: Apply multishot to the inline report handler

[PATCH 0/2] cgroup v2 docs update
 2025-09-10  8:13 UTC  (4+ messages)
` [PATCH 1/2] Documentation: cgroup-v2: Use document path for cross-references
` [PATCH 2/2] Documentation: cgroup-v2: Replace manual table of contents with contents:: directive

[PATCH v2 0/1] timers/migration: add 'tmigr' kernel parameter to optionally disable timer migration
 2025-09-10  7:42 UTC  (2+ messages)
  ` [PATCH v2 1/1] "

[PATCH v7 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
 2025-09-10  7:33 UTC  (3+ messages)

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-10  7:21 UTC  (14+ messages)
` [PATCH v7 mm-new 01/10] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v7 mm-new 02/10] mm: thp: add support for BPF based THP order selection
` [PATCH v7 mm-new 03/10] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v7 mm-new 04/10] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v7 mm-new 05/10] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH v7 mm-new 06/10] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [PATCH v7 mm-new 07/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v7 mm-new 08/10] selftests/bpf: add test case to update "
` [PATCH v7 mm-new 09/10] selftests/bpf: add test cases for invalid thp_adjust usage
` [PATCH v7 mm-new 10/10] Documentation: add BPF-based THP policy management

[PATCH v2] docs: sphinx: handle removal of utils.error_reporting in docutils 0.22
 2025-09-10  6:39 UTC  (5+ messages)

[PATCH v4] Documentation: dma-buf: heaps: Add naming guidelines
 2025-09-10  6:10 UTC  (2+ messages)

[PATCH] x86/Documentation: explain LINUX_EFI_INITRD_MEDIA_GUID
 2025-09-10  6:01 UTC  (3+ messages)

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-10  5:26 UTC  (4+ messages)
` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping

[PATCH v10 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-09-10  5:10 UTC  (13+ messages)
` [PATCH v10 01/11] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v10 02/11] firmware: qcom: scm: add support for object invocation
` [PATCH v10 03/11] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v10 04/11] tee: add close_context to TEE driver operation
` [PATCH v10 05/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v10 06/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v10 07/11] tee: increase TEE_MAX_ARG_SIZE to 4096
` [PATCH v10 08/11] tee: add Qualcomm TEE driver
` [PATCH v10 09/11] tee: qcom: add primordial object
` [PATCH v10 10/11] tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v10 11/11] Documentation: tee: Add Qualcomm TEE driver

[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-10  4:59 UTC  (9+ messages)
` [PATCH v2 11/16] iomap: add caller-provided callbacks for read and readahead
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-10  3:40 UTC  (3+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API

[PATCH v2 00/13] Internalize www.kernel.org/doc cross-references
 2025-09-10  2:43 UTC  (14+ messages)
` [PATCH v2 01/13] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH v2 02/13] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH v2 03/13] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH v2 04/13] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH v2 05/13] Documentation: blk-mq: Convert block layer docs external links
` [PATCH v2 06/13] Documentation: bpf: Convert external kernel docs link
` [PATCH v2 07/13] Documentation: kasan: Use internal link to kunit
` [PATCH v2 08/13] Documentation: gpu: "
` [PATCH v2 09/13] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH v2 11/13] Documentation: net: Convert external kernel networking docs
` [PATCH v2 12/13] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH v2 13/13] Documentation: checkpatch: Convert kernel docs references

[PATCH net-next 0/2] net/mlx5e: Add pcie congestion event extras
 2025-09-10  2:30 UTC  (2+ messages)

[PATCH net-next 0/3] mptcp: make ADD_ADDR retransmission timeout adaptive
 2025-09-10  2:20 UTC  (2+ messages)

[PATCH v2 0/6] tracing: wprobe: Add wprobe for watchpoint
 2025-09-10  1:22 UTC  (3+ messages)
` [PATCH v2 4/6] tracing: wprobe: Add wprobe event trigger

[RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
 2025-09-10  1:11 UTC  (6+ messages)

[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
 2025-09-10  1:00 UTC  (11+ messages)
` [PATCH v3 1/7] kho: move fdt setup in separate helper
` [PATCH v3 2/7] kho: move scratch memory "
` [PATCH v3 3/7] kstate: Add KSTATE - [de]serialization framework for KHO
` [PATCH v3 4/7] kho: replace KHO FDT with kstate metadata
` [PATCH v3 5/7] kstate, test: add test module for testing kstate subsystem
` [PATCH v3 6/7] mm/memblock: Use KSTATE instead of kho to preserve preserved_mem_table
` [PATCH v3 7/7] Documentation, kstate: Add KSTATE documentation

[PATCH v3] Documentation: gfs2: Consolidate GFS2 docs into its own subdirectory
 2025-09-09 23:28 UTC  (3+ messages)

[PATCH v9 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-09-09 20:59 UTC  (5+ messages)
` [PATCH v9 06/11] firmware: qcom: scm: add support for object invocation

[PATCH] Documentation: update maintainer-pgp-guide for latest best practices
 2025-09-09 19:44 UTC  (2+ messages)

[PATCH] docs: submitting-patches: adjust Fixes definition slightly
 2025-09-09 19:42 UTC  (2+ messages)

[PATCH v2 0/3] docs: new scripts to generate HTML redirects
 2025-09-09 19:41 UTC  (2+ messages)

[PATCH] docs: kdoc: handle the obsolescensce of docutils.ErrorString()
 2025-09-09 19:35 UTC 

[PATCH v3 0/2] Add support for Uniwill laptop features
 2025-09-09 19:13 UTC  (6+ messages)
` [PATCH v3 1/2] platform/x86: Add Uniwill laptop driver

[PATCH v3 00/22] Add support for shared PTEs across processes
 2025-09-09 19:06 UTC  (7+ messages)

[PATCH] Documentation: w1: Fix SPDX comment syntax on masters and slaves toctree index
 2025-09-09 18:57 UTC  (3+ messages)

[PATCH net-next] doc: mptcp: fix Netlink specs link
 2025-09-09 17:46 UTC 

[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-09-09 17:38 UTC  (6+ messages)

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (9+ messages)
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-09 17:27 UTC  (24+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH v2] RISC-V: re-enable gcc + rust builds
 2025-09-09 17:26 UTC  (3+ messages)

[PATCH v4 0/4] hwmon: (sht21) Add devicetree support
 2025-09-09 17:18 UTC  (4+ messages)
` [PATCH v4 3/4] dt-bindings: trivial-devices: Add sht2x sensors

[PATCH v5 00/10] Add support for hot-pluggable DRM bridges
 2025-09-09 15:39 UTC  (6+ messages)
` [PATCH v5 10/10] drm/bridge: hotplug-bridge: add driver to support hot-pluggable DSI bridges

[PATCH net-next v3 0/7] Add RPMSG Ethernet Driver
 2025-09-09 14:08 UTC  (4+ messages)
` [PATCH net-next v3 4/7] net: rpmsg-eth: Add netdev ops

[PATCH net-next v4 00/14] yt6801: Add Motorcomm yt6801 PCIe driver
 2025-09-09 13:49 UTC  (6+ messages)


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