Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-06-18 14:44:23 to 2026-06-20 15:17:26 UTC [more...]

[PATCH v6 0/8] tracing/probes: Add more typecast features
 2026-06-20 15:17 UTC  (3+ messages)
` [PATCH v6 1/8] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v6 2/8] tracing/probes: Support typecast for various probe events

[PATCH] docs: ipmi: Fix path of the "hotmod" module parameter
 2026-06-20 12:27 UTC 

[PATCH] Docs/admin-guide/cgroup-v2: fix memory.stat doc details
 2026-06-20 12:27 UTC 

[PATCH] hwmon: ltc4283: fix malformed table docs build error
 2026-06-20  1:18 UTC 

[PATCH] power: supply: bd71828: add a terminating table border
 2026-06-20  1:18 UTC 

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-06-19 20:22 UTC  (16+ messages)
` [PATCH v3 05/12] x86/resctrl: Initialize supported kernel modes for PLZA
` [PATCH v3 06/12] fs/resctrl: Initialize the global kernel-mode policy at subsystem init
` [PATCH v3 07/12] fs/resctrl: Add info/kernel_mode for kernel-mode policy introspection
` [PATCH v3 08/12] fs/resctrl: Make info/kernel_mode writable and identify the bound group
` [PATCH v3 09/12] fs/resctrl: Reset kernel-mode binding when its rdtgroup goes away

[RFC v2 PATCH] reserve_mem: add support for static memory
 2026-06-19 18:35 UTC  (2+ messages)

[PATCH 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-06-19 18:29 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH 2/8] riscv: Detect the Ssqosid extension
` [PATCH 3/8] riscv: Add support for srmcfg CSR from "
` [PATCH 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH 6/8] riscv: Enable resctrl filesystem for Ssqosid
` [PATCH 7/8] dt-bindings: riscv: Add generic CBQRI controller binding
` [PATCH 8/8] riscv_cbqri: Add CBQRI cache capacity-allocation platform driver

