linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-06 15:58:56 to 2025-10-08 11:24:23 UTC [more...]

[PATCH] Documentation: sysrq: Remove contradicting sentence on extra /proc/sysrq-trigger characters
 2025-10-08 11:24 UTC 

[PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic`
 2025-10-08 10:18 UTC  (15+ 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 v3 0/8] Enhanced autonomous selection and improvements
 2025-10-08 10:16 UTC  (4+ messages)
` [PATCH v3 6/8] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited

[PATCH v3 0/5] tracing: fprobe: list-style filters,
 2025-10-08 10:09 UTC  (8+ 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 v5 12/15] iommupt: Add the x86 64 bit page table format
 2025-10-08 10:05 UTC  (2+ messages)

[PATCH v5 07/15] iommupt: Add map_pages op
 2025-10-08  9:52 UTC  (4+ messages)

[PATCH v5 13/15] iommu/amd: Use the generic iommu page table
 2025-10-08  9:47 UTC  (2+ messages)

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-08  9:43 UTC  (5+ messages)
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format

[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
 2025-10-08  9:04 UTC  (17+ 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] Revert "mm, hugetlb: remove hugepages_treat_as_movable sysctl"
 2025-10-08  8:58 UTC  (4+ messages)

[PATCH] Documentation/rtla: fix htmldocs build error by renaming common_options.rst
 2025-10-08  8:51 UTC  (21+ 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 v4 0/2] slab: Introduce kmalloc_obj() and family
 2025-10-08  7:49 UTC  (8+ messages)
` [PATCH v4 2/2] "

[PATCH] tools/docs: sphinx-build-wrapper: -q is a boolean, not an integer
 2025-10-08  7:20 UTC  (3+ messages)

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

[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 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  (2+ messages)

[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 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

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 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 v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-07  5:20 UTC  (5+ messages)
` [PATCH v3 3/8] net/handshake: Ensure the request is destructed on completion

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


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