public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 16:39:35 to 2026-03-20 19:27:49 UTC [more...]

[PATCH v5 00/21] Virtual Swap Space
 2026-03-20 19:27 UTC  (9+ messages)
` [PATCH v5 01/21] mm/swap: decouple swap cache from physical swap infrastructure
` [PATCH v5 02/21] swap: rearrange the swap header file
` [PATCH v5 03/21] mm: swap: add an abstract API for locking out swapoff
` [PATCH v5 04/21] zswap: add new helpers for zswap entry operations
` [PATCH v5 05/21] mm/swap: add a new function to check if a swap entry is in swap cached
` [PATCH v5 06/21] mm: swap: add a separate type for physical swap slots
` [PATCH v5 07/21] mm: create scaffolds for the new virtual swap implementation
` [PATCH v5 08/21] zswap: prepare zswap for swap virtualization

[PATCH v2 00/10] gpu: nova-core: convert registers to use the kernel register macro
 2026-03-20 19:11 UTC  (16+ messages)
` [PATCH v2 01/10] gpu: nova-core: convert PMC registers to "
` [PATCH v2 02/10] gpu: nova-core: convert PBUS "
` [PATCH v2 03/10] gpu: nova-core: convert PFB "
` [PATCH v2 04/10] gpu: nova-core: convert GC6 "
` [PATCH v2 05/10] gpu: nova-core: convert FUSE "
` [PATCH v2 06/10] gpu: nova-core: convert PDISP "
` [PATCH v2 07/10] gpu: nova-core: falcon: introduce `bounded_enum` macro
` [PATCH v2 08/10] gpu: nova-core: convert falcon registers to kernel register macro
` [PATCH v2 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
` [PATCH v2 10/10] Documentation: nova: remove register abstraction task

[RFC PATCH v4 0/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-03-20 19:04 UTC  (2+ messages)
` [RFC PATCH v4 1/1] "

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-20 19:01 UTC  (24+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v3 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v3 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 08/16] hpet: "
` [PATCH v3 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v3 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 11/16] staging: vme_user: "
` [PATCH v3 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v3 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v3 16/16] mm: on remap assert that input range within the proposed VMA

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-20 18:23 UTC  (12+ messages)
` [PATCH v7 07/10] x86/vmscape: Use static_call() for predictor flush

[PATCH v5] hwmon: add driver for ARCTIC Fan Controller
 2026-03-20 18:00 UTC 

[PATCH v2 0/2] module: expose imported namespaces via sysfs
 2026-03-20 17:45 UTC  (2+ messages)

[PATCH v3 1/3] ima: Remove ima_h_table structure
 2026-03-20 17:40 UTC  (10+ messages)
` [PATCH v3 3/3] ima: Add support for staging measurements for deletion

[PATCH RFC v2 0/9] AD9910 Direct Digital Synthesizer
 2026-03-20 17:14 UTC  (6+ messages)
` [PATCH RFC v2 1/9] dt-bindings: iio: frequency: add ad9910

[PATCH v2 00/20] drm/atomic: Rework initial state allocation
 2026-03-20 16:27 UTC  (21+ messages)
` [PATCH v2 01/20] drm/colorop: Fix typos in the doc
` [PATCH v2 02/20] drm/atomic: Drop drm_private_state.obj assignment from create_state
` [PATCH v2 03/20] drm/mode-config: Mention drm_mode_config_reset() culprits
` [PATCH v2 04/20] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v2 05/20] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v2 06/20] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v2 07/20] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v2 08/20] drm/plane: Add new atomic_create_state callback
` [PATCH v2 09/20] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v2 10/20] drm/crtc: Add new atomic_create_state callback
` [PATCH v2 11/20] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v2 12/20] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
` [PATCH v2 13/20] drm/connector: Add new atomic_create_state callback
` [PATCH v2 14/20] drm/mode-config: Create drm_mode_config_create_state()
` [PATCH v2 15/20] drm/drv: Call drm_mode_config_create_state() by default
` [PATCH v2 16/20] drm/atomic: Drop private obj state allocation
` [PATCH v2 17/20] drm/drv: Drop drm_mode_config_reset() from our skeleton
` [PATCH v2 18/20] drm/tidss: Drop call to drm_mode_config_reset at probe time
` [PATCH v2 19/20] drm/tidss: Convert to atomic_create_state
` [PATCH v2 20/20] drm/bridge_connector: "

[PATCH v9 0/9] ADF41513/ADF41510 PLL frequency synthesizers
 2026-03-20 16:27 UTC  (10+ messages)
` [PATCH v9 1/9] dt-bindings: iio: frequency: add adf41513
` [PATCH v9 2/9] lib: vsprintf: export simple_strntoull() in a safe prototype
` [PATCH v9 3/9] iio: core: add fixed point parsing with 64-bit parts
` [PATCH v9 4/9] iio: test: add kunit test for fixed-point parsing
` [PATCH v9 5/9] iio: frequency: adf41513: driver implementation
` [PATCH v9 6/9] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v9 7/9] iio: frequency: adf41513: features on frequency change
` [PATCH v9 8/9] docs: iio: add documentation for adf41513 driver
` [PATCH v9 9/9] Documentation: ABI: testing: add common ABI file for iio/frequency

[PATCH net-next v3 00/13] net: sleepable ndo_set_rx_mode
 2026-03-20 15:49 UTC  (24+ messages)
` [PATCH net-next v3 01/13] net: add address list snapshot and reconciliation infrastructure
` [PATCH net-next v3 02/13] wifi: cfg80211: use __rtnl_unlock in nl80211_pre_doit
` [PATCH net-next v3 03/13] net: introduce ndo_set_rx_mode_async and dev_rx_mode_work
  ` [Intel-wired-lan] "
