public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 15:40:13 to 2026-04-01 07:20:03 UTC [more...]

[PATCH 0/5] Introduce Overflow Behavior Types
 2026-04-01  7:19 UTC  (33+ messages)
` [PATCH 1/5] refcount: Remove unused __signed_wrap function annotations
` [PATCH 2/5] hardening: Introduce Overflow Behavior Types support
` [PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap
` [PATCH 4/5] lkdtm/bugs: Add basic Overflow Behavior Types test
` [PATCH 5/5] types: Add standard __ob_trap and __ob_wrap scalar types

[PATCH net-next v2 0/3] dpll: add frequency monitoring feature
 2026-04-01  6:20 UTC  (11+ messages)
` [PATCH net-next v2 1/3] dpll: add frequency monitoring to netlink spec
` [PATCH net-next v2 2/3] dpll: add frequency monitoring callback ops
` [PATCH net-next v2 3/3] dpll: zl3073x: implement frequency monitoring

[PATCH v2 0/2] drm: Rename drm_atomic_state
 2026-04-01  6:05 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] Documentation: drm: Remove drm_atomic_state rename entry

[PATCH v10 net-next 00/11] nbl driver for Nebulamatrix NICs
 2026-04-01  2:23 UTC  (12+ messages)
` [PATCH v10 net-next 01/11] net/nebula-matrix: add minimum nbl build framework
` [PATCH v10 net-next 02/11] net/nebula-matrix: add our driver architecture
` [PATCH v10 net-next 03/11] net/nebula-matrix: add chip related definitions
` [PATCH v10 net-next 04/11] net/nebula-matrix: channel msg value and msg struct
` [PATCH v10 net-next 05/11] net/nebula-matrix: add channel layer
` [PATCH v10 net-next 06/11] net/nebula-matrix: add common resource implementation
` [PATCH v10 net-next 07/11] net/nebula-matrix: add intr "
` [PATCH v10 net-next 08/11] net/nebula-matrix: add vsi "
` [PATCH v10 net-next 09/11] net/nebula-matrix: add Dispatch layer implementation
` [PATCH v10 net-next 10/11] net/nebula-matrix: add common/ctrl dev init/reinit operation
` [PATCH v10 net-next 11/11] net/nebula-matrix: add common dev start/stop operation

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-04-01  1:30 UTC  (2+ messages)

[PATCH v2] bootconfig: Apply early options from embedded config
 2026-04-01  1:02 UTC  (11+ messages)

[PATCH net-next V9 02/14] devlink: Add helpers to lock nested-in instances
 2026-03-31 23:55 UTC  (4+ messages)

[PATCH v3 6/9] security: Hornet LSM
 2026-03-31 23:49 UTC  (2+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-31 23:31 UTC  (7+ messages)
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow

[PATCH v2] docs: pt_BR: translate process/2.Process.rst
 2026-03-31 22:38 UTC  (2+ messages)

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-31 22:24 UTC  (6+ messages)

[PATCH v2 0/5] docs: pt_BR: Complete PGP maintainer guide translation
 2026-03-31 22:21 UTC  (9+ messages)
` [PATCH v2 2/5] docs: pt_BR: start translation of the PGP maintainer guide
` [PATCH v2 3/5] docs: pt_BR: continue PGP guide translation

[PATCH v3 0/9] Reintrodce Hornet LSM
 2026-03-31 22:04 UTC  (6+ messages)
` [PATCH v3 4/9] lsm: framework for BPF integrity verification

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-03-31 21:20 UTC  (23+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 01/21] gpu: nova-core: gsp: Return GspStaticInfo from boot()
  ` [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
  ` [PATCH v10 03/21] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
  ` [PATCH v10 04/21] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
  ` [PATCH v10 05/21] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
  ` [PATCH v10 06/21] gpu: nova-core: mm: Add common memory management types
  ` [PATCH v10 07/21] gpu: nova-core: mm: Add TLB flush support
  ` [PATCH v10 08/21] gpu: nova-core: mm: Add GpuMm centralized memory manager
  ` [PATCH v10 09/21] gpu: nova-core: mm: Add common types for all page table formats
  ` [PATCH v10 10/21] gpu: nova-core: mm: Add MMU v2 page table types
  ` [PATCH v10 11/21] gpu: nova-core: mm: Add MMU v3 "
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
  ` [PATCH v10 13/21] gpu: nova-core: mm: Add page table walker for MMU v2/v3
  ` [PATCH v10 14/21] gpu: nova-core: mm: Add Virtual Memory Manager
  ` [PATCH v10 15/21] gpu: nova-core: mm: Add virtual address range tracking to VMM
  ` [PATCH v10 16/21] gpu: nova-core: mm: Add multi-page mapping API "
  ` [PATCH v10 17/21] gpu: nova-core: Add BAR1 aperture type and size constant
  ` [PATCH v10 18/21] gpu: nova-core: mm: Add BAR1 user interface
  ` [PATCH v10 19/21] gpu: nova-core: mm: Add BAR1 memory management self-tests
  ` [PATCH v10 20/21] gpu: nova-core: mm: Add PRAMIN aperture self-tests
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH v3] docs: octeontx2:Fix typo in documentation
 2026-03-31 21:08 UTC  (2+ messages)

