Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-09 14:03:43 to 2026-07-09 19:20:36 UTC [more...]

[PATCH v11 00/36] phy: rockchip: usbdp: Clean up the mess
 2026-07-09 19:02 UTC  (37+ messages)
` [PATCH v11 01/36] dt-bindings: phy: rockchip-usbdp: add improved ports scheme
` [PATCH v11 02/36] phy: rockchip: usbdp: Update mode_change after error handling
` [PATCH v11 03/36] phy: rockchip: usbdp: Do not lose USB3 PHY status
` [PATCH v11 04/36] phy: rockchip: usbdp: Fix devm_clk_bulk_get_all check
` [PATCH v11 05/36] phy: rockchip: usbdp: Handle missing clock-names DT property gracefully
` [PATCH v11 06/36] phy: rockchip: usbdp: Drop seamless DP takeover
` [PATCH v11 07/36] phy: rockchip: usbdp: Keep clocks running on PHY re-init
` [PATCH v11 08/36] phy: rockchip: usbdp: Amend SSC modulation deviation
` [PATCH v11 09/36] phy: rockchip: usbdp: Fix LFPS detect threshold control
` [PATCH v11 10/36] phy: rockchip: usbdp: Add missing mode_change update
` [PATCH v11 11/36] phy: rockchip: usbdp: Support single-lane DP
` [PATCH v11 12/36] phy: rockchip: usbdp: Limit DP lane count to muxed lanes
` [PATCH v11 13/36] phy: rockchip: usbdp: Rename DP lane functions
` [PATCH v11 14/36] phy: rockchip: usbdp: Use FIELD_PREP_WM16_CONST
` [PATCH v11 15/36] phy: rockchip: usbdp: Cleanup DP lane selection function
` [PATCH v11 16/36] phy: rockchip: usbdp: Register DP aux bridge
` [PATCH v11 17/36] phy: rockchip: usbdp: Drop DP HPD handling
` [PATCH v11 18/36] phy: rockchip: usbdp: Rename mode_change to phy_needs_reinit
` [PATCH v11 19/36] phy: rockchip: usbdp: Re-init the PHY on orientation change
` [PATCH v11 20/36] phy: rockchip: usbdp: Factor out lane_mux_sel setup
` [PATCH v11 21/36] phy: rockchip: usbdp: Properly handle TYPEC_STATE_SAFE and TYPEC_STATE_USB
` [PATCH v11 22/36] phy: rockchip: usbdp: Use guard functions for mutex
` [PATCH v11 23/36] phy: rockchip: usbdp: Clear USB status on PHY exit
` [PATCH v11 24/36] phy: rockchip: usbdp: Hold mutex in DP PHY configure
` [PATCH v11 25/36] phy: rockchip: usbdp: Add some extra debug messages
` [PATCH v11 26/36] phy: rockchip: usbdp: Avoid xHCI SErrors
` [PATCH v11 27/36] phy: rockchip: usbdp: Handle rk_udphy_reset_deassert errors
` [PATCH v11 28/36] phy: rockchip: usbdp: Only enable USB3 when not in high-speed mode
` [PATCH v11 29/36] phy: core: add notifier infrastructure
` [PATCH v11 30/36] usb: dwc3: core: support PHY reset notifications
` [PATCH v11 31/36] phy: rockchip: usbdp: Add phy reset notification support
` [PATCH v11 32/36] phy: rockchip: usbdp: Drop -EPROBE_DEFER hack
` [PATCH v11 33/36] phy: rockchip: usbdp: Rename mode to hw_mode
` [PATCH v11 34/36] phy: rockchip: usbdp: Fix power state handling
` [PATCH v11 35/36] phy: rockchip: usbdp: Re-init PHY on mux change
` [PATCH v11 36/36] phy: rockchip: usbdp: Add USB-C state without DP enabled

[PATCH 0/5] perf/arm-cmn: Support CMN S3 r2
 2026-07-09 19:20 UTC  (6+ messages)
` [PATCH 4/5] perf/arm-cmn: Add new filters
` [PATCH 5/5] perf/arm-cmn: Support CMN S3 r2

[PATCH v6 0/7] drm/msm: Add support for Shikra GPU (A704)
 2026-07-09 19:13 UTC  (10+ messages)
