linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-28 08:39:39 to 2021-07-28 16:59:03 UTC [more...]

[RFC PATCH v6 0/3] arm64: Implement stack trace reliability checks
 2021-07-28 16:56 UTC  (3+ messages)
  ` [RFC PATCH v6 1/3] arm64: Improve the unwinder return value

[PATCH v6 00/17] Introduce SCMI transport based on VirtIO
 2021-07-28 16:54 UTC  (15+ messages)
` [PATCH v6 05/17] firmware: arm_scmi: Add transport optional init/exit support
` [PATCH v6 06/17] firmware: arm_scmi: Introduce monotonically increasing tokens
` [PATCH v6 08/17] firmware: arm_scmi: Add priv parameter to scmi_rx_callback
` [PATCH v6 10/17] firmware: arm_scmi: Make polling mode optional
` [PATCH v6 11/17] firmware: arm_scmi: Make SCMI transports configurable
` [PATCH v6 15/17] firmware: arm_scmi: Add optional link_supplier() transport op

[PATCH 0/9] fixes and enablement for rk356x
 2021-07-28 16:49 UTC  (26+ messages)
` [PATCH 1/9] dt-bindings: gpio: rockchip, gpio-bank: increase max clocks
` [PATCH 2/9] arm64: dts: rockchip: fix rk3568 mbi-alias
` [PATCH 3/9] arm64: dts: rockchip: add rk356x gpio debounce clocks
` [PATCH 4/9] arm64: dts: rockchip: add rk356x gmac1 node
` [PATCH 5/9] arm64: dts: rockchip: add rk3568 tsadc nodes
` [PATCH 6/9] arm64: dts: rockchip: add missing rk3568 cru phandles
` [PATCH 7/9] arm64: dts: rockchip: adjust rk3568 pll clocks
` [PATCH 8/9] arm64: dts: rockchip: enable gmac node on quartz64-a
` [PATCH 9/9] arm64: dts: rockchip: add thermal support to Quartz64 Model A

[PATCH 0/2] add ethernet support to rk3568 dts
 2021-07-28 16:45 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: rockchip: add gmac0 node to rk3568
` [PATCH 2/2] arm64: dts: rockchip: rk3568-evb1-v10: add ethernet support

[RFC PATCH 1/2] arm64: mm: Make virt_addr_valid to check for pfn_valid again
 2021-07-28 16:44 UTC  (2+ messages)
` [RFC PATCH 2/2] xen/unpopulated-alloc: Query hypervisor to provide unallocated space

[PATCH v2] arm64: allow TCR_EL1.TBID0 to be configured
 2021-07-28 16:42 UTC  (4+ messages)

[PATCH v9 00/10] CoreSight configuration management; ETM strobing
 2021-07-28 16:41 UTC  (4+ messages)
` [PATCH v9 05/10] coresight: syscfg: Add API to activate and enable configurations

[PATCH v1 0/3] kselftest/arm64: Vector length configuration tests
 2021-07-28 16:37 UTC  (15+ messages)
` [PATCH v1 1/3] kselftest/arm64: Provide a helper binary and "library" for SVE RDVL
` [PATCH v1 2/3] kselftest/arm64: Validate vector lengths are set in sve-probe-vls
` [PATCH v1 3/3] kselftest/arm64: Add tests for SVE vector configuration

[PATCH v2 0/4] kselftest/arm64: Vector length configuration tests
 2021-07-28 16:33 UTC  (5+ messages)
` [PATCH v2 1/4] kselftest/arm64: Provide a helper binary and "library" for SVE RDVL
` [PATCH v2 2/4] kselftest/arm64: Validate vector lengths are set in sve-probe-vls
` [PATCH v2 3/4] kselftest/arm64: Add tests for SVE vector configuration
` [PATCH v2 4/4] kselftest/arm64: Add a TODO list for floating point tests

[PATCH] bcm63xx_enet: remove needless variable definitions
 2021-07-28 16:14 UTC  (2+ messages)

[PATCH 0/5] Update and rewrite IXP4xx PATA driver
 2021-07-28 16:14 UTC  (7+ messages)
