linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-25 09:40:57 to 2021-08-25 17:00:17 UTC [more...]

[PATCH v2 0/6] arm64: IPQ6018 PCIe support
 2021-08-25 16:37 UTC  (9+ messages)
` [PATCH v2 2/6] PCI: qcom: add support for IPQ60xx PCIe controller

[PATCH v4 0/12] Introduce atomic support for SCMI transports
 2021-08-25 16:35 UTC  (17+ messages)
` [PATCH v4 01/12] firmware: arm_scmi: Perform earlier cinfo lookup call in do_xfer
` [PATCH v4 02/12] firmware: arm_scmi: Add configurable polling mode for transports
` [PATCH v4 03/12] firmware: arm_scmi: Add support for atomic transports
` [PATCH v4 04/12] include: trace: Add new scmi_xfer_response_wait event
` [PATCH v4 05/12] firmware: arm_scmi: Use new trace event scmi_xfer_response_wait
` [PATCH v4 06/12] firmware: arm_scmi: Add is_transport_atomic() handle method
` [PATCH v4 07/12] clk: scmi: Support atomic enable/disable API
` [PATCH v4 09/12] [RFC] firmware: arm_scmi: Make smc transport use common completions

[PATCH v3 0/7] Add support to the mmsys driver to be a reset controller
 2021-08-25 16:31 UTC  (10+ messages)
` [PATCH v3 1/7] arm64: dts: mediatek: Move reset controller constants into common location
` [PATCH v3 2/7] dt-bindings: mediatek: Add #reset-cells to mmsys system controller
` [PATCH v3 3/7] dt-bindings: display: mediatek: add dsi reset optional property
` [PATCH v3 4/7] arm64: dts: mt8173: Add the mmsys reset bit to reset the dsi0
` [PATCH v3 5/7] arm64: dts: mt8183: "
` [PATCH v3 6/7] soc: mediatek: mmsys: Add reset controller support
` [PATCH v3 7/7] drm/mediatek: mtk_dsi: Reset the dsi0 hardware

[PATCH v2 0/4] CM4 ACPI PCIe quirk
 2021-08-25 16:23 UTC  (5+ messages)
` [PATCH v2 3/4] PCI/ACPI: Add Broadcom bcm2711 MCFG quirk

[PATCH v7 1/4] dt-bindings: mfd: qcom, tcsr: document ipq6018 compatible
 2021-08-25 16:18 UTC  (9+ messages)
` [PATCH v7 2/4] pwm: driver for qualcomm ipq6018 pwm block
` [PATCH v7 3/4] dt-bindings: pwm: add IPQ6018 binding
` [PATCH v7 4/4] arm64: dts: ipq6018: add pwm node

[RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2021-08-25 16:18 UTC  (40+ messages)
` [RFC PATCH v4 01/39] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM
` [RFC PATCH v4 02/39] KVM: arm64: Add lock/unlock memslot user API
` [RFC PATCH v4 03/39] KVM: arm64: Implement the memslot lock/unlock functionality
` [RFC PATCH v4 04/39] KVM: arm64: Defer CMOs for locked memslots until a VCPU is run
` [RFC PATCH v4 05/39] KVM: arm64: Perform CMOs on locked memslots when userspace resets VCPUs
` [RFC PATCH v4 06/39] KVM: arm64: Delay tag scrubbing for locked memslots until a VCPU runs
` [RFC PATCH v4 07/39] KVM: arm64: Unlock memslots after stage 2 tables are freed
` [RFC PATCH v4 08/39] KVM: arm64: Deny changes to locked memslots
` [RFC PATCH v4 09/39] KVM: Add kvm_warn{,_ratelimited} macros
` [RFC PATCH v4 10/39] KVM: arm64: Print a warning for unexpected faults on locked memslots
` [RFC PATCH v4 11/39] KVM: arm64: Allow userspace to lock and unlock memslots
` [RFC PATCH v4 12/39] KVM: arm64: Add the KVM_ARM_VCPU_SUPPORTED_CPUS VCPU ioctl
` [RFC PATCH v4 13/39] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [RFC PATCH v4 14/39] KVM: arm64: Add SPE capability and VCPU feature
` [RFC PATCH v4 15/39] drivers/perf: Expose the cpumask of CPUs that support SPE
` [RFC PATCH v4 16/39] KVM: arm64: Make SPE available when at least one CPU supports it
` [RFC PATCH v4 17/39] KVM: arm64: Set the VCPU SPE feature bit when SPE is available
` [RFC PATCH v4 18/39] KVM: arm64: Expose SPE version to guests
` [RFC PATCH v4 19/39] KVM: arm64: Do not emulate SPE on CPUs which don't have SPE
` [RFC PATCH v4 20/39] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v4 21/39] KVM: arm64: Add SPE VCPU device attribute to set the interrupt number
` [RFC PATCH v4 22/39] KVM: arm64: Add SPE VCPU device attribute to initialize SPE
` [RFC PATCH v4 23/39] KVM: arm64: VHE: Clear MDCR_EL2.E2PB in vcpu_put()
` [RFC PATCH v4 24/39] KVM: arm64: debug: Configure MDCR_EL2 when a VCPU has SPE
` [RFC PATCH v4 25/39] KVM: arm64: Move the write to MDCR_EL2 out of __activate_traps_common()
` [RFC PATCH v4 26/39] KVM: arm64: VHE: Change MDCR_EL2 at world switch if VCPU has SPE
` [RFC PATCH v4 27/39] KVM: arm64: Add SPE system registers to VCPU context
` [RFC PATCH v4 28/39] KVM: arm64: nVHE: Save PMSCR_EL1 to the host context
` [RFC PATCH v4 29/39] KVM: arm64: Rename DEBUG_STATE_SAVE_SPE -> DEBUG_SAVE_SPE_BUFFER flags
` [RFC PATCH v4 30/39] KVM: arm64: nVHE: Context switch SPE state if VCPU has SPE
` [RFC PATCH v4 31/39] KVM: arm64: VHE: "
` [RFC PATCH v4 32/39] KVM: arm64: Save/restore PMSNEVFR_EL1 on VCPU put/load
` [RFC PATCH v4 33/39] KVM: arm64: Allow guest to use physical timestamps if perfmon_capable()
` [RFC PATCH v4 34/39] KVM: arm64: Emulate SPE buffer management interrupt
` [RFC PATCH v4 35/39] KVM: arm64: Add an userspace API to stop a VCPU profiling
` [RFC PATCH v4 36/39] KVM: arm64: Implement "
` [RFC PATCH v4 37/39] KVM: arm64: Add PMSIDR_EL1 to the SPE register context
` [RFC PATCH v4 38/39] KVM: arm64: Make CONFIG_KVM_ARM_SPE depend on !CONFIG_NUMA_BALANCING
` [RFC PATCH v4 39/39] KVM: arm64: Allow userspace to enable SPE for guests

[PATCH v2 0/2] ARM: dts: keystone-k2*-evm: Fix mdio and dss node status
 2021-08-25 16:17 UTC  (2+ messages)

[PATCH v2] ARM: dts: da850-evm: Change aemif node status from "ok" to "okay"
 2021-08-25 16:15 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.14.0-rc7 (arm-next, 988c09ad)
 2021-08-25 16:07 UTC 

[PATCH] iommu/io-pgtable: Abstract iommu_iotlb_gather access
 2021-08-25 15:43 UTC  (4+ messages)

[PATCH 00/17] Basical Allwinner R329 support
 2021-08-25 15:37 UTC  (16+ messages)
` [PATCH 10/17] clk: sunxi=ng: add support for R329 R-CCU
` [PATCH 11/17] clk: sunxi-ng: add support for Allwinner R329 CCU
` [PATCH 15/17] arm64: allwinner: dts: add DTSI file for R329 SoC

[PATCH 0/2] regulator: vctrl: Avoid lockdep warning in enable/disable ops
 2021-08-25 15:09 UTC  (2+ messages)

[PATCH v7 0/7] Refactor MTK MDP driver into core/components
 2021-08-25 15:18 UTC  (5+ messages)
` [PATCH v7 7/7] media: mtk-mdp: use mdp-rdma0 alias to point to MDP master

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-25 15:07 UTC  (5+ messages)

[PATCH] arm64: mm: fix comment typo of pud_offset_phys()
 2021-08-25 15:05 UTC 

[PATCH v2 0/4] soc: xilinx: pm_domains: cleanup and fix PM_INIT_FINALIZE
 2021-08-25 15:03 UTC  (5+ messages)
` [PATCH v2 1/4] soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driver
` [PATCH v2 2/4] soc: xilinx: cleanup debug and error messages
` [PATCH v2 3/4] soc: xilinx: use a properly named field instead of flags
` [PATCH v2 4/4] soc: xilinx: add a to_zynqmp_pm_domain macro

[PATCH v9 00/14] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-08-25 14:48 UTC  (15+ messages)
` [PATCH v9 01/14] dt-bindings: arm: mediatek: mmsys: add power and gce properties
` [PATCH v9 02/14] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding
` [PATCH v9 03/14] dt-bindings: mediatek: display: split each block to individual yaml
` [PATCH v9 04/14] dt-bindings: mediatek: add mediatek, dsc.yaml for mt8195 SoC binding
` [PATCH v9 05/14] dt-bindings: mediatek: display: add "
` [PATCH v9 06/14] arm64: dts: mt8195: add display node for vdosys0
` [PATCH v9 07/14] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v9 08/14] soc: mediatek: add mtk-mutex "
` [PATCH v9 09/14] drm/mediatek: remove unused define in mtk_drm_ddp_comp.c
` [PATCH v9 10/14] drm/mediatek: rename the define of register offset
` [PATCH v9 11/14] drm/mediatek: adjust to the alphabetic order for mediatek-drm
` [PATCH v9 12/14] drm/mediatek: add DSC support "
` [PATCH v9 13/14] drm/mediatek: add MERGE "
` [PATCH v9 14/14] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195

