linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-30 08:39:48 to 2024-04-30 16:31:36 UTC [more...]

[PATCH v6 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-04-30 16:30 UTC  (12+ messages)
` [PATCH v6 1/6] iommu/arm-smmu-v3: Pass in cmdq pointer to arm_smmu_cmdq_issue_cmdlist()
` [PATCH v6 2/6] iommu/arm-smmu-v3: Add CS_NONE quirk
` [PATCH v6 3/6] iommu/arm-smmu-v3: Make arm_smmu_cmdq_init reusable
` [PATCH v6 4/6] iommu/arm-smmu-v3: Make __arm_smmu_cmdq_skip_err reusable

[PATCH v7 0/2] Add hantro g1 video decoder support for RK3588
 2024-04-30 16:26 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: media: rockchip-vpu: Add rk3588 vpu121 compatible string

[PATCH v2] arm64/mm: pmd_mkinvalid() must handle swap pmds
 2024-04-30 16:25 UTC  (6+ messages)

[PATCH] perf cs-etm: Improve version detection and error reporting
 2024-04-30 16:22 UTC  (2+ messages)

[PATCH v3] ptdump: add intermediate directory support
 2024-04-30 16:13 UTC  (2+ messages)

[PATCH 00/17] Add support for the LAN966x PCI device using a DT overlay
 2024-04-30 15:40 UTC  (24+ messages)
` [PATCH 03/17] reset: mchp: sparx5: Release syscon when not use anymore
` [PATCH 04/17] reset: core: add get_device()/put_device on rcdev
` [PATCH 05/17] reset: mchp: sparx5: set the dev member of the reset controller
` [PATCH 06/17] dt-bindings: net: mscc-miim: Add resets property
` [PATCH 07/17] net: mdio: mscc-miim: Handle the switch reset
` [PATCH 08/17] net: lan966x: remove debugfs directory in probe() error path
` [PATCH 09/17] dt-bindings: interrupt-controller: Add support for Microchip LAN966x OIC
` [PATCH 10/17] irqdomain: Add missing parameter descriptions in docs
` [PATCH 11/17] irqdomain: Introduce irq_domain_alloc() and irq_domain_publish()
` [PATCH 12/17] irqchip: Add support for LAN966x OIC
` [PATCH 13/17] MAINTAINERS: Add the Microchip LAN966x OIC driver entry
` [PATCH 14/17] of: dynamic: Introduce of_changeset_add_prop_bool()
` [PATCH 15/17] pci: of_property: Add the interrupt-controller property in PCI device nodes
` [PATCH 16/17] mfd: Add support for LAN966x PCI device
` [PATCH 17/17] MAINTAINERS: Add the Microchip LAN966x PCI driver entry

[PATCH v2 0/3] arm64/mm: Enable userfaultfd write-protect
 2024-04-30 15:39 UTC  (15+ messages)
` [PATCH v2 1/3] arm64/mm: Refactor PMD_PRESENT_INVALID and PTE_PROT_NONE bits

[PATCH] hardening: Refresh KCFI options, add some more
 2024-04-30 15:12 UTC  (5+ messages)

[PATCH V3 0/2] iommu/arm-smmu-v3: Add support for ECMDQ register mode
 2024-04-30 15:09 UTC  (2+ messages)

[PATCH] arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process
 2024-04-30 15:06 UTC  (2+ messages)

[PATCH v3 0/4] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2024-04-30 15:05 UTC  (7+ messages)
` [PATCH v3 1/4] iommu/arm-smmu-v3: Add feature detection for HTTU
` [PATCH v3 2/4] iommu/io-pgtable-arm: Add read_and_clear_dirty() support
` [PATCH v3 3/4] iommu/arm-smmu-v3: Add support for dirty tracking in domain alloc
` [PATCH v3 4/4] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping

[PATCH v7 08/10] regulator: tps6594-regulator: Add TI TPS65224 PMIC regulators
 2024-04-30 14:52 UTC  (3+ messages)

[PATCH v4 0/7] iommu, dma-mapping: Simplify arch_setup_dma_ops()
 2024-04-30 14:39 UTC  (11+ messages)
` [PATCH v4 6/7] iommu/dma: Centralise iommu_setup_dma_ops()

[PATCH v9 00/19] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-30 14:24 UTC  (20+ messages)
` [PATCH v9 01/19] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v9 02/19] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v9 03/19] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v9 04/19] ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
` [PATCH v9 05/19] ACPI: processor: Fix memory leaks in error paths of processor_add()
` [PATCH v9 06/19] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v9 07/19] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v9 08/19] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v9 09/19] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v9 10/19] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v9 11/19] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v9 12/19] arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
` [PATCH v9 13/19] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v9 14/19] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v9 15/19] arm64: psci: Ignore DENIED CPUs
` [PATCH v9 16/19] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v9 17/19] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v9 18/19] arm64: document virtual CPU hotplug's expectations
` [PATCH v9 19/19] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v9 0/1] watchdog: aspeed: Revise handling of bootstatus
 2024-04-30 14:31 UTC  (2+ messages)
` [PATCH v9 1/1] "

[PATCH v2] ASoC: sunxi: DMIC: Add controls for adjusting the mic gains
 2024-04-30 14:31 UTC  (2+ messages)

[PATCH v8 0/1] drivers: watchdog: revise watchdog bootstatus
 2024-04-30 14:30 UTC  (6+ messages)
` [PATCH v8 1/1] "

[PATCH v5 0/3] Enable UFS on gs101 / Pixel 6 (Oriole)
 2024-04-30 14:14 UTC  (4+ messages)
` [PATCH v5 1/3] arm64: dts: exynos: gs101: Add the hsi2 sysreg node
` [PATCH v5 2/3] arm64: dts: exynos: gs101: Add ufs and ufs-phy dt nodes
` [PATCH v5 3/3] arm64: dts: exynos: gs101: enable ufs, phy on oriole & define ufs regulator

[PATCH 00/13] ASoC: Use snd_soc_substream_to_rtd() for accessing private_data
 2024-04-30 14:02 UTC  (14+ messages)
` [PATCH 01/13] ASoC: qcom: "
` [PATCH 02/13] ASoC: tegra: "
` [PATCH 03/13] ASoC: ti: "
` [PATCH 04/13] ASoC: arm: "
` [PATCH 05/13] ASoC: amd: "
` [PATCH 06/13] ASoC: fsl: "
` [PATCH 07/13] ASoC: img: "
` [PATCH 08/13] ASoC: kirkwood: "
` [PATCH 09/13] ASoC: loongson: "
` [PATCH 10/13] ASoC: mediatek: "
` [PATCH 11/13] ASoC: meson: "
` [PATCH 12/13] ASoC: samsung: "
` [PATCH 13/13] ASoC: sunxi: "

[soc:soc/arm] BUILD SUCCESS e29d430169d7dba605fc14c7039ad46ffd4cadde
 2024-04-30 13:58 UTC 

[PATCH 0/3] Enable PCIe ATS for devicetree boot
 2024-04-30 13:57 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: PCI: generic: Add ats-supported property
` [PATCH 2/3] iommu/of: Support ats-supported device-tree property

[PATCH] ARM: Use conditionals for CFI branches
 2024-04-30 13:45 UTC  (6+ messages)

