public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-14 16:43:32 to 2026-01-15 12:18:50 UTC [more...]

[PATCH 00/13] Add kernel-doc modules to Documentation/tools
 2026-01-15 12:18 UTC  (10+ messages)
` [PATCH 02/13] docs: enable Sphinx autodoc extension to allow documenting python

[PATCH 00/12] ras: share firmware-first estatus handling
 2026-01-15 12:17 UTC  (4+ messages)

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-15 12:12 UTC  (5+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v9 01/13] set_memory: add folio_{zap, restore}_direct_map helpers

[PATCH net v2] net: stmmac: fix transmit queue timed out after resume
 2026-01-15 12:09 UTC  (3+ messages)
`  "

[PATCH v2 00/23] mm: balloon infrastructure cleanups
 2026-01-15 12:01 UTC  (36+ messages)
` [PATCH v2 01/23] vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
` [PATCH v2 02/23] vmw_balloon: remove vmballoon_compaction_init()
` [PATCH v2 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
` [PATCH v2 04/23] mm/balloon_compaction: centralize basic page migration handling
` [PATCH v2 05/23] mm/balloon_compaction: centralize adjust_managed_page_count() handling
` [PATCH v2 06/23] vmw_balloon: stop using the balloon_dev_info lock
` [PATCH v2 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
` [PATCH v2 08/23] mm/balloon_compaction: remove dependency on page lock
` [PATCH v2 09/23] mm/balloon_compaction: make balloon_mops static
` [PATCH v2 10/23] mm/balloon_compaction: drop fs.h include from balloon_compaction.h
` [PATCH v2 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
` [PATCH v2 12/23] mm/balloon_compaction: remove balloon_page_push/pop()
` [PATCH v2 13/23] mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
` [PATCH v2 14/23] mm/balloon_compaction: move internal helpers to balloon_compaction.c
` [PATCH v2 15/23] mm/balloon_compaction: assert that the balloon_pages_lock is held
` [PATCH v2 16/23] mm/balloon_compaction: mark remaining functions for having proper kerneldoc
` [PATCH v2 17/23] mm/balloon_compaction: remove "extern" from functions
` [PATCH v2 18/23] mm/vmscan: drop inclusion of balloon_compaction.h
` [PATCH v2 19/23] mm: rename balloon_compaction.(c|h) to balloon.(c|h)
` [PATCH v2 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
` [PATCH v2 21/23] mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
` [PATCH v2 22/23] mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
` [PATCH v2 23/23] MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"

[PATCH] x86/acpi: Add acpi=spcr to use SPCR-provided default console
 2026-01-15 12:00 UTC  (4+ messages)

[PATCH v2 0/4] riscv: dts: Add "b" ISA extension to existing devicetrees
 2026-01-15 11:24 UTC  (10+ messages)
` [PATCH v2 1/4] Documentation: riscv: uabi: Clarify ISA spec version for canonical order
` [PATCH v2 2/4] riscv: dts: anlogic: dr1v90: Add "b" ISA extension
` [PATCH v2 3/4] riscv: dts: sophgo: sg2044: "
` [PATCH v2 4/4] riscv: dts: spacemit: k1: "
` (subset) [PATCH v2 0/4] riscv: dts: Add "b" ISA extension to existing devicetrees

[PATCH v4 2/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
 2026-01-15 11:17 UTC  (3+ messages)

[PATCH v3 1/3] dt-bindings: hwmon: ti,tmp108: Add P3T1035,P3T2030
 2026-01-15 11:14 UTC  (3+ messages)
` [PATCH v3 2/3] hwmon: (tmp108) Add support for P3T1035 and P3T2030
` [PATCH v3 3/3] hwmon: (tmp108) Add P3T1035 and P3T2030 support

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-15 11:08 UTC  (3+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH 0/2] Move kernel-doc to tools/docs
 2026-01-15 10:33 UTC  (9+ messages)
` [PATCH 1/2] docs: kdoc: remove support for an external kernel-doc from sphinx
` [PATCH 2/2] Move kernel-doc to tools/docs

[PATCH v3 0/2] iio: dac: Add support for MAX22007 DAC
 2026-01-15 10:24 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: iio: dac: Add max22007

[PATCH] Documentation/protection-keys: Mark as available on AMD
 2026-01-15  9:43 UTC  (5+ messages)
  ` [PATCH v2] "
    ` [PATCH v2 RESEND] "

[PATCH v2 1/3] hwmon: (tmp108) Add support for P3T1035 and P3T2030
 2026-01-15  9:36 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: hwmon: ti,tmp108: Add P3T1035,P3T2030
` [PATCH v2 3/3] hwmon: (tmp108) Add P3T1035 and P3T2030 support

[PATCH 1/1] Documentation: Link man pages to https://man7.org/
 2026-01-15  9:15 UTC  (5+ messages)

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-01-15  9:02 UTC  (14+ messages)
` [PATCH v9 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v9 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v9 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v9 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests

[PATCH v5 iwl-next] ice: add support for unmanaged DPLL on E830 NIC
 2026-01-15  8:57 UTC  (8+ messages)
`  "

[PATCH v5 00/11] Enhanced autonomous selection and improvements
 2026-01-15  8:57 UTC  (13+ messages)
` [PATCH v5 06/11] ACPI: CPPC: add APIs and sysfs interface for perf_limited
` [PATCH v5 08/11] cpufreq: CPPC: sync policy limits when updating min/max_perf
` [PATCH v5 09/11] cpufreq: CPPC: sync policy limits when toggling auto_select

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-15  8:33 UTC  (17+ messages)

[PATCH RESEND v2] checkpatch: Suppress warnings when Reported-by: is followed by Link:
 2026-01-15  7:22 UTC  (2+ messages)
` [LTP] "

[PATCH net Resend] net: stmmac: fix transmit queue timed out after resume
 2026-01-15  7:19 UTC  (4+ messages)
` [PATCH net v2] "
    `  "

[PATCH v2] scsi: docs: Add description for missing options of link_power_management_policy
 2026-01-15  7:00 UTC  (2+ messages)

[PATCH] scsi: docs: Add description for missing options of link_power_management_policy
 2026-01-15  6:55 UTC  (3+ messages)

[PATCH v4] kernel-chktaint: add reporting for tainted modules
 2026-01-15  6:47 UTC 

[PATCH v3] arm64: errata: Workaround for SI L1 downstream coherency issue
 2026-01-15  6:26 UTC  (4+ messages)

[PATCH v7 0/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
 2026-01-15  6:15 UTC  (7+ messages)
` [PATCH v7 1/5] mm/page_ext: Add page_ext_get_phys()
` [PATCH v7 2/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v7 3/5] iommu: Add calls "
` [PATCH v7 4/5] iommu: debug-pagealloc: Track IOMMU pages
` [PATCH v7 5/5] iommu: debug-pagealloc: Check mapped/unmapped kernel memory

[PATCH v2] docs: ja_JP: Start translation of submitting-patches
 2026-01-15  4:59 UTC 

[PATCH 1/1] Docs/mm/allocation-profiling: describe sysctrl limitations in debug mode
 2026-01-15  5:57 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Document scounteren and senvcfg in CSRs
 2026-01-15  4:11 UTC 

[PATCH v2 net-next 0/1] AccECN packetdrill selftest series
 2026-01-15  4:11 UTC  (4+ messages)

[PATCH v9 00/26] riscv control-flow integrity for usermode
 2026-01-15  3:11 UTC  (3+ messages)
` [PATCH v9 02/26] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)

[PATCH v26 00/28] riscv control-flow integrity for usermode
 2026-01-15  2:57 UTC  (3+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv

[PATCH v2] Rework the jobserver open logic
 2026-01-15  2:44 UTC  (3+ messages)

[PATCH v4 0/4] fix -Werror issues
 2026-01-15  0:43 UTC  (3+ messages)
` [PATCH v4 2/4] scripts/kernel-doc: avoid error_count overflows

[PATCH V4 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
 2026-01-14 21:45 UTC  (25+ messages)
  ` [PATCH V4 02/19] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V4 03/19] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V4 04/19] dax: Save the kva from memremap
  ` [PATCH V4 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V4 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V4 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V4 08/19] dax: export dax_dev_get()
  ` [PATCH V4 09/19] famfs_fuse: magic.h: Add famfs magic numbers
  ` [PATCH V4 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V4 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V4 12/19] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V4 13/19] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V4 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V4 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V4 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V4 18/19] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V4 19/19] famfs_fuse: Add documentation
` [PATCH V4 0/3]
  ` [PATCH V4 1/3] fuse_kernel.h: bring up to baseline 6.19
  ` [PATCH V4 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions
  ` [PATCH V4 3/3] fuse: add famfs DAX fmap support
` [PATCH V2 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
  ` [PATCH V2 1/2] daxctl: Add support for famfs mode
  ` [PATCH V2 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:

[PATCH 0/2] riscv: dts: Add "b" ISA extension to existing devicetrees
 2026-01-14 22:54 UTC  (9+ messages)
` [PATCH 1/2] Documentation: riscv: uabi: Clarify ISA spec version for canonical order
` [PATCH 2/2] riscv: dts: Add "b" ISA extension to existing devicetrees

[PATCH v4 0/3] Support comma-separated symbols and :entry/:exit
 2026-01-14 22:13 UTC  (6+ messages)
` [PATCH v5 0/3] tracing/fprobe: "
  ` [PATCH v5 1/3] "
  ` [PATCH v5 2/3] docs: tracing/fprobe: Document list filters "
  ` [PATCH v5 3/3] selftests/ftrace: Add accept cases for fprobe list syntax

[PATCH v4 0/5] hwmon: it87: add IT8613E support
 2026-01-14 22:12 UTC  (6+ messages)
` [PATCH v4 1/5] hwmon: it87: describe per-chip temperature resources
` [PATCH v4 2/5] hwmon: it87: prepare for extended PWM temp maps
` [PATCH v4 3/5] hwmon: it87: expose additional temperature limits
` [PATCH v4 4/5] hwmon: it87: add IT8613E identification
` [PATCH v4 5/5] hwmon: it87: add IT8613E configuration

[PATCH v2 00/12] Implement support for IBS virtualization
 2026-01-14 21:59 UTC  (4+ messages)
` [PATCH v2 03/12] KVM: Add KVM_GET_EXT_LAPIC and KVM_SET_EXT_LAPIC for extapic

[PATCH net-next v9 0/5] net: devmem: improve cpu cost of RX token management
 2026-01-14 21:25 UTC  (10+ messages)
` [PATCH net-next v9 3/5] net: devmem: implement autorelease "

[PATCH 0/5] virt: Add Bao hypervisor IPC and I/O dispatcher drivers
 2026-01-14 20:37 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH 2/6] virt: bao: Add Bao IPC shared memory driver
  ` [PATCH 4/6] virt: bao: Add Bao I/O dispatcher driver
  ` [PATCH 5/6] virt: bao: Move BAO_IPCSHMEM_HYPERCALL_ID to common header

[PATCH] Rework the jobserver open logic
 2026-01-14 19:40 UTC  (4+ messages)

[PATCH v2 0/5] New DRM accel driver for Texas Instruments' C7x DSPs
 2026-01-14 19:06 UTC  (10+ messages)
` [PATCH v2 1/5] arm64: dts: ti: k3-j722s-ti-ipc-firmware: Add memory pool for DSP i/o buffers
` [PATCH v2 2/5] accel/thames: Add driver for the C7x DSPs in TI SoCs
` [PATCH v2 4/5] accel/thames: Add IOCTL for job submission

[PATCH v8 00/18] Live Update Orchestrator
 2026-01-14 19:02 UTC  (7+ messages)
` [PATCH v8 14/18] mm: memfd_luo: allow preserving memfd

[PATCH v3 1/3] cxl, doc: Remove isonum.txt inclusion
 2026-01-14 18:18 UTC  (11+ messages)
` [PATCH v3 2/3] cxl, doc: Moving conventions in separate files
` [PATCH v3 3/3] Documentation/driver-api/cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement

[PATCH v6 3/4] iommu: debug-pagealloc: Track IOMMU pages
 2026-01-14 17:41 UTC  (13+ messages)

[PATCH v6 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-01-14 17:09 UTC  (2+ messages)

[PATCH 0/2] can: add dummy_can termination and update SocketCAN docs
 2026-01-14 16:55 UTC  (4+ messages)
` [PATCH 2/2] docs: can: update SocketCAN documentation for CAN XL


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox