linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-16 10:15:49 to 2021-03-16 18:03:21 UTC [more...]

[PATCH v2] ASoC: imx-hdmi: fix platform_no_drv_owner.cocci warnings
 2021-03-16 17:59 UTC  (2+ messages)

[PATCH] ASoC: hdmi-codec: fix platform_no_drv_owner.cocci warnings
 2021-03-16 17:59 UTC  (2+ messages)

[PATCH 00/10] Add basic node support for Mediatek MT8195 SoC
 2021-03-16 17:59 UTC  (12+ messages)
` [PATCH 01/10] dt-bindings: timer: Add compatible for Mediatek MT8195
` [PATCH 02/10] dt-bindings: serial: "
` [PATCH 03/10] dt-bindings: watchdog: "
` [PATCH 04/10] dt-bindings: mmc: "
` [PATCH 05/10] dt-bindings: spi: "
` [PATCH 06/10] dt-bindings: iio: adc: "
` [PATCH 07/10] dt-bindings: phy: "
` [PATCH 08/10] "
` [PATCH 09/10] dt-bindings: arm: "
` [PATCH 10/10] arm64: dts: Add Mediatek SoC MT8195 and evaluation board dts and Makefile
` (subset) [PATCH 00/10] Add basic node support for Mediatek MT8195 SoC

[PATCH v2] task_work: kasan: record task_work_add() call stack
 2021-03-16 17:54 UTC  (3+ messages)

[RFC PATCH v2 0/8] RISC-V CPU Idle Support
 2021-03-16 17:54 UTC  (10+ messages)
` [RFC PATCH v2 1/8] RISC-V: Enable CPU_IDLE drivers
` [RFC PATCH v2 2/8] RISC-V: Rename relocate() and make it global
` [RFC PATCH v2 3/8] RISC-V: Add arch functions for non-retentive suspend entry/exit
` [RFC PATCH v2 4/8] RISC-V: Add SBI HSM suspend related defines
` [RFC PATCH v2 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver
` [RFC PATCH v2 6/8] cpuidle: Add RISC-V SBI CPU idle driver
` [RFC PATCH v2 7/8] dt-bindings: Add bindings documentation for RISC-V idle states
` [RFC PATCH v2 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine

[PATCH v6 0/8] Add Support for MediaTek PMIC MT6359
 2021-03-16 17:54 UTC  (7+ messages)
` [PATCH v6 4/8] dt-bindings: regulator: Add document for MT6359 regulator
` [PATCH v6 6/8] regulator: mt6359: Add support "
` [PATCH v6 7/8] regulator: mt6359: Add support for MT6359P regulator

[PATCH v12 0/7] soc: mediatek: SVS: introduce MTK SVS
 2021-03-16 17:54 UTC  (3+ messages)
` [PATCH v12 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings

[PATCH 00/11] KVM: arm64: Initial host support for the Apple M1
 2021-03-16 17:46 UTC  (12+ messages)
` [PATCH 01/11] irqchip/gic: Split vGIC probing information from the GIC code
` [PATCH 02/11] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH 03/11] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt
` [PATCH 04/11] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH 05/11] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH 06/11] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH 07/11] KVM: arm64: timer: Refactor IRQ configuration
` [PATCH 08/11] KVM: arm64: timer: Add support for SW-based deactivation
` [PATCH 09/11] irqchip/apple-aic: Fix [un]masking of guest timers
` [PATCH 10/11] irqchip/apple-aic: Initialise SYS_APL_VM_TMR_FIQ_ENA_EL1 at boot time
` [PATCH 11/11] irqchip/apple-aic: Advertise some level of vGICv3 compatibility

[PATCH v7 00/38] SCMI vendor protocols and modularization
 2021-03-16 17:51 UTC  (40+ messages)
