linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-09 16:48:39 to 2025-07-11 11:20:26 UTC [more...]

refactor the iomap writeback code v5
 2025-07-11 11:20 UTC  (17+ messages)
` [PATCH 01/14] iomap: header diet
` [PATCH 02/14] iomap: pass more arguments using the iomap writeback context
` [PATCH 03/14] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 04/14] iomap: refactor the writeback interface
` [PATCH 05/14] iomap: hide ioends from the generic writeback code
` [PATCH 06/14] iomap: add public helpers for uptodate state manipulation
` [PATCH 07/14] iomap: move all ioend handling to ioend.c
` [PATCH 08/14] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 09/14] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 10/14] iomap: export iomap_writeback_folio
` [PATCH 11/14] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 12/14] iomap: improve argument passing to iomap_read_folio_sync
` [PATCH 13/14] iomap: add read_folio_range() handler for buffered writes
` [PATCH 14/14] iomap: build the writeback code without CONFIG_BLOCK

[PATCH v9 00/13] Don't generate netlink .rst files inside $(srctree)
 2025-07-11  9:51 UTC  (9+ messages)
` [PATCH v9 05/13] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v9 12/13] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v9 14/13] sphinx: parser_yaml.py: fix line numbers information

[PATCH v2 00/39] Translate sphinx-pre-install to Python
 2025-07-11 11:04 UTC  (3+ messages)

[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-11  9:58 UTC  (3+ messages)
` [PATCH v2 20/29] mm: convert "movable" flag in page->mapping to a page flag

[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-11  9:56 UTC  (37+ messages)
` [PATCH v9 01/29] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v9 02/29] iommufd: Correct virt_id kdoc at struct iommu_vdevice_alloc
` [PATCH v9 03/29] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v9 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v9 05/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v9 06/29] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v9 07/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v9 08/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v9 09/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v9 10/29] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v9 11/29] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v9 12/29] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v9 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v9 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v9 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v9 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v9 17/29] iommufd: Add mmap interface
` [PATCH v9 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v9 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v9 20/29] iommu: Allow an input type in hw_info op
` [PATCH v9 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v9 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v9 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v9 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v9 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v9 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v9 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v9 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH v2 00/12] Thrash up the parser/output interface
 2025-07-11  7:29 UTC  (19+ messages)
` [PATCH v2 01/12] docs: kdoc; Add a rudimentary class to represent output items
` [PATCH v2 02/12] docs: kdoc: simplify the output-item passing
` [PATCH v2 03/12] docs: kdoc: drop "sectionlist"
` [PATCH v2 04/12] docs: kdoc: Centralize handling of the item section list
` [PATCH v2 05/12] docs: kdoc: remove the "struct_actual" machinery
` [PATCH v2 06/12] docs: kdoc: use self.entry.parameterlist directly in check_sections()
` [PATCH v2 07/12] docs: kdoc: Coalesce parameter-list handling
` [PATCH v2 08/12] docs: kdoc: Regularize the use of the declaration name
` [PATCH v2 09/12] docs: kdoc: straighten up dump_declaration()
` [PATCH v2 10/12] docs: kdoc: directly access the always-there KdocItem fields
` [PATCH v2 11/12] docs: kdoc: clean up check_sections()
` [PATCH v2 12/12] docs: kdoc: emit a warning for ancient versions of Python

[PATCH 0/2] Restore kernel-doc support for Python 3.6
 2025-07-11  7:27 UTC  (3+ messages)
` [PATCH 1/2] docs: kernel-doc: emit warnings for ancient versions of Python
` [PATCH 2/2] scripts: kdoc: make it backward-compatible with Python 3.7