` [PATCH 1/5] pata: ixp4xx: Use local dev variable
` [PATCH 2/5] pata: ixp4xx: Use IS_ENABLED() to determine endianness
` [PATCH 3/5] pata: ixp4xx: Refer to cmd and ctl rather than csN
` [PATCH 4/5] pata: ixp4xx: Add DT bindings
` [PATCH 5/5] pata: ixp4xx: Rewrite to use device tree

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-28 16:10 UTC  (5+ messages)
` [PATCH v5 1/6] kexec: move locking into do_kexec_load
` [PATCH v5 2/6] kexec: avoid compat_alloc_user_space

[PATCH v2 00/24] iommu: Refactor DMA domain strictness
 2021-07-28 15:58 UTC  (25+ messages)
` [PATCH v2 01/24] iommu: Pull IOVA cookie management into the core
` [PATCH v2 02/24] iommu/amd: Drop IOVA cookie management
` [PATCH v2 03/24] iommu/arm-smmu: "
` [PATCH v2 04/24] iommu/vt-d: "
` [PATCH v2 05/24] iommu/exynos: "
` [PATCH v2 06/24] iommu/ipmmu-vmsa: "
` [PATCH v2 07/24] iommu/mtk: "
` [PATCH v2 08/24] iommu/rockchip: "
` [PATCH v2 09/24] iommu/sprd: "
` [PATCH v2 10/24] iommu/sun50i: "
` [PATCH v2 11/24] iommu/virtio: "
` [PATCH v2 12/24] iommu/dma: Unexport "
` [PATCH v2 13/24] iommu/dma: Remove redundant "!dev" checks
` [PATCH v2 14/24] iommu: Introduce explicit type for non-strict DMA domains
` [PATCH v2 15/24] iommu/amd: Prepare for multiple DMA domain types
` [PATCH v2 16/24] iommu/arm-smmu: "
` [PATCH v2 17/24] iommu/vt-d: "
` [PATCH v2 18/24] iommu: Express DMA strictness via the domain type
` [PATCH v2 19/24] iommu: Expose DMA domain strictness via sysfs
` [PATCH v2 20/24] iommu: Merge strictness and domain type configs
` [PATCH v2 21/24] iommu/dma: Factor out flush queue init
` [PATCH v2 22/24] iommu: Allow enabling non-strict mode dynamically
` [PATCH v2 23/24] iommu/arm-smmu: Allow non-strict in pgtable_quirks interface
` [PATCH v2 24/24] iommu: Only log strictness for DMA domains

[PATCH 00/14] drm: Make DRM's IRQ helpers legacy
 2021-07-28 15:44 UTC  (12+ messages)
` [PATCH 01/14] drm/amdgpu: Convert to Linux IRQ interfaces
` [PATCH 02/14] drm/arm/hdlcd: "
` [PATCH 03/14] drm/atmel-hlcdc: "
` [PATCH 14/14] drm: IRQ midlayer is now legacy

[bug report] iommu_dma_unmap_sg() is very slow then running IO from remote numa node
 2021-07-28 15:39 UTC  (16+ messages)

[PATCH 0/2] Fix off-by-one in range_is_memory
 2021-07-28 15:32 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: "
` [PATCH 2/2] KVM: arm64: Minor optimization of range_is_memory

[RFC PATCH 0/9] phy-rockchip-inno-usb2: support rk356x usb2phy
 2021-07-28 15:20 UTC  (16+ messages)
` [RFC PATCH 1/9] dt-bindings: soc: rockchip: add rk3568-usb2phy-grf
` [RFC PATCH 2/9] dt-bindings: phy: phy-rockchip-inno-usb2: add rk3568 documentation
` [RFC PATCH 3/9] dt-bindings: usb: generic-ohci: increase maximum clocks
` [RFC PATCH 4/9] phy: phy-rockchip-inno-usb2: support #address_cells = 2
` [RFC PATCH 5/9] phy: phy-rockchip-inno-usb2: support standalone phy nodes
` [RFC PATCH 6/9] phy: phy-rockchip-inno-usb2: support muxed interrupts
` [RFC PATCH 7/9] phy: phy-rockchip-inno-usb2: add rk3568 support
` [RFC PATCH 8/9] arm64: dts: rockchip: add usb2 nodes to rk3568 device tree
` [RFC PATCH 9/9] arm64: dts: rockchip: add Quartz64-A usb2 support

[PATCH] ARM: ixp4xx: Delete Coyote and IXDPG425 boardfiles
 2021-07-28 15:15 UTC 

[PATCH 1/3] arm: dts: mt8135: Move pinfunc to include/dt-bindings/pinctrl
 2021-07-28 15:17 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: mediatek: convert pinctrl to yaml

[PATCH] ARM: dts: Add device trees for Coyote and IXDPG425
 2021-07-28 15:10 UTC 

[PATCH v2] PCI: DWC: meson: add 256 bytes MRRS quirk
 2021-07-28 15:08 UTC  (2+ messages)

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-28 14:51 UTC  (23+ messages)
` [PATCH 01/16] KVM: arm64: Generalise VM features into a set of flags
` [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls

[PATCH 1/2] arm: defconfig: drop unused POWER_AVS option
 2021-07-28 14:41 UTC  (2+ messages)
` [PATCH 2/2] arm64: "

[RFC v2 0/4] power: supply: Add Support for RK817 Charger
 2021-07-28 14:26 UTC  (4+ messages)

[PATCH 0/3] iommu/drm/msm: Allow non-coherent masters to use system cache
 2021-07-28 14:00 UTC 

[PATCH 00/10] arm64: Self-hosted trace related erratum workarouds
 2021-07-28 13:52 UTC  (11+ messages)
