linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-28 18:53:03 to 2025-12-02 01:35:30 UTC [more...]

[PATCH v6 0/5] nvme-tcp: Support receiving KeyUpdate requests
 2025-12-02  1:34 UTC  (5+ messages)
` [PATCH v6 1/5] net/handshake: Store the key serial number on completion
` [PATCH v6 2/5] net/handshake: Define handshake_req_keyupdate
` [PATCH v6 3/5] net/handshake: Support KeyUpdate message types
` [PATCH v6 4/5] nvme-tcp: Support KeyUpdate

[PATCH net-next 0/4] (no cover subject)
 2025-12-02  0:36 UTC  (11+ messages)
` [PATCH net-next 1/4] netconsole: extract message fragmentation into send_msg_udp()
` [PATCH net-next 2/4] netconsole: Add configfs attribute for direct message sending
` [PATCH net-next 3/4] selftests/netconsole: Switch to configfs send_msg interface
` [PATCH net-next 4/4] Documentation: netconsole: Document send_msg configfs attribute

[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
 2025-12-01 23:27 UTC  (9+ messages)
` [PATCH v5 1/6] net/handshake: Store the key serial number on completion
` [PATCH v5 5/6] nvme-tcp: Support KeyUpdate

[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
 2025-12-01 23:11 UTC  (4+ messages)
` [PATCH v3 1/2] cpufreq: "
` [PATCH v3 2/2] cpufreq: Documentation update for trace_policy_frequency

[GIT PULL] Documentation for 6.19
 2025-12-01 23:11 UTC 

[PATCH v7 net-next 00/13] AccECN protocol case handling series
 2025-12-01 23:05 UTC  (15+ messages)
` [PATCH v7 net-next 01/13] tcp: try to avoid safer when ACKs are thinned
` [PATCH v7 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v7 net-next 03/13] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v7 net-next 04/13] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v7 net-next 05/13] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v7 net-next 06/13] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v7 net-next 07/13] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v7 net-next 08/13] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v7 net-next 09/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v7 net-next 10/13] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v7 net-next 11/13] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v7 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v7 net-next 13/13] tcp: accecn: enable AccECN

[PATCH 0/2] debugfs: Remove broken no-mount mode
 2025-12-01 22:16 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH net-next V4 00/14] devlink and mlx5: Support cross-function rate scheduling
 2025-12-01 21:49 UTC  (9+ messages)
` [PATCH net-next V4 02/14] documentation: networking: add shared devlink documentation
` [PATCH net-next V4 09/14] net/mlx5: Introduce shared devlink instance for PFs on same chip

[PATCH 0/3] mm/lru_gen: move lru_gen control interface from debugfs to procfs
 2025-12-01 21:35 UTC  (18+ messages)
` [PATCH 2/3] mm/lru_gen: add configuration option to select debugfs/procfs for lru_gen

[PATCH v2] KVM: arm64: Prevent FWD_TO_USER of SMCCC to pKVM
 2025-12-01 21:26 UTC 

[PATCH] Documentation: insist on the plain-text requirement for security reports
 2025-12-01 20:47 UTC  (4+ messages)

[PATCH v2 2/2] cpufreq: Documentation update for trace_policy_frequency
 2025-12-01 20:13 UTC 

[PATCH v2 1/2] cpufreq: Replace trace_cpu_frequency with trace_policy_frequency
 2025-12-01 20:13 UTC 

[PATCH v4 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-12-01 20:07 UTC  (9+ messages)
` [PATCH v4 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
` [PATCH v4 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v4 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH v4 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
` [PATCH v4 5/5] Documentation/amdgpu: Add UMA carveout details

[PATCH] KVM: arm64: Prevent FWD_TO_USER of SMCCC to pKVM
 2025-12-01 19:58 UTC  (3+ messages)

[PATCH v13 mm-new 00/16] khugepaged: mTHP support
 2025-12-01 18:52 UTC  (19+ messages)
` [PATCH v13 mm-new 01/16] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v13 mm-new 02/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v13 mm-new 03/16] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v13 mm-new 04/16] khugepaged: generalize alloc_charge_folio()
` [PATCH v13 mm-new 05/16] khugepaged: introduce is_mthp_order helper
` [PATCH v13 mm-new 06/16] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v13 mm-new 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v13 mm-new 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v13 mm-new 09/16] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v13 mm-new 10/16] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v13 mm-new 11/16] khugepaged: improve tracepoints for mTHP orders
` [PATCH v13 mm-new 12/16] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v13 mm-new 13/16] khugepaged: Introduce mTHP collapse support
` [PATCH v13 mm-new 14/16] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v13 mm-new 15/16] khugepaged: run khugepaged for all orders
` [PATCH v13 mm-new 16/16] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v3] mm/mm_init: Introduce a boot parameter for check_pages
 2025-12-01 18:07 UTC 

