linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-24 19:43:17 to 2025-07-27 06:30:32 UTC [more...]

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-27  6:30 UTC  (5+ messages)
` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback

[PATCH 0/2] Documentation: Fix typos
 2025-07-27  3:16 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Documentation/ABI: "

[RFC 0/2] Add AI coding assistant configuration to Linux kernel
 2025-07-27  2:24 UTC  (22+ messages)
` [RFC 1/2] AI: Add unified AI coding assistant configuration
` [RFC 2/2] AI: Add initial set of rules and docs

[PATCH v3 0/4] Add AYN EC Platform Driver
 2025-07-27  0:03 UTC  (9+ messages)
` [PATCH v3 1/4] platform/x86: (ayn-ec) Add PWM Fan HWMON Interface
` [PATCH v3 2/4] platform/x86: (ayn-ec) Add Temperature Sensors
` [PATCH v3 3/4] platform/x86: (ayn-ec) Add RGB Interface
` [PATCH v3 4/4] platform/x86: (ayn-ec) Add AYN EC Platform Documentation

Crediting test authors
 2025-07-26 21:44 UTC  (9+ messages)

[PATCH net-next 0/5] dpll: zl3073x: Add support for devlink flash
 2025-07-26 20:33 UTC  (12+ messages)
` [PATCH net-next 1/5] dpll: zl3073x: Add functions to access hardware registers
` [PATCH net-next 2/5] dpll: zl3073x: Add low-level flash functions
` [PATCH net-next 3/5] dpll: zl3073x: Add firmware loading functionality
` [PATCH net-next 4/5] dpll: zl3073x: Refactor DPLL initialization
` [PATCH net-next 5/5] dpll: zl3073x: Implement devlink flash callback

[linux-next:master 9877/12319] htmldocs: Warning: Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt references a file that doesn't exist: Documentation/devicetree/bindings/gpio/gpio-dsp-keystone.txt
 2025-07-26  9:15 UTC 

[PATCH] checkpatch: validate commit tag ordering
 2025-07-26  7:34 UTC  (4+ messages)

[PATCH v2] Documentation: Fix minor typos
 2025-07-26  6:44 UTC  (2+ messages)

[PATCH] Documentation: Fix minor typos
 2025-07-26  3:52 UTC  (2+ messages)

[PATCH v2 0/4] Add Ayn EC Platform Driver
 2025-07-26  3:47 UTC  (6+ messages)
` [PATCH v2 1/4] platform/x86: (ayn-ec) Add PWM Fan HWMON Interface
` [PATCH v2 2/4] platform/x86: (ayn-ec) Add Temperature Sensors
` [PATCH v2 3/4] platform/x86: (ayn-ec) Add RGB Interface
` [PATCH v2 4/4] platform/x86: (ayn-ec) Add Ayn EC Platform Documentation

[RFC PATCH] docs: submitting-patches: (AI?) Tool disclosure tag
 2025-07-25 23:29 UTC  (20+ messages)

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-25 22:54 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-25 22:37 UTC  (7+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support

[PATCH net-next v7] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-25 22:17 UTC  (2+ messages)

[PATCH v4 0/4] hwmon: Add support for MPS mp2869,mp29608,mp29612,mp29816,mp29502 chip
 2025-07-25 19:44 UTC  (9+ messages)
` [PATCH v4 1/4] dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612 and mp29816 series
  ` [PATCH v4 2/4] hwmon: add MP2869,MP29608,MP29612 and MP29816 series driver
  ` [PATCH v4 3/4] dt-bindings: hwmon: Add MPS mp29502

[PATCH v7 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-07-25 18:46 UTC  (5+ messages)
` [PATCH v7 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[PATCH v16 00/34] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-07-25 18:29 UTC  (35+ messages)
` [PATCH v16 01/34] x86,fs/resctrl: Consolidate monitor event descriptions
` [PATCH v16 02/34] x86,fs/resctrl: Replace architecture event enabled checks
` [PATCH v16 03/34] x86/resctrl: Remove 'rdt_mon_features' global variable
` [PATCH v16 04/34] x86,fs/resctrl: Prepare for more monitor events
` [PATCH v16 05/34] x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)
` [PATCH v16 06/34] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v16 07/34] x86,fs/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v16 08/34] x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v16 09/34] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v16 10/34] fs/resctrl: Introduce the interface to display monitoring modes
` [PATCH v16 11/34] fs/resctrl: Add resctrl file to display number of assignable counters
` [PATCH v16 12/34] fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain
` [PATCH v16 13/34] fs/resctrl: Introduce interface to display number of free MBM counters
` [PATCH v16 14/34] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v16 15/34] fs/resctrl: Introduce event configuration field in struct mon_evt
` [PATCH v16 16/34] x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v16 17/34] fs/resctrl: Add the functionality to assign MBM events
` [PATCH v16 18/34] fs/resctrl: Add the functionality to unassign "
` [PATCH v16 19/34] fs/resctrl: Pass struct rdtgroup instead of individual members
` [PATCH v16 20/34] fs/resctrl: Introduce counter ID read, reset calls in mbm_event mode
` [PATCH v16 21/34] x86/resctrl: Refactor resctrl_arch_rmid_read()
` [PATCH v16 22/34] x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()
` [PATCH v16 23/34] fs/resctrl: Support counter read/reset with mbm_event assignment mode
` [PATCH v16 24/34] fs/resctrl: Add definitions for MBM event configuration
` [PATCH v16 25/34] fs/resctrl: Add event configuration directory under info/L3_MON/
` [PATCH v16 26/34] fs/resctrl: Provide interface to update the event configurations
` [PATCH v16 27/34] fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir
` [PATCH v16 28/34] fs/resctrl: Auto assign counters on mkdir and clean up on group removal
` [PATCH v16 29/34] fs/resctrl: Introduce mbm_L3_assignments to list assignments in a group
` [PATCH v16 30/34] fs/resctrl: Introduce the interface to modify "
` [PATCH v16 31/34] fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled
` [PATCH v16 32/34] fs/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v16 33/34] x86/resctrl: Configure mbm_event mode if supported
` [PATCH v16 34/34] MAINTAINERS: resctrl: add myself as reviewer

[PATCH v3] Documentation: dma-buf: heaps: Add naming guidelines
 2025-07-25 17:49 UTC  (2+ messages)

[PATCH] Documentation/ABI/testing/debugfs-cxl: Add 'cxl' to clear_poison path
 2025-07-25 17:28 UTC  (3+ messages)

[PATCH v4 00/14] Introduce AMD Pensando RDMA driver
 2025-07-25 16:41 UTC  (5+ messages)
` [PATCH v4 02/14] net: ionic: Update LIF identity with additional RDMA capabilities
` [PATCH v4 03/14] net: ionic: Export the APIs from net driver to support device commands

[PATCH v9 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-07-25 16:36 UTC  (3+ messages)
` [PATCH v9 2/2] ras: mem: Add memory ACPI RAS2 driver