[PATCH 0/3] amba: Properly handle device probe without IRQ domain
 2021-08-25 14:41 UTC  (7+ messages)
` [PATCH 3/3] "

Question about MMC_PM_KEEP_POWER in MMCI driver
 2021-08-25 14:34 UTC 

[PATCH 0/4] ARM: Support KFENCE feature
 2021-08-25 14:31 UTC  (13+ messages)
` [PATCH 3/4] ARM: Support KFENCE for ARM
` [PATCH 4/4] mm: kfence: Only load kfence_test when kfence is enabled

[PATCH v3 0/8] dt-bindings: clock: samsung: convert to dtschema
 2021-08-25 13:42 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: clock: samsung: convert Exynos5250 "
` [PATCH v3 2/8] dt-bindings: clock: samsung: add bindings for Exynos external clock
` [PATCH v3 3/8] dt-bindings: clock: samsung: convert Exynos542x to dtschema
` [PATCH v3 4/8] dt-bindings: clock: samsung: convert Exynos3250 "
` [PATCH v3 5/8] dt-bindings: clock: samsung: convert Exynos4 "
  ` [PATCH v3 6/8] dt-bindings: clock: samsung: convert Exynos AudSS "
  ` [PATCH v3 7/8] dt-bindings: clock: samsung: convert S5Pv210 "
  ` [PATCH v3 8/8] MAINTAINERS: clock: include S3C and S5P in Samsung SoC clock entry

[PATCH linux-next] arm64: PCI: Introduce pcibios_free_irq() helper function
 2021-08-25 13:30 UTC  (4+ messages)

[PATCH] mxser: use semi-colons instead of commas
 2021-08-25 12:57 UTC  (3+ messages)

