linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-23 18:20:54 to 2025-10-26 12:42:34 UTC [more...]

[PATCH v1 00/30] docs: reporting-issues: rework
 2025-10-26 12:42 UTC  (28+ messages)
` [PATCH v1 01/30] docs: reporting-issues: mention text is best viewed rendered
` [PATCH v1 02/30] docs: reporting-issues: tweak the reference section intro
` [PATCH v1 03/30] docs: reporting-issues: add conclusion to the step-by-step guide
` [PATCH v1 04/30] docs: reporting-issues: add proper appendix
` [PATCH v1 05/30] docs: reporting-issues: outline why reporting is complicated
` [PATCH v1 06/30] docs: reporting-issues: replace TLDR guide with more of an into
` [PATCH v1 07/30] docs: reporting-issues: explain need for fresh vanilla kernel
` [PATCH v1 08/30] docs: reporting-issues: add step about processing issues separately
` [PATCH v1 09/30] docs: reporting-issues: tell users to check the kernel log
` [PATCH v1 10/30] docs: reporting-issues: move 'check tainted flag' upwards
` [PATCH v1 11/30] docs: reporting-issues: improve first tainted check
` [PATCH v1 12/30] docs: reporting-issues: move 'check environment' upwards
` [PATCH v1 13/30] docs: reporting-issues: improve environment check
` [PATCH v1 14/30] docs: reporting-issues: improve text about checking for existing issues
` [PATCH v1 17/30] docs: reporting-issues: move text on 'check MAINTAINERS file' upwards
` [PATCH v1 18/30] docs: reporting-issues: improve text on looking up place to report
` [PATCH v1 19/30] docs: reporting-issues: move text on 'check other places' upwards
` [PATCH v1 20/30] docs: reporting-issues: improve text on check other places
` [PATCH v1 21/30] docs: reporting-issues: improve text on backup et. al
` [PATCH v1 22/30] docs: reporting-issues: move text on 'initial write-up' upwards
` [PATCH v1 23/30] docs: reporting-issues: improve text on initial write-up
` [PATCH v1 24/30] docs: reporting-issues: improve text on bug verification
` [PATCH v1 25/30] docs: reporting-issues: improve text on non-regressions in stable
` [PATCH v1 26/30] docs: reporting-issues: improve text on second search
` [PATCH v1 27/30] docs: reporting-issues: make collecting files a separate step
` [PATCH v1 28/30] docs: reporting-issues: separate steps for optimizing and submitting reports
` [PATCH v1 29/30] docs: reporting-issues: separate steps for follow-up tasks

about make mandocs warnings
 2025-10-26 11:59 UTC  (2+ messages)

[PATCH v3 0/8] Collect documentation-related tools under /tools/docs
 2025-10-26 10:34 UTC  (13+ messages)
` [PATCH v3 1/8] docs: Move the "features" tools to tools/docs
` [PATCH v3 2/8] docs: move checktransupdate.py "
` [PATCH v3 3/8] docs: move scripts/documentation-file-ref-check "
` [PATCH v3 4/8] docs: move get_abi.py "
` [PATCH v3 5/8] docs: move test_doc_build.py "
` [PATCH v3 6/8] docs: move kernel-doc "
` [PATCH v3 7/8] docs: move find-unused-docs.sh "
` [PATCH v3 8/8] docs: remove kernel-doc.pl

[PATCH net-next v8 1/2] net/tls: support setting the maximum payload size
 2025-10-26  8:50 UTC  (5+ messages)

[PATCH 0/3] Add extreme platform profile
 2025-10-26  8:12 UTC  (4+ messages)
` [PATCH 1/3] acpi: platform_profile - Add Extreme profile option
` [PATCH 2/3] platform/x86: lenovo-wmi-gamezone Use Extreme vice balanced-performance
` [PATCH 3/3] platform/x86: lenovo-wmi-gamezone Use explicit allow list

Please backport commit 00d95fcc4dee ("docs: kdoc: handle the obsolescensce of docutils.ErrorString()") to v6.17.y
 2025-10-26  7:36 UTC  (2+ messages)