[PATCH v6 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-06-19 17:46 UTC  (8+ messages)
` [PATCH v6 07/10] ACPI: APEI: introduce GHES helper

[PATCH 0/3] docs/zh_CN: update translation of doc-guide/sphinx.rst
 2026-06-19 16:28 UTC  (9+ messages)
` [PATCH 1/3] docs/zh_CN: add llvm.rst translation anchor
` [PATCH 2/3] docs/zh_CN: add process/changes.rst translation
` [PATCH 3/3] docs/zh_CN: update sphinx.rst translation

[PATCH v6 00/19] drm/atomic: Rework initial state allocation
 2026-06-19 16:24 UTC  (3+ messages)
` [PATCH v6 15/19] drm/connector: Add new atomic_create_state callback

[PATCH net-next v5 00/15] Support for onsemi's S2500 10Base-T1S MAC-PHY
 2026-06-19 16:05 UTC  (4+ messages)
` [PATCH net-next v5 12/15] onsemi: s2500: Add driver support for TS2500 MAC-PHY

[PATCH v3 0/2] iio: dac: Add support for AD5529R DAC
 2026-06-19 15:54 UTC  (12+ messages)
` [PATCH v3 1/2] dt-bindings: iio: dac: Add AD5529R

[PATCH v4 0/5] Enhance RPMsg buffer management
 2026-06-19 15:31 UTC  (8+ messages)
` [PATCH v4 3/5] rpmsg: virtio_rpmsg_bus: get buffer size from config space

[PATCH] docs: arm64: Document that text_offset is always 0
 2026-06-19 15:21 UTC  (3+ messages)

[PATCH v3] arm64: errata: Workaround NVIDIA Olympus device store/load ordering erratum
 2026-06-19 14:58 UTC  (6+ messages)

[PATCH v2 00/11] hugetlb: Use PAGE granularity index in exported i/f and adopt the common read_iter
 2026-06-19 14:52 UTC  (5+ messages)
` [PATCH v2 01/11] mm/memory-failure: make is_raw_hwpoison_page_in_hugepage() general purpose
` [PATCH v2 02/11] mm: factor out adjust_range_hwpoison() from hugetlbfs

[PATCH] NFS: pnfs: fix stale references in pnfs.rst
 2026-06-19 14:20 UTC 

[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
 2026-06-19 13:19 UTC  (12+ messages)
` [RFC PATCH 2/2] kasan: hw_tags: Add boot option to elide free time poisoning

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-06-19 12:51 UTC  (8+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-19 12:51 UTC  (65+ 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 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [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 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [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 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v8 34/46] KVM: selftests: Test conversion before allocation
` [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH 0/5] hwmon: add Altera Stratix 10 SoC FPGA hardware monitor support
 2026-06-19  9:38 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: hwmon: add Altera Stratix 10 hardware monitor binding
` [PATCH 2/5] dt-bindings: firmware: svc: add hwmon property
` [PATCH 3/5] firmware: stratix10-svc: add async HWMON read commands
` [PATCH 4/5] hwmon: add Stratix 10 SoC FPGA hardware monitor driver
` [PATCH 5/5] arm64: dts: socfpga: stratix10: add hwmon node

[PATCH v4 0/2] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-06-19  9:29 UTC  (4+ messages)

[PATCH v6 00/16] AD9910 Direct Digital Synthesizer
 2026-06-19  9:20 UTC  (11+ messages)
` [PATCH v6 05/16] iio: core: support 64-bit register through debugfs
` [PATCH v6 06/16] iio: core: create local __iio_chan_prefix_emit() for reuse

[PATCH v5 0/7] tracing/probes: Add more typecast features
 2026-06-19  8:33 UTC  (3+ messages)
` [PATCH v5 1/7] tracing/events: Fix to check the simple_tsk_fn creation

[PATCH v2 0/4] rv: rtapp monitor update
 2026-06-19  7:21 UTC  (5+ messages)
` [PATCH v2 1/4] rv/rtapp/sleep: Make the error more informative for user
` [PATCH v2 2/4] rv/rtapp/sleep: Update nanosleep rule
` [PATCH v2 3/4] rv/rtapp/sleep: Stop monitoring kernel threads
` [PATCH v2 4/4] rv/rtapp: Add wakeup monitor

[PATCH v4 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-06-19  6:14 UTC  (9+ 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 v2 5/7] seg6: add End.M.GTP6.D.Di behavior
 2026-06-19  5:48 UTC  (2+ messages)

[PATCH v2 4/7] seg6: add End.M.GTP6.D behavior
 2026-06-19  5:27 UTC  (2+ messages)

[gourryinverse:scratch/gourry/managed_nodes/rfc5 52/55] htmldocs: Documentation/ABI/testing/sysfs-bus-dax:184: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils]
 2026-06-19  5:16 UTC 

htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2026-06-19  4:25 UTC  (4+ messages)

[PATCH v2 0/4] usb: gadget: f_fs: Add R/W proxy EPs and ZLP support
 2026-06-19  4:06 UTC  (5+ messages)
` [PATCH v2 1/4] usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checks
` [PATCH v2 2/4] usb: gadget: f_fs: Tie read_buffer lifetime to ffs_epfile
` [PATCH v2 3/4] usb: gadget: f_fs: Add zero-length packet ioctl
` [PATCH v2 4/4] usb: gadget: f_fs: Introduce rw_proxy file descriptors

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-19  0:17 UTC  (4+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion

[PATCH v7 15/20] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
 2026-06-18 23:32 UTC  (2+ messages)

[PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
 2026-06-18 23:30 UTC  (2+ messages)

[PATCH] kselftest docs: remove reference to obsolete/archived wiki
 2026-06-18 23:12 UTC  (4+ messages)

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

[PATCH 1/3] PCI: rcar-gen4: Configure AXIINTC if iMSI-RX not used
 2026-06-18 21:54 UTC  (8+ messages)
` [PATCH 2/3] irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaround

[PATCH v2 0/4] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
 2026-06-18 22:02 UTC  (5+ messages)
` [PATCH v2 1/4] PCI: rcar-gen4: Configure AXIINTC if iMSI-RX not used
` [PATCH v2 2/4] irqchip/gic-v3: Refactor GIC600 limited to 32bit PA erratum handling
` [PATCH v2 3/4] irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaround
` [PATCH v2 4/4] arm64: dts: renesas: r8a779g0: Add GICv3 ITS and update PCIe nodes

[PATCH v3 00/13] Dynamic Housekeeping Management (DHM) via CPUSets
 2026-06-18 21:11 UTC  (14+ messages)
` [PATCH v3 05/13] cpu/hotplug: Reserve CPUHP states for nohz_full and managed IRQ down-paths
` [PATCH v3 06/13] tick/nohz, context_tracking: Prepare for runtime nohz_full updates
` [PATCH v3 08/13] genirq: Add explicit housekeeping callback for managed IRQ migration
` [PATCH v3 10/13] sched: Guard sched_tick_start/stop against uninitialized tick_work_cpu
` [PATCH v3 11/13] cgroup/cpuset: Extend isolated partition to trigger kernel-noise isolation

[PATCH v3] kconfig: add optional warnings for changed input values
 2026-06-18 18:48 UTC  (2+ messages)

[PATCH v6 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-18 17:36 UTC  (7+ messages)
` [PATCH v6 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v6 2/6] alloc_tag: add ioctl filters "
` [PATCH v6 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v6 4/6] alloc_tag: add accuracy based "
` [PATCH v6 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH v6 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest

[PATCH v5 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-06-18 16:38 UTC  (8+ messages)
` [PATCH v5 3/6] alloc_tag: add size-based filtering to ioctl

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-18 16:35 UTC  (8+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core

[PATCH v2 07/11] hugetlb: replace filemap_lock_hugetlb_folio with filemap_lock_folio
 2026-06-18 16:16 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