linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-17 19:27:47 to 2025-10-20 14:27:37 UTC [more...]

[PATCH v4 00/13] drm: Reduce page tables overhead with THP
 2025-10-20 14:27 UTC  (11+ messages)
` [PATCH v4 03/13] drm/shmem-helper: Map huge pages in fault handlers
` [PATCH v4 05/13] drm/gem: Add huge tmpfs mount point helper
` [PATCH v4 07/13] drm/v3d: Use "

[RFC PATCH] mm, hugetlb: implement movable_gigantic_pages sysctl
 2025-10-20 14:22 UTC  (3+ messages)

[PATCH v5 00/15] expand mmap_prepare functionality, port more users
 2025-10-20 14:13 UTC  (19+ messages)
` [PATCH v5 01/15] mm/shmem: update shmem to use mmap_prepare
` [PATCH v5 02/15] device/dax: update devdax "
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 04/15] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v5 05/15] relay: update relay to use mmap_prepare
` [PATCH v5 06/15] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v5 07/15] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v5 08/15] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v5 09/15] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v5 10/15] mm: add ability to take further action in vm_area_desc
` [PATCH v5 11/15] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v5 13/15] mm: add shmem_zero_setup_desc()
` [PATCH v5 14/15] mm: update mem char driver to use mmap_prepare
` [PATCH v5 15/15] mm: update resctl "

[PATCH] Documentation: networking: ax25: update the mailing list info
 2025-10-20 14:11 UTC  (2+ messages)

[PATCH] docs: ktap: fix minor typos in ktap.rst file
 2025-10-20 13:57 UTC  (3+ messages)

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-10-20 13:53 UTC  (8+ messages)
` [PATCH v3 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)