[PATCH 0/5] hwmon: Add TSC1641 I2C power monitor driver
 2025-10-26  6:50 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] dt-bindings: hwmon: Add support for ST TSC1641 power monitor
  ` [PATCH v2 2/2] hwmon: Add TSC1641 I2C power monitor driver

[RFC PATCH 0/3] Introduce per-cgroup compression priority
 2025-10-26  1:05 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/memcontrol: "
` [RFC PATCH 2/3] zram: Zram supports "
` [RFC PATCH 3/3] Doc: Update documentation for "

[PATCH] docs: replace broken links in ramfs-rootfs-initramfs docs
 2025-10-25 22:20 UTC  (2+ messages)

[PATCH 21/21] Docs: add Functions parameters order section
 2025-10-25 16:40 UTC 

[PATCH 21/21] Docs: add Functions parameters order section
 2025-10-25 16:33 UTC 

[PATCH AUTOSEL 6.17] docs: kernel-doc: avoid script crash on ancient Python
 2025-10-25 15:55 UTC 

[PATCH v7 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-25 15:40 UTC  (22+ messages)
` [PATCH v7 01/15] genpt: Generic Page Table base API
` [PATCH v7 02/15] genpt: Add Documentation/ files
` [PATCH v7 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v7 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v7 05/15] iommupt: Add iova_to_phys op
` [PATCH v7 06/15] iommupt: Add unmap_pages op
` [PATCH v7 07/15] iommupt: Add map_pages op
` [PATCH v7 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v7 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v7 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v7 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v7 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v7 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v7 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v7 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH v2 00/10] Collect documentation-related tools under /tools/docs
 2025-10-25 10:29 UTC  (10+ messages)
` [PATCH v2 02/10] docs: move checktransupdate.py to tools/docs

[PATCH v3] checkpatch: add uninitialized pointer with __free attribute check
 2025-10-25  7:56 UTC 

[PATCH 0/2] hid-alps docs heading cleanup
 2025-10-25  7:12 UTC  (4+ messages)
` [PATCH 1/2] Documentation: hid-alps: Fix packet format section headings
` [PATCH 2/2] Documentation: hid-alps: Format DataByte* subsection headings

[PATCH v2 0/2] checkpatch: add checks incorrectly initialized pointers with __free attr
 2025-10-25  6:29 UTC  (13+ messages)
` [PATCH v2 1/2] checkpatch: add uninitialized pointer with __free attribute check
` [PATCH v2 2/2] add check for pointers with __free attribute initialized to NULL

[PATCH net-next v03 0/5] net: hinic3: PF initialization
 2025-10-25  6:18 UTC  (6+ messages)