[PATCH v10 00/10] drm: Reduce page tables overhead with THP
 2025-12-01 18:06 UTC  (22+ messages)
` [PATCH v10 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v10 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v10 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v10 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v10 06/10] drm/v3d: Use "
` [PATCH v10 07/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v10 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v10 09/10] drm/panfrost: "
` [PATCH v10 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH] Documentation/kernel-parameters: Move the kernel build options
 2025-12-01 17:35 UTC  (6+ messages)

[PATCH 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
 2025-12-01 16:51 UTC  (9+ messages)
` [PATCH 04/26] drm/bridge: make of_drm_find_bridge() a wrapper of drm_of_find_bridge()
` [PATCH 06/26] drm/bridge: add devm_drm_of_find_bridge

[PATCH 0/5] drm: Remove remaining support for kdb
 2025-12-01 16:41 UTC  (2+ messages)

[PATCH v8 0/2] Add support for sound profile switching and leverage for OnePlus slider
 2025-12-01 16:29 UTC  (3+ messages)
` [PATCH v8 2/2] arm64: dts: qcom: sdm845-oneplus: Add alert-slider

[PATCH] Documentation: ext4: Document casefold and encrypt flags
 2025-12-01 16:23 UTC  (2+ messages)

[PATCH 0/2] filelock: fix conflict detection with userland file delegations
 2025-12-01 16:01 UTC  (6+ messages)
` [PATCH 1/2] filelock: add lease_dispose_list() helper
` [PATCH 2/2] filelock: allow lease_managers to dictate what qualifies as a conflict