` [PATCH 01/10] coresight: trbe: Add infrastructure for Errata handling
` [PATCH 02/10] coresight: trbe: Add a helper to calculate the trace generated
` [PATCH 03/10] coresight: trbe: Add a helper to pad a given buffer area
` [PATCH 04/10] coresight: trbe: Decouple buffer base from the hardware base
` [PATCH 05/10] coresight: trbe: Allow driver to choose a different alignment
` [PATCH 06/10] arm64: Add Neoverse-N2, Cortex-A710 CPU part definition
` [PATCH 07/10] arm64: Add erratum detection for TRBE overwrite in FILL mode
` [PATCH 08/10] coresight: trbe: Workaround TRBE errat "
` [PATCH 09/10] arm64: Enable workaround for TRBE "
` [PATCH 10/10] arm64: errata: Add workaround for TSB flush failures

[PATCH 0/3] Address compilation of eBPF related software with clang compiler on arm architecture
 2021-07-28 13:49 UTC  (3+ messages)
` [PATCH 3/3] include/uapi/linux/swab: Fix potentially missing __always_inline

[PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX
 2021-07-28 13:32 UTC  (5+ messages)
` [PATCH v10 1/3] dt-bindings: media: document the nxp, imx8mq-mipi-csi2 receiver phy and controller
` [PATCH v10 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx "
` [PATCH v10 3/3] arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions

[PATCH] KVM: arm64: fix comment typo
 2021-07-28 13:06 UTC 

[PATCH 0/2] kasan, mm: reset tag when access metadata
 2021-07-28 12:43 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH] ASoC: bcm: cygnus-pcm: Fix unused assignment about 'rc'
 2021-07-28 12:44 UTC 

[PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-28 12:17 UTC  (4+ messages)
` [PATCH v2 1/6] KVM: arm64: Introduce helper to retrieve a PTE and its level

[PATCH v2 00/16] Track shared pages at EL2 in protected mode
 2021-07-28 12:14 UTC  (3+ messages)
` [PATCH v2 12/16] KVM: arm64: Mark host bss and rodata section as shared

[PATCH v1 0/5] add mt8195 SoC DRM binding
 2021-07-28 10:56 UTC  (7+ messages)
` [PATCH v1 1/5] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding

[PATCH v2] dmaengine: at_xdmac: use platform_driver_register
 2021-07-28 10:51 UTC  (2+ messages)

[PATCH v2 00/14] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-07-28 10:31 UTC  (5+ messages)
` [PATCH v2 09/14] soc: mediatek: mmsys: Add reset controller support for MT8195 vdosys1

[PATCH v3 0/5] Add FF-A support in OP-TEE driver
 2021-07-28 10:22 UTC  (14+ messages)
` [PATCH v3 1/5] tee: add sec_world_id to struct tee_shm
` [PATCH v3 2/5] optee: simplify optee_release()
` [PATCH v3 3/5] optee: refactor driver with internal callbacks

[v14 00/21] Mediatek MT8192 clock support
 2021-07-28 10:21 UTC  (5+ messages)
` [v14 02/21] dt-bindings: ARM: Mediatek: Add mmsys document binding for MT8192

[PATCH v2 00/10] i2c: xiic: Add features, bug fixes
 2021-07-28 10:11 UTC  (10+ messages)

[PATCH 0/1] arm64/cpufeature: Add an option for mte support
 2021-07-28 10:05 UTC  (5+ messages)
` [PATCH 1/1] arm64/cpufeature: Add option to disable "

[RESEND PATCH v4] clk: stm32f4: fix post divisor setup for I2S/SAI PLLs
 2021-07-28 10:03 UTC  (2+ messages)

[PATCH] clk: rk3308: make ddrphy4x clock critical
 2021-07-28  9:53 UTC  (3+ messages)

renesas/master bisection: baseline-nfs.bootrr.rockchip-usb2phy0-probed on rk3399-gru-kevin
 2021-07-28  9:51 UTC  (7+ messages)
        ` Annotation for dtbscheck to ignore a defect (Was: Re: renesas/master bisection: baseline-nfs.bootrr.rockchip-usb2phy0-probed on rk3399-gru-kevin)

[PATCH] drivers/soc: Remove all strcpy() uses in favor of strscpy()
 2021-07-28  9:36 UTC  (4+ messages)

[PATCH] usb: gadget: pxa25x_udc: Constify static struct pxa25x_ep_ops
 2021-07-28  9:25 UTC  (2+ messages)

[PATCH v2 00/10] coresight: TRBE and Self-Hosted trace fixes
 2021-07-28  9:25 UTC  (7+ messages)
` [PATCH v2 07/10] coresight: trbe: Do not truncate buffer on IRQ

[PATCH] ARM: dts: ixp4xx: Fix up bad interrupt flags
 2021-07-28  9:16 UTC  (2+ messages)

[RFC PATCH 0/6] leds: Fix pca955x GPIO pin mappings
 2021-07-28  9:13 UTC  (3+ messages)

[PATCH] tools: perf: Report collisions in AUX records
 2021-07-28  9:12 UTC 

[PATCH v13 00/17] Introduce the Counter character device interface
 2021-07-28  8:51 UTC  (2+ messages)

[PATCH] dmaengine: at_xdmac: use module_platform_driver
 2021-07-28  8:37 UTC  (5+ messages)


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