` [PATCH v6 1/7] drm/msm/adreno: Add support for A704 GPU
` [PATCH v6 2/7] dt-bindings: display/msm/gpu: "
` [PATCH v6 3/7] dt-bindings: arm-smmu: Document GPU SMMU for Shikra SoC
` [PATCH v6 4/7] arm64: dts: qcom: shikra: Add Adreno SMMU node
` [PATCH v6 5/7] arm64: dts: qcom: shikra: Add A704 GPU support
` [PATCH v6 6/7] arm64: dts: qcom: shikra: Add GPU cooling
` [PATCH v6 7/7] arm64: dts: qcom: shikra-evk: Enable A704 GPU

[PATCH v2 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
 2026-07-09 19:10 UTC  (8+ messages)
` [PATCH v2 5/8] iommu/arm-smmu-v3: Precompute the invalidation commands
` [PATCH v2 7/8] iommu/arm-smmu-v3: Change how the tlbi describes the invalidation

[PATCH 00/18] Another attempt at HVO support on arm64
 2026-07-09 19:04 UTC  (4+ messages)

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-09 19:01 UTC  (6+ messages)

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-09 18:27 UTC  (30+ messages)
` [PATCH v12 01/29] arm64/sysreg: Define full value read/modify/write helpers
` [PATCH v12 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v12 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v12 04/29] arm64/sve: Factor virtualizable VL discovery out of SVE specific code
` [PATCH v12 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v12 06/29] KVM: arm64: Handle FEAT_IDST for guest accesses to hidden registers
` [PATCH v12 07/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v12 08/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v12 09/29] KVM: arm64: Define internal features for SME
` [PATCH v12 10/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v12 11/29] KVM: arm64: Store vector lengths in an array
` [PATCH v12 12/29] KVM: arm64: Factor SVE code out of fpsimd_lazy_switch_to_host()
` [PATCH v12 13/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v12 14/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v12 15/29] KVM: arm64: Support SME control registers
` [PATCH v12 16/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v12 17/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v12 18/29] KVM: arm64: Support SME priority registers
` [PATCH v12 19/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v12 20/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v12 21/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v12 22/29] KVM: arm64: Context switch SME state for guests
` [PATCH v12 23/29] KVM: arm64: Handle SME exceptions
` [PATCH v12 24/29] KVM: arm64: Expose SME to nested guests
` [PATCH v12 25/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v12 26/29] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v12 27/29] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v12 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v12 29/29] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v2 00/18] MT8189: Add support for system and base clock controllers
 2026-07-09 18:12 UTC  (25+ messages)
` [PATCH v2 01/18] dt-bindings: clock: mediatek: Make '#clock-cells' required for MT8186
` [PATCH v2 02/18] dt-bindings: clock: mediatek: Make '#clock-cells' required for MT8192
` [PATCH v2 03/18] dt-bindings: clock: mediatek: Make '#clock-cells' required for MT8195
` [PATCH v2 04/18] dt-bindings: clock: mediatek: reorder MT8186 compatibles
` [PATCH v2 05/18] dt-bindings: clock: mediatek: regroup MT8188 dt-bindings into MT8186
` [PATCH v2 06/18] dt-bindings: clock: mediatek: regroup MT8192 "
` [PATCH v2 07/18] dt-bindings: clock: mediatek: regroup MT8195 "
` [PATCH v2 08/18] dt-bindings: clock: mediatek: Add MT8189 clocks
` [PATCH v2 10/18] clk: mediatek: Add MT8189 topckgen clock support
` [PATCH v2 12/18] clk: mediatek: Add MT8189 vlpcfg "

[PATCH v2 0/3] Add devicetree for the Graperain G3568 v2
 2026-07-01 10:01 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add graperain

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-09 18:13 UTC  (6+ messages)
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED

[PATCH 00/11] Initial Apple M3 Pro, Max and Ultra device trees
 2026-07-09 18:05 UTC  (21+ messages)
` [PATCH 01/11] dt-bindings: arm: apple: Add M3 Pro/Max/Ultra devices (T603x)
` [PATCH 02/11] dt-bindings: interrupt-controller: apple,aic2: Invert #interrupt-cells condition
` [PATCH 03/11] dt-bindings: interrupt-controller: apple,aic2: Add apple,t6031-aic3 compatible
` [PATCH 04/11] dt-bindings: arm: apple: apple,pmgr: Add t6030 and t6031 compatibles
` [PATCH 05/11] dt-bindings: power: apple,pmgr-pwrstate: "
` [PATCH 06/11] dt-bindings: watchdog: apple,wdt: "
` [PATCH 07/11] dt-bindings: pinctrl: apple,pinctrl: "
` [PATCH 08/11] dt-bindings: i2c: apple,i2c: "
` [PATCH 09/11] dt-bindings: pwm: apple,s5l-fpwm: "

[PATCH v9 0/3] Mediatek MT8189 JPEG support
 2026-07-09 17:57 UTC  (3+ messages)
