Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-15 08:49:28 to 2026-07-15 12:17:01 UTC [more...]

[PATCH 0/3] soc: mediatek: pwrap: mt6572 support + log level fixes
 2026-07-15 12:01 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: soc: mediatek: pwrap: add mt6572
` [PATCH 2/3] soc: mediatek: pwrap: use correct log level
` [PATCH 3/3] soc: mediatek: pwrap: add mt6572 support

[PATCH] gpiolib: tolerate gpio-hogs lacking a hogging state
 2026-07-15 12:16 UTC  (4+ messages)

[PATCH] iommu/io-pgtable-arm: Add support for contiguous hint bit
 2026-07-15 12:14 UTC  (6+ messages)

[PATCH v5 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-15 12:10 UTC  (22+ messages)
` [PATCH v5 01/16] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v5 02/16] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v5 03/16] power: sequencing: Add pwrseq_power_is_on()
` [PATCH v5 04/16] usb: hub: Use assign_bit() in usb_hub_set_port_power()
` [PATCH v5 05/16] usb: hub: Return actual error from hub_configure() in hub_probe()
` [PATCH v5 06/16] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v5 07/16] usb: core: Move struct usb_port and related APIs to port.h
` [PATCH v5 08/16] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()
` [PATCH v5 09/16] usb: hub: Use usb_hub_set_port_power() to control port power everywhere
` [PATCH v5 10/16] usb: hub: Power on connected M.2 E-key connectors with power sequencing API
` [PATCH v5 11/16] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
` [PATCH v5 12/16] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v5 13/16] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v5 14/16] power: sequencing: pcie-m2: Split Bluetooth unit based on interface
` [PATCH v5 15/16] arm64: dts: mediatek: mt8195-cherry: Add M.2 E-key slot
` [PATCH v5 16/16] arm64: dts: mediatek: mt8188-geralt: Add WiFi/BT as "

[PATCH v2 00/18] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-07-15 12:09 UTC  (19+ messages)
` [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 10/18] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH v2 11/18] KVM: arm64: Add a shrinker for pKVM
` [PATCH v2 12/18] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va
` [PATCH v2 13/18] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH v2 14/18] KVM: arm64: Use noclear for PGD in __pkvm_init_vm error path

[RFC PATCH 00/36] arm64: Add support for FEAT_NMI
 2026-07-15 12:09 UTC  (20+ messages)
` [RFC PATCH 11/36] arm64: interrupts: introduce interrupt masking helpers for entry code
` [RFC PATCH 14/36] arm64: interrupts: introduce generic interrupt masking helpers
` [RFC PATCH 15/36] arm64: replace local_daif helpers
` [RFC PATCH 23/36] arm64/efi: Implement override for IRQ flags checks
` [RFC PATCH 31/36] arm64: nmi: Add handling of superpriority interrupts as NMIs

[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-15 12:08 UTC  (8+ messages)
` [PATCH v7 1/7] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v7 2/7] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
` [PATCH v7 3/7] mm/vmalloc: Extract vmap_set_ptes() to consolidate PTE mapping logic
` [PATCH v7 4/7] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk
` [PATCH v7 5/7] mm/vmalloc: Extract vm_shift() to consolidate mapping shift selection
` [PATCH v7 6/7] mm/vmalloc: map contiguous pages in batches for vmap() if possible
` [PATCH v7 7/7] mm/vmalloc: align vm_area so vmap() can batch mappings

[PATCH] arm64: dts: ti: k3-am62l: Enable HDMI & DSI display
 2026-07-15 12:07 UTC  (3+ messages)

[PATCH v7 00/24] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-07-15 11:59 UTC  (21+ messages)
` [PATCH v7 01/24] KVM: arm64: Add a generic clock
` [PATCH v7 02/24] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v7 03/24] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v7 04/24] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v7 07/24] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v7 08/24] KVM: arm64: iommu: Add memory pool
` [PATCH v7 09/24] KVM: arm64: iommu: Support DABT for IOMMU
` [PATCH v7 10/24] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v7 11/24] iommu/arm-smmu-v3-kvm: Add the kernel driver
` [PATCH v7 12/24] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v7 13/24] iommu/arm-smmu-v3-kvm: Add MMIO emulation
` [PATCH v7 15/24] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v7 16/24] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v7 17/24] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v7 18/24] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v7 19/24] iommu/arm-smmu-v3-kvm: Share other queues
` [PATCH v7 20/24] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v7 21/24] iommu/io-pgtable-arm: Support io-pgtable-arm in the hypervisor
` [PATCH v7 23/24] iommu/arm-smmu-v3-kvm: Enable nesting
` [PATCH v7 24/24] KVM: arm64: Add documentation for pKVM DMA isolation

