Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-14 13:16:05 to 2026-07-14 19:28:34 UTC [more...]

[PATCH v13 00/35] phy: rockchip: usbdp: Clean up the mess
 2026-07-14 19:26 UTC  (26+ messages)
` [PATCH v13 01/35] dt-bindings: phy: rockchip-usbdp: add improved ports scheme
` [PATCH v13 02/35] phy: rockchip: usbdp: Update mode_change after error handling
` [PATCH v13 03/35] phy: rockchip: usbdp: Do not lose USB3 PHY status
` [PATCH v13 04/35] phy: rockchip: usbdp: Fix devm_clk_bulk_get_all check
` [PATCH v13 07/35] phy: rockchip: usbdp: Keep clocks running on PHY re-init
` [PATCH v13 08/35] phy: rockchip: usbdp: Amend SSC modulation deviation
` [PATCH v13 09/35] phy: rockchip: usbdp: Fix LFPS detect threshold control
` [PATCH v13 10/35] phy: rockchip: usbdp: Add missing mode_change update
` [PATCH v13 11/35] phy: rockchip: usbdp: Support single-lane DP
` [PATCH v13 12/35] phy: rockchip: usbdp: Limit DP lane count to muxed lanes
` [PATCH v13 13/35] phy: rockchip: usbdp: Rename DP lane functions
` [PATCH v13 14/35] phy: rockchip: usbdp: Use FIELD_PREP_WM16_CONST
` [PATCH v13 16/35] phy: rockchip: usbdp: Register DP aux bridge
` [PATCH v13 17/35] phy: rockchip: usbdp: Drop DP HPD handling
` [PATCH v13 18/35] phy: rockchip: usbdp: Rename mode_change to phy_needs_reinit
` [PATCH v13 19/35] phy: rockchip: usbdp: Re-init the PHY on orientation change
` [PATCH v13 20/35] phy: rockchip: usbdp: Factor out lane_mux_sel setup
` [PATCH v13 22/35] phy: rockchip: usbdp: Use guard functions for mutex
` [PATCH v13 26/35] phy: rockchip: usbdp: Handle rk_udphy_reset_deassert errors
` [PATCH v13 27/35] phy: rockchip: usbdp: Only enable USB3 when not in high-speed mode
` [PATCH v13 29/35] usb: dwc3: core: support PHY reset notifications
` [PATCH v13 31/35] phy: rockchip: usbdp: Drop -EPROBE_DEFER hack
` [PATCH v13 32/35] phy: rockchip: usbdp: Rename mode to hw_mode
` [PATCH v13 33/35] phy: rockchip: usbdp: Fix power state handling
` [PATCH v13 35/35] phy: rockchip: usbdp: Add USB-C state without DP enabled

[PATCH v2 0/3] pinctrl: Add support for the Rockchip RV1106
 2026-07-14 19:25 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: gpio: rockchip,gpio-bank: Add rockchip,grf property
` [PATCH v2 2/3] dt-bindings: pinctrl: rockchip: Add RV1106 compatible
` [PATCH v2 3/3] pinctrl: rockchip: Add RV1106 pinctrl support

[PATCH] regulator: mcp16502: Convert to dev_err_probe() in mcp16502_probe()
 2026-07-14 19:22 UTC 

[PATCH v2] dt-bindings: serial: snps-dw-apb-uart: Add RV1106 compatible
 2026-07-14 19:20 UTC 

[PATCH v2] dt-bindings: watchdog: snps,dw-wdt: Add RV1106 compatible
 2026-07-14 19:18 UTC 

[PATCH v2] dt-bindings: iio: adc: rockchip-saradc: Add RV1106 compatible
 2026-07-14 19:16 UTC 

[RFC PATCH 00/10] net-next: add basic support for RK3568 XPCS
 2026-07-14 19:08 UTC  (11+ messages)
` [RFC PATCH 01/10] net: stmmac: move XPCS lifetime management to platform drivers
` [RFC PATCH 02/10] dt-bindings: phy: rockchip: naneng-combphy: add rockchip,sgmii-mac-sel property
` [RFC PATCH 03/10] phy: rockchip: naneng-combphy: add SGMII MAC selection for RK3568
` [RFC PATCH 04/10] dt-bindings: net: pcs: add rockchip,rk3568-xpcs binding
` [RFC PATCH 05/10] arm64: dts: rockchip: rk3568: add XPCS and fixed-clock nodes
` [RFC PATCH 06/10] net: pcs: xpcs: improve SGMII AN state handling for Rockchip RK3568
` [RFC PATCH 07/10] net: pcs: xpcs: add Rockchip RK3568 platform glue driver
` [RFC PATCH 08/10] net: stmmac: dwmac-rk: add SGMII support for RK3568
` [RFC PATCH 09/10] arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port
` [RFC PATCH 10/10] MAINTAINERS: add entry for Rockchip XPCS driver

[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-14 19:11 UTC  (8+ messages)
` [PATCH mm-hotfixes v3 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v3 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [PATCH mm-hotfixes v3 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v3 4/4] arm64: remove redundant concurrent ptdump UAF mitigation

[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-07-14 19:04 UTC  (7+ messages)
` [PATCH v14 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus

[PATCH v2 00/18] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-07-14 19:00 UTC  (11+ messages)
` [PATCH v2 01/18] KVM: arm64: Add __pkvm_private_range_pa
` [PATCH v2 02/18] KVM: arm64: Add pkvm_remove_mappings
` [PATCH v2 03/18] KVM: arm64: Add __hyp_allocator_map for the pKVM hyp
` [PATCH v2 04/18] KVM: arm64: Add a heap allocator "
` [PATCH v2 05/18] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2

[PATCH 6.16.y 0/6] cBPF JIT spray hardening
 2026-07-14 18:59 UTC  (7+ messages)
` [PATCH 6.16.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.16.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.16.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.16.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.16.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.16.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[PATCH v4 0/7] soc: aspeed: Add BMC and host driver for PCIe BMC device
 2026-07-14 18:53 UTC  (7+ messages)
` [PATCH v4 4/7] serial: 8250_aspeed_vuart: add VUART over PCI
` [PATCH v4 5/7] soc: aspeed: add host-side PCIe BMC device driver
` [PATCH v4 6/7] ARM: dts: aspeed: g6: Change vuart compatible string for ast2600

[PATCH v3 0/5] iommufd: Iterate the cache invalidation array in the core
 2026-07-14 18:49 UTC  (6+ messages)
` [PATCH v3 1/5] iommu/arm-smmu-v3-iommufd: Reject unsupported bits in invalidation commands
` [PATCH v3 4/5] iommu/arm-smmu-v3-iommufd: Convert cache invalidation to the core array loop

[PATCH v4 0/6] iommufd: Iterate the cache invalidation array in the core
 2026-07-14 18:48 UTC  (7+ messages)
` [PATCH v4 1/6] iommu/arm-smmu-v3: Support IDR5.DS and widen the TLBI SCALE field
` [PATCH v4 2/6] iommu/arm-smmu-v3-iommufd: Reject unsupported bits in invalidation commands
` [PATCH v4 3/6] iommufd: Iterate the cache invalidation array in the core
` [PATCH v4 4/6] iommufd/selftest: Convert cache invalidation mocks to the core array loop
` [PATCH v4 5/6] iommu/arm-smmu-v3-iommufd: Convert cache invalidation "
` [PATCH v4 6/6] iommu/vt-d: Convert nested "

[PATCH v3 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
 2026-07-14 18:46 UTC  (9+ messages)
` [PATCH v3 1/8] iommu/arm-smmu-v3: Pass the parameters for the invalidation in a struct
` [PATCH v3 2/8] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
` [PATCH v3 3/8] iommu/arm-smmu-v3: Optimize range invalidation for latency
` [PATCH v3 4/8] iommu/arm-smmu-v3: Keep track in the arm_smmu_invs if RIL is used
` [PATCH v3 5/8] iommu/arm-smmu-v3: Precompute the invalidation commands
` [PATCH v3 6/8] iommu/arm-smmu-v3: Populate the tlbi at the top of the call chain
` [PATCH v3 7/8] iommu/arm-smmu-v3: Change how the tlbi describes the invalidation
` [PATCH v3 8/8] iommu/arm-smmu-v3: Support the DS expansion of RIL's SCALE

[PATCH v2 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
 2026-07-14 18:41 UTC  (6+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv

[PATCH v3 0/3] soc: apple: Add "PMGR misc" power controls driver
 2026-07-14 18:40 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix hyp_trace clock disabling
 2026-07-14 18:10 UTC 

[PATCH v5 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
 2026-07-14 17:45 UTC  (2+ messages)

[PATCH] phy: rockchip: naneng-combphy: Set RK3576 USB3 SSC downward
 2026-07-14 17:26 UTC  (2+ messages)

[PATCH v23 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-07-14 17:16 UTC  (14+ messages)
` [PATCH v23 01/13] power: reset: reboot-mode: Remove devres based allocations
` [PATCH v23 02/13] power: reset: reboot-mode: Support up to 3 magic values per mode
` [PATCH v23 03/13] power: reset: reboot-mode: Add support for predefined reboot modes
` [PATCH v23 04/13] firmware: psci: Introduce command-based resets
` [PATCH v23 05/13] mfd: psci-mfd: Add PSCI MFD driver for cpuidle-psci-domain cell
` [PATCH v23 06/13] dt-bindings: arm: Document reboot mode magic
` [PATCH v23 07/13] power: reset: Add psci-reboot-mode driver
` [PATCH v23 08/13] mfd: core: Add firmware-node support to MFD cells
` [PATCH v23 09/13] mfd: psci-mfd: Add psci-reboot-mode child cell
` [PATCH v23 10/13] arm64: dts: qcom: Add psci reboot-modes for kodiak boards
` [PATCH v23 11/13] arm64: dts: qcom: Add psci reboot-modes for lemans boards
` [PATCH v23 12/13] arm64: dts: qcom: Add psci reboot-modes for monaco boards
` [PATCH v23 13/13] arm64: dts: qcom: Add psci reboot-modes for talos boards

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-14 17:05 UTC  (6+ messages)

[PATCH 0/2] PCI: apple: Integrate pwrctrl API
 2026-07-14 16:57 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH 0/3] driver core: Constify the signature of device_show/store_*()
 2026-07-14 16:51 UTC  (4+ messages)
` [PATCH 1/3] x86/mce: Use __DEVICE_ATTR() macro to initialize dev_ext_attribute
` [PATCH 2/3] drivers: perf: "
` [PATCH 3/3] driver core: Constify the signature of device_show/store_*()

[PATCH v5 0/8] KVM: arm64: pKVM vCPU state management at EL2 (series A)
 2026-07-14 16:44 UTC  (6+ messages)
` [PATCH v5 2/8] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code

[PATCH][next] spi: bcm2835: make read-only const array pinctrl_compats static
 2026-07-14 16:42 UTC 

[PATCH v3 0/2] PHY: Add support for MT8196 DSI PHY
 2026-07-14 16:42 UTC  (3+ messages)
` [PATCH v3 2/2] phy: mediatek: Add support for MT8196 MIPI "

[PATCH v3 0/2] i2c: imx: fix SMBus block-read of 0 locking the bus
 2026-07-14 15:45 UTC  (3+ messages)

[PATCH v3 0/3] Add support for Variscite DART-MX8M-MINI and Sonata board
 2026-07-14 16:33 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: arm: fsl: add Variscite DART-MX8M-MINI Boards
` [PATCH v3 2/3] arm64: dts: freescale: Add support for Variscite DART-MX8M-MINI
` [PATCH v3 3/3] arm64: dts: imx8mm-var-dart: Add support for Variscite Sonata board

[RFC PATCH 00/36] arm64: Add support for FEAT_NMI
 2026-07-14 16:24 UTC  (10+ messages)
` [RFC PATCH 11/36] arm64: interrupts: introduce interrupt masking helpers for entry code
` [RFC PATCH 31/36] arm64: nmi: Add handling of superpriority interrupts as NMIs

[PATCH] ASoC: sun4i-codec: Sort sound related #include statements
 2026-07-14 16:09 UTC  (2+ messages)

[PATCH] ASoC: sun4i-codec: Set quirks.playback_only for H616 codec
 2026-07-14 16:08 UTC  (2+ messages)

[PATCH v2] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-07-14 16:04 UTC 

[PATCH v1 0/4] iommu: Fix device lookup lifetime and probe cleanup
 2026-07-14 15:56 UTC  (3+ messages)

[PATCH] dmaengine: Constify struct dma_descriptor_metadata_ops
 2026-07-14 14:29 UTC  (3+ messages)

[PATCH 0/2] input: fsl,scu-key: Add compatible string fsl,imx8qm-sc-key
 2026-07-14 15:47 UTC  (2+ messages)

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-14 15:46 UTC  (6+ messages)
` [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs

[PATCH] phy: rockchip: naneng-combphy: Always configure SSC spread direction
 2026-07-14 15:41 UTC 

[PATCH 0/3] pmdomain: mediatek: Add MT6858 support
 2026-07-14 15:28 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: power: Add MediaTek MT6858 power domain controller
` [PATCH 2/3] pmdomain: mediatek: Add support for secure modem power domain control
` [PATCH 3/3] pmdomain: mediatek: Add support for MT6858 SoC

[PATCH 05/16] irqchip/bcm7038-l1: clean up init failure paths
 2026-07-14 14:53 UTC  (5+ messages)
  ` [PATCH 10/16] irqchip/aspeed-vic: publish handler only after domain creation
  ` [PATCH 15/16] irqchip/gic-v3: fail T241 quirk if alias ioremap fails
  ` [PATCH 16/16] irqchip/bcm7120-l2: fix parent IRQ count error handling

[PATCH v2 00/19] ARM: platform and feature deprecation
 2026-07-14 14:52 UTC  (3+ messages)
` [PATCH v2 05/19] ARM: turn CONFIG_ATAGS off by default

[PATCH v3] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability
 2026-07-14 14:41 UTC  (2+ messages)

[PATCH v25 0/7] firmware: imx: driver for NXP secure-enclave
 2026-07-14 14:38 UTC  (4+ messages)
` (subset) "

[PATCH] arm64: syscall: Ensure saved x0 is kept in-sync with tracer updates
 2026-07-14 14:35 UTC 

[PATCH v8 0/3] thermal: imx: Add calibration offset support
 2026-07-14 14:35 UTC  (5+ messages)
` [PATCH v8 2/3] thermal/drivers/imx: Fix rounding and clamp for i.MX7D alarm
` [PATCH v8 3/3] thermal/drivers/imx: Add calibration offset support

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-14 14:33 UTC  (20+ messages)
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
` [PATCH v4 6/6] KVM: arm64: Add auto HDBSS enable/disable on dirty logging change

[PATCH v8 1/1] arm64: dts: add tqma9596la-mba95xxca
 2026-07-14 14:31 UTC 

[PATCH 0/3] drm: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-14 14:30 UTC  (2+ messages)

[PATCH v2 0/3] iommufd: Fix vDEVICE allocation lifecycle bugs
 2026-07-14 14:23 UTC  (4+ messages)

[PATCH] arm64: dts: ti: k3-am62a7-sk: Add bootph-all property in cpsw_mac_syscon node
 2026-07-14 14:16 UTC  (4+ messages)

[PATCH] KVM: arm64: Reject guest_memfd memslots when the VM has MTE
 2026-07-14 14:13 UTC  (4+ messages)

[PATCH v5 0/2] i2c: imx-lpi2c: fix probe error handling and reset controller
 2026-07-14 14:10 UTC  (6+ messages)
` [PATCH v5 1/2] i2c: imx-lpi2c: properly unwind resources on probe failure
` [PATCH v5 2/2] i2c: imx-lpi2c: reset controller in probe stage

[PATCH v2 00/10] Support ELE API in i.MX OCOTP NVMEM driver
 2026-07-14 14:08 UTC  (5+ messages)
` [PATCH v2 02/10] firmware: imx: ele: Fix indentation in ele_base_msg.h
` [PATCH v2 03/10] firmware: imx: ele: Export API functions

[PATCH v2 0/6] Add BBML3 cpu feature
 2026-07-14 14:01 UTC  (10+ messages)
` [PATCH v2 3/6] arm64: cpufeature: Extend bbml2_noabort support list
` [PATCH v2 5/6] arm64: cpufeature: Add BBML3
` [PATCH v2 6/6] arm64: cpufeature: Detect BBML3 based on MMFR2 ID

[PATCH 0/6] display: lcdif: imx: add display support for imx8dxl and imx8qxp
 2026-07-14 13:58 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: lcdif: add compatible string for i.MX8QXP and i.MX8DXL
` [PATCH 2/6] dt-bindings: display: simple: Add waiken,101wx001
` [PATCH 3/6] drm/panel: simple: Add waiken WKS101WX001-WCT support
` [PATCH 4/6] arm64: dts: imx8-ss-dma: Add lcdif support for i.MX8QXP and i.MX8DXL
` [PATCH 5/6] arm64: dts: imx8dxl-evk: Add onboard GPIO mux controller
` [PATCH 6/6] arm64: dts: imx8dxl-evk: add lcdif overlay

[PATCH] fix: arm64: syscall: use live x0 for syscall_get_arguments() arg0
 2026-07-14 13:56 UTC  (8+ messages)
` [PATCH v2] arm64: ptrace: use live x0 for seccomp and audit after ptrace

[PATCH v1 07/20] gpio: Add missing OF module annotations
 2026-07-14 13:55 UTC  (2+ messages)

[PATCH v5] i2c: imx: mark I2C adapter when hardware is powered down
 2026-07-14 13:54 UTC  (2+ messages)

[PATCH v3 0/2] drivers/perf: hisi: Updates for HiSilicon uncore PMUs
 2026-07-14 13:51 UTC  (6+ messages)
` [PATCH v3 1/2] drivers/perf: hisi: Support uncore ITS PMU

[PATCH] clk: mmp: pxa1908-apbc: Remove unneeded semicolon
 2026-07-14 13:23 UTC  (2+ messages)

[PATCH] clk: mmp: pxa1908-apbcp: Remove unneeded semicolon
 2026-07-14 13:23 UTC  (2+ messages)

[PATCH] iommu: arm: Remove redundant dev_err()/dev_err_probe()
 2026-07-14 13:32 UTC 

[PATCH v4] pmdomain: imx: Make IMX8M/IMX9 BLK_CTRL tristate
 2026-07-14 13:25 UTC  (2+ messages)

[PATCH v2] PCI: rcar-gen4: Isolate driver to ARM64
 2026-07-14 13:19 UTC 

[PATCH] PCI: rcar-gen4: Inline GIC_TRANSLATER offset macro
 2026-07-14 13:18 UTC  (4+ messages)

[PATCH] PCI: rcar-gen4: Inline GIC_TRANSLATER offset macro
 2026-07-14 13:17 UTC  (2+ messages)

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

[PATCH] coresight: etm4x: add OF module alias for platform driver
 2026-07-14 13:15 UTC 


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