[PATCH v6 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
 2025-07-11  7:13 UTC  (3+ messages)
` [PATCH v6 1/2] perf: Fujitsu: Add the Uncore MAC "
` [PATCH v6 2/2] perf: Fujitsu: Add the Uncore PCI "

[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-07-11  7:05 UTC  (7+ messages)
` [PATCH v5 09/12] tee: add Qualcomm TEE driver
` [PATCH v5 12/12] Documentation: tee: Add "

[PATCH v17 0/7] firmware: imx: driver for NXP secure-enclave
 2025-07-11  6:21 UTC  (8+ messages)
  ` [EXT] "

[PATCH 00/12] [PATCH 00/11] Thrash up the parser/output interface
 2025-07-11  6:14 UTC  (33+ messages)
` [PATCH 01/12] docs: kdoc; Add a rudimentary class to represent output items
` [PATCH 02/12] docs: kdoc: simplify the output-item passing
` [PATCH 04/12] docs: kdoc: Centralize handling of the item section list
` [PATCH 05/12] docs: kdoc: remove the "struct_actual" machinery
` [PATCH 06/12] docs: kdoc: use self.entry.parameterlist directly in check_sections()
` [PATCH 07/12] docs: kdoc: Coalesce parameter-list handling
` [PATCH 08/12] docs: kdoc: Regularize the use of the declaration name
` [PATCH 09/12] docs: kdoc: straighten up dump_declaration()
` [PATCH 10/12] docs: kdoc: directly access the always-there KdocItem fields
` [PATCH 11/12] docs: kdoc: clean up check_sections()
` [PATCH 12/12] docs: kdoc: Improve the output text accumulation

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-11  5:19 UTC  (4+ messages)
` [PATCH v8 14/15] khugepaged: add per-order mTHP khugepaged stats

[PATCH v3] alloc_tag: add per-NUMA node stats
 2025-07-11  4:14 UTC  (6+ messages)

[PATCH RESEND] drm: docs: Fix typo in introduction.rst
 2025-07-11  3:01 UTC 

[PATCH net-next V2 0/3] net/mlx5e: Add support for PCIe congestion events
 2025-07-11  2:06 UTC  (5+ messages)
` [PATCH net-next V2 1/3] net/mlx5e: Create/destroy PCIe Congestion Event object
` [PATCH net-next V2 2/3] net/mlx5e: Add device PCIe congestion ethtool stats
` [PATCH net-next V2 3/3] net/mlx5e: Make PCIe congestion event thresholds configurable

[RFC V2 00/18] famfs: port into fuse
 2025-07-11  1:32 UTC  (11+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs

[PATCHv9 00/16] x86: Enable Linear Address Space Separation support
 2025-07-11  1:23 UTC  (14+ messages)
` [PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv9 04/16] x86/cpu: Defer CR pinning setup until core initcall
` [PATCHv9 13/16] x86/traps: Handle LASS thrown #SS
` [PATCHv9 16/16] x86: Re-enable Linear Address Masking

[PATCH -rcu -next 5/7] rcu: Document GP init vs hotplug-scan ordering requirements
 2025-07-11  0:02 UTC  (4+ messages)
` [PATCH -rcu -next 6/7] rcu: Document separation of rcu_state and rnp's gp_seq

[PATCH v7 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-07-10 23:26 UTC  (12+ messages)
` [PATCH v7 01/10] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH v7 02/10] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v7 03/10] x86,fs/resctrl: Detect io_alloc feature
` [PATCH v7 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v7 05/10] fs/resctrl: Update bit_usage to reflect io_alloc
` [PATCH v7 06/10] fs/resctrl: Introduce interface to display "io_alloc" support
` [PATCH v7 07/10] fs/resctrl: Add user interface to enable/disable io_alloc feature
` [PATCH v7 08/10] fs/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v7 09/10] fs/resctrl: Modify rdt_parse_data to pass mode and CLOSID
` [PATCH v7 10/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks

[PATCH v7 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-07-10 20:50 UTC  (2+ messages)

[PATCH v3 0/7] Documentation for nova-core
 2025-07-10 19:06 UTC  (4+ messages)
` [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-10 17:28 UTC  (11+ messages)
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling

[PATCH 0/6] HID: Add Legion Go S Driver
 2025-07-10 15:15 UTC  (3+ messages)

[PATCH v2] Documentation: dma-buf: heaps: Add naming guidelines
 2025-07-10 15:12 UTC  (5+ messages)

[PATCH net-next v5] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-10 13:26 UTC  (2+ messages)

Introduction
 2025-07-10 10:49 UTC 

[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-10 10:14 UTC  (6+ messages)
` [PATCH v5 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v5 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v5 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v5 4/5] mm/pagemap: add write_begin_get_folio() helper function
` [PATCH v5 5/5] ext4: support uncached buffered I/O

[PATCH v3 0/3] hwmon: add Microchip EMC2101 driver
 2025-07-10 10:00 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: hwmon: Add Microchip EMC2101 support
` [PATCH v3 3/3] drivers: hwmon: add EMC2101 driver

[PATCH] overlayfs.rst: fix typos
 2025-07-10  9:28 UTC  (2+ messages)

[PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
 2025-07-10  9:04 UTC  (11+ messages)

[PATCH v3] scsi: aacraid: Fix reply queue mapping to CPUs based on IRQ affinity
 2025-07-10  8:12 UTC  (4+ messages)

[RFC v2 00/16] Live Update Orchestrator
 2025-07-10  7:26 UTC  (6+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[PATCH net-next v08 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-07-10  6:08 UTC  (9+ messages)
` [PATCH net-next v08 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v08 2/8] hinic3: Complete "
` [PATCH net-next v08 3/8] hinic3: Command Queue framework
` [PATCH net-next v08 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v08 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v08 6/8] hinic3: Mailbox framework
` [PATCH net-next v08 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v08 8/8] hinic3: Interrupt request configuration

[PATCH linux next] delaytop: add psi info to show system delay
 2025-07-10  5:54 UTC 

[PATCH] alloc_tag: add per-NUMA node stats
 2025-07-10  5:54 UTC  (6+ messages)

[PATCH linux next] docs: update docs after introducing delaytop
 2025-07-10  5:51 UTC 

[PATCH v8 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-10  5:34 UTC  (10+ messages)
` [PATCH v8 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v8 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[PATCH net-next v7 0/4] net: phy: bcm54811: PHY initialization
 2025-07-10  3:00 UTC  (2+ messages)

[PATCH net-next v13 00/12] Add Microchip ZL3073x support (part 1)
 2025-07-10  2:30 UTC  (2+ messages)

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-07-10  1:57 UTC  (4+ messages)
` [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches

[PATCH] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
 2025-07-10  0:58 UTC  (2+ messages)

[PATCH v2] arm64: errata: Add Ampere erratum AC03_CPU_50 workaround alternative
 2025-07-09 22:57 UTC  (3+ messages)

[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
 2025-07-09 19:49 UTC  (4+ messages)
` [PATCH v3 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH 01/14] iomap: header diet
 2025-07-09 17:53 UTC  (3+ 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).