[PATCH v3 0/2] PHY: Add support for MT8196 DSI PHY
 2026-07-15 11:57 UTC  (4+ messages)
` [PATCH v3 2/2] phy: mediatek: Add support for MT8196 MIPI "

[PATCH 0/2] PCI: apple: Integrate pwrctrl API
 2026-07-15 11:56 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH v5 00/11] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
 2026-07-15 11:49 UTC  (12+ messages)
` [PATCH v5 01/11] dt-bindings: display: mediatek: dsc: Add MT8196 compatible
` [PATCH v5 02/11] drm/mediatek: Implement Display Stream Compression support
` [PATCH v5 03/11] dt-bindings: display: mediatek: dsi: Document MT8189 and MT8196
` [PATCH v5 04/11] drm/mediatek: mtk_dsi: Cleanup encoder if reset fails during bind
` [PATCH v5 05/11] drm/mediatek: mtk_dsi: Enable interrupt at component bind time
` [PATCH v5 06/11] drm/mediatek: mtk_dsi: Transfer register offsets to per-SoC const
` [PATCH v5 07/11] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH v5 08/11] drm/mediatek: mtk_dsi: Add support for MT8196
` [PATCH v5 09/11] drm/mediatek: mtk_dsi: Enable PM Runtime on probe
` [PATCH v5 10/11] dt-bindings: display: mediatek: wdma: Add compatibles for more SoCs
` [PATCH v5 11/11] drm/mediatek: Add Write DMA (WDMA) Engine for Writeback support

[PATCH v3] iommu/arm-smmu-v3: Shrink command/event/PRI queues in kdump kernel
 2026-07-15 11:46 UTC  (2+ messages)

[PATCH 0/2] nvmem: rockchip-efuse: add RK3399 OTP write support
 2026-07-15 11:42 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: nvmem: rockchip-efuse: add rockchip,efuse-write-enable property
` [PATCH 2/2] nvmem: rockchip-efuse: add write support for RK3399

[PATCH] arm64: syscall: Ensure saved x0 is kept in-sync with tracer updates
 2026-07-15 11:39 UTC  (2+ messages)

[PATCH][next] spi: bcm2835: make read-only const array pinctrl_compats static
 2026-07-14 21:20 UTC  (2+ messages)

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

[PATCH] ASoC: fsl: imx-card: Skip sysclk reset for active DAIs in shutdown
 2026-07-14 21:23 UTC  (2+ messages)

[PATCH v6 0/6] phy: fsl-imx8mq-usb: few improvements
 2026-07-15 11:34 UTC  (7+ messages)
` [PATCH v6 1/6] phy: fsl-imx8mq-usb: fix typec switch leak on probe error path
` [PATCH v6 2/6] phy: fsl-imx8mq-usb: set usb phy to be wakeup capable
` [PATCH v6 3/6] phy: fsl-imx8mq-usb: add runtime PM support
` [PATCH v6 4/6] phy: fsl-imx8mq-usb: add control register regmap
` [PATCH v6 5/6] phy: fsl-imx8mq-usb: introduce per-variant driver data structure
` [PATCH v6 6/6] phy: fsl-imx8mq-usb: keep PHY power domain runtime always-on for i.MX8MP

[RFC PATCH 00/10] net-next: add basic support for RK3568 XPCS
 2026-07-15 11:15 UTC  (6+ messages)
` [RFC PATCH 01/10] net: stmmac: move XPCS lifetime management to platform drivers

[PATCH v3 0/3] Add support for Variscite VAR-SOM-MX8QM and Symphony board
 2026-07-15 11:08 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: arm: fsl: add Variscite VAR-SOM-MX8 QuadMax Boards
` [PATCH v3 2/3] arm64: dts: freescale: Add support for Variscite VAR-SOM-MX8 QuadMax
` [PATCH v3 3/3] arm64: dts: imx8qm-var-som: Add support for Variscite Symphony board

[PATCH 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
 2026-07-15 11:06 UTC  (7+ messages)
` [PATCH 3/7] MIPS: csrc-r4k: "

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