` [PATCH net-next v03 1/5] hinic3: Add PF framework
` [PATCH net-next v03 2/5] hinic3: Add PF management interfaces
` [PATCH net-next v03 3/5] hinic3: Add NIC configuration ops
` [PATCH net-next v03 4/5] hinic3: Add mac filter ops
` [PATCH net-next v03 5/5] hinic3: Add netdev register interfaces

[PATCH net-next v7 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-10-25  5:37 UTC  (8+ messages)
` [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 v14 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
 2025-10-25  3:44 UTC  (3+ messages)

[PATCH v4 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
 2025-10-25  0:24 UTC  (12+ messages)
` [PATCH v4 01/11] dt-bindings: rtc: Add Apple SMC RTC
` [PATCH v4 02/11] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema
` [PATCH v4 03/11] rtc: Add new rtc-macsmc driver for Apple Silicon Macs
` [PATCH v4 04/11] mfd: macsmc: Wire up Apple SMC RTC subdevice
` [PATCH v4 05/11] mfd: macsmc: Add new __SMC_KEY macro
` [PATCH v4 06/11] hwmon: Add Apple Silicon SMC hwmon driver
` [PATCH v4 07/11] mfd: macsmc: Wire up Apple SMC hwmon subdevice
` [PATCH v4 08/11] input: macsmc-input: New driver to handle the Apple Mac SMC buttons/lid
` [PATCH v4 09/11] mfd: macsmc: Wire up Apple SMC input subdevice
` [PATCH v4 10/11] arm64: dts: apple: t8103,t60xx,t8112: Add SMC RTC node
` [PATCH v4 11/11] arm64: dts: apple: t8103, t8112, t60xx: Add hwmon SMC subdevice

[PATCH] Subject: [PATCH] docs: ja_JP: Move submitting-patches to process/ and add to build
 2025-10-24 23:54 UTC 

[PATCH net-next 0/7] ynl: add ignore-index flag for indexed-array
 2025-10-24 23:52 UTC  (6+ messages)

[PATCH v10 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-10-24 23:44 UTC  (13+ messages)
` [PATCH v10 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v10 05/10] fs/resctrl: Introduce interface to display "io_alloc" support
` [PATCH v10 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature
` [PATCH v10 07/10] fs/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v10 09/10] fs/resctrl: Introduce interface to modify io_alloc capacity bitmasks
` [PATCH v10 10/10] fs/resctrl: Update bit_usage to reflect io_alloc

[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
 2025-10-24 21:47 UTC  (2+ messages)

[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-10-24 21:58 UTC  (13+ messages)
` [PATCH v5 07/14] iomap: track pending read bytes more optimally

[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-10-24 21:31 UTC  (3+ messages)
` [PATCH v5 6/8] selftests: tracing: Add a basic testcase for wprobe

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-24 18:18 UTC  (15+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-10-24 18:13 UTC  (13+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH 00/22] VKMS: Introduce multiple configFS attributes
 2025-10-24 15:44 UTC  (19+ 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 net-next 0/2] dpll: Add support for phase adjustment granularity
 2025-10-24 14:49 UTC  (3+ messages)
` [PATCH net-next 1/2] dpll: add phase-adjust-gran pin attribute
` [PATCH net-next 2/2] dpll: zl3073x: Specify phase adjustment granularity for pins

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-24 13:54 UTC  (8+ messages)
` [PATCH v12 mm-new 15/15] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v3 0/8] Enhanced autonomous selection and improvements
 2025-10-24 13:32 UTC  (10+ messages)
` [PATCH v3 3/8] ACPI: CPPC: extend APIs to support auto_sel and epp
` [PATCH v3 4/8] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v3 6/8] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited

[PATCH 1/2] drm/vkms: Fix run-tests.sh script name
 2025-10-24 11:00 UTC  (2+ messages)
` [PATCH 2/2] drm/vkms: Update testing with IGT IGT_DEVICE

[PATCH net-next] net/mlx5: Implement swp_l4_csum_mode via devlink params
 2025-10-24  8:38 UTC  (6+ messages)

[PATCH net-next v2 00/14] Intel Wired LAN Driver Updates 2025-10-15 (ice, iavf, ixgbe, i40e, e1000e)
 2025-10-24  8:07 UTC  (7+ messages)
` [PATCH net-next v2 02/14] i40e: support generic devlink param "max_mac_per_vf"

[PATCH v4] stm: class: Add MIPI OST protocol support
 2025-10-24  7:05 UTC 

[PATCH v3 00/11] HID: Implement haptic touchpad support
 2025-10-24  3:30 UTC  (3+ messages)
` [PATCH v3 03/11] Input: add INPUT_PROP_HAPTIC_TOUCHPAD

[PATCH] docs/zh_CN: Add keys ecryptfs Chinese translation
 2025-10-24  1:47 UTC  (2+ messages)

[PATCH net-next v2] net: rmnet: Use section heading markup for packet format subsections
 2025-10-24  1:20 UTC  (2+ messages)

[PATCH net-next v2] Documentation: ARCnet: Update obsolete contact info
 2025-10-24  0:45 UTC  (5+ messages)

[PATCH 0/2] ipe: add script enforcement mechanism with AT_EXECVE_CHECK
 2025-10-23 23:36 UTC  (3+ messages)
` [PATCH 1/2] ipe: Add AT_EXECVE_CHECK support for script enforcement
` [PATCH 2/2] ipe: Update documentation "

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 23:20 UTC  (2+ messages)

[PATCH 0/2] New driver for ams AS5600 Position Sensor
 2025-10-23 18:32 UTC  (4+ messages)
` [PATCH 2/2] iio: position: Add support for ams AS5600 angle sensor

[PATCH v5 5/7] revocable: Add fops replacement
 2025-10-23 18:30 UTC  (12+ 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).