Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 09:21:31 to 2021-07-15 18:12:58 UTC [more...]

[PATCH 0/2] Add "BACKGROUND_COLOR" drm property
 2021-07-15 18:10 UTC  (12+ messages)
` [PATCH 1/2] drm: add crtc background color property

[PATCH v1 1/3] clk: fractional-divider: Export approximation algo to the CCF users
 2021-07-15 17:58 UTC  (6+ messages)
` [PATCH v1 2/3] clk: fractional-divider: Introduce NO_PRESCALER flag
` [PATCH v1 3/3] clk: fractional-divider: Document the arithmetics used behind the code

[PATCH 00/14] Introduce PECI subsystem
 2021-07-15 17:56 UTC  (19+ messages)
` [PATCH 01/14] x86/cpu: Move intel-family to arch-independent headers
` [PATCH 02/14] x86/cpu: Extract cpuid helpers to arch-independent
` [PATCH 04/14] dt-bindings: Add bindings for peci-aspeed
` [PATCH 07/14] peci: Add peci-aspeed controller driver
` [PATCH 11/14] hwmon: peci: Add cputemp driver
` [PATCH 12/14] hwmon: peci: Add dimmtemp driver

[PATCH v3 00/12] Add MediaTek SoC DRM (vdosys0) support for mt8195
 2021-07-15 17:37 UTC  (13+ messages)
` [PATCH v3 01/12] dt-bindings: mediatek: display: change txt to yaml file
` [PATCH v3 02/12] dt-bindings: mediatek: display: add definition for mt8195
` [PATCH v3 03/12] dt-bindings: mediatek: display: add MERGE additional description
` [PATCH v3 04/12] dt-bindings: mediatek: add DSC definition for mt8195
` [PATCH v3 05/12] dt-bindings: arm: mediatek: change mmsys txt to yaml file
` [PATCH v3 06/12] dt-bindings: arm: mediatek: add definition for mt8195 mmsys
` [PATCH v3 07/12] arm64: dts: mt8195: add display node for vdosys0
` [PATCH v3 08/12] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v3 09/12] soc: mediatek: add mtk-mutex "
` [PATCH v3 10/12] drm/mediatek: add mediatek-drm of vdosys0 support for MT8195
` [PATCH v3 11/12] drm/mediatek: add DSC "
` [PATCH v3 12/12] drm/mediatek: add MERGE "

[PATCH v5 0/3] Add SSIF BMC driver
 2021-07-15 17:43 UTC  (3+ messages)
` [PATCH v5 3/3] bindings: ipmi: Add binding for "

[PATCH] arm64: Avoid premature usercopy failure
 2021-07-15 17:39 UTC  (2+ messages)

[PATCH] arm64: entry: fix KCOV suppression
 2021-07-15 17:39 UTC  (2+ messages)

[PATCH] arm64: entry: add missing noinstr
 2021-07-15 17:39 UTC  (2+ messages)

[PATCH 0/3] arm64: MTE cleanups
 2021-07-15 17:39 UTC  (2+ messages)

[RFC v4 1/7] PCI: Introduce domain_nr in pci_host_bridge
 2021-07-15 17:30 UTC  (3+ messages)

[PATCH net-next] ipv6: remove unnecessary local variable
 2021-07-15 17:30 UTC  (2+ messages)

[PATCH RESEND] dt-bindings: i2c: brcm, iproc-i2c: convert to the json-schema
 2021-07-15 17:13 UTC  (2+ messages)
` [PATCH RESEND] dt-bindings: i2c: brcm,iproc-i2c: "

[PATCH v1 00/16] .map_sg() error cleanup
 2021-07-15 16:56 UTC  (19+ messages)