` [PATCH v9 1/3] dt-bindings: media: mediatek-jpeg-decoder: add MT8189 compatible string

[PATCH v2 00/11] Remove support for platform data from samsung keypad
 2026-07-09 17:56 UTC  (3+ messages)
` [PATCH v2 01/11] dt-bindings: input: samsung,s3c6410-keypad: introduce compact binding

[PATCH v3] virt: arm-cca-guest: use migrate_disable() for attestation token requests
 2026-07-09 17:48 UTC  (2+ messages)

[PATCH v2 0/2] thermal: imx: Add calibration offset support
 2026-07-09 17:47 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: thermal: imx: Document calibration offset property

[PATCH 0/3] reset: support reset for Amlogic A9 SoC
 2026-07-09 17:40 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: reset: amlogic: Add A9 reset compatibles

[PATCH v3 0/7] gpio: realtek: Add support for Realtek DHC RTD1625
 2026-07-09 17:21 UTC  (4+ messages)
` [PATCH v3 3/7] gpio: regmap: Add gpio_regmap_operation and write-enable support

[PATCH v3 00/27] ASoC: codecs: Use guard() for mutex & spin locks - part 2
 2026-07-09 17:17 UTC  (2+ messages)

[PATCH net] net: airoha: fix ETS channel derivation in airoha_tc_setup_qdisc_ets()
 2026-07-09 17:13 UTC  (2+ messages)

[PATCH v2 0/5] spi: atmel-quadspi: add support for LAN969x
 2026-07-09 17:02 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: spi: Document LAN969x QSPI

[PATCH v3 01/23] mfd: bcm2835-pm: Remove member of struct bcm2835_pm that is only used locally
 2026-07-09 16:58 UTC  (7+ messages)
` [PATCH v3 02/23] mfd: bcm2835-pm: Drop unused header
` [PATCH v3 05/23] mfd: mt6360: Drop irrelevant __maybe_unused
` [PATCH v3 09/23] mfd: Drop unused assignment of platform_device_id driver data
` [PATCH v3 13/23] mfd: Use named initializers for arrays of i2c_device_id
` [PATCH v3 16/23] mfd: Use named initializers for platform_device_id array
` [PATCH v3 17/23] mfd: Use named initializers for arrays of spi_device_id

[PATCH v2 00/10] soc: fsl: qe: QE PIC improvement and add support of IRQs to QUICC ENGINE GPIOs
 2026-07-09 16:47 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Add HAFT support for SVA
 2026-07-09 16:44 UTC  (7+ messages)

[PATCH v5 0/5] arm_mpam: resctrl: Counter Assignment (ABMC)
 2026-07-09 16:43 UTC  (3+ messages)
` [PATCH v5 5/5] arm64: mpam: Add memory bandwidth usage (MBWU) documentation

[PATCH v5] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
 2026-07-09 16:31 UTC 

[GIT PULL] arm_mpam fixes for v7.2-rc2
 2026-07-09 16:23 UTC  (2+ messages)

[PATCH net-next] net: airoha: add preliminary support to configure tx hw QoS queue during flowtable offloading
 2026-07-09 16:23 UTC  (2+ messages)