` [PATCH v7 01/38] firmware: arm_scmi: review protocol registration interface
` [PATCH v7 02/38] firmware: arm_scmi: introduce protocol handle definitions
` [PATCH v7 03/38] firmware: arm_scmi: introduce devres get/put protocols operations
` [PATCH v7 04/38] firmware: arm_scmi: make notifications aware of protocols users
` [PATCH v7 05/38] firmware: arm_scmi: introduce new devres notification ops
` [PATCH v7 06/38] firmware: arm_scmi: refactor events registration
` [PATCH v7 07/38] firmware: arm_scmi: convert events registration to protocol handles
` [PATCH v7 08/38] firmware: arm_scmi: add new protocol handle core xfer ops
` [PATCH v7 09/38] firmware: arm_scmi: add helper to access revision area memory
` [PATCH v7 10/38] firmware: arm_scmi: port Base protocol to new interface
` [PATCH v7 11/38] firmware: arm_scmi: port Perf protocol to new protocols interface
` [PATCH v7 12/38] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface
` [PATCH v7 13/38] firmware: arm_scmi: remove legacy scmi_perf_ops protocol interface
` [PATCH v7 14/38] firmware: arm_scmi: port Power protocol to new protocols interface
` [PATCH v7 15/38] firmware: arm_scmi: port GenPD driver to the new scmi_power_proto_ops interface
` [PATCH v7 16/38] firmware: arm_scmi: remove legacy scmi_power_ops protocol interface
` [PATCH v7 17/38] firmware: arm_scmi: port Clock protocol to new protocols interface
` [PATCH v7 18/38] clk: scmi: port driver to the new scmi_clk_proto_ops interface
` [PATCH v7 19/38] firmware: arm_scmi: remove legacy scmi_clk_ops protocol interface
` [PATCH v7 20/38] firmware: arm_scmi: port Reset protocol to new protocols interface
` [PATCH v7 21/38] reset: reset-scmi: port driver to the new scmi_reset_proto_ops interface
` [PATCH v7 22/38] firmware: arm_scmi: remove legacy scmi_reset_ops protocol interface
` [PATCH v7 23/38] firmware: arm_scmi: port Sensor protocol to new protocols interface
` [PATCH v7 24/38] hwmon: (scmi) port driver to the new scmi_sensor_proto_ops interface
` [PATCH v7 25/38] iio/scmi: "
` [PATCH v7 26/38] firmware: arm_scmi: remove legacy scmi_sensor_ops protocol interface
` [PATCH v7 27/38] firmware: arm_scmi: port SystemPower protocol to new protocols interface
` [PATCH v7 28/38] firmware: arm_scmi: port Voltage "
` [PATCH v7 29/38] regulator: scmi: port driver to the new scmi_voltage_proto_ops interface
` [PATCH v7 30/38] firmware: arm_scmi: remove legacy scmi_voltage_ops protocol interface
` [PATCH v7 31/38] firmware: arm_scmi: make references to handle const
` [PATCH v7 32/38] firmware: arm_scmi: cleanup legacy protocol init code
` [PATCH v7 33/38] firmware: arm_scmi: cleanup unused core xfer wrappers
` [PATCH v7 34/38] firmware: arm_scmi: cleanup events registration transient code
` [PATCH v7 35/38] firmware: arm_scmi: make notify_priv really private
` [PATCH v7 36/38] firmware: arm_scmi: rename non devres notify_ops
` [PATCH v7 37/38] firmware: arm_scmi: add protocol modularization support
` [PATCH v7 38/38] firmware: arm_scmi: add dynamic scmi devices creation

[PATCH v4 00/19] arm64: coresight: Add support for ETE and TRBE
 2021-03-16 17:49 UTC  (7+ messages)
` [PATCH v4 02/19] perf: aux: Add CoreSight PMU buffer formats
` [PATCH v4 07/19] arm64: Add TRBE definitions
` [PATCH v4 08/19] arm64: kvm: Enable access to TRBE support for host

[PATCH v5 00/36] KVM: arm64: A stage 2 for the host
 2021-03-16 17:46 UTC  (7+ messages)
` [PATCH v5 33/36] KVM: arm64: Wrap the host with a stage 2

