linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-07-10 07:08:36 to 2026-07-10 20:20:05 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-10 20:19 UTC  (46+ messages)
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-10 20:16 UTC  (7+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space

[PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-07-10 20:01 UTC  (4+ messages)
` (subset) "

[PATCH] remoteproc: qcom_q6v5_mss: Fix off-by-one error in regulator error cleanup
 2026-07-10 19:46 UTC 

[PATCH v3 00/23] mfd: Use named initializers for arrays of *_device_data
 2026-07-10 19:45 UTC  (7+ messages)
` [PATCH v3 21/23] mfd: Unify style of of_device_id arrays

[PATCH v2 00/23] mfd: Use named initializers for arrays of *_device_data
 2026-07-10 19:36 UTC  (3+ messages)
` [PATCH v2 21/23] mfd: Unify style of of_device_id arrays

[PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Hawi and Maili SoCs
 2026-07-10 19:27 UTC 

[PATCH v2 0/2] Add trace event support for GENI SE registers dump
 2026-07-10 18:48 UTC  (3+ messages)
` [PATCH v2 1/2] soc: qcom: geni-se: trace: "
` [PATCH v2 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths

[PATCH RESEND] dt-bindings: remoteproc: qcom,sm8550-pas: Add Qualcomm Maili ADSP and CDSP
 2026-07-10 18:07 UTC  (2+ messages)

[PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Qualcomm Maili ADSP and CDSP
 2026-07-10 18:07 UTC  (2+ messages)

[PATCH] rpmsg: glink: Replace strcpy() with strscpy()
 2026-07-10 18:07 UTC  (2+ messages)

[PATCH v2] remoteproc: qcom_wcnss: Fix handling the lack of PD regulators in v3
 2026-07-10 18:07 UTC  (2+ messages)

[PATCH 1/4] remoteproc: qcom: Fix glink->node reference leak in qcom_add_glink_subdev
 2026-07-10 18:07 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] remoteproc: qcom_q6v5_mss: Fix MDM9607 subsystem control instance ID
 2026-07-10 18:07 UTC  (2+ messages)

[PATCH v2 0/9] remoteproc: qcom_q6v5_wcss: add native ipq9574 support
 2026-07-10 18:07 UTC  (2+ messages)
` (subset) "

[PATCH] remoteproc: qcom_q6v5_adsp: Fix reference leak for device node
 2026-07-10 18:07 UTC  (2+ messages)

[PATCH v5 0/3] Add remoteproc PAS loader for SoCCP on Glymur DT
 2026-07-10 18:07 UTC  (2+ messages)
` (subset) "

[PATCH] remoteproc: qcom: q6v5: Make handover IRQ one-shot
 2026-07-10 18:06 UTC  (2+ messages)

[PATCH 0/2] Add trace event support for GENI SE registers dump
 2026-07-10 17:59 UTC  (4+ messages)
` [PATCH 1/2] soc: qcom: geni-se: trace: "

[PATCH v3 0/2] Add support for the QMP PCIe PHYs in Qualcomm IPQ9650
 2026-07-10 17:46 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: phy: qcom,ipq8074-qmp-pcie: document IPQ9650 QMP PCIe PHYs
` [PATCH v3 2/2] phy: qcom: qmp-pcie: Add IPQ9650 PCIe PHY support

[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
 2026-07-10 17:45 UTC  (5+ messages)
` [PATCH 10/42] drm: pl111: Use devm_of_reserved_mem_device_init()
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()

[PATCH] PCI: qcom: Clear Attention Button Present in Slot Capabilities
 2026-07-10 17:30 UTC  (3+ messages)

[PATCH v6 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-07-10 17:12 UTC  (3+ messages)
` [PATCH v6 1/2] serial: qcom-geni: trace: Drop redundant len field from geni_serial_data
` [PATCH v6 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] serial: qcom-geni: remove .pm callback, use runtime PM in startup/shutdown
 2026-07-10 16:10 UTC  (2+ messages)

[PATCH V4] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
 2026-07-10 16:10 UTC 

[RFC PATCH 00/11] : media: iris: Migrate iommus to iris sub nodes
 2026-07-10 16:03 UTC  (15+ messages)
  ` [RFC PATCH 01/11] dt-bindings: media: qcom,sm8550-iris: Add vpu "
  ` [RFC PATCH 06/11] media: iris: Add hooks for pixel and non-pixel context banks
    ` [RFC PATCH 07/11] arm64: dts: qcom: hamoa: Move Iris IOMMUs to sub nodes

[PATCH v2 0/2] thermal: qcom: Add Qualcomm SPMI MBG thermal monitor support
 2026-07-10 15:14 UTC  (3+ messages)
` [PATCH v2 2/2] thermal: qcom: Add support for Qualcomm MBG thermal monitoring

[PATCH v3 00/27] ASoC: codecs: Use guard() for mutex & spin locks - part 2
 2026-07-10 15:07 UTC  (4+ messages)
` [PATCH v3 03/27] ASoC: codecs: es8316: Use guard() for mutex locks
  ` [PATCH v3 25/27] ASoC: codecs: rt712: "

[RFC] Significant Random I/O Performance Regression in Linux Kernel 6.18 (Up to 27.7%) Likely Caused by Commit 3c7ac40d7322
 2026-07-10 14:56 UTC  (3+ messages)

[RFC PATCH] ASoC: qcom: q6apm-lpass-dais: start the graph at prepare
 2026-07-10 14:32 UTC  (5+ messages)

[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
 2026-07-10 14:09 UTC  (2+ messages)

[PATCH 0/4] Add Milos CPU OPP table for DDR & L3 bandwidth scaling
 2026-07-10 14:04 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: interconnect: OSM L3: Document Milos OSM L3 compatible
` [PATCH 2/4] arm64: dts: qcom: milos: add OSM L3 node
` [PATCH 3/4] arm64: dts: qcom: milos: add CPU interconnect properties
` [PATCH 4/4] arm64: dts: qcom: milos: add CPU OPP table with DDR & L3 bandwidths

[PATCH] arm64: dts: qcom: eliza-mtp: Enable touchscreen
 2026-07-10 13:52 UTC  (2+ messages)

[PATCH 0/3] power: sequencing: pcie-m2: Enable USB/UART BT coexistence on Hamoa EVK
 2026-07-10 13:50 UTC  (3+ messages)
` [PATCH 1/3] arm64: dts: qcom: hamoa-iot-evk: Describe the PCIe M.2 Key E connector

[PATCH v5 0/4] leds: pca963x: Add multicolor support and enable Monza RGB LEDs
 2026-07-10 13:49 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: leds: nxp,pca963x: fix reg maximum for pca9635
` [PATCH v5 2/4] dt-bindings: leds: nxp,pca963x: add multicolor LED support
` [PATCH v5 3/4] leds: pca963x: add multicolor LED class support
` [PATCH v5 4/4] arm64: dts: monaco-arduino-monza: microcontroller LEDs

[PATCH v2 0/3] Add subsystem LPM stats support for Shikra
 2026-07-10 13:49 UTC  (3+ messages)
` [PATCH v2 3/3] arm64: dts: qcom: shikra: Update rpm-stats compatible to SoC specific

[PATCH v4 0/5] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-07-10 13:45 UTC  (14+ messages)

[PATCH v2 0/3] leds: pca963x: Add multicolor support and enable Monza RGB LEDs
 2026-07-10 13:37 UTC  (4+ messages)
` [PATCH v2 2/3] leds: pca963x: add multicolor LED class support

[PATCH RFC v4 0/9] phy: qcom: qmp-pcie: Add link-mode based support for Glymur Gen5x8 PHY
 2026-07-10 13:25 UTC  (9+ messages)
` [PATCH RFC v4 9/9] arm64: dts: qcom: glymur: Wire PCIe3a/3b to shared "

[PATCH v3 00/11] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-07-10 13:13 UTC  (13+ messages)
` [PATCH v3 01/11] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v3 02/11] Bluetooth: hci_qca: Rename 'power_ctrl_enabled' to 'bt_en_available'
` [PATCH v3 03/11] power: sequencing: Add pwrseq_power_is_controllable() API
` [PATCH v3 04/11] power: sequencing: pcie-m2: Report power controllability
` [PATCH v3 05/11] power: sequencing: qcom-wcn: "
` [PATCH v3 06/11] Bluetooth: hci_qca: Set 'bt_en_available' based on pwrseq "
` [PATCH v3 07/11] Bluetooth: hci_qca: Embed bt_power in struct qca_serdev
` [PATCH v3 08/11] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq
` [PATCH v3 09/11] dt-bindings: connector: pcie-m2-e: Add vendor LGA connector compatible
` [PATCH v3 10/11] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
` [PATCH v3 11/11] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support

[PATCH v2 0/4] arm64: qcom: dts: Add display support for Qualcomm Shikra
 2026-07-10 13:06 UTC  (11+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel

[PATCH v3 0/4] arm64: dts: qcom: Add PMIC thermal support for Shikra platforms
 2026-07-10 13:03 UTC  (9+ messages)
` [PATCH v3 1/4] arm64: dts: qcom: pm4125: Add VADC and temp alarm nodes
` [PATCH v3 2/4] arm64: dts: qcom: pm8005: Add temp alarm node
` [PATCH v3 3/4] arm64: dts: qcom: Add PMIC thermal support for Shikra CQ2390M SoM platform
` [PATCH v3 4/4] arm64: dts: qcom: Add PMIC thermal support for Shikra IQ2390S "

[PATCH v5 0/2] arm64: dts: qcom: Introduce support for Monaco-ac-sku Evaluation Kit
 2026-07-10 12:50 UTC  (5+ messages)
` [PATCH v5 2/3] arm64: dts: qcom: monaco: Add monaco-ac EVK board
` [PATCH v5 3/3] arm64: dts: qcom: monaco-ac-evk: Add IFP mezzanine

[PATCH v5 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-07-10 12:41 UTC  (3+ messages)
` [PATCH v5 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] i2c: qcom-geni: Use devm_pm_runtime_enable() for PM management
 2026-07-10 12:29 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8250-xiaomi-elish: Remove camera_front_active pinctrl
 2026-07-10 12:25 UTC  (3+ messages)

[PATCH 0/3] ASoC: codecs: add the Qualcomm WCD9378 audio codec
 2026-07-10 12:20 UTC  (3+ messages)
` [PATCH 3/3] ASoC: codecs: wcd9378: add TX/capture codec driver

[PATCH v4 0/5] Add Qualcomm JPEG V4L2 encoder for SM8250
 2026-07-10 11:58 UTC  (4+ messages)
` [PATCH v4 1/5] media: qcom: camss: Populate CAMSS child devices via DT

[PATCH v4 0/2] Add Hawi UFS PHY and Controller support
 2026-07-10 11:58 UTC  (4+ messages)
` [PATCH v4 2/2] phy: qcom-qmp-ufs: Add UFS PHY support on Hawi

[PATCH] ASoC: codecs: wcd937x-sdw: Propagate regcache_sync() errors
 2026-07-10 11:49 UTC  (2+ messages)

[PATCH] ASoC: codecs: wsa884x: Propagate regcache_sync() errors
 2026-07-09 15:58 UTC  (2+ messages)

[PATCH] ASoC: codecs: wsa883x: Propagate regcache_sync() errors
 2026-07-09 15:57 UTC  (2+ messages)

[PATCH] ASoC: codecs: wsa881x: Propagate regcache_sync() errors
 2026-07-09 17:03 UTC  (2+ messages)

[PATCH] ASoC: codecs: wcd939x-sdw: Propagate regcache_sync() errors
 2026-07-09 15:57 UTC  (2+ messages)

[PATCH 00/19] ASoC: codecs: propagate regcache_sync() failures
 2026-07-09 16:46 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: codecs: pm4125-sdw: Propagate regcache_sync() errors
 2026-07-09 15:54 UTC  (2+ messages)

[PATCH v4 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
 2026-07-10 10:43 UTC  (5+ messages)
` [PATCH v4 1/2] PM: runtime: Only set runtime_error on suspend callback failures
` [PATCH v4 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()
` (subset) [PATCH v4 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure

[PATCH v2 0/3] i2c: qcom-geni: improve transfer error recovery and synchronization
 2026-07-10 11:36 UTC  (3+ messages)
` [PATCH v2 3/3] i2c: qcom-geni: distinguish address-phase and data-phase NACK

[PATCH v2] i2c: qcom-geni: Add dynamic transfer timeout based on transfer length and frequency
 2026-07-10 11:11 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: media: qcom,sm8550-iris: Allow IOVA reservation memory-region
 2026-07-10 10:51 UTC  (7+ messages)
  ` [PATCH 2/2] arm64: dts: qcom: hamoa: Reserve low IOVA range for Iris

[PATCH v4 0/7] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-07-10 10:44 UTC  (11+ messages)
` [PATCH v4 1/7] media: qcom: camss: Add camss-pipeline helper
` [PATCH v4 2/7] media: qcom: camss: Add camss-params helper
` [PATCH v4 3/7] media: qcom: camss: Add V4L2 meta format for CAMSS ISP parameters
` [PATCH v4 4/7] dt-bindings: media: qcom: Add CAMSS Offline Processing Engine (OPE)
` [PATCH v4 5/7] media: uapi: Add CAMSS ISP configuration definition
` [PATCH v4 6/7] media: qcom: camss: Add CAMSS Offline Processing Engine driver
` [PATCH v4 7/7] arm64: dts: qcom: agatti: Add OPE node

[PATCH 3/4] arm64: dts: qcom: Add Shikra CQM SoM platform
 2026-07-10 10:35 UTC  (14+ messages)

[PATCH v2] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
 2026-07-10 10:31 UTC  (2+ messages)

[PATCH v2] slimbus: qcom-ngd-ctrl: fix ngd register base address
 2026-07-10 10:28 UTC 

[PATCH v7 00/18] media: iris: Add AR50LT core support and enable Agatti platform
 2026-07-10 10:25 UTC  (3+ messages)
` [PATCH v7 11/18] media: iris: Add framework support for AR50_LITE video core

[GIT PULL] qualcomm pinctrl fixes for v7.2-rc3
 2026-07-10 10:16 UTC  (2+ messages)

[PATCH v2 0/2] tests/msm: Add PERFCNTR_CONFIG ioctl
 2026-07-10 10:12 UTC  (6+ messages)
` [PATCH v2 1/2] drm-uapi: Sync msm_drm.h
` [PATCH v2 2/2] tests/msm: Add perfcntrs test

[PATCH] arm64: dts: qcom: milos: Add reset for sdhc_2
 2026-07-10  9:58 UTC  (2+ messages)

[PATCH v6 0/5] Fix traceNoC probe issue on multiple QCOM platforms
 2026-07-10  9:50 UTC  (9+ messages)
` [PATCH v6 2/5] coresight: tnoc: Bind Aggregator TNOC on the platform bus
` [PATCH v6 3/5] arm64: dts: qcom: kaanapali: bind traceNoC "
` [PATCH v6 4/5] arm64: dts: qcom: sm8750: "
` [PATCH v6 5/5] arm64: dts: qcom: glymur: use Aggregator TNOC compatible

[PATCH] slimbus: qcom-ngd-ctrl: fix ngd register base address
 2026-07-10  9:40 UTC  (2+ messages)

[PATCH v3 0/2] PM: runtime: Fix sticky -EINVAL after resume callback failure
 2026-07-10  9:43 UTC  (6+ messages)
` [PATCH v3 2/2] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync()

[PATCH v5 0/6] Add support for IPQ5018 Bluetooth
 2026-07-10  9:32 UTC  (8+ messages)
` [PATCH v5 5/6] arm64: dts: qcom: ipq5018: add node required for Bluetooth support

[PATCH v3 0/2] Add support for the Qualcomm WSA885X Stereo smart speaker amplifier
 2026-07-10  9:03 UTC  (5+ messages)
` [PATCH v3 1/2] ASoC: dt-bindings: qcom,wsa8855: add Qualcomm WSA8855 "

[PATCH v2 0/2] media: iris: fix QC10C format handling and disable time-delta-based rate control
 2026-07-10  8:28 UTC  (5+ messages)
` [PATCH v2 1/2] media: iris: avoid bit depth validation for capture formats
` [PATCH v2 2/2] media: iris: disable time-delta-based rate control for VBR

[PATCH v3 0/7] dt-bindings: Orientation defines
 2026-07-10  8:18 UTC  (5+ messages)
` [PATCH v3 1/7] dt-bindings: media: Add macros for video interface devices
` [PATCH v3 2/7] media: dt-bindings: video-interface-devices: add video-interface-devices.h references

[PATCH] dt-bindings: arm: qcom,coresight-tpdm: fix bracket
 2026-07-10  8:05 UTC 

[PATCH v4 0/2] Modify interrupt handling for eUSB2 Phy targets
 2026-07-10  7:19 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: qcom,snps-dwc3: Add property indicating presence of eUSB2 phy

[PATCH v3 0/3] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
 2026-07-10  7:08 UTC  (3+ messages)
` [PATCH v3 3/3] "


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