` [PATCH v1 01/16] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v1 02/16] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v1 03/16] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v1 04/16] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v1 05/16] alpha: return error code from alpha_pci_map_sg()
` [PATCH v1 06/16] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v1 07/16] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v1 08/16] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v1 09/16] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v1 10/16] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v1 11/16] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v1 12/16] parisc: return error code "
` [PATCH v1 13/16] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v1 14/16] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v1 15/16] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v1 16/16] dma-mapping: Disallow .map_sg operations from returning zero on error

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-15 16:31 UTC  (17+ 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 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
` [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 08/16] KVM: arm64: Add tracepoint for failed MMIO guard check
` [PATCH 09/16] KVM: arm64: Advertise a capability for MMIO guard
` [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
` [PATCH 11/16] firmware/smccc: Call arch-specific hook on discovering KVM services
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls
` [PATCH 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
` [PATCH 14/16] arm64: Enroll into KVM's MMIO guard if required
` [PATCH 15/16] arm64: Add a helper to retrieve the PTE of a fixmap
` [PATCH 16/16] arm64: Register earlycon fixmap with the MMIO guard

[PATCH v6 00/17] Introduce SCMI transport based on VirtIO
 2021-07-15 16:36 UTC  (8+ messages)
` [PATCH v6 07/17] firmware: arm_scmi: Handle concurrent and out-of-order messages
` [PATCH v6 10/17] firmware: arm_scmi: Make polling mode optional
` [PATCH v6 14/17] firmware: arm_scmi: Add message passing abstractions for transports

[PATCH v3 0/8] Introduce atomic support for SCMI transports
 2021-07-15 16:36 UTC  (2+ messages)

[PATCH 0/3] Make PMD_ORDER generically available
 2021-07-15 16:47 UTC  (7+ messages)
` [PATCH 1/3] arm: Rename PMD_ORDER to PMD_TABLE_ORDER
` [PATCH 2/3] mips: "
` [PATCH 3/3] parisc: "

[PATCH] ARM64: Provide the ARM64_TBI option
 2021-07-15 16:48 UTC  (4+ messages)

[PATCH] ARM: dts: stm32: Set {bitclock, frame}-master phandles on ST DKx
 2021-07-15 16:47 UTC  (5+ messages)

[PATCH v4 0/3] Apple M1 DART IOMMU driver
 2021-07-15 16:41 UTC  (4+ messages)
` [PATCH v4 3/3] iommu: dart: Add DART iommu driver

[PATCH] arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
 2021-07-15 16:41 UTC 

[PATCH] arm64: cpufeature: Use defined macro instead of magic numbers
 2021-07-15 16:31 UTC  (2+ messages)

[PATCH 0/2] soc: mediatek: SVS: add mt8195 SVS GPU driver
 2021-07-15 16:29 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: soc: mediatek: add mt8195 svs dt-bindings

[RFC PATCH 0/4] split rk3568 and rk3566 device trees
 2021-07-15 16:21 UTC  (3+ messages)
` [RFC PATCH 4/4] arm64: dts: rockchip: add basic dts for Pine64 Quartz64-A

[PATCH] ARM: dts: stm32: Update AV96 adv7513 node per dtbs_check
 2021-07-15 16:01 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Prefer HW RTC on DHCOM SoM
 2021-07-15 15:57 UTC  (2+ messages)

[EXT] Re: The problem about arm64: io: Relax implicit barriers in default I/O accessors
 2021-07-15 15:53 UTC  (12+ messages)

[PATCH] ARM/pxa/mfd/power/sound: Switch Tosa to GPIO descriptors
 2021-07-15 15:24 UTC  (2+ messages)

[PATCH 0/2] Add new IPCC mailbox to support the coprocessor detach on some stm32mp15x boards
 2021-07-15 15:16 UTC  (2+ messages)

[PATCH v1 0/2] Add scaling lists support for HEVC
 2021-07-15 15:12 UTC  (3+ messages)
` [PATCH v1 1/2] media: hevc: Add scaling matrix control
` [PATCH v1 2/2] media: hantro: Add scaling lists feature

[PATCH v2 0/2] crypto: mxs_dcp: Fix an Oops on i.MX6ULL
 2021-07-15 15:10 UTC  (4+ messages)

[v9 0/2] Support pwm driver for aspeed ast26xx
 2021-07-15 15:05 UTC  (3+ messages)
` [v9 2/2] pwm: Add Aspeed ast2600 PWM support

[PATCH 1/3] ARM: dts: stm32: Set {bitclock, frame}-master phandles on DHCOM SoM
 2021-07-15 14:57 UTC  (3+ messages)
` [PATCH 3/3] ARM: dts: stm32: Add usbphyc_port1 supply "

[PATCH v2] net: ipv6: remove unused local variable
 2021-07-15 14:19 UTC  (3+ messages)

[PATCH v2] iommu: Streamline iommu_iova_to_phys()
 2021-07-15 14:16 UTC  (3+ messages)

[PATCH 0/7] dt-bindings: imx8mp: fix dt schema check errors
 2021-07-15 13:54 UTC  (19+ messages)
` [PATCH 1/7] dt-bindings: can: flexcan: fix imx8mp compatbile
` [PATCH 2/7] dt-bindings: spi: flexspi: convert to json schema
  ` [EXT] "
` [PATCH 3/7] dt-bindings: net: dsa: sja1105: fix wrong indentation
` [PATCH 6/7] dt-bindings: soc: imx: add missing iomuxc gpr binding

[PATCH] ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init
 2021-07-15 13:23 UTC 

[PATCH] dt-bindings: fpga: convert Xilinx Zynq MPSoC bindings to YAML
 2021-07-15 13:18 UTC  (2+ messages)

[PATCH] dt-bindings: regulator: Convert UniPhier regulator to json-schema
 2021-07-15 12:37 UTC  (2+ messages)

[PATCH 0/3] kvm-arm64: Fix PMU reset values (and more)
 2021-07-15 12:25 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements

[PATCH v2 00/11] MT8195 SMI support
 2021-07-15 12:12 UTC  (12+ messages)
` [PATCH v2 01/11] dt-bindings: memory: mediatek: Add mt8195 smi binding
` [PATCH v2 02/11] dt-bindings: memory: mediatek: Add mt8195 smi sub common
` [PATCH v2 03/11] memory: mtk-smi: Use clk_bulk clock ops
` [PATCH v2 04/11] memory: mtk-smi: Rename smi_gen to smi_type
` [PATCH v2 05/11] memory: mtk-smi: Adjust some code position
` [PATCH v2 06/11] memory: mtk-smi: Add error handle for smi_probe
` [PATCH v2 07/11] memory: mtk-smi: Add smi sub common support
` [PATCH v2 08/11] memory: mtk-smi: Use devm_platform_ioremap_resource
` [PATCH v2 09/11] memory: mtk-smi: mt8195: Add smi support
` [PATCH v2 10/11] memory: mtk-smi: mt8195: Add initial setting for smi-common
` [PATCH v2 11/11] memory: mtk-smi: mt8195: Add initial setting for smi-larb

[PATCH] arm64: dts: imx8mp: Add dsp node
 2021-07-15 11:58 UTC 

[PATCH] pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry()
 2021-07-15 11:49 UTC  (2+ messages)

[PATCH] arm64: kexec: add support for kexec with spin-table
 2021-07-15 11:48 UTC  (2+ messages)

[PATCH v1 0/3] arm64: dts: rockchip: add pmu and qos nodes for rk3568
 2021-07-15 11:15 UTC  (3+ messages)
` [PATCH v1 2/3] dt-binding: mfd: syscon: add rk3568 QoS register compatible

[PATCH v6 RESEND 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-07-15 11:12 UTC  (3+ messages)
` [PATCH v6 RESEND 3/3] arm64: dts: mt8183: Add panel rotation

[PATCH] pinctrl: mediatek: fix platform_no_drv_owner.cocci warnings
 2021-07-15 11:12 UTC 

[PATCH v2 0/8] ASoC: mediatek: Add support for MT8195 SoC
 2021-07-15 11:05 UTC  (5+ messages)
  ` [PATCH v2 5/8] ASoC: mediatek: mt8195: add platform driver

[PATCH v6 RESEND 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-07-15 11:09 UTC  (4+ messages)
` [PATCH v6 RESEND 2/3] drm/mediatek: init panel orientation property

[PATCH 00/10] Add support for older Rockchip SoCs to V4L2 hantro and rkvdec drivers
 2021-07-15 11:07 UTC  (6+ messages)
` [PATCH v2 01/12] dt-bindings: mfd: syscon: add Rockchip RK3036/RK3228 qos compatibles

[PATCH] arm64: dts: fvp: Remove panel timings
 2021-07-15 11:04 UTC  (3+ messages)

Fix: Please help to cherry-pick patch "bdi: Do not use freezable workqueue" to stable tree
 2021-07-15 11:03 UTC  (2+ messages)

Any way to disable KVM VHE extension?
 2021-07-15 10:49 UTC  (6+ messages)

[PATCH] drm/mediatek: dpi: fix NULL dereference in mtk_dpi_bridge_atomic_check
 2021-07-15 10:28 UTC  (2+ messages)

[PATCHv1 0/3] Meson-8b and Meson-gxbb Fix some missing code
 2021-07-15 10:24 UTC  (9+ messages)
` [PATCHv1 1/3] ARM: dts: meson8b: odroidc1: Add usb phy power node

[PATCH linux-next] net:stmmac: Fix the unsigned expression compared with zero
 2021-07-15 10:12 UTC  (2+ messages)

[PATCH] dt-bindings: power: reset: convert Xilinx Zynq MPSoC bindings to YAML
 2021-07-15  9:56 UTC 

[PATCH v4 0/9] Additional features for Hantro HEVC
 2021-07-15  9:43 UTC  (4+ messages)
` [PATCH v4 8/9] media: hevc: Add scaling matrix control

[PATCH v7 00/15] Optimizing iommu_[map/unmap] performance
 2021-07-15  9:31 UTC  (3+ messages)
` [PATCH v7 10/15] iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()

[PATCH 0/5] KVM: arm64: Cleanups and one optimization
 2021-07-15  9:31 UTC  (4+ messages)
` [PATCH 5/5] KVM: arm64: nVHE: Remove unneeded isb() when modifying PMSCR_EL1

[PATCH v2 0/9] Add support for DMA2D of STMicroelectronics STM32 Soc series
 2021-07-15  9:24 UTC  (20+ messages)
` [PATCH v2 1/9] media: admin-guide: add stm32-dma2d description
` [PATCH v2 2/9] media: dt-bindings: media: add document for STM32 DMA2d bindings
` [PATCH v2 3/9] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup
` [PATCH v2 4/9] ARM: dts: stm32: Enable DMA2D support on STM32F429 MCU
` [PATCH v2 5/9] ARM: dts: stm32: Enable DMA2D on STM32F469-DISCO board
` [PATCH v2 6/9] media: v4l2-mem2mem: add v4l2_m2m_get_unmapped_area for no-mmu platform
` [PATCH v2 7/9] media: docs: add doc for the stm32 dma2d driver
` [PATCH v2 8/9] media: v4l: uapi: Add user control base for stm32 dma2d controls
` [PATCH v2 9/9] media: stm32-dma2d: STM32 DMA2D driver

[PATCH v2] dt-bindings: serial: convert Cadence UART bindings to YAML
 2021-07-15  9:22 UTC 

[PATCHv2] ARM: multi_v7_defconfig: Enable CONFIG_MMC_MESON_MX_SDHC
 2021-07-15  9:22 UTC 

[PATCH 1/1] stm class: dummy_stm: Fix error return code in dummy_stm_init()
 2021-07-15  9:21 UTC  (2+ messages)

[PATCH v3 00/13] Add support mtu3 gadget (runtime) PM
 2021-07-15  9:07 UTC  (5+ messages)
` [PATCH v3 03/13] dt-bindings: usb: mtu3: add support property role-switch-default-mode
` [PATCH v3 04/13] dt-bindings: usb: mtu3: add wakeup interrupt
` [PATCH v3 07/13] usb: mtu3: support property role-switch-default-mode
` [PATCH v3 09/13] usb: mtu3: add new helpers for host suspend/resume


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 read-only IMAP folder(s) and NNTP newsgroup(s).