linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-05 10:23:10 to 2024-03-06 19:54:47 UTC [more...]

[PATCH v3 0/3] usb: gadget: 9pfs transport
 2024-03-06 19:54 UTC  (4+ messages)
` [PATCH v3 2/3] net/9p/usbg: Add new usb gadget function transport

[PATCH] docs: w1: Remove w1_gpio_platform_data
 2024-03-06 19:46 UTC 

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-06 19:12 UTC  (34+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP

[PATCH net-next v3 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-03-06 19:01 UTC  (18+ messages)
` [PATCH net-next v3 01/12] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface
` [PATCH net-next v3 02/12] net: ethernet: oa_tc6: implement register write operation
` [PATCH net-next v3 03/12] net: ethernet: oa_tc6: implement register read operation
` [PATCH net-next v3 04/12] net: ethernet: oa_tc6: implement software reset
` [PATCH net-next v3 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v3 06/12] net: ethernet: oa_tc6: implement internal PHY initialization
` [PATCH net-next v3 07/12] net: ethernet: oa_tc6: enable open alliance tc6 data communication
` [PATCH net-next v3 08/12] net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet frames
` [PATCH net-next v3 09/12] net: ethernet: oa_tc6: implement receive path to receive rx "
` [PATCH net-next v3 10/12] net: ethernet: oa_tc6: implement mac-phy interrupt
` [PATCH net-next v3 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY

[PATCH v5 00/37] Memory allocation profiling
 2024-03-06 18:24 UTC  (38+ messages)
` [PATCH v5 01/37] fix missing vmalloc.h includes
` [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v5 10/37] lib: code tagging framework
` [PATCH v5 11/37] lib: code tagging module support
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v5 18/37] mm: enable page allocation tagging
` [PATCH v5 19/37] mm: create new codetag references during page splitting
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v5 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()
` [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v5 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v5 31/37] rhashtable: Plumb through alloc tag
` [PATCH v5 32/37] lib: add memory allocations report in show_mem()
` [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v5 37/37] memprofiling: Documentation

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-06 17:44 UTC  (30+ messages)
` [RFC RESEND 01/16] mm/hmm: let users to tag specific PFNs
` [RFC RESEND 02/16] dma-mapping: provide an interface to allocate IOVA
` [RFC RESEND 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [RFC RESEND 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC RESEND 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [RFC RESEND 06/16] iommu/dma: Implement link/unlink page callbacks
` [RFC RESEND 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC RESEND 08/16] RDMA/umem: Store ODP access mask information in PFN
` [RFC RESEND 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC RESEND 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC RESEND 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC RESEND 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC RESEND 13/16] vfio/mlx5: Explicitly store page list
` [RFC RESEND 14/16] vfio/mlx5: Convert vfio to use DMA link API
` [RFC RESEND 15/16] block: add dma_link_range() based API
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH] net: make SK_MEMORY_PCPU_RESERV tunable
 2024-03-06 17:28 UTC  (6+ messages)

[PATCH] drm: Document requirements for driver-specific KMS props in new drivers
 2024-03-06 16:50 UTC  (3+ messages)

[PATCH v4 00/14] arm64: Support for 2023 DPISA extensions
 2024-03-06 16:41 UTC  (4+ messages)
` [PATCH v4 03/14] arm64/fpsimd: Support FEAT_FPMR

[PATCH v3 0/1] drm/panfrost: Replace fdinfo's profiling debugfs knob
 2024-03-06 14:31 UTC  (5+ messages)
` [PATCH v3 1/1] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs

[PATCH v1] docs: verify/bisect: fixes, finetuning, and support for Arch
 2024-03-06 13:27 UTC  (4+ messages)

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-03-06 12:56 UTC  (18+ messages)
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-06 12:05 UTC  (11+ messages)
` [PATCH v17 01/35] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "
        `  "
            `  "

[PATCH v2] proc: allow restricting /proc/pid/mem writes
 2024-03-06 10:49 UTC  (16+ messages)

[PATCH v3 0/4] TEE driver for Trusted Services
 2024-03-06 10:40 UTC  (8+ messages)
` [PATCH v3 2/4] tee: optee: Move pool_op helper functions
` [PATCH v3 3/4] tee: tstee: Add Trusted Services TEE driver

[PATCH] docs/zh_CN: Add dev-tools/ubsan Chinese translation
 2024-03-06  9:15 UTC  (2+ messages)

[PATCH v4 0/3] hwmon: Driver for Nuvoton NCT7363Y
 2024-03-06  7:56 UTC  (4+ messages)
` [PATCH v4 2/3] dt-bindings: hwmon: Add NCT7363Y documentation

Cover-cover letter for two resctrl patch sets
 2024-03-06  7:28 UTC  (15+ messages)
` [PATCH v4 1/2] x86/resctrl: Pass domain to target CPU

[PATCH v11 0/4] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-03-05 23:22 UTC  (2+ messages)

[PATCH 0/4] Translate development-process into Spanish
 2024-03-05 22:18 UTC  (5+ messages)
` [PATCH 1/4] docs/sp_SP: Update process/submitting-patches
` [PATCH 2/4] docs/sp_SP: Add translation of process/development-process.rst
` [PATCH 3/4] docs/sp_SP: Add translation of process/1.Intro.rst
` [PATCH 4/4] docs/sp_SP: Add translation of process/2.Process.rst

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2024-03-05 19:35 UTC  (23+ messages)
` [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)

[PATCH v6] fpga: manager: add owner module and take its refcount
 2024-03-05 19:29 UTC 

[PATCH 00/13] spi: axi-spi-engine: add offload support
 2024-03-05 18:50 UTC  (5+ messages)
` [PATCH 01/13] spi: add core support for controllers with offload capabilities

[PATCH] docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than htmldocs
 2024-03-05 18:07 UTC  (3+ messages)

[PATCH net-next v9 00/13] net: Make timestamping selectable
 2024-03-05 18:04 UTC  (21+ messages)
` [PATCH net-next v9 02/13] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH net-next v9 07/13] ptp: Move from simple ida to xarray
` [PATCH net-next v9 08/13] ptp: Add phc source and helpers to register specific PTP clock or get information
` [PATCH net-next v9 12/13] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config

[PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
 2024-03-05 14:49 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH 0/3] Towards a re-organized submitting patches
 2024-03-05 13:23 UTC  (6+ messages)

[PATCH net-next v3] net: netconsole: Add continuation line prefix to userdata messages
 2024-03-05 12:14 UTC  (2+ messages)

[net-next v1 00/16] Device Memory TCP
 2024-03-05 11:45 UTC  (3+ messages)
` [net-next v1 04/16] gve: implement queue api

[PATCH v2] arm64: Add the arm64.no32bit_el0 command line option
 2024-03-05 10:56 UTC  (2+ messages)

[RFC 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-05 10:23 UTC  (14+ messages)
` [RFC 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC 13/16] vfio/mlx5: Explicitly store page list
` [RFC 14/16] vfio/mlx5: Convert vfio to use DMA link API
` [RFC 15/16] block: add dma_link_range() based API
` [RFC 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL


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