[PATCH 1/3] mm/slub: fixing backtrace of objects because of redzone adjustment
 2021-03-16 17:44 UTC  (4+ messages)
    ` [PATCH 2/3] mm/slub: Add Support for free path information of an object
    ` [PATCH 3/3] arm: print alloc free paths for address in registers

[PATCH 2/3] iommu/io-pgtable-arm: Add IOMMU_LLC page protection flag
 2021-03-16 17:16 UTC  (7+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-03-16 15:38 UTC  (19+ messages)
` [PATCH 01/18] iommu: remove the unused domain_window_disable method
` [PATCH 02/18] iommu/fsl_pamu: remove fsl_pamu_get_domain_attr
` [PATCH 03/18] iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRY
` [PATCH 04/18] iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_alloc
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/18] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 09/18] iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_device
` [PATCH 10/18] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 12/18] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 13/18] iommu: remove DOMAIN_ATTR_GEOMETRY
` [PATCH 14/18] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 15/18] iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_api
` [PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 17/18] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [PATCH 18/18] iommu: remove iommu_domain_{get,set}_attr

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-03-16 15:52 UTC  (6+ messages)
` [PATCH 1/3] mm: Add unsafe_follow_pfn
` [PATCH 2/3] media/videobuf1|2: Mark follow_pfn usage as unsafe
` [PATCH 3/3] mm: unexport follow_pfn

[PATCH] arm64: vmlinux.lds.S: keep .entry.tramp.text section
 2021-03-16 16:39 UTC  (6+ messages)

[PATCH v3 2/2] rockchip: rk3399: Add support for FriendlyARM NanoPi R4S
 2021-03-16 16:38 UTC  (4+ messages)

[PATCH v2 0/3] Add support for Actions Semi Owl Ethernet MAC
 2021-03-16 16:32 UTC  (4+ messages)
` [PATCH v2 2/3] net: ethernet: actions: Add Actions Semi Owl Ethernet MAC driver

[syzbot] kernel panic: corrupted stack end in openat
 2021-03-16 16:28 UTC  (10+ messages)

[RFC PATCH 0/8] RISC-V CPU Idle Support
 2021-03-16 15:53 UTC  (5+ messages)
` [RFC PATCH 7/8] dt-bindings: Add bindings documentation for RISC-V idle states

[PATCH 0/3] arm64: dts: renesas: falcon: Restructuring
 2021-03-16 15:47 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: renesas: falcon: Move console config to CPU board DTS
` [PATCH 2/3] arm64: dts: renesas: falcon: Move watchdog "
` [PATCH 3/3] arm64: dts: renesas: falcon: Move AVB0 to main DTS

[PATCH] mm: Move mem_init_print_info() into mm_init()
 2021-03-16 15:45 UTC  (5+ messages)
