linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-04 08:03:07 to 2024-10-04 17:09:07 UTC [more...]

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-04 15:27 UTC  (22+ messages)
` [PATCH v5 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v5 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v5 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v5 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v5 08/43] arm64: RME: Define the user ABI
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v5 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v5 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v5 13/43] arm64: RME: RTT tear down
` [PATCH v5 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v5 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v5 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v5 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v5 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v5 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v5 20/43] arm64: RME: Allow populating initial contents
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory

[PATCH 00/20] renesas: dts: Use interrupts-extended
 2024-10-04 15:27 UTC  (25+ messages)
` [PATCH 01/20] ARM: dts: renesas: Use interrupts-extended for Ethernet MACs
` [PATCH 02/20] ARM: dts: renesas: Use interrupts-extended for Ethernet PHYs
` [PATCH 03/20] ARM: dts: renesas: Use interrupts-extended for HDMI bridges
` [PATCH 04/20] ARM: dts: renesas: Use interrupts-extended for PMICs
` [PATCH 05/20] ARM: dts: renesas: Use interrupts-extended for touchpanels
` [PATCH 06/20] ARM: dts: renesas: Use interrupts-extended for video decoders
` [PATCH 07/20] ARM: dts: renesas: iwg22d-sodimm: Use interrupts-extended for port expander
` [PATCH 08/20] ARM: dts: renesas: r8a7742-iwg21m: Use interrupts-extended for RTC
` [PATCH 09/20] ARM: dts: renesas: kzm9g: Use interrupts-extended for I/O expander
` [PATCH 10/20] ARM: dts: renesas: kzm9g: Use interrupts-extended for sensors
` [PATCH 11/20] arm64: dts: renesas: Use interrupts-extended for DisplayPort bridges
` [PATCH 12/20] arm64: dts: renesas: Use interrupts-extended for Ethernet PHYs
` [PATCH 13/20] arm64: dts: renesas: Use interrupts-extended for HDMI bridges
` [PATCH 14/20] arm64: dts: renesas: Use interrupts-extended for I/O expanders
` [PATCH 15/20] arm64: dts: renesas: Use interrupts-extended for PMICs
` [PATCH 16/20] arm64: dts: renesas: Use interrupts-extended for USB muxes
` [PATCH 17/20] arm64: dts: renesas: Use interrupts-extended for video decoders
` [PATCH 18/20] arm64: dts: renesas: Use interrupts-extended for WLAN
` [PATCH 19/20] arm64: dts: renesas: beacon-renesom: Use interrupts-extended for touchscreen
` [PATCH 20/20] arm64: dts: renesas: rzg3s-smarc: Use interrupts-extended for gpio-keys

[PATCH net-next v4 0/3] net: fec: add PPS channel configuration
 2024-10-04 15:24 UTC  (4+ messages)
` [PATCH net-next v4 1/3] dt-bindings: net: fec: add pps channel property
` [PATCH net-next v4 2/3] net: fec: refactor PPS channel configuration
` [PATCH net-next v4 3/3] net: fec: make PPS channel configurable

[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-04 15:16 UTC  (5+ messages)
` [PATCH v5 1/5] arm: perf: Drop unused functions
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()

[PATCH 0/2] clk: Fix issues related to CLK_IGNORE_UNUSED failures and amlogic glitch free mux
 2024-10-04 13:39 UTC  (2+ messages)
` [RFC PATCH] clk: core: refine disable unused clocks

[PATCH 00/14] Remove support for platform data from samsung keypad
 2024-10-04 14:58 UTC  (4+ messages)

[PATCH] drm/atmel_hlcdc: Fix uninitialized variable
 2024-10-04 15:08 UTC 

[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-04 15:05 UTC  (13+ messages)
` [PATCH v6 01/11] arm64: rsi: Add RSI definitions
` [PATCH v6 02/11] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v6 03/11] arm64: realm: Query IPA size from the RMM
` [PATCH v6 04/11] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v6 05/11] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v6 06/11] efi: arm64: Map Device with Prot Shared
` [PATCH v6 07/11] arm64: Enforce bounce buffers for realm DMA
` [PATCH v6 08/11] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v6 09/11] arm64: Enable memory encrypt for Realms
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v6 11/11] arm64: Document Arm Confidential Compute

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-04 14:38 UTC  (9+ messages)
` [PATCH 15/51] stm class: "
` [PATCH 24/51] mailbox: mtk-cmdq-mailbox: "
` [PATCH 23/51] irqchip/imx-irqsteer: "
` [PATCH 22/51] iommu/arm-smmu: "
` [PATCH 37/51] regulator: stm32-vrefbuf: "
` [PATCH 51/51] soc: apple: mailbox: "