[PATCH v8 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-30 13:42 UTC  (19+ messages)
` [PATCH v8 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v8 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v8 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs

[PATCH net-next] net: phy: Don't conditionally compile the phy_link_topology creation
 2024-04-30 13:36 UTC  (4+ messages)

[PATCH net] net: dsa: mt7530: fix impossible MDIO address and issue warning
 2024-04-30 13:21 UTC  (2+ messages)

[soc:mediatek/drivers] BUILD SUCCESS 8a87e1d21ef84fe68913aeba9838222422eef4d7
 2024-04-30 13:20 UTC 

[PATCH v2] arm64: dts: ti: Fix csi2-dual-imx219 dtb names
 2024-04-30 13:17 UTC  (2+ messages)

[PATCH v8 00/10] Add support for TI TPS65224 PMIC
 2024-04-30 13:16 UTC  (4+ messages)
` [PATCH v8 01/10] mfd: tps6594: Add register definitions "
` [PATCH v8 02/10] mfd: tps6594: use volatile_table instead of volatile_reg
` [PATCH v8 03/10] dt-bindings: mfd: ti,tps6594: Add TI TPS65224 PMIC

[PATCH v4] arm64: dts: ti: k3-j721e-sk: Add support for multiple CAN instances
 2024-04-30 13:15 UTC 

[PATCH 0/4] media: Fix compilations with !ACPI !PM and !OF
 2024-04-30 12:55 UTC  (5+ messages)
` [PATCH 1/4] media: bcm2835-unicam: Fix build with !PM
` [PATCH 2/4] media: intel/ipu6: Switch to RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS
` [PATCH 3/4] media: intel/ipu6: Fix direct dependency Kconfig error
` [PATCH 4/4] media: intel/ipu6: Fix build with !ACPI

[PATCH] arm64: Properly clean up iommu-dma remnants
 2024-04-30 12:51 UTC  (5+ messages)

[PATCH v7 00/16] mm: jit/text allocator
 2024-04-30 12:41 UTC  (3+ messages)
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained

[PATCH 0/4] arm64/sysreg: Add registers for FEAT_Debugv8p9
 2024-04-30 12:38 UTC  (4+ messages)

[PATCH net-next] dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support
 2024-04-30 12:24 UTC 

[PATCH] selftests:arm64: Test PR_SVE_VL_INHERIT after a double fork
 2024-04-30 12:20 UTC  (2+ messages)

[PATCH v6 0/5] Rework system pressure interface to the scheduler
 2024-04-30 12:15 UTC  (5+ messages)
` [PATCH v6 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure

[PATCH net-next v3] net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimers
 2024-04-30 12:06 UTC 

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-30 12:03 UTC  (7+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "
      ` [EXT] "

[PATCH net-next v2] net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being used
 2024-04-30 11:50 UTC  (2+ messages)

[PATCH v2 0/8] spi: use 'time_left' instead of 'timeout' with wait_for_*() functions
 2024-04-30 11:41 UTC  (4+ messages)
` [PATCH v2 3/8] spi: imx: use 'time_left' variable with wait_for_completion_timeout()
` [PATCH v2 6/8] spi: sun4i: "
` [PATCH v2 7/8] spi: sun6i: "

[PATCH] arm64: dts: mediatek: mt7981: add efuse block
 2024-04-30 11:37 UTC  (2+ messages)

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-04-30 11:33 UTC  (3+ messages)

[PATCH] arm64: dts: allwinner: Add cache information to the SoC dtsi for A64
 2024-04-30 11:10 UTC  (6+ messages)
` [PATCH] arm64: dts: allwinner: Add cache information to the SoC dtsi for H6

[PATCH v2] rust: add flags for shadow call stack sanitizer
 2024-04-30 11:09 UTC  (2+ messages)

[PATCH v4 0/4] Enable UFS on gs101 / Pixel 6 (Oriole)
 2024-04-30 11:06 UTC  (4+ messages)
` [PATCH v4 3/4] arm64: dts: exynos: gs101: Add ufs and ufs-phy dt nodes

[PATCH v2 0/3] Fix reg ranges for main_pktdma dma-controller node
 2024-04-30 10:52 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: ti: k3-am62-main: Fix the reg-range for main_pktdma
` [PATCH v2 2/3] arm64: dts: ti: k3-am62a-main: "
` [PATCH v2 3/3] arm64: dts: ti: k3-am62p-main: "

[PATCH 0/6] pmdomain/cpuidle-psci: Support s2idle/s2ram on PREEMPT_RT
 2024-04-30 10:42 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: arm: rockchip: add Radxa ROCK 3C
 2024-04-30 10:36 UTC  (2+ messages)

[soc:soc/dt] BUILD SUCCESS cc5dc7e7f93009390baa8587837741bde45c3993
 2024-04-30 10:22 UTC 

[PATCH v7 0/2] modify Signed-off-by field
 2024-04-30 10:21 UTC  (3+ messages)

[PATCH] clk: samsung: gs101: mark some apm UASC and XIU clocks critical
 2024-04-30  9:54 UTC 

[PATCH] arm64: dts: mediatek: mt8192-asurada: Add off-on-delay-us for pp3300_mipibrdg
 2024-04-30  9:52 UTC  (4+ messages)

[PATCH v2 0/4] hook up pin controller clocks on Google Tensor gs101
 2024-04-30  9:49 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: exynos: gs101: specify bus clock for pinctrl (far) alive
` [PATCH v2 2/4] arm64: dts: exynos: gs101: specify bus clock for pinctrl_peric[01]
` [PATCH v2 3/4] arm64: dts: exynos: gs101: specify bus clock for pinctrl_hsi2
` [PATCH v2 4/4] arm64: dts: exynos: gs101: specify empty clocks for remaining pinctrl

[PATCH net-next v2] net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimers
 2024-04-30  9:42 UTC  (3+ messages)

[PATCH] mailbox: mtk-cmdq: Fix sleeping function called from invalid context
 2024-04-30  9:39 UTC  (2+ messages)

[PATCH 1/1] arm64: optimize code duplication in arch_static_branch/_jump function
 2024-04-30  8:56 UTC  (3+ messages)
` [PATCH v3 0/1] cleanup arch_static_branch/_jump
  ` [PATCH v3 1/1] arm64: simplify arch_static_branch/_jump function

[PATCH v3] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node
 2024-04-30  8:50 UTC 

[PATCH v2 1/3] media: v4l2-ctrls: Add average qp control
 2024-04-30  8:55 UTC  (6+ messages)
` [PATCH v2 3/3] media: amphion: Remove lock in s_ctrl callback

[PATCH 0/4] hook up pin controller clocks on Google Tensor gs101
 2024-04-30  6:16 UTC  (3+ messages)
` [PATCH 4/4] arm64: dts: exynos: gs101: specify placeholder clocks for remaining pinctrl


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