` [PATCH net-next v3 04/13] net: move promiscuity handling into dev_rx_mode_work
` [PATCH net-next v3 05/13] fbnic: convert to ndo_set_rx_mode_async
` [PATCH net-next v3 06/13] mlx5: "
` [PATCH net-next v3 07/13] bnxt: "
` [PATCH net-next v3 08/13] bnxt: use snapshot in bnxt_cfg_rx_mode
` [PATCH net-next v3 09/13] iavf: convert to ndo_set_rx_mode_async
` [PATCH net-next v3 10/13] netdevsim: "
` [PATCH net-next v3 11/13] dummy: "
` [PATCH net-next v3 12/13] net: warn ops-locked drivers still using ndo_set_rx_mode
` [PATCH net-next v3 13/13] selftests: net: add team_bridge_macvlan rx_mode test

[RFC PATCH v2 03/10] Docs/mm/damon/design: update for context pause/resume feature
 2026-03-20 15:17 UTC  (2+ messages)

[PATCH] doc: Add CPU Isolation documentation
 2026-03-20 15:10 UTC  (2+ messages)

[PATCH] Docs/mm/damon: document min_nr_regions constraint and rationale
 2026-03-20 14:51 UTC  (5+ messages)

[PATCH v8 00/10] ADF41513/ADF41510 PLL frequency synthesizers
 2026-03-20 14:44 UTC  (12+ messages)
` [PATCH v8 02/10] lib: kstrtox: add kstrntoull() helper

[PATCH v4] hwmon: add driver for ARCTIC Fan Controller
 2026-03-20 13:47 UTC  (2+ messages)

[PATCH v12 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-20 13:23 UTC  (6+ messages)
` [PATCH v12 3/5] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH v14 0/2] Rust GPU buddy allocator bindings
 2026-03-20 13:04 UTC  (6+ messages)
` [PATCH v14 1/2] rust: gpu: Add "
` [PATCH v14 2/2] MAINTAINERS: gpu: buddy: Update reviewer

[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-20 11:09 UTC  (6+ messages)

[PATCH v4] LICENSES: Explicitly allow SPDX-FileCopyrightText
 2026-03-20 10:37 UTC  (3+ messages)

[PATCH RFC 0/2] kernel-doc: better handle data prototypes
 2026-03-20  9:46 UTC  (3+ messages)
` [PATCH RFC 1/2] docs: kdoc: add a class to parse data items
` [PATCH RFC 2/2] HACK: add a parse_c.py file to test CDataParser

[PATCH v7 0/5] nvme-tcp: Support receiving KeyUpdate requests
 2026-03-20  7:53 UTC  (7+ messages)
` [PATCH v7 4/5] nvme-tcp: Support KeyUpdate
` [PATCH v7 5/5] nvmet-tcp: "

[PATCH 00/14] drm/atomic: Rework initial state allocation
 2026-03-20  7:39 UTC  (4+ messages)
` [PATCH 09/14] drm/drv: Call drm_mode_config_create_state() by default

[PATCH v3 06/10] ACPI: APEI: GHES: move CXL CPER helpers
 2026-03-20  6:23 UTC  (2+ messages)

[PATCH v9 7/7] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
 2026-03-20  3:26 UTC  (3+ messages)

[PATCH v9 0/7] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-20  3:20 UTC  (4+ messages)
` [PATCH v9 1/7] arm64/acpi: Add acpi_get_cpu_uid() and switch arm_cspmu to use it

[PATCH v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-20  3:17 UTC  (9+ messages)
` [PATCH v10 1/8] arm64: acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrieval
` [PATCH v10 2/8] LoongArch: "
` [PATCH v10 3/8] RISC-V: ACPI: "
` [PATCH v10 4/8] x86/acpi: "
` [PATCH v10 5/8] ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.h
` [PATCH v10 6/8] perf: arm_cspmu: Switch to acpi_get_cpu_uid() from get_acpi_id_for_cpu()
` [PATCH v10 7/8] ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()
` [PATCH v10 8/8] PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSM

Invalid link generation for equations
 2026-03-20  3:10 UTC  (3+ messages)

[PATCH v2 00/10] workqueue / drivers: Add device-managed allocate workqueue
 2026-03-20  3:06 UTC  (2+ messages)
` (subset) "

[PATCH v4 00/21] Virtual Swap Space
 2026-03-19 23:27 UTC  (9+ messages)
` [PATCH v4 09/21] mm: swap: allocate a virtual swap slot for each swapped out page
` [syzbot ci] Re: Virtual Swap Space

[PATCH v3 10/10] RAS: add firmware-first CPER provider
 2026-03-19 22:28 UTC  (4+ messages)

[RFC net-next 15/15] Documentation: networking: add ipxlat translator guide
 2026-03-19 22:11 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-19 22:09 UTC  (18+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update

[PATCH v13.1] rust: interop: Add list module for C linked list interface
 2026-03-19 21:07 UTC 

[PATCH v2 0/2] hwmon: Add support for MPS mp2985
 2026-03-19 19:33 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Add "
  ` [PATCH v2 2/2] hwmon: add MP2985 driver

[PATCH v3] hwmon: add driver for ARCTIC Fan Controller
 2026-03-19 19:29 UTC  (2+ messages)

[PATCH net-next v2 02/13] wifi: cfg80211: use __rtnl_unlock in nl80211_pre_doit
 2026-03-19 19:22 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v3 0/5] x86: Enable LASS support with vsyscall=xonly mode
 2026-03-19 18:46 UTC  (2+ messages)

[PATCH v7 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls
 2026-03-19 17:57 UTC  (3+ messages)

[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
 2026-03-19 16:56 UTC  (6+ messages)
` [PATCH v13 1/1] "

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


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