public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-14 09:53:14 to 2026-04-15 21:06:46 UTC [more...]

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

[PATCH v4 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-15 20:56 UTC  (5+ messages)
` [PATCH v4 1/3] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v4 2/3] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v4 3/3] Documentation: document panic_on_unrecoverable_memory_failure sysctl

[PATCH bpf] bpf,tcp: avoid infinite recursion in BPF_SOCK_OPS_HDR_OPT_LEN_CB
 2026-04-15 20:47 UTC  (7+ messages)

[PATCH 0/8] Auto-generate maintainer profile entries
 2026-04-15 20:41 UTC  (11+ messages)
` [PATCH 1/8] docs: maintainers_include: auto-generate maintainer profile TOC
` [PATCH 2/8] MAINTAINERS: add an entry for media maintainers profile
` [PATCH 3/8] MAINTAINERS: add maintainer-tip.rst to X86
` [PATCH 4/8] docs: auto-generate maintainer entry profile links
` [PATCH 5/8] docs: maintainers_include: use a better title for profiles
` [PATCH 6/8] docs: maintainers_include: add external profile URLs
` [PATCH 7/8] docs: maintainers_include: preserve names for files under process/
` [PATCH 8/8] docs: maintainers_include: Only show main entry for profiles
` [PATCH 9/8] docs: maintainers_include: improve its output

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-15 20:23 UTC  (5+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH 0/6] hugetlb: normalize exported interfaces to use base-page indices
 2026-04-15 19:40 UTC  (11+ messages)
` [PATCH 4/6] hugetlb: drop vma_hugecache_offset() in favor of linear_page_index()
` [PATCH 5/6] hugetlb: make hugetlb_add_to_page_cache() use PAGE_SIZE-based index
` [PATCH 6/6] hugetlb: pass hugetlb reservation ranges in base-page indices

[PATCH V10 00/10] famfs: port into fuse
 2026-04-15 19:40 UTC  (26+ messages)

[PATCH net-next v4 04/13] devlink: allow to use devlink index as a command handle
 2026-04-15 19:04 UTC  (2+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-15 18:20 UTC  (6+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH] docs: proc: fix minor grammar and formatting issues
 2026-04-15 17:52 UTC 

[PATCH v4 00/13] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-04-15 17:30 UTC  (14+ messages)
` [PATCH v4 02/13] dt-bindings: leds: document Samsung S2M series PMIC RGB LED device
` [PATCH v4 04/13] dt-bindings: power: supply: document Samsung S2M series PMIC charger device
` [PATCH v4 05/13] dt-bindings: mfd: s2mps11: add documentation for S2MU005 PMIC
` [PATCH v4 07/13] mfd: sec: set DMA coherent mask

[PATCH v4] PM: QoS: Introduce boot parameter pm_qos_resume_latency_us
 2026-04-15 15:23 UTC  (2+ messages)

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-15 15:08 UTC  (19+ messages)
` [RFC, PATCH 01/12] userfaultfd: define UAPI constants for anonymous minor faults
` [RFC, PATCH 02/12] userfaultfd: add UFFD_FEATURE_MINOR_ANON registration support
` [RFC, PATCH 03/12] userfaultfd: implement UFFDIO_DEACTIVATE ioctl
` [RFC, PATCH 04/12] userfaultfd: UFFDIO_CONTINUE for anonymous memory
` [RFC, PATCH 05/12] mm: intercept protnone faults on VM_UFFD_MINOR anonymous VMAs
` [RFC, PATCH 06/12] userfaultfd: auto-resolve shmem and hugetlbfs minor faults in async mode
` [RFC, PATCH 07/12] sched/numa: skip scanning anonymous VM_UFFD_MINOR VMAs
` [RFC, PATCH 08/12] userfaultfd: enable UFFD_FEATURE_MINOR_ANON
` [RFC, PATCH 09/12] mm/pagemap: add PAGE_IS_UFFD_DEACTIVATED to PAGEMAP_SCAN
` [RFC, PATCH 10/12] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [RFC, PATCH 11/12] selftests/mm: add userfaultfd anonymous minor fault tests
` [RFC, PATCH 12/12] Documentation/userfaultfd: document working set tracking

[PATCH v7 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-04-15 13:26 UTC  (16+ messages)
` [PATCH v7 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v7 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v7 6/6] docs: iio: adc: ad4691: add driver documentation

Volunteering to do more reviews
 2026-04-15 13:16 UTC  (2+ messages)

maintainer profiles
 2026-04-15 11:43 UTC  (11+ messages)

[PATCH net-next v2 00/14][pull request] Introduce iXD driver
 2026-04-15 11:40 UTC  (4+ messages)
` [PATCH net-next v2 05/14] libie: add bookkeeping support for control queue messages

[PATCH] crash: Support high memory reservation for range syntax
 2026-04-15 11:29 UTC  (8+ messages)

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

[PATCH v4] KEYS: trusted: Debugging as a feature
 2026-04-15 11:12 UTC 

[PATCH v2 00/12] Dynamic Housekeeping Management (DHM) via CPUSets
 2026-04-15 10:50 UTC  (18+ messages)
` [PATCH v2 01/12] sched/isolation: Separate housekeeping types in enum hk_type
` [PATCH v2 02/12] sched/isolation: Introduce housekeeping notifier infrastructure
` [PATCH v2 03/12] rcu: Support runtime NOCB initialization and dynamic offloading
` [PATCH v2 04/12] tick/nohz: Transition to dynamic full dynticks state management
` [PATCH v2 05/12] genirq: Support dynamic migration for managed interrupts
` [PATCH v2 07/12] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH v2 08/12] workqueue, mm: Support dynamic housekeeping mask updates
` [PATCH v2 09/12] cgroup/cpuset: Introduce CPUSet-driven dynamic housekeeping (DHM)

[PATCH] net: ipv4: igmp: add sysctl option to ignore inbound llm_reports
 2026-04-15 10:26 UTC 

[PATCH v10 00/11] ADF41513/ADF41510 PLL frequency synthesizers
 2026-04-15 10:24 UTC  (13+ messages)
` [PATCH v10 01/11] dt-bindings: iio: frequency: add adf41513
` [PATCH v10 02/11] lib: kstrtox: add kstrtoudec64() and kstrtodec64()
` [PATCH v10 03/11] lib: test-kstrtox: tests for kstrtodec64() and kstrtoudec64()
` [PATCH v10 04/11] lib: math: div64: add div64_s64_rem()
` [PATCH v10 05/11] iio: core: add decimal value formatting into 64-bit value
` [PATCH v10 06/11] iio: test: iio-test-format: add test case for decimal format
` [PATCH v10 07/11] iio: frequency: adf41513: driver implementation
` [PATCH v10 08/11] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v10 09/11] iio: frequency: adf41513: features on frequency change
` [PATCH v10 10/11] docs: iio: add documentation for adf41513 driver
` [PATCH v10 11/11] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
 2026-04-15 10:04 UTC  (2+ messages)

[PATCH 0/8] arm64: Implement support for 2025 dpISA extensions
 2026-04-15  9:07 UTC  (5+ messages)
` [PATCH 1/8] arm64/hwcap: Generate the KERNEL_HWCAP_ definitions for the hwcaps

[RFC PATCH] Documentation: Add managed interrupts
 2026-04-15  9:05 UTC  (7+ messages)

[PATCH v3 00/11] Add spi-hid transport driver
 2026-04-15  8:41 UTC  (7+ messages)
` [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema

[RFC net-next 0/3] tls_sw: add tx record zero padding
 2026-04-15  5:40 UTC  (11+ messages)
` [RFC net-next 1/3] net/tls_sw: support randomized "

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

[RFC PATCH 0/7] mm/damon/reclaim,lru_sort: monitor all system rams by default
 2026-04-15  1:20 UTC  (3+ messages)
` [RFC PATCH 6/7] Docs/admin-guide/mm/damon/reclaim: update for entire memory monitoring
` [RFC PATCH 7/7] Docs/admin-guide/mm/damon/lru_sort: "

[PATCH RFC 0/4] Auto-generate maintainer profile entries
 2026-04-15  0:59 UTC  (11+ messages)
` [PATCH RFC 1/4] docs: maintainers_include: auto-generate maintainer profile TOC
` [PATCH RFC 2/4] MAINTAINERS: add an entry for media maintainers profile
` [PATCH RFC 3/4] MAINTAINERS: add maintainer-tip.rst to X86
` [PATCH RFC 4/4] docs: auto-generate maintainer entry profile links

[PATCH] docs: fix typos in kernel documentation
 2026-04-15  0:12 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH v1.1 0/2] mm/damon/stat: add kdamond_pid parameter
 2026-04-14 23:59 UTC  (2+ messages)