[PATCH v4 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
 2026-07-09 15:23 UTC  (9+ messages)
` (subset) "

[PATCH v5 0/4] arm64: cross-CPU NMI via SDEI
 2026-07-09 16:16 UTC  (2+ messages)

[PATCH net-next v8 0/3] airoha: add the capability to configure GDM3/GDM4 as WAN/LAN on demand
 2026-07-09 16:14 UTC  (5+ messages)
` [PATCH net-next v8 1/3] net: airoha: rename airoha_priv_flags to airoha_dev_flags
` [PATCH net-next v8 2/3] net: airoha: fix ETS QoS stats counter underflow and cross-channel corruption

[RFC PATCH] firmware: scmi: Make SCMI arch independent
 2026-07-09 16:07 UTC  (6+ messages)

[PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas
 2026-07-09 15:59 UTC  (4+ messages)

[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
 2026-07-09 15:54 UTC  (12+ messages)

[PATCH v5 net-next 0/2] Add multilink SERDES configuration support
 2026-07-09 15:51 UTC  (5+ messages)
` [PATCH v5 net-next 1/2] dt-bindings: phy: cadence-torrent: Update property values to support multilink SERDES configuration

[PATCH 0/4] perf/arm_cspmu: Miscellaneous improvements
 2026-07-09 15:42 UTC  (7+ messages)
` [PATCH 1/4] ACPI/APMT: Use stable device ID
` [PATCH 2/4] perf/arm_cspmu: Improve APMT-based PMU naming
` [PATCH 3/4] perf/arm_cspmu: Improve sub-module error reporting
` [PATCH 4/4] perf/arm_cspmu: Make IRQ more optional

[PATCH] dt-bindings: arm: mediatek: fix brackets
 2026-07-09 15:38 UTC 

[PATCH v2 0/4] printk: nbcon: deprecate boot_delay in favour of printk_delay
 2026-07-09 15:27 UTC  (20+ messages)
` [PATCH v2 2/4] printk: "
` [PATCH v2 3/4] printk: nbcon: move printk_delay to console emiting code

[PATCH v2 0/2] fix clock refcount imbalance for all Coresight platform drivers
 2026-07-09 15:27 UTC  (5+ messages)
` [PATCH v2 1/2] coresight: Fix clock refcount imbalance on platform remove
` [PATCH v2 2/2] coresight: tnoc: "

[PATCH v2 0/4] coresight: Prevent per-thread events from sharing a sink
 2026-07-09 15:25 UTC  (5+ messages)
` [PATCH v2 1/4] coresight: tmc-etr: "
` [PATCH v2 2/4] coresight: tmc-etf: "
` [PATCH v2 3/4] coresight: etb10: "
` [PATCH v2 4/4] coresight: ultrasoc-smb: "

[PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment
 2026-07-09 15:12 UTC 

[PATCH v2] PCI: imx6: Add runtime PM support for i.MX95
 2026-07-09 15:08 UTC  (5+ messages)
` [PATCH v2] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability

[PATCH 0/3] ARM: dts: imx: cleanup st,stmpe touch screen related CHECK_DTB warings
 2026-07-09 15:01 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mfd: st,stmpe: add deprecated properties

[RFC PATCH 00/13] Enable LPAC on a7xx series GPUs
 2026-07-09 14:54 UTC  (7+ messages)
` [PATCH RFC 03/13] drm/msm: look for lpac from dts

[PATCH V5 0/4] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-07-09 14:53 UTC  (5+ messages)
` [PATCH V5 1/4] PCI: imx6: Move pci_pwrctrl_create_devices() to imx_pcie_probe()
` [PATCH V5 2/4] PCI: imx6: Add skip_pwrctrl_off flag support

[PATCH v4 0/2] Exynos850 AP-to-APM mailbox support
 2026-07-09 14:45 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: mailbox: google,gs101-mbox: Add samsung,exynos850-mbox
` [PATCH v4 2/2] mailbox: exynos: Add support for Exynos850 mailbox

[PATCH v5 0/2] KVM: arm64: vgic: Fix racy LPI release and re-registration handling
 2026-07-09 14:42 UTC  (3+ messages)
` [PATCH v5 1/2] KVM: arm64: vgic: Fix race between LPI release and re-registration
` [PATCH v5 2/2] KVM: arm64: vgic: Mitigate potential LPI registration failure

[PATCH] i2c: mediatek: fix WRRD for SoCs without auto_restart option
 2026-07-09 12:12 UTC  (3+ messages)

[PATCH v4 00/14] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-09 14:31 UTC  (5+ messages)
` [PATCH v4 06/14] usb: core: Move struct usb_port and related APIs to port.h
` [PATCH v4 10/14] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections

[PATCH v2 0/2] ARM: dts: mediatek: mt6572 DT cleanup + cache info
 2026-07-09 14:30 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: dts: mediatek: mt6572: rename fixed clocks
` [PATCH v2 2/2] ARM: dts: mediatek: mt6572: add cache data

[PATCH v2] clk: mediatek: pllfh: Fix IO remapping leak in register_pllfhs error path
 2026-07-09 14:28 UTC  (2+ messages)

[PATCH v3 0/3] Optimize S2 page splitting
 2026-07-09 14:25 UTC  (4+ messages)
` [PATCH v3 2/3] KVM: arm64: Introduce KVM_PGTABLE_WALK_SKIP_LEVEL* walk flags

[RFC v2 0/3] arm64: kprobes: Fix single-step fault and reentry handling
 2026-07-09 14:22 UTC 

[PATCH v4 0/7] soc: aspeed: Add BMC and host driver for PCIe BMC device
 2026-07-09 14:21 UTC  (4+ messages)
` [PATCH v4 1/7] dt-bindings: serial: 8250: aspeed: add compatible string for ast2600

[PATCH V3 0/4] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
 2026-07-09 14:13 UTC  (3+ messages)
` [PATCH V3 4/4] dmaengine: xilinx_dma: Extend metadata handling for AXI DMA and MCDMA

[PATCH v4] KVM: arm64: Record whether pKVM stage 2 mapping is cacheable
 2026-07-09 14:06 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