[RFC PATCH net-next v3 0/8] Add support for 10G Ethernet SerDes on MT7988
 2024-10-04 14:35 UTC  (8+ messages)
` [RFC PATCH net-next v3 3/8] net: pcs: pcs-mtk-lynxi: add platform driver for MT7988
          ` Aw: "

[PATCH v4] clk: mvebu: Prevent division by zero in clk_double_div_recalc_rate()
 2024-10-04 14:31 UTC  (2+ messages)

[PATCH v4 net] net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
 2024-10-04 14:23 UTC  (2+ messages)

[PATCH net-next] net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2
 2024-10-04 14:19 UTC 

[PATCH net v2] net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled
 2024-10-04 14:08 UTC  (3+ messages)

[PATCH V4 0/7] Add NSS clock controller support for IPQ9574
 2024-10-04 14:02 UTC  (6+ messages)
` [PATCH V4 5/7] clk: qcom: Add NSS clock Controller driver "

[PATCH] media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe()
 2024-10-04 13:56 UTC 

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-04 13:52 UTC  (5+ messages)
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` (subset) [PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace

[PATCH net] net: airoha: Update tx cpu dma ring idx at the end of xmit loop
 2024-10-04 13:51 UTC 

[PATCH v5 0/9] reset: amlogic: move audio reset drivers out of CCF
 2024-10-04 13:30 UTC  (6+ messages)
` [PATCH v5 8/9] reset: amlogic: split the device core and platform probe

[PATCH net-next v2 00/15] net: sparx5: prepare for lan969x switch driver
 2024-10-04 13:19 UTC  (15+ messages)
` [PATCH net-next v2 01/15] net: sparx5: add support for private match data
` [PATCH net-next v2 03/15] net: sparx5: modify SPX5_PORTS_ALL macro
` [PATCH net-next v2 04/15] net: sparx5: add *sparx5 argument to a few functions
` [PATCH net-next v2 05/15] net: sparx5: add constants to match data
` [PATCH net-next v2 06/15] net: sparx5: use SPX5_CONST for constants which already have a symbol
` [PATCH net-next v2 07/15] net: sparx5: use SPX5_CONST for constants which do not "
` [PATCH net-next v2 08/15] net: sparx5: add ops to match data
` [PATCH net-next v2 09/15] net: sparx5: ops out chip port to device index/bit functions
` [PATCH net-next v2 10/15] net: sparx5: ops out functions for getting certain array values
` [PATCH net-next v2 11/15] net: sparx5: ops out function for setting the port mux
` [PATCH net-next v2 12/15] net: sparx5: ops out PTP IRQ handler
` [PATCH net-next v2 13/15] net: sparx5: ops out function for DSM calendar calculation
` [PATCH net-next v2 14/15] net: sparx5: add is_sparx5 macro and use it throughout
` [PATCH net-next v2 15/15] net: sparx5: redefine internal ports and PGID's as offsets

[PATCH v1 0/4] Add pinctrl support for mt7988
 2024-10-04 12:34 UTC  (5+ messages)
` [PATCH v1 1/4] pinctrl: mediatek: add support for MTK_PULL_PD_TYPE
` [PATCH v1 2/4] pinctrl: mediatek: add MT7988 pinctrl driver
` [PATCH v1 3/4] dt-bindings: pinctrl: add binding for MT7988 SoC
` [PATCH v1 4/4] arm64: dts: mediatek: mt7988: add pinctrl support

[v2 PATCH] iommu/arm-smmu-v3: Fix L1 stream table index calculation for 32-bit sid size
 2024-10-04 12:43 UTC  (9+ messages)

[PATCH] ARM: dts: imx6qdl-tx6: Remove 'turn-on-delay-ms'
 2024-10-04 12:12 UTC 

[BUG] ARM64 KVM: Data abort executing post-indexed LDR on MMIO address
 2024-10-04 12:10 UTC  (4+ messages)

[PATCH] arm64: dts: imx8mp-phyboard-pollux-rdk: update gpio-line-names
 2024-10-04 12:09 UTC  (2+ messages)

[PATCH net-next 0/9] net: phy: mediatek: Introduce mtk-phy-lib which integrates common part of MediaTek's internal ethernet PHYs
 2024-10-04 12:07 UTC  (11+ messages)
` [PATCH net-next 1/9] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers
` [PATCH net-next 2/9] net: phy: mediatek: Fix spelling errors and rearrange variables
` [PATCH net-next 3/9] net: phy: mediatek: Move LED helper functions into mtk phy lib
` [PATCH net-next 4/9] net: phy: mediatek: Improve readability of mtk-phy-lib.c's mtk_phy_led_hw_ctrl_set()
` [PATCH net-next 5/9] net: phy: mediatek: Integrate read/write page helper functions
` [PATCH net-next 6/9] net: phy: mediatek: Hook LED helper functions in mtk-ge.c
` [PATCH net-next 7/9] net: phy: mediatek: add MT7530 & MT7531's PHY ID macros
` [PATCH net-next 8/9] net: phy: mediatek: Change mtk-ge-soc.c line wrapping
` [PATCH net-next 9/9] net: phy: mediatek: Add token ring access helper functions in mtk-phy-lib

[PATCH v12 0/5] TI K3 M4F support on AM62 and AM64 SoCs
 2024-10-04 11:52 UTC  (5+ messages)
` [PATCH v12 2/5] arm64: dts: ti: k3-am625-sk: Add M4F remoteproc node

[PATCH] arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386
 2024-10-04 11:47 UTC  (2+ messages)

[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2024-10-04 11:41 UTC  (4+ messages)
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl

[PATCH V3 0/7] Add minimal boot support for IPQ5424
 2024-10-04 11:21 UTC  (9+ messages)
` [PATCH V3 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574
` [PATCH V3 2/7] dt-bindings: clock: Add Qualcomm IPQ5424 GCC binding
` [PATCH V3 3/7] dt-bindings: mmc: sdhci-msm: add IPQ5424 compatible
` [PATCH V3 4/7] clk: qcom: add Global Clock controller (GCC) driver for IPQ5424 SoC
` [PATCH V3 5/7] dt-bindings: qcom: Add ipq5424 boards
` [PATCH V3 6/7] arm64: dts: qcom: add IPQ5424 SoC and rdp466 board support
` [PATCH V3 7/7] arm64: defconfig: Enable IPQ5424 RDP466 base configs

[PATCH net-next 00/13] net: pcs: xpcs: cleanups batch 2
 2024-10-04 11:19 UTC  (16+ messages)
` [PATCH net-next 01/13] net: pcs: xpcs: remove dw_xpcs_compat enum
` [PATCH net-next 02/13] net: pcs: xpcs: don't use array for interface
` [PATCH net-next 03/13] net: pcs: xpcs: pass xpcs instead of xpcs->id to xpcs_find_compat()
` [PATCH net-next 04/13] net: pcs: xpcs: provide a helper to get the phylink pcs given xpcs
` [PATCH net-next 05/13] net: pcs: xpcs: move definition of struct dw_xpcs to private header
` [PATCH net-next 06/13] net: pcs: xpcs: rename xpcs_get_id()
` [PATCH net-next 07/13] net: pcs: xpcs: move searching ID list out of line
` [PATCH net-next 08/13] net: pcs: xpcs: use FIELD_PREP() and FIELD_GET()
` [PATCH net-next 09/13] net: pcs: xpcs: add _modify() accessors
` [PATCH net-next 10/13] net: pcs: xpcs: convert to use read_poll_timeout()
` [PATCH net-next 11/13] net: pcs: xpcs: use dev_*() to print messages
` [PATCH net-next 12/13] net: pcs: xpcs: correctly place DW_VR_MII_DIG_CTRL1_2G5_EN
` [PATCH net-next 13/13] net: pcs: xpcs: move Wangxun VR_XS_PCS_DIG_CTRL1 configuration

[PATCH v4 0/4] gpio: siul2-s32g2: add initial GPIO driver
 2024-10-04 11:10 UTC  (10+ messages)
` [PATCH v4 2/4] dt-bindings: gpio: add support for NXP S32G2/S32G3 SoCs

[PATCH v3 0/6] Enable Mali GPU on MediaTek Genio 700 EVK
 2024-10-04 11:08 UTC  (6+ messages)
` [PATCH v3 3/6] dt-bindings: nvmem: mediatek: efuse: Reuse mt8186-efuse in mt8188

[PATCH v4 0/7] KVM: arm64: Hide unsupported MPAM from the guest
 2024-10-04 11:07 UTC  (8+ messages)
` [PATCH v4 1/7] arm64: head.S: Initialise MPAM EL2 registers and disable traps
` [PATCH v4 2/7] arm64/sysreg: Convert existing MPAM sysregs and add the remaining entries
` [PATCH v4 3/7] arm64: cpufeature: discover CPU support for MPAM
` [PATCH v4 4/7] KVM: arm64: Fix missing traps of guest accesses to the MPAM registers
` [PATCH v4 5/7] KVM: arm64: Add a macro for creating filtered sys_reg_descs entries
` [PATCH v4 6/7] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
` [PATCH v4 7/7] KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignored

[PATCH net] net: ti: icssg-prueth: Fix race condition for VLAN table access
 2024-10-04 10:46 UTC  (4+ messages)

[PATCH v10 3/3] drm/mediatek: Implement OF graphs support for display paths
 2024-10-04 10:22 UTC  (5+ messages)

[PATCH 0/5] arm64: Use memory copy instructions in kernel routines
 2024-10-04 10:10 UTC  (8+ messages)
` [PATCH 4/5] arm64: lib: Use MOPS for memcpy() routines

[PATCH v6 0/7] Add NSS clock controller support for IPQ9574
 2024-10-04  9:52 UTC  (9+ messages)
` [PATCH v6 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574
` [PATCH v6 2/7] dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX
` [PATCH v6 3/7] clk: qcom: gcc-ipq9574: Add support for gpll0_out_aux clock
` [PATCH v6 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
` [PATCH v6 5/7] clk: qcom: Add NSS clock Controller driver for IPQ9574
` [PATCH v6 6/7] arm64: dts: qcom: ipq9574: Add nsscc node
` [PATCH v6 7/7] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574

[PATCH v3 0/9] Add platform supports to MediaTek MT8188 SoC (part 2)
 2024-10-04  9:33 UTC  (11+ messages)
` [PATCH v3 1/9] arm64: dts: mediatek: mt8188: Assign GCE aliases
` [PATCH v3 2/9] arm64: dts: mediatek: mt8188: Add PCIe nodes
` [PATCH v3 3/9] arm64: dts: mediatek: mt8188: Add MIPI DSI nodes
` [PATCH v3 4/9] arm64: dts: mediatek: mt8188: Add video decoder and encoder nodes
` [PATCH v3 5/9] arm64: dts: mediatek: mt8188: Add JPEG "
` [PATCH v3 6/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys0
` [PATCH v3 7/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys1
` [PATCH v3 8/9] arm64: dts: mediatek: mt8188: Add DP-INTF nodes
` [PATCH v3 9/9] arm64: dts: mediatek: mt8188: Add eDP and DP TX nodes

[PATCH] [next] ARM: Replace snprintf() with the safer scnprintf() variant
 2024-10-04  9:09 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-10-04  9:04 UTC 

[PATCH] dt-bindings: power: mediatek: Refine multiple level power domain nodes
 2024-10-04  8:40 UTC  (3+ messages)

[PATCH net-next] net: airoha: Implement BQL support
 2024-10-04  8:30 UTC  (3+ messages)

[PATCH V5 0/7] Add NSS clock controller support for IPQ9574
 2024-10-04  8:01 UTC  (7+ messages)
` [PATCH V5 5/7] clk: qcom: Add NSS clock Controller driver "
` [PATCH V5 6/7] arm64: dts: qcom: ipq9574: Add support for nsscc node


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