[PATCH v2 0/1] leds: Introduce the multi_max_intensity sysfs attribute
 2026-03-31 20:38 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/1] leds: Introduce the multi_max_intensity sysfs attribute
 2026-03-31 19:17 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v18 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-03-31 19:09 UTC  (2+ messages)

[PATCH v5 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-03-31 19:04 UTC  (9+ messages)
` [PATCH v5 2/4] iio: adc: ad4691: add initial driver for AD4691 family

[PATCH] Documentation: gpio: update the preferred method for using software node lookup
 2026-03-31 18:41 UTC  (2+ messages)

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-03-31 17:50 UTC  (5+ messages)
` [PATCH v8 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-31 17:33 UTC  (3+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update

[PATCH v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-31 17:31 UTC  (3+ messages)

[PATCH net-next V9 11/14] net/mlx5: qos: Remove qos domains and use shd lock
 2026-03-31 16:37 UTC  (4+ messages)

[PATCH] docs/ja_JP: submitting-patches: Amend "Describe your changes"
 2026-03-31 15:45 UTC  (3+ messages)

[PATCH v3 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-31 16:23 UTC  (5+ messages)
` [PATCH v3 2/4] kallsyms: extend lineinfo to loadable modules

[PATCH iwl-next v6 00/14] Introduce iXD driver
 2026-03-31 16:19 UTC  (4+ messages)
` [PATCH iwl-next v6 08/14] idpf: refactor idpf to use libie control queues
  ` [Intel-wired-lan] "

(sashiko status) [PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
 2026-03-31 15:55 UTC  (6+ messages)

[PATCH v17 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-03-31 15:17 UTC  (5+ messages)
` [PATCH v17 1/2] ACPI:RAS2: Add driver for the "

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-31 14:13 UTC  (2+ messages)

[PATCH v11 00/22] Add new general DRM property "color format"
 2026-03-31 13:52 UTC  (10+ messages)
` [PATCH v11 03/22] drm: "

[PATCH v8 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
 2026-03-31 13:31 UTC  (6+ messages)
` [PATCH v8 2/3] hwmon: ltc4283: Add support for the LTC4283 "

[PATCH v9 0/9] ADF41513/ADF41510 PLL frequency synthesizers
 2026-03-31 13:01 UTC  (9+ messages)
` [PATCH v9 2/9] lib: vsprintf: export simple_strntoull() in a safe prototype

[PATCH net-next V9 12/14] net/mlx5: qos: Support cross-device tx scheduling
 2026-03-31 12:57 UTC  (3+ messages)

[PATCH net-next V9 07/14] devlink: Allow rate node parents from other devlinks
 2026-03-31 12:44 UTC  (3+ messages)

[PATCH v7 00/22] Runtime TDX module update support
 2026-03-31 12:41 UTC  (2+ messages)
` [PATCH v7 21/22] x86/virt/tdx: Document TDX module update

[PATCH V10 00/10] famfs: port into fuse
 2026-03-31 12:39 UTC  (11+ messages)
  ` [PATCH V10 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V10 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V10 03/10] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V10 04/10] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V10 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V10 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V10 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V10 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V10 09/10] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V10 10/10] famfs_fuse: Add documentation

[PATCH v8 12/12] rv: Add nomiss deadline monitor
 2026-03-31 12:32 UTC  (2+ messages)

[PATCH net-next V9 04/14] devlink: Decouple rate storage from associated devlink object
 2026-03-31 12:28 UTC  (3+ messages)

[PATCH] Documentation: amd-pstate: fix dead links in the reference section
 2026-03-31 11:58 UTC  (2+ messages)

[PATCH v2 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-03-31 11:00 UTC  (4+ messages)
` [PATCH v2 1/3] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v2 2/3] mm/memory-failure: add panic_on_unrecoverable_memory_failure sysctl
` [PATCH v2 3/3] Documentation: document "

[PATCH v1 0/6] misc: amd-sbi: Refactor SBTSI driver with I3C support and ioctl interface
 2026-03-31 10:46 UTC  (12+ messages)
` [PATCH v1 1/6] hwmon/misc: amd-sbi: Move core SBTSI support from hwmon to misc
` [PATCH v1 6/6] docs: misc: amd-sbi: Document SBTSI userspace interface

[PATCH 0/2] mm/memory-failure: add panic option for unrecoverable pages
 2026-03-31 10:25 UTC  (6+ messages)
` [PATCH 1/2] mm/memory-failure: add panic_on_unrecoverable_memory_failure sysctl

[PATCH net-next v03 0/6] net: hinic3: PF initialization
 2026-03-31  7:56 UTC  (7+ messages)
` [PATCH net-next v03 1/6] hinic3: Add ethtool queue ops
` [PATCH net-next v03 2/6] hinic3: Add ethtool statistic ops
` [PATCH net-next v03 3/6] hinic3: Add ethtool coalesce ops
` [PATCH net-next v03 4/6] hinic3: Add ethtool rss ops
` [PATCH net-next v03 5/6] hinic3: Configure netdev->watchdog_timeo to set nic tx timeout
` [PATCH net-next v03 6/6] hinic3: Remove unneeded coalesce parameters

(sashiko status) [PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
 2026-03-31  4:34 UTC  (2+ messages)

[PATCH -next] hwmon: (yogafan) fix markup warning
 2026-03-31  2:45 UTC  (2+ messages)

[PATCH v5 3/4] iio: adc: ad4691: add triggered buffer support
 2026-03-30 23:50 UTC  (2+ messages)

[PATCH net-next 13/15] ice: add support for unmanaged DPLL on E830 NIC
 2026-03-30 23:02 UTC 

[PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
 2026-03-30 22:54 UTC  (2+ messages)

[PATCH] docs: add an Assisted-by mention to submitting-patches.rst
 2026-03-30 22:25 UTC 

[PATCH V10 0/8] dax: prepare for famfs
 2026-03-30 21:21 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: bridge: add stp_mode attribute for STP mode selection
 2026-03-30 19:48 UTC  (2+ messages)

[PATCH] iommu/amd: add amd_iommu=relax_unity option for VFIO passthrough
 2026-03-30 17:26 UTC  (2+ messages)

[PATCH] docs: generate a static 404 page
 2026-03-30 17:20 UTC  (4+ messages)

[PATCH] docs: proc: remove description of prof_cpu_mask
 2026-03-30 17:03 UTC  (2+ messages)

[PATCH] docs: kernel-parameters: fix architecture alignment for pt, nopt, and nobypass
 2026-03-30 16:59 UTC  (4+ messages)
  ` 答复: [外部邮件] "

[PATCH v2 0/2] Add a script to check for kernel-doc regressions
 2026-03-30 16:54 UTC  (2+ messages)

[PATCH] Doc: process: Added two important books for Linux Kernel programming and development
 2026-03-30 16:53 UTC  (2+ messages)

[PATCH v5 0/2] workflow, scripts: sort changes.rst and ver_linux
 2026-03-30 16:38 UTC  (6+ messages)
` [PATCH v5 1/2] workflows, scripts: harmonize and cleanup
` [PATCH v5 2/2] workflows, scripts: sort ver_linux and changes.rst

[PATCH] doc tools: better handle KBUILD_VERBOSE
 2026-03-30 16:21 UTC  (5+ messages)

[PATCH] Documentation: Provide hints on how to debug Python GDB scripts
 2026-03-30 16:15 UTC  (2+ messages)

[PATCH v10 0/2] add support in hwmon for MCP998X
 2026-03-30 16:00 UTC  (5+ messages)
` [PATCH v10 2/2] hwmon: add support "

[PATCH] docs: add copy buttons for code blocks
 2026-03-30 15:40 UTC  (2+ messages)

[PATCH v11 03/22] drm: Add new general DRM property "color format"
 2026-03-25 18:43 UTC  (8+ messages)


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