[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
 2025-10-20 13:46 UTC  (8+ messages)
` [PATCH v4 01/10] riscv: Add ISA extension parsing for Zalasr
` [PATCH v4 02/10] dt-bindings: riscv: Add Zalasr ISA extension description
` [PATCH v4 03/10] riscv: hwprobe: Export Zalasr extension
` [PATCH v4 04/10] riscv: Introduce Zalasr instructions

[PATCH v2] docs: doc-guide: parse-headers.rst update its documentation
 2025-10-20 12:11 UTC 

[PATCH v5 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-20 11:57 UTC  (15+ messages)
` [PATCH v5 5/7] revocable: Add fops replacement

[PATCH 00/23] Fix media uAPI cross references
 2025-10-20 11:56 UTC  (7+ messages)
` [PATCH 02/23] tools: docs: parse_data_structs.py: output a line number

[PATCH v2] Documentation: sysrq: Rewrite /proc/sysrq-trigger usage
 2025-10-20 11:50 UTC  (3+ messages)

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-10-20 10:58 UTC  (8+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

[PATCH v2] Documentation: fix dev-tools broken links in translations
 2025-10-20 10:46 UTC 

[PATCH net-next v7 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-10-20 10:31 UTC  (6+ messages)
` [PATCH net-next v7 1/5] ethtool: introduce core UAPI and driver API for PHY MSE diagnostics
` [PATCH net-next v7 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access
` [PATCH net-next v7 3/5] ethtool: netlink: add lightweight MSE reporting to LINKSTATE_GET
` [PATCH net-next v7 4/5] net: phy: micrel: add MSE interface support for KSZ9477 family
` [PATCH net-next v7 5/5] net: phy: dp83td510: add MSE interface support for 10BASE-T1L

[PATCH v4 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-20  6:33 UTC  (9+ messages)
` [PATCH v4 4/7] net/handshake: Support KeyUpdate message types
` [PATCH v4 5/7] nvme-tcp: Support KeyUpdate
` [PATCH v4 6/7] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs
` [PATCH v4 7/7] nvmet-tcp: Support KeyUpdate

[PATCH v4 10/10] RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list test
 2025-10-20  4:29 UTC 

[PATCH v4 05/10] riscv: Apply Zalasr to smp_load_acquire/smp_store_release
 2025-10-20  4:24 UTC  (5+ messages)
` [PATCH v4 06/10] riscv: Apply acquire/release semantics to arch_xchg/arch_cmpxchg operations
` [PATCH v4 07/10] riscv: Apply acquire/release semantics to arch_atomic operations
` [PATCH v4 08/10] riscv: Remove arch specific __atomic_acquire/release_fence
` [PATCH v4 09/10] RISC-V: KVM: Allow Zalasr extensions for Guest/VM

[PATCH v11 mm-new 10/10] selftests/bpf: add test case for BPF-THP inheritance across fork
 2025-10-20  3:20 UTC 

[PATCH v11 mm-new 05/10] mm: thp: enable THP allocation exclusively through khugepaged
 2025-10-20  3:16 UTC  (5+ messages)
` [PATCH v11 mm-new 06/10] mm: bpf-thp: add support for global mode
` [PATCH v11 mm-new 07/10] Documentation: add BPF THP
` [PATCH v11 mm-new 08/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v11 mm-new 09/10] selftests/bpf: add test case to update "

[PATCH v11 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-10-20  3:10 UTC  (5+ messages)
` [PATCH v11 mm-new 01/10] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v11 mm-new 02/10] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [PATCH v11 mm-new 03/10] mm: thp: add support for BPF based THP order selection
` [PATCH v11 mm-new 04/10] mm: thp: decouple THP allocation between swap and page fault paths

[PATCH net-next v02 4/6] hinic3: Add mac filter ops
 2025-10-20  1:29 UTC  (2+ messages)

[PATCH net-next v6 1/2] net/tls: support setting the maximum payload size
 2025-10-20  0:00 UTC  (3+ messages)

[PATCH] docs: doc-guide: parse-headers.rst update its documentation
 2025-10-19 21:46 UTC  (2+ messages)

[PATCH] Documentation: fix dev-tools broken links in translations
 2025-10-19 20:40 UTC 

Please backport commit 00d95fcc4dee ("docs: kdoc: handle the obsolescensce of docutils.ErrorString()") to v6.17.y
 2025-10-19 15:22 UTC 

[PATCH] kho: debugfs: Fix finalize interface documentation
 2025-10-19 14:39 UTC  (2+ messages)

[PATCH] tools/docs/sphinx-build-wrapper: Emit $SPHINXOPTS later in args list
 2025-10-19 14:24 UTC 

[PATCH net-next v6 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-10-18 23:50 UTC  (3+ messages)
` [PATCH net-next v6 2/5] ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE access

[PATCH v5 0/7] Add SPI offload support to AD4030
 2025-10-18 14:16 UTC  (9+ messages)
` [PATCH v5 4/7] iio: adc: ad4030: Use BIT macro to improve code readability
` [PATCH v5 5/7] iio: adc: ad4030: Add SPI offload support
` [PATCH v5 7/7] iio: adc: ad4030: Add support for ADAQ4216 and ADAQ4224

[PATCH 0/7] Add support for AD4062 device family
 2025-10-18 16:26 UTC  (11+ messages)
` [PATCH 1/7] dt-bindings: iio: adc: Add adi,ad4062
` [PATCH 2/7] docs: iio: New docs for ad4062 driver
` [PATCH 3/7] iio: adc: Add support for ad4062
` [PATCH 5/7] iio: adc: ad4062: Add IIO Trigger support
` [PATCH 7/7] iio: adc: ad4062: Add IIO Events support

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-18 16:06 UTC  (4+ messages)
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK

[PATCH v8 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
 2025-10-18 16:03 UTC  (3+ messages)

[PATCH net-next v14 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-10-18 14:42 UTC  (6+ messages)
` [PATCH net-next v14 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v14 4/5] net: rnpgbe: Add basic mbx_fw support

[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
 2025-10-18 14:30 UTC  (5+ messages)

[PATCH v4 0/2] rtla: fix cgroup and trace options parsing
 2025-10-18 13:04 UTC  (3+ messages)
` [PATCH v4 1/2] rtla: fix -C/--cgroup interface
` [PATCH v4 2/2] rtla: fix -a overriding -t argument

[PATCH 0/3] docs/hwmon: Fix broken and missing Maxim chip links
 2025-10-18 12:51 UTC  (7+ messages)
` [PATCH v2 1/3] Fix broken maxim-ic.com links to analog.com
` [PATCH v2 2/3] Add missing datasheet links for Maxim chips
` [PATCH v2 3/3] Update maxim-ic.com links to analog.com

[PATCH] docs: trusted-encrypted: fix htmldocs build error
 2025-10-18 11:24 UTC  (3+ messages)

[PATCH v8 00/24] Split sphinx call logic from docs Makefile
 2025-10-18 10:41 UTC  (3+ messages)

[PATCH v2] docs/zh_CN: Add secrets coco Chinese translation
 2025-10-18  8:58 UTC  (2+ messages)

[PATCH v3] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-18  8:57 UTC  (2+ messages)

[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2025-10-18  8:46 UTC  (2+ messages)

[PATCH v16 0/3] leds: add new LED driver for TI LP5812
 2025-10-18  7:22 UTC  (3+ messages)
` [PATCH v16 2/3] leds: add basic support for TI/National Semiconductor LP5812 LED Driver

[PATCH] taint: add reminder about updating docs and scripts
 2025-10-18  7:21 UTC  (2+ messages)

[PATCH v10 00/15] x86: Enable Linear Address Space Separation support
 2025-10-17 19:52 UTC  (5+ messages)
` [PATCH v10 05/15] x86/cpu: Defer CR pinning enforcement until late_initcall()

[PATCH 00/22] VKMS: Introduce multiple configFS attributes
 2025-10-18  2:01 UTC  (23+ messages)
` [PATCH 01/22] drm/vkms: Introduce config for plane name
` [PATCH 02/22] drm/vkms: Introduce configfs "
` [PATCH 03/22] drm/vkms: Introduce config for plane rotation
` [PATCH 04/22] drm/vkms: Introduce configfs "
` [PATCH 05/22] drm/vkms: Introduce config for plane color encoding
` [PATCH 06/22] drm/vkms: Introduce configfs "
` [PATCH 07/22] drm/vkms: Introduce config for plane color range
` [PATCH 08/22] drm/vkms: Introduce configfs "
` [PATCH 09/22] drm/vkms: Introduce config for plane format
` [PATCH 10/22] drm/vkms: Introduce configfs "
` [PATCH 11/22] drm/vkms: Properly render plane using their zpos
` [PATCH 12/22] drm/vkms: Introduce config for plane zpos property
` [PATCH 13/22] drm/vkms: Introduce configfs "
` [PATCH 14/22] drm/vkms: Introduce config for connector type
` [PATCH 15/22] drm/vkms: Introduce configfs "
` [PATCH 16/22] drm/vkms: Introduce config for connector supported colorspace
` [PATCH 17/22] drm/vkms: Introduce configfs "
` [PATCH 18/22] drm/vkms: Introduce config for connector EDID
` [PATCH 19/22] drm/vkms: Introduce configfs "
` [PATCH 20/22] drm/vkms: Store the enabled/disabled status for connector
` [PATCH 21/22] drm/vkms: Allow to hot-add connectors
` [PATCH 22/22] drm/vkms: Allows the creation of connector at runtime

[PATCH v2 1/2] docs: checkpatch: Align block comment style
 2025-10-18  1:31 UTC  (4+ messages)
` [PATCH v2 2/2] docs: checkpatch: Drop networking "

[PATCH net v2] Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach-vf.sh code blocks marker
 2025-10-18  0:00 UTC  (2+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-17 23:33 UTC  (39+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v1 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 10/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
` [RFC PATCH v1 12/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v1 13/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v1 14/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v1 15/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v1 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v1 19/37] KVM: selftests: guest_memfd: Test basic single-page conversion flow
` [RFC PATCH v1 20/37] KVM: selftests: guest_memfd: Test conversion flow when INIT_SHARED
` [RFC PATCH v1 21/37] KVM: selftests: guest_memfd: Test indexing in guest_memfd
` [RFC PATCH v1 22/37] KVM: selftests: guest_memfd: Test conversion before allocation
` [RFC PATCH v1 23/37] KVM: selftests: guest_memfd: Convert with allocated folios in different layouts
` [RFC PATCH v1 24/37] KVM: selftests: guest_memfd: Test precision of conversion
` [RFC PATCH v1 25/37] KVM: selftests: guest_memfd: Test that truncation does not change shared/private status
` [RFC PATCH v1 26/37] KVM: selftests: guest_memfd: Test that shared/private status is consistent across processes
` [RFC PATCH v1 27/37] KVM: selftests: guest_memfd: Test conversion with elevated page refcount
` [RFC PATCH v1 28/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v1 29/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v1 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v1 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v1 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v1 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v1 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v1 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v1 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v1 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes

[PATCH, v2] kbuild: doc: improve KBUILD_BUILD_TIMESTAMP documentation
 2025-10-17 23:16 UTC  (3+ messages)

[PATCH 00/10] mm/damon: allow DAMOS auto-tuned for per-memcg per-node memory usage
 2025-10-17 21:27 UTC  (3+ messages)
` [PATCH 08/10] Docs/mm/damon/design: document DAMOS_QUOTA_NODE_MEMCG_{USED,FREE}_BP
` [PATCH 09/10] Docs/admin-guide/mm/damon/usage: document DAMOS quota goal path file

[PATCH v2 0/2] Associative arrays documentation formatting cleanups
 2025-10-17 20:24 UTC  (2+ messages)

[PATCH] docs: admin-guide: Fix a typo in kernel-parameters.txt
 2025-10-17 20:20 UTC  (2+ messages)

[PATCH] docs: checkpatch: Align block comment style
 2025-10-17 19:39 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;
as well as URLs for NNTP newsgroup(s).