linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-04 16:40:05 to 2025-10-08 00:07:11 UTC [more...]

[PATCH] Documentation/rtla: fix htmldocs build error by renaming common_options.rst
 2025-10-08  0:07 UTC  (14+ messages)
  ` [PATCH 0/8] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
    ` [PATCH 1/8] Documentation/rtla: rename common_appendix.rst
    ` [PATCH 2/8] Documentation/rtla: rename common_hist_options.rst
    ` [PATCH 3/8] Documentation/rtla: rename common_osnoise_description.rst
    ` [PATCH 4/8] Documentation/rtla: rename common_timerlat_aa.rst
    ` [PATCH 5/8] Documentation/rtla: rename common_timerlat_description.rst
    ` [PATCH 6/8] Documentation/rtla: rename common_timerlat_options.rst
    ` [PATCH 7/8] Documentation/rtla: rename common_top_options.rst
    ` [PATCH 8/8] Documentation/rtla: rename common_osnoise_options.rst

[PATCH hyperv-next v6 00/17] Confidential VMBus
 2025-10-07 23:56 UTC  (11+ messages)
` [PATCH hyperv-next v6 01/17] Documentation: hyperv: "
` [PATCH hyperv-next v6 05/17] arch/x86: mshyperv: Trap on access for some synthetic MSRs

[RFC v3 0/5] Align atomic storage
 2025-10-07 22:19 UTC  (2+ messages)
` [RFC v3 1/5] documentation: Discourage alignment assumptions

[PATCH 0/4] mm/zswap: misc cleanup of code and documentations
 2025-10-07 23:42 UTC  (3+ messages)
` [PATCH 4/4] Docs/admin-guide/mm/zswap: s/red-black tree/xarray/

[PATCH 02/57] docs/dyndbg: explain flags parse 1st
 2025-10-07 23:27 UTC  (4+ messages)
` [PATCH 20/57] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH 24/57] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH 30/57] docs/dyndbg: add classmap info to howto

[PATCH v10 00/15] x86: Enable Linear Address Space Separation support
 2025-10-07 23:16 UTC  (42+ messages)
` [PATCH v10 01/15] x86/cpu: Enumerate the LASS feature bits
` [PATCH v10 02/15] x86/asm: Introduce inline memcpy and memset
` [PATCH v10 03/15] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCH v10 04/15] x86/cpu: Set LASS CR4 bit as pinning sensitive
` [PATCH v10 05/15] x86/cpu: Defer CR pinning enforcement until late_initcall()
` [PATCH v10 06/15] x86/efi: Disable LASS while mapping the EFI runtime services
` [PATCH v10 07/15] x86/kexec: Disable LASS during relocate kernel
` [PATCH v10 08/15] x86/vsyscall: Reorganize the page fault emulation code
` [PATCH v10 09/15] x86/traps: Consolidate user fixups in exc_general_protection()
` [PATCH v10 10/15] x86/vsyscall: Add vsyscall emulation for #GP
` [PATCH v10 11/15] x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATE
` [PATCH v10 12/15] x86/traps: Communicate a LASS violation in #GP message
` [PATCH v10 13/15] x86/traps: Generalize #GP address decode and hint code
` [PATCH v10 14/15] x86/traps: Provide additional hints for a kernel stack segment fault
` [PATCH v10 15/15] x86/cpu: Enable LASS by default during CPU initialization

[PATCH] Revert "mm, hugetlb: remove hugepages_treat_as_movable sysctl"
 2025-10-07 22:12 UTC  (3+ messages)

[PATCH 0/4 v5] cxl/core: Enable Region creation/attach on x86 with LMH
 2025-10-07 20:37 UTC  (12+ messages)
` [PATCH 1/4 v5] cxl/core: Change match_*_by_range() signatures
` [PATCH 2/4 v5] cxl/core: Add helpers to detect Low Memory Holes on x86
` [PATCH 3/4 v5] cxl/core: Enable Region creation on x86 with LMH
` [PATCH 4/4 v5] cxl/test: Simulate an x86 Low Memory Hole for tests

[PATCH 1/2] dt-bindings: trivial-devices: add mps,mp9945
 2025-10-07 19:38 UTC  (3+ messages)
` [PATCH 2/2] hwmon: (pmbus) add driver for MPS MP9945

[PATCH v2 0/1] timers/migration: add 'tmigr' kernel parameter to optionally disable timer migration
 2025-10-07 18:38 UTC  (4+ messages)
    ` [PATCH v2 1/1] "