` [PATCH RESEND] "

[PATCH] arm64: traps: add tracepoints for unusal exception cases
 2021-03-16 15:28 UTC  (3+ messages)

[PATCH 00/10] KVM: arm64: Enable SVE support on nVHE systems
 2021-03-16 15:00 UTC  (17+ messages)
` [PATCH 01/10] KVM: arm64: Provide KVM's own save/restore SVE primitives
` [PATCH 02/10] KVM: arm64: Use {read, write}_sysreg_el1 to access ZCR_EL1
` [PATCH 03/10] KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
` [PATCH 04/10] KVM: arm64: Introduce vcpu_sve_vq() helper
` [PATCH 05/10] KVM: arm64: Rework SVE host-save/guest-restore
` [PATCH 06/10] KVM: arm64: Map SVE context at EL2 when available
` [PATCH 07/10] KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
` [PATCH 08/10] KVM: arm64: Add a nVHE-specific SVE VQ reset hypercall
` [PATCH 09/10] KVM: arm64: Save/restore SVE state for nVHE
` [PATCH 10/10] KVM: arm64: Enable SVE support "

[PATCH v3 2/2] rockchip: rk3399: Add support for FriendlyARM NanoPi R4S
 2021-03-16 14:52 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: Fix SD card CD GPIO for SOPine systems
 2021-03-16 14:42 UTC 

[PATCH v4 0/7] firmware: Add initial support for Arm FF-A
 2021-03-16 14:34 UTC  (2+ messages)

[PATCH net-next] net: stmmac: fix missing unlock on error in stmmac_suspend()
 2021-03-16 13:55 UTC  (2+ messages)

[PATCH v2][for-stable-v5.11] arm64: Unconditionally set virtual cpu id registers
 2021-03-16 13:52 UTC  (2+ messages)

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-03-16 13:43 UTC  (3+ messages)
` [RFC PATCH v2 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [RFC PATCH v2 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

[PATCH] pinctrl: PINCTRL_ROCKCHIP should depend on ARCH_ROCKCHIP
 2021-03-16 13:40 UTC 

[PATCH][for-stable-v5.11]] arm64: Unconditionally set virtual cpu id registers
 2021-03-16 13:37 UTC  (6+ messages)

[PATCH] mfd: ABX500_CORE should depend on ARCH_U8500
 2021-03-16 13:37 UTC 

[RESEND PATCH 01/42] mfd: arizona: use PLATFORM_DEVID_NONE
 2021-03-16 13:28 UTC  (2+ messages)

[PATCH v2 0/2] optee: fix OOM seen due to tee_shm_free()
 2021-03-16 13:21 UTC  (4+ messages)
` [PATCH v2 1/2] optee: fix tee out of memory failure seen during kexec reboot

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-16 13:03 UTC  (10+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE

[PATCH v2 0/2] AM64: Add USB support
 2021-03-16 12:21 UTC  (2+ messages)

[RESEND v1 net-next 0/5] net: stmmac: enable multi-vector MSI
 2021-03-16 12:18 UTC  (6+ messages)
` [RESEND v1 net-next 1/5] net: stmmac: introduce DMA interrupt status masking per traffic direction
` [RESEND v1 net-next 2/5] net: stmmac: make stmmac_interrupt() function more friendly to MSI
` [RESEND v1 net-next 3/5] net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TX
` [RESEND v1 net-next 4/5] stmmac: intel: add support for multi-vector msi and msi-x
` [RESEND v1 net-next 5/5] net: stmmac: use interrupt mode INTM=1 for multi-MSI

[PATCH v5 0/3] J7200: Add support for GPIO and higher speed modes in MMCSD subsystems
 2021-03-16 12:01 UTC  (3+ messages)
` [PATCH v5 2/3] arm64: dts: ti: k3-j7200-common-proc-board: Disable unused gpio modules

[RESEND PATCH 1/2] arm64: dts: ti: k3-am64-main: Add OSPI node
 2021-03-16 11:55 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am64-main: Add ADC nodes
 2021-03-16 11:47 UTC  (3+ messages)

[PATCH] drm: xlnx: call pm_runtime_get_sync before setting pixel clock
 2021-03-16 11:46 UTC  (2+ messages)

[PATCH v2 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-03-16 11:39 UTC  (4+ messages)
` [PATCH v2 04/11] iommu/arm-smmu-v3: Split block descriptor when start dirty log

[PATCH] tty: serial: samsung_tty: remove spinlock flags in interrupt handlers
 2021-03-16 11:25 UTC  (6+ messages)

[PATCH 0/2] dmaengine: Fix issues in Xilinx dpdma driver
 2021-03-16 10:45 UTC  (2+ messages)

[PATCH v7 00/22] pinctrl: add BCM63XX pincontrol support
 2021-03-16 10:13 UTC  (2+ 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).