[PATCH v9 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-08-25 11:52 UTC  (4+ messages)
` [PATCH v9 2/2] drivers/perf: hisi: Add driver for HiSilicon "

[PATCH 00/10] gpio: msc313: Add gpio support for ssd20xd
 2021-08-25 11:50 UTC  (3+ messages)

[PATCH v4 0/5] Add FF-A support in OP-TEE driver
 2021-08-25 11:42 UTC  (3+ messages)
` [PATCH v4 5/5] optee: add FF-A support

[v2 00/24] Mediatek MT8195 clock support
 2021-08-25 11:39 UTC  (15+ messages)
` [v2 02/24] clk: mediatek: Add dt-bindings of MT8195 clocks
` [v2 17/24] clk: mediatek: Add MT8195 vdosys0 clock support
` [v2 18/24] clk: mediatek: Add MT8195 vdosys1 "
` [v2 19/24] clk: mediatek: Add MT8195 vencsys "
` [v2 20/24] clk: mediatek: Add MT8195 vppsys0 "
` [v2 21/24] clk: mediatek: Add MT8195 vppsys1 "
` [v2 22/24] clk: mediatek: Add MT8195 wpesys "

[PATCH 00/22] Mediatek MT8195 clock support
 2021-08-25 11:26 UTC  (3+ messages)
` [PATCH 20/22] clk: mediatek: Add MT8195 wpesys "

[PATCH 0/2] crypto: stm32 - Add support of COMPILE_TEST
 2021-08-25 11:21 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: stm32 - open the configuration for COMPILE_TEST

[BUG 5.14] arm64/mm: dma memory mapping fails (in some cases)
 2021-08-25 11:21 UTC  (19+ messages)

[PATCH] net: ethernet: actions: Add helper dependency on COMPILE_TEST
 2021-08-25 11:10 UTC  (2+ messages)

[GIT PULL] clk: imx: Updates for v5.15
 2021-08-25 10:59 UTC 

[PATCH v4 00/17] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-08-25 10:46 UTC  (19+ messages)
` [PATCH v4 01/17] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v4 02/17] dt-bindings: mediatek: add vdosys1 MERGE property "
` [PATCH v4 03/17] dt-bindings: mediatek: add ethdr definition "
` [PATCH v4 04/17] dt-bindings: mediatek: Add #reset-cells to mmsys system controller
` [PATCH v4 05/17] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v4 06/17] arm64: dts: mt8195: add display node for vdosys1
` [PATCH v4 07/17] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v4 08/17] soc: mediatek: add mtk-mmsys config API "
` [PATCH v4 09/17] soc: mediatek: add cmdq support of "
` [PATCH v4 10/17] soc: mediatek: mmsys: Add reset controller support for MT8195 vdosys1
` [PATCH v4 11/17] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v4 12/17] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v4 13/17] drm/mediatek: add display merge api "
` [PATCH v4 14/17] drm/mediatek: add ETHDR "
` [PATCH v4 15/17] drm/mediatek: add ovl_adaptor "
` [PATCH v4 16/17] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v4 17/17] drm/mediatek: add mediatek-drm of vdosys1 support for MT8195

[PATCH v5 00/11] ASoC: mediatek: Add support for MT8195 SoC
 2021-08-25 10:22 UTC  (2+ messages)

[PATCH net-next] net: dsa: mt7530: manually set up VLAN ID 0
 2021-08-25 10:20 UTC  (2+ messages)

[PATCH v2 0/9] Support ETE decoding
 2021-08-25 10:14 UTC  (6+ messages)
` [PATCH v2 7/9] perf cs-etm: Create ETE decoder

[PATCH net v2 1/1] net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_pool
 2021-08-25 10:10 UTC  (2+ messages)

[PATCH net v2 1/1] net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdp
 2021-08-25 10:10 UTC  (2+ messages)

[v4 0/5] Mediatek MT8195 power domain support
 2021-08-25 10:01 UTC  (5+ messages)
` [v4 4/5] soc: mediatek: pm-domains: Move power status offset to power domain data
` [v4 5/5] soc: mediatek: pm-domains: Add support for mt8195

[PATCH v6 0/5] Add gce support for mt8195
 2021-08-25  9:41 UTC  (6+ messages)
` [PATCH v6 1/5] dt-bindings: mailbox: add definition "
` [PATCH v6 2/5] dt-bindings: gce: add gce header file "
` [PATCH v6 3/5] arm64: dts: mt8195: add gce node
` [PATCH v6 4/5] mailbox: cmdq: add mediatek mailbox support for mt8195
` [PATCH v6 5/5] mailbox: cmdq: add multi-gce clocks "

[PATCH] net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings
 2021-08-25  9:50 UTC  (2+ messages)

[boot-wrapper PATCH 0/5] Misc cleanups
 2021-08-25  9:46 UTC  (2+ messages)

[PATCH v4] ARM: dts: at91: sama5d27_wlsom1: add wifi device
 2021-08-25  9:40 UTC 

[PATCH] arm64: signal32: Drop pointless call to sigdelsetmask()
 2021-08-25  9:39 UTC 


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