[PATCH v4 0/2] slab: Introduce kmalloc_obj() and family
 2025-10-07 18:18 UTC  (6+ messages)
` [PATCH v4 2/2] "

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

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-07 17:50 UTC  (17+ messages)
` [PATCH v4 02/30] kho: make debugfs interface optional
` [PATCH v4 03/30] kho: drop notifiers

[PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic`
 2025-10-07 17:28 UTC  (13+ messages)
` [PATCH 1/3] rust: xarray: abstract `xa_alloc`
` [PATCH 2/3] rust: xarray: abstract `xa_alloc_cyclic`
` [PATCH 3/3] remove completed task from nova-core task list

[PATCH] tools/docs: sphinx-build-wrapper: -q is a boolean, not an integer
 2025-10-07 15:58 UTC  (2+ messages)

Error at www.kernel.org/doc/html/next/ since next-20250919
 2025-10-07 15:02 UTC  (3+ messages)

EEVDF vs CFS Clarification
 2025-10-07 14:21 UTC 

[PATCH v5 07/15] iommupt: Add map_pages op
 2025-10-07 13:11 UTC  (3+ messages)

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-07 12:28 UTC  (4+ messages)
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format

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

[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
 2025-10-07  9:05 UTC  (7+ messages)
` [PATCH v9 mm-new 03/11] mm: thp: add support for "
` [PATCH v9 mm-new 07/11] bpf: mark vma->vm_mm as __safe_trusted_or_null

[PATCH v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-07  5:20 UTC  (17+ messages)
` [PATCH v3 1/8] net/handshake: Store the key serial number on completion
` [PATCH v3 2/8] net/handshake: Define handshake_sk_destruct_req
` [PATCH v3 3/8] net/handshake: Ensure the request is destructed on completion
` [PATCH v3 4/8] nvmet: Expose nvmet_stop_keep_alive_timer publically
` [PATCH v3 5/8] net/handshake: Support KeyUpdate message types
` [PATCH v3 6/8] nvme-tcp: Support KeyUpdate
` [PATCH v3 7/8] nvmet-tcp: "

[PATCH v4 1/2] platform/x86: Add Uniwill laptop driver
 2025-10-06 19:08 UTC  (6+ messages)

[sj:damon/next 120/121] htmldocs: Documentation/admin-guide/mm/damon/stat.rst:13: WARNING: malformed hyperlink target. [docutils]
 2025-10-06 17:18 UTC  (2+ messages)

[PATCH] leds: lp55xx_common: enable use without FW_LOADER_USER_HELPER
 2025-10-06 10:37 UTC 

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

[PATCH] Documentation/zh_TW: fix malformed table in cpu-drivers.rst
 2025-10-06 12:01 UTC 

[PATCH] Documentation/gpu: Remove duplicate kernel-doc exports in drm-uapi.rst
 2025-10-06 12:00 UTC 

[PATCH 00/62] initrd: remove classic initrd support
 2025-10-06  6:19 UTC  (2+ messages)

[PATCH net-next v5 0/2] net/smc: make wr buffer count configurable
 2025-10-06  5:55 UTC  (4+ messages)
` [PATCH net-next v5 2/2] net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefully

[PATCH] docs: hwmon: fix typo in sg2042-mcu.rst Fix a spelling mistake: "supprts" → "supports"
 2025-10-06  0:18 UTC 

[PATCH v5 0/2] Add support for Uniwill laptop features
 2025-10-05 19:20 UTC  (3+ messages)
` [PATCH v5 1/2] platform/x86: Add Uniwill laptop driver
` [PATCH v5 2/2] Documentation: laptops: Add documentation for uniwill laptops

[PATCH v15 0/3] led: add new LED driver for TI LP5812
 2025-10-05 15:33 UTC  (4+ messages)
` [PATCH v15 1/3] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v15 2/3] leds: add basic support for "
` [PATCH v15 3/3] docs: leds: Document TI LP5812 LED driver

[PATCH v3 0/5] tracing: fprobe: list-style filters,
 2025-10-04 23:46 UTC  (6+ messages)
` [PATCH v3 1/5] docs: tracing: fprobe: document list filters and :entry/:exit
` [PATCH v3 2/5] tracing: fprobe: require explicit [GROUP/]EVENT for list/wildcard
` [PATCH v3 3/5] tracing: fprobe: support comma-separated symbols and :entry/:exit
` [PATCH v3 4/5] selftests/ftrace: dynevent: add reject cases for list/:entry/:exit
` [PATCH v3 5/5] selftests/ftrace: dynevent: add reject cases

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-04 16:39 UTC  (3+ messages)
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb


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).