Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-06-22 22:39:02 to 2026-06-23 15:33:28 UTC [more...]

[RFC PATCH v2 03/10] kvm: Prepare core VM structs and helpers for LUO support
 2026-06-23 15:33 UTC  (15+ messages)
` [RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
` [RFC PATCH v2 07/10] kvm: guest_memfd_luo: add support for guest_memfd preservation
` [RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test

[PATCH v3 1/2] dt-bindings: iio: dac: Add AD5529R
 2026-06-23 15:08 UTC  (19+ messages)

[PATCH] crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
 2026-06-23 15:04 UTC  (3+ messages)

[PATCH][v2] mm/dmapool: Untangle CONFIG_SLUB_DEBUG_ON abuse and switch to static key
 2026-06-23 14:58 UTC  (2+ messages)

[RFC PATCH 0/6] mm/damon: hardware-sampled access reports
 2026-06-23 14:08 UTC  (2+ messages)

[dlech:b4/iio-adc-ti-ads122c14 10/10] htmldocs: Documentation/iio/ads112c14.rst:57: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-06-23 14:05 UTC 

[PATCH v4 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-06-23 14:05 UTC  (13+ messages)
` [PATCH v4 1/4] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v4 2/4] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v4 3/4] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v4 4/4] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH] docs/mm: clarify that we are not looking for LLM generated content
 2026-06-23 13:56 UTC  (4+ messages)

[PATCH v7 00/10] tracing/probes: Add more typecast features
 2026-06-23 13:54 UTC  (13+ messages)
` [PATCH v7 01/10] tracing/probes: Fix double addition of offset for @+FOFFSET
` [PATCH v7 02/10] tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTR
` [PATCH v7 03/10] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v7 04/10] tracing/probes: Support typecast for various probe events
` [PATCH v7 05/10] tracing/probes: Support nested typecast
` [PATCH v7 06/10] tracing/probes: Type casting always involves nested calls
` [PATCH v7 07/10] tracing/probes: Support field specifier option for typecast
` [PATCH v7 08/10] tracing/probes: Add $current variable support
` [PATCH v7 09/10] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v7 10/10] tracing/probes: Add a new testcase for BTF typecasts

[PATCH 0/4] nfs: remove the fileid field from struct nfs_inode
 2026-06-23 13:25 UTC  (6+ messages)
` [PATCH 1/4] nfs: store the full NFS fileid in inode->i_ino

[PATCH v4 0/5] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-23 13:22 UTC  (10+ messages)
` [PATCH v4 1/5] mm/zswap: Extend shrink_memcg() writeback capability
` [PATCH v4 2/5] mm/zswap: Factor writeback loop out of shrink_worker()
` [PATCH v4 3/5] mm/zswap: Implement proactive writeback
` [PATCH v4 4/5] mm/zswap: Add per-memcg stat for "

[RFC PATCH] reserve_mem: add support for static memory
 2026-06-23 13:10 UTC  (2+ messages)

[PATCH] crypto: af_alg - Document the deprecation of AF_ALG
 2026-06-23 12:44 UTC  (2+ messages)

Issue cloning kernel-doc-zh from HUST mirror
 2026-06-23 12:01 UTC  (5+ messages)

[PATCH v2 00/11] hugetlb: Use PAGE granularity index in exported i/f and adopt the common read_iter
 2026-06-23 10:54 UTC  (3+ messages)
` [PATCH v2 05/11] hugetlb: Convert the vmf->pgoff to PAGE_SIZE granularity

[PATCH v4 0/2] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-06-23 10:17 UTC  (6+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-23  9:48 UTC  (49+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION

[PATCH v6 0/4] PCI: Add DOE support for endpoint
 2026-06-23  9:07 UTC  (5+ messages)
` [PATCH v6 1/4] PCI/DOE: Move common definitions to the header file
` [PATCH v6 2/4] PCI: endpoint: Add DOE mailbox support for endpoint functions
` [PATCH v6 3/4] PCI: endpoint: Add support for DOE initialization and setup in EPC core
` [PATCH v6 4/4] Documentation: PCI: Add documentation for DOE endpoint support

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-23  8:50 UTC  (5+ messages)
` [PATCH v5 04/34] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v5 0/2] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-06-23  8:06 UTC  (3+ messages)
` [PATCH v5 1/2] cpufreq: CPPC: Set CPPC Enable register in cpu_init
` [PATCH v5 2/2] cpufreq: CPPC: add autonomous mode boot parameter support

[PATCH v2 0/3] watchdog: npcm: Add reset status detection support
 2026-06-23  8:05 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: watchdog: npcm: add GCR syscon property

htmldocs: Documentation/core-api/list:775: ./include/linux/list.h:793: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils]
 2026-06-23  8:00 UTC 

[PATCH 1/2] cgroup/cpuset: Avoid unnecessary cpus & mems update in cpuset_hotplug_update_tasks()
 2026-06-23  5:58 UTC  (5+ messages)
` [PATCH 2/2] cgroup/cpuset: Rebind/migrate mm only for threadgroup leader in cpuset_update_tasks_nodemask()

[PATCH 0/3] Support onsemi's FD5121 multiphase digital controller
 2026-06-23  5:55 UTC  (4+ messages)
` [PATCH 1/3] Documentation/hwmon: Add onsemi's FD5121 controllers' documentation
` [PATCH 2/3] dt-bindings: hwmon: pmbus: Support for onsemi's FD5121
` [PATCH 3/3] hwmon: (pmbus/fd5121): Add support FD5121, FD5123 and FD5125

[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
 2026-06-23  5:02 UTC  (6+ messages)

[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
 2026-06-23  1:18 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