` [RFC PATCH v1.1 2/2] Docs/admin-guide/mm/damon/stat: document "

[PATCH] docs: kernel-parameters: document scope of irqaffinity= parameter
 2026-04-14 20:02 UTC 

[PATCH v5 00/24] ARM64 PMU Partitioning
 2026-04-14 19:55 UTC  (2+ messages)

[PATCH v2 0/1] Documentation: Add real-time kernel configuration guide
 2026-04-14 18:12 UTC  (4+ messages)
` [PATCH v2 1/1] Documentation: real-time: Add "
  ` [PATCH v3 "
    ` [PATCH v4 "

[PATCH v10 00/12] VMSCAPE optimization for BHI variant
 2026-04-14 18:05 UTC  (3+ messages)
` [PATCH v10 01/12] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()

[PATCH v5 00/21] Virtual Swap Space
 2026-04-14 17:32 UTC  (12+ messages)

[PATCH v5] Documentation: Refactored watchdog old doc
 2026-04-14 17:18 UTC  (2+ messages)

[GIT PULL] Documentation for 7.1
 2026-04-14 16:46 UTC  (2+ messages)

[PATCH] docs: proc.rst: update description of VmallocUsed and VmallocChunk
 2026-04-14 15:38 UTC 

htmldocs: Documentation/core-api/mm-api:104: ./include/linux/mm_inline.h:577: WARNING: Inline emphasis start-string without end-string. [docutils]
 2026-04-14 15:52 UTC 

[PATCH v3 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-14 10:29 UTC  (3+ messages)
` [PATCH v3 2/3] mm/memory-failure: add CONFIG_BOOTPARAM_MEMORY_FAILURE_PANIC option

[PATCH v4 0/9] Qualcomm Sahara protocol enhancements
 2026-04-14  9:57 UTC  (7+ messages)
` [PATCH v4 8/9] bus: mhi: Expose DDR training data via controller sysfs
` [PATCH v4 9/9] Documentation: ABI: Add sysfs ABI documentation for DDR training data


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