[PATCH v2] KVM: arm64: Fix hyp_trace clock disabling
 2026-07-15 10:51 UTC 

[PATCH v5 0/5] phy: fsl-imx8mq-usb: few improvements
 2026-07-15 10:48 UTC  (7+ messages)
` [PATCH v5 3/5] phy: fsl-imx8mq-usb: add runtime PM support
` [PATCH v5 5/5] phy: fsl-imx8mq-usb: keep PHY power domain runtime always-on for i.MX8MP

[PATCH v8 00/39] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-15 10:46 UTC  (18+ messages)
` [PATCH v8 02/39] drm/connector: Add caps-based HDMI connector init helper
` [PATCH v8 04/39] drm/connector: Add HDMI 2.0 scrambler infrastructure

Add the Realtek SoC tree to linux-next
 2026-07-15 10:41 UTC  (2+ messages)

[PATCH mm-hotfixes v3 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-15 10:36 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 v5 0/5] arm_mpam: resctrl: Counter Assignment (ABMC)
 2026-07-15 10:23 UTC  (11+ messages)
` [PATCH v5 1/5] arm_mpam: resctrl: Pick classes for use as MBM counters
` [PATCH v5 2/5] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v5 3/5] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [PATCH v5 4/5] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [PATCH v5 5/5] arm64: mpam: Add memory bandwidth usage (MBWU) documentation

[GIT PULL] KVM/arm64 fixes for 7.2, take #2
 2026-07-15 10:14 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 7.2, take #1
 2026-07-15 10:13 UTC  (2+ messages)

[PATCH 0/3] pmdomain: mediatek: Add MT6858 support
 2026-07-15  9:58 UTC  (7+ 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 0/6] ASoC: sunxi: Simplify error handling
 2026-07-15  9:55 UTC  (7+ messages)
` [PATCH 1/6] ASoC: sunxi: sun4i-codec: Use dev_err_probe() for probe "
` [PATCH 2/6] ASoC: sunxi: sun4i-codec: Drop redundant error messages
` [PATCH 3/6] ASoC: sunxi: sun4i-i2s: Use dev_err_probe() for probe error handling
` [PATCH 4/6] ASoC: sunxi: sun4i-spdif: "
` [PATCH 5/6] ASoC: sunxi: sun50i-codec-analog: Improve "
` [PATCH 6/6] ASoC: sunxi: sun8i-codec-analog: "

[PATCH 00/17] media: rockchip: rga: Add multi-core support
 2026-07-15  9:44 UTC  (4+ messages)
` [PATCH 05/17] media: v4l2-mem2mem: support running multiple jobs in parallel

[PATCH 00/18] Another attempt at HVO support on arm64
 2026-07-15  9:38 UTC  (3+ messages)

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-15  9:16 UTC  (6+ messages)
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management

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

[PATCH v1 03/11] arm_mpam: Set mpam_feat_msmon_mbwu_31counter when there are bandwidth counters
 2026-07-15  9:11 UTC  (3+ messages)

[PATCH v2 0/6] R-Car X5H CPG/MDLC support
 2026-07-15  9:10 UTC  (4+ messages)
` [PATCH v2 4/6] pmdomain: renesas: Add R-Car X5H MDLC driver

[PATCH v7 0/8] mmc: sdhci-esdhc-imx: fix SDIO suspend/resume issues
 2026-07-15  9:08 UTC  (2+ messages)

[PATCH v8 0/3] thermal: imx: Add calibration offset support
 2026-07-15  9:06 UTC  (3+ messages)
` [PATCH v8 3/3] thermal/drivers/imx: "

[RFC PATCH 01/22] dt-bindings: memory: cdns,k3-ddr: Add Cadence K3 DDR controller binding
 2026-07-15  9:03 UTC  (3+ messages)
  `  "

[PATCH mt76 v5 16/16] wifi: mt76: mt7996: Add SW path for HW-RRO v3.1
 2026-07-15  9:00 UTC  (2+ messages)

[PATCH v4 0/2] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes support
 2026-07-15  8:49 UTC  (3+ messages)
` [PATCH v4 2/2] drm/bridge: ti-sn65dsi83: Add reversed "


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