[PATCH POC] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
 2025-07-25 16:26 UTC  (6+ messages)

[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-07-25 16:22 UTC  (6+ messages)
` [PATCH 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH 3/5] mm/huge_memory: treat MADV_COLLAPSE as an advise with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH 4/5] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH 5/5] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH v9 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-07-25 16:14 UTC  (2+ messages)

[PATCH net-next v10 1/8] hinic3: Async Event Queue interfaces
 2025-07-25 15:27 UTC  (3+ messages)

[PATCH hyperv-next v4 00/16] Confidential VMBus
 2025-07-25 14:40 UTC  (17+ messages)
` [PATCH hyperv-next v4 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v4 05/16] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v4 06/16] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v4 07/16] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v4 08/16] Drivers: hv: remove stale comment
` [PATCH hyperv-next v4 09/16] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v4 10/16] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v4 12/16] Drivers: hv: Allocate encrypted buffers when requested

[PATCH net-next 0/3] bonding: support aggregator selection based on port priority
 2025-07-25 14:27 UTC  (11+ messages)
` [PATCH net-next 1/3] bonding: add support for per-port LACP actor priority
` [PATCH net-next 2/3] bonding: support aggregator selection based on port priority
` [PATCH net-next 3/3] selftests: bonding: add test for LACP actor "

[PATCH net 0/2] bonding: fix negotiation flapping in 802.3ad passive mode
 2025-07-25 14:21 UTC  (6+ messages)
` [PATCH net 1/2] bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU
` [PATCH net 2/2] selftests: bonding: add test for passive LACP mode

[PATCH v3 00/19] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-25 10:59 UTC  (4+ messages)
` [PATCH v3 12/19] perf: stm32: introduce DDRPERFM driver

[PATCH v2 00/15] Add driver for 1Gbe network chips from MUCSE
 2025-07-25 10:11 UTC  (12+ messages)
` [PATCH v2 01/15] net: rnpgbe: Add build support for rnpgbe
` [PATCH v2 03/15] net: rnpgbe: Add basic mbx ops support

[PATCH 1/2] dt-bindings: hwmon: (lm75) Add binding for NXP P3T1750
 2025-07-25 10:10 UTC  (3+ messages)
` [PATCH 2/2] hwmon: (lm75) Add NXP P3T1750 support

[PATCH] rtla: clarify trace option syntax in documentation and usage help
 2025-07-25  9:13 UTC  (3+ messages)

[PATCH v4 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-25  7:06 UTC  (6+ messages)
` [PATCH v4 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props

[PATCH net-next 0/5] Add RPMSG Ethernet Driver
 2025-07-25  7:04 UTC  (6+ messages)
` [PATCH net-next 1/5] net: rpmsg-eth: Add Documentation for RPMSG-ETH Driver

[PATCHv9 00/16] x86: Enable Linear Address Space Separation support
 2025-07-25  2:35 UTC  (4+ messages)
` [PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives

[PATCH RFC v2 0/4] procfs: make reference pidns more user-visible
 2025-07-25  2:24 UTC  (7+ messages)
` [PATCH RFC v2 2/4] procfs: add "pidns" mount option
` [PATCH RFC v2 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl

[RFC PATCH v2] cgroup: Track time in cgroup v2 freezer
 2025-07-25  1:54 UTC  (12+ messages)
      ` cpu.stat in core or cpu controller (was Re: [RFC PATCH v2] cgroup: Track time in cgroup v2 freezer)

[PATCH net-next V2 0/5] Expose grace period delay for devlink health reporter
 2025-07-25  1:01 UTC  (7+ messages)
` [PATCH net-next V2 1/5] devlink: Move graceful period parameter to reporter ops
` [PATCH net-next V2 2/5] devlink: Move health reporter recovery abort logic to a separate function
` [PATCH net-next V2 3/5] devlink: Introduce grace period delay for health reporter
` [PATCH net-next V2 4/5] devlink: Make health reporter grace period delay configurable
` [PATCH net-next V2 5/5] net/mlx5e: Set default grace period delay for TX and RX reporters

[PATCH net-next v11 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-07-25  1:01 UTC  (2+ messages)

[PATCH net-next 0/5] Expose grace period delay for devlink health reporter
 2025-07-25  0:10 UTC  (4+ 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).