[PATCH v5 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-12-01 15:50 UTC  (6+ messages)
` [PATCH v5 2/5] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode

[PATCH v1 0/6] seccomp: support nested listeners
 2025-12-01 14:24 UTC  (6+ messages)
` [PATCH v1 1/6] seccomp: remove unused argument from seccomp_do_user_notification
` [PATCH v1 2/6] seccomp: prepare seccomp_run_filters() to support more than one listener
` [PATCH v1 5/6] seccomp: relax has_duplicate_listeners check

[PATCH v4 0/8] Enhanced autonomous selection and improvements
 2025-12-01 14:09 UTC  (6+ messages)
` [PATCH v4 8/8] cpufreq: CPPC: add autonomous mode boot parameter support

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-01 13:11 UTC 

[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-12-01 13:03 UTC  (3+ messages)
` [PATCH v9 10/11] crypto: qce - Add support for BAM locking

[PATCH v2] docs: ja_JP: Move submitting-patches to process/ and add to build
 2025-12-01 10:53 UTC  (3+ messages)

[PATCH v5 0/4] slab: Introduce kmalloc_obj() and family
 2025-12-01 10:49 UTC  (8+ messages)
` [PATCH v5 2/4] "

[PATCH v3 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-12-01  8:30 UTC  (5+ messages)
` [PATCH v3 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v3 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (5+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH v3 0/8] Add Chinese translation for USB subsystem
 2025-12-01  6:54 UTC  (5+ messages)
` [PATCH v3 2/8] docs/zh_CN: Add acm.rst translation
` [PATCH v3 3/8] docs/zh_CN: Add authorization.rst translation

[PATCH v9 00/22] Enable FRED with KVM VMX
 2025-12-01  6:20 UTC  (7+ messages)
` [PATCH v9 10/22] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v9 16/22] KVM: VMX: Dump FRED context in dump_vmcs()

[lwn:docs-next 64/66] Warning: sound/usb/usx2y/us144mkii_controls.c:8 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
 2025-12-01  2:06 UTC  (5+ messages)

[RFC PATCH V3 0/4] RISC-V: Add PARAVIRT_SPINLOCKS support
 2025-12-01  0:30 UTC  (5+ messages)
` [RFC PATCH V3 1/4] RISC-V: paravirt: Add pvqspinlock KVM backend
` [RFC PATCH V3 2/4] RISC-V: paravirt: Add pvqspinlock frontend
` [RFC PATCH V3 3/4] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [RFC PATCH V3 4/4] RISC-V: paravirt: Support nopvspin to disable PARAVIRT_SPINLOCKS

[PATCH net-next v7 0/9] Add support for providers with large rx buffer
 2025-11-30 23:35 UTC  (10+ messages)
` [PATCH net-next v7 1/9] net: page pool: xa init with destroy on pp init
` [PATCH net-next v7 2/9] net: page_pool: sanitise allocation order
` [PATCH net-next v7 3/9] net: memzero mp params when closing a queue
` [PATCH net-next v7 4/9] net: let pp memory provider to specify rx buf len
` [PATCH net-next v7 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v7 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v7 7/9] eth: bnxt: allow providers to set rx buf size
` [PATCH net-next v7 8/9] io_uring/zcrx: document area chunking parameter
` [PATCH net-next v7 9/9] selftests: iou-zcrx: test large chunk sizes

[PATCH v6 0/3] virtio: feature related cleanups
 2025-11-30 23:03 UTC  (4+ messages)
` [PATCH v6 3/3] vhost: switch to arrays of feature bits

[lwn:docs-next 64/66] Warning: drivers/cpufreq/gx-suspmod.c:142 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
 2025-11-30 22:30 UTC 

[PATCH v19 0/3] leds: add new LED driver for TI LP5812
 2025-11-30 16:16 UTC  (5+ messages)
` [PATCH v19 1/3] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver
` [PATCH v19 2/3] leds: add basic support for "
` [PATCH v19 3/3] docs: leds: Document TI LP5812 LED driver

[PATCH v2 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
 2025-11-30 13:09 UTC  (5+ messages)
` [PATCH v2 04/26] drm/bridge: make of_drm_find_bridge() a wrapper of of_drm_get_bridge()
` [PATCH v2 17/26] drm/meson: encoder_*: use devm_of_drm_get_bridge() to put the next bridge

[PATCH RFC RESEND 0/8] thermal: core: Allow setting the parent device of thermal zone/cooling devices
 2025-11-30 12:55 UTC  (10+ messages)

Hi linux-doc
 2025-11-30  8:10 UTC 

[PATCH] docs: admin: devices: /dev/sr<N> for SCSI CD-ROM
 2025-11-30  1:54 UTC  (4+ messages)

[PATCH v1 0/3] list: add primitives for private list manipulations
 2025-11-29 19:48 UTC  (4+ messages)
` [PATCH v1 2/3] list: add kunit test for private list primitives

[PATCH v2 1/1] docs: Update documentation to avoid mentioning of kernel.h
 2025-11-29 17:46 UTC  (5+ messages)

[PATCH v2 0/1] fix rustdoc build detection
 2025-11-29 15:46 UTC  (3+ messages)
` [PATCH v2 1/1] docs: makefile: move rustdoc check to the build wrapper

[PATCH v5] README: restructure with role-based documentation and guidelines
 2025-11-29 15:42 UTC  (2+ messages)

[PATCH v2] docs: kdoc: various fixes for grammar, spelling, punctuation
 2025-11-29 15:39 UTC  (2+ messages)

[PATCH] docs: kdoc_parser: use '@' for Excess enum value
 2025-11-29 15:31 UTC  (2+ messages)

[PATCH] docs: submitting-patches: Clarify that removal of Acks needs explanation too
 2025-11-29 15:31 UTC  (2+ messages)

[PATCH] docs: kdoc_parser: add data/function attributes to ignore
 2025-11-29 15:30 UTC  (2+ messages)

[PATCH] docs: MAINTAINERS: update Mauro's files/paths
 2025-11-29 15:17 UTC  (2+ messages)

[GIT PULL] Chinese-docs changs for v6.19
 2025-11-29 15:15 UTC  (2+ messages)

[PATCH v4 0/3] TrackPoint doubletap enablement and user control
 2025-11-29 14:48 UTC  (5+ messages)
` [PATCH v4 1/3] input: trackpoint - Enable doubletap by default on capable devices
` [PATCH v4 2/3] platform/x86: thinkpad_acpi - Add doubletap_filter sysfs interface
` [PATCH v4 3/3] Documentation: thinkpad-acpi - Document doubletap_filter attribute

[PATCH] Documentation: tools/rtla: remove undefined substitutions in common_options.rst
 2025-11-29  9:08 UTC  (3+ messages)

[PATCH v2 0/9] Add support for AD4062 device family
 2025-11-28 19:25 UTC  (7+ messages)
` [PATCH v2 3/9] iio: adc: Add support for ad4062


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