linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-05 06:24:25 to 2018-02-05 20:27:37 UTC [more...]

[PATCH v2 0/8] use 64-bit arithmetic instead of 32-bit
 2018-02-05 20:27 UTC  (2+ messages)
` [PATCH v2 6/8] rockchip/rga: "

[PATCH 0/2][for 4.14] Add work-around for Falkor erratum E1041
 2018-02-05 20:11 UTC  (3+ messages)
` [PATCH 1/2] [for 4.14] arm64: Define cputype macros for Falkor CPU
` [PATCH 2/2] [for 4.14] arm64: Add software workaround for Falkor erratum 1041

[PATCH 0/4] tree-wide: fix comparison to bitshift when dealing with a mask
 2018-02-05 20:09 UTC  (2+ messages)
` [PATCH 2/4] drm/exynos: "

[PATCH] ARM: dts: imx: Add support for Advantech DMS-BA16
 2018-02-05 19:42 UTC  (3+ messages)

[PATCH v2 0/9] Fix kpti-enabled kernels for Cavium ThunderX
 2018-02-05 19:21 UTC  (7+ messages)
` [PATCH v2 7/9] arm64: entry: Reword comment about post_ttbr_update_workaround

[PATCHv2 0/8] arm_pmu: fix lockdep issues with ACPI systems
 2018-02-05 19:05 UTC  (12+ messages)
` [PATCHv2 1/8] ARM: ux500: remove PMU IRQ bouncer
` [PATCHv2 2/8] arm_pmu: kill arm_pmu_platdata
` [PATCHv2 3/8] arm_pmu: fold platform helpers into platform code
` [PATCHv2 4/8] arm_pmu: add armpmu_alloc_atomic()
` [PATCHv2 5/8] arm_pmu: acpi: check for mismatched PPIs
` [PATCHv2 6/8] arm_pmu: explicitly enable/disable SPIs at hotplug
` [PATCHv2 7/8] arm_pmu: note IRQs and PMUs per-cpu
` [PATCHv2 8/8] arm_pmu: acpi: request IRQs up-front

[PATCH 1/7] arm64: dts: ls1012a: Move cpu_thermal out of bus node
 2018-02-05 18:45 UTC  (7+ messages)
` [PATCH 2/7] arm64: dts: ls1043a: "
` [PATCH 3/7] arm64: dts: ls1046a: "
` [PATCH 4/7] arm64: dts: ls1088a: "
` [PATCH 5/7] arm64: dts: ls208xa: "
` [PATCH 6/7] arm64: dts: ls208xa-qds: Pass unit name to dspi child nodes
` [PATCH 7/7] arm64: ls208xa-qds: Fix the 'reg' property

[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
 2018-02-05 18:43 UTC  (10+ messages)

[PATCH 0/5] Arm interconnect PMU driver tidyup
 2018-02-05 18:39 UTC  (6+ messages)
` [PATCH 1/5] drivers/bus: Move Arm CCN PMU driver
` [PATCH 2/5] drivers/bus: Split Arm CCI driver
` [PATCH 3/5] perf/arm-cci: Simplify CPU hotplug
` [PATCH 4/5] bus/arm-cci: Streamline devicetree handling a bit
` [PATCH 5/5] perf/arm-cci: Clean up model discovery

[PATCH 1/1] iommu/io-pgtable: use size_t return type for all foo_unmap
 2018-02-05 18:21 UTC  (3+ messages)

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-05 18:10 UTC  (15+ messages)
` [PATCH v3 01/41] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 02/41] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v3 03/41] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v3 04/41] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put
` [PATCH v3 41/41] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH] drm: exynos: Use proper macro definition for HDMI_I2S_PIN_SEL_1
 2018-02-05 17:42 UTC 

[PATCH 1/2] ARM: dts: exynos: Add I2S1 device node to exynos5433.dtsi
 2018-02-05 17:21 UTC  (2+ messages)
  ` [PATCH 2/2] ARM: dts: exynos: Add support for HDMI audio on exynos5433-tm2

[PATCHv3 1/3] dt-bindings: documentation: add clock bindings information for Stratix10
 2018-02-05 16:22 UTC  (3+ messages)
` [PATCHv3 2/3] arm64: dts: stratix10: use clock bindings for the Stratix10 platform
` [PATCHv3 3/3] clk: socfpga: stratix10: add clock driver for "

[RFC v2 REPOST] arm64: KVM: KVM API extensions for SVE
 2018-02-05 16:13 UTC  (2+ messages)

[PATCH] ARM: dts: da850-evm: add clock properties to the nand node
 2018-02-05 15:52 UTC 

[PATCH 0/9] Mitigations against spectre-v1 in the arm64 Linux kernel
 2018-02-05 15:34 UTC  (10+ messages)
` [PATCH 1/9] arm64: barrier: Add CSDB macros to control data-value prediction
` [PATCH 2/9] arm64: Implement array_index_mask_nospec()
` [PATCH 3/9] arm64: Make USER_DS an inclusive limit
` [PATCH 4/9] arm64: Use pointer masking to limit uaccess speculation
` [PATCH 5/9] arm64: entry: Ensure branch through syscall table is bounded under speculation
` [PATCH 6/9] arm64: uaccess: Prevent speculative use of the current addr_limit
` [PATCH 7/9] arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
` [PATCH 8/9] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
` [PATCH 9/9] arm64: futex: Mask __user pointers prior to dereference

[PATCH v6 00/41] ARM: davinci: convert to common clock framework​
 2018-02-05 15:33 UTC  (13+ messages)
` [PATCH v6 17/41] dt-bindings: clock: Add bindings for DA8XX CFGCHIP clocks
` [PATCH v6 20/41] ARM: da830: add new clock init using common clock framework
` [PATCH v6 40/41] ARM: da8xx-dt: switch to device tree clocks

[PATCH] ARM: dts: da850-lcdk: add clock properties to the nand node
 2018-02-05 15:32 UTC 

[RESEND][PATCH] video: fbdev: atmel_lcdfb: convert to use GPIO descriptors
 2018-02-05 15:31 UTC  (5+ messages)

[PATCH v2 1/1] ASoC: stm32: add of dependency for stm32 drivers
 2018-02-05 15:20 UTC  (2+ messages)
` Applied "ASoC: stm32: add of dependency for stm32 drivers" to the asoc tree

[PATCH BUGFIX] ARM: dts: imx6ull: fix the imx6ull-14x14-evk configuration
 2018-02-05 15:03 UTC  (6+ messages)
` [PATCH v2 "

[PATCH v2 1/4] arm64: add basic Kconfig symbols for i.MX8
 2018-02-05 15:00 UTC  (9+ messages)
` [PATCH v2 2/4] arm64: add basic DTS for i.MX8MQ
` [PATCH v2 3/4] arm64: add support for i.MX8M EVK board

[PATCH] drm/bridge/synopsys: dsi: Add 1.31 version support
 2018-02-05 14:59 UTC  (3+ messages)

[PATCH 1/4] arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
 2018-02-05 14:46 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: qcom: msm8916: Probe the APCS mailbox driver
` [PATCH 3/4] arm64: dts: qcom: msm8916: Add clock properties to the APCS node
` [PATCH 4/4] arm64: dts: qcom: msm8916: Add CPU frequency scaling support

[PATCH] [PATCH] tty/serial: atmel: add new version check for usart
 2018-02-05 14:37 UTC  (4+ messages)

[PATCH 0/9] drm/rockchip: hdmi support for rk3328
 2018-02-05 14:34 UTC  (10+ messages)
` [PATCH 1/9] dt-bindings: add binding for Rockchip hdmi phy using an Innosilicon IP
` [PATCH 2/9] phy: add Rockchip Innosilicon hdmi phy
` [PATCH 3/9] drm/bridge: dw-hdmi: allow overriding of phy-type reading
` [PATCH 4/9] drm/bridge: dw-hdmi: export hotplug functions
` [PATCH 5/9] drm/rockchip: dw_hdmi: Allow outputs that don't need output switching
` [PATCH 6/9] dt-bindings: allow optional phys in Rockchip dw_hdmi binding
` [PATCH 7/9] drm/rockchip: dw_hdmi: allow including external phys
` [PATCH 8/9] drm/rockchip: dw_hdmi: store rockchip_hdmi reference in phy_data object
` [PATCH 9/9] drm/rockchip: dw_hdmi: add dw-hdmi support for the rk3328

[PATCH 1/3] clk: exynos5433: Extend list of available AUD_PLL output frequencies
 2018-02-05 14:22 UTC  (3+ messages)
  ` [PATCH 2/3] clk: exynos5433: Allow audio subsystem clock rate propagation
  ` [PATCH 3/3] clk: exynos5433: Add CLK_IGNORE_UNUSED flag to sclk_ioclk_i2s1_bclk

[PATCH 2/2] drm/sun4i: Handle DRM_MODE_FLAG_**SYNC_POSITIVE correctly
 2018-02-05 14:21 UTC  (11+ messages)

Runqueue spinlock recursion on arm64 v4.15
 2018-02-05 14:15 UTC  (6+ messages)

[PATCH v6 0/2] staging: fsl-mc: Move bus driver out of staging
 2018-02-05 14:07 UTC  (3+ messages)
` [PATCH v6 1/2] staging: fsl-mc: Move core bus "
` [PATCH v6 2/2] staging: fsl-mc: Move irqchip code "

[PATCH 00/11] Add R8A77980/Condor board support
 2018-02-05 13:51 UTC  (5+ messages)
` [PATCH 05/11] arm64: dts: renesas: initial R8A77980 SoC device tree

[PATCH 09/20] clk: sunxi-ng: Remove SUNXI_CCU_* selects
 2018-02-05 13:46 UTC  (2+ messages)

[PATCH 0/3] Allwinner V3s EMAC support
 2018-02-05 13:39 UTC  (5+ messages)
` [PATCH 1/3] net: stmmac: dwmac-sun8i: drop V3s compatible and add V3 one

[PATCH v3] ARM: sun8i: h2+: add support for Banana Pi M2 Zero board
 2018-02-05 13:36 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH v3] arm64: fix unwind_frame() for filtered out fn for function graph tracing
 2018-02-05 13:28 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] drm/bridge/synopsys: dsi: Add read feature
 2018-02-05 12:52 UTC  (3+ messages)

[PATCH v2 00/16] mmc: sdhci-omap: Add UHS/HS200 mode support
 2018-02-05 12:50 UTC  (17+ messages)
` [PATCH v2 01/16] mmc: sdhci-omap: Update 'power_mode' outside sdhci_omap_init_74_clocks
` [PATCH v2 02/16] mmc: sdhci-omap: Add card_busy host ops
` [PATCH v2 03/16] mmc: sdhci-omap: Add custom set_uhs_signaling sdhci_host ops
` [PATCH v2 04/16] mmc: sdhci-omap: Add tuning support
` [PATCH v2 05/16] mmc: sdhci-omap: Workaround for Errata i802
` [PATCH v2 06/16] mmc: sdhci_omap: Add support to set IODELAY values
` [PATCH v2 07/16] mmc: sdhci_omap: Fix sdhci-omap quirks
` [PATCH v2 08/16] mmc: sdhci-omap: Add support to override f_max and iodelay from pdata
` [PATCH v2 09/16] mmc: sdhci: Add quirk to disable HW timeout
` [PATCH v2 10/16] mmc: sdhci: Fix to use data_timer only for data line commands
` [PATCH v2 11/16] mmc: sdhci: Program a relatively accurate SW timeout value
` [PATCH v2 12/16] mmc: sdhci-omap: Workaround for Errata i834
` [PATCH v2 13/16] dt-bindings: sdhci-omap: Add K2G specific binding
` [PATCH v2 14/16] mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoC
` [PATCH v2 15/16] mmc: sdhci-omap: Add SPDX identifier
` [PATCH v2 16/16] ARM: OMAP2+: Use sdhci-omap specific pdata-quirks for MMC/SD on DRA74x EVM

[PATCH] video: fbdev: convert to use GPIO descriptors
 2018-02-05 11:54 UTC  (3+ messages)

[PATCH 1/2] arm64: dts: fsl: imx8mq: add watchdog devices
 2018-02-05 11:21 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: fsl: imx8mq-evk: enable watchdog

[RFC v4 00/26] Fix watchdog on Renesas R-Car Gen2 and RZ/G1
 2018-02-05 11:16 UTC  (4+ messages)
` [RFC v4 12/26] watchdog: renesas_wdt: Add R-Car Gen2 support

[PATCH v1] arm64: setup: Check for overlapping dtb and Image load addresses
 2018-02-05 11:13 UTC  (4+ messages)

[PATCH v3 00/18] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-02-05 11:08 UTC  (18+ messages)
` [PATCH v3 08/18] arm/arm64: KVM: Add PSCI version selection API
` [PATCH v3 12/18] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling

[PATCH v3 0/7] ARM: dts: imx6q: engicam LVDS panel changes
 2018-02-05 10:58 UTC  (2+ messages)

[PATCH v4 0/6] 32bit ARM branch predictor hardening
 2018-02-05 10:22 UTC  (7+ messages)
` [PATCH v4 4/6] arm: Add icache invalidation on switch_mm for Cortex-A15

[PATCH v2 0/5] add MFD support for MediaTek audio subsystem
 2018-02-05  9:11 UTC  (4+ messages)
` [PATCH v2 4/5] dt-bindings: clock: mediatek: update audsys documentation to adapt MFD device

[PATCH v6 6/6] ARM: imx_v6_v7_defconfig: Enable Dialog Semiconductor DA9062 driver
 2018-02-05  9:06 UTC  (2+ messages)

[RFC PATCH v2 0/5] dt-bindings: add bindings for USB physical connector
 2018-02-05  9:06 UTC  (4+ messages)
  ` [RFC PATCH v2 1/5] "

[PATCH] Revert "ARM: dts: sunxi: Add regulators for Sinovoip BPI-M2"
 2018-02-05  9:05 UTC  (3+ messages)

[PATCH v2] ARM: imx: Improve the soc revision calculation flow
 2018-02-05  9:03 UTC  (2+ messages)

[RFC] ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet
 2018-02-05  8:39 UTC  (2+ messages)

[PATCH 1/2] ARM: kvm: fix building with gcc-8
 2018-02-05  8:33 UTC  (4+ messages)

[PATCH] ARM: dts: imx25-pinfunc: Always set SION for SD CMD
 2018-02-05  8:32 UTC  (5+ messages)

[PATCH v3 1/2] ARM: dts: imx25-pinfunc: Use consistent naming for eSDHC
 2018-02-05  8:28 UTC  (2+ messages)

[PATCH] sound/tlv320dac33: Add device tree support
 2018-02-05  8:24 UTC  (4+ messages)
` [PATCHv2] tlv320dac33: Add device tree bindings
    ` [PATCHv3] "

[PATCH v2] arm64: dts: ls1088a: Add qspi device node for ls1088a-rdb
 2018-02-05  8:17 UTC  (2+ messages)

[PATCH] arm64: dts: Add DPAA QBMan portal 9
 2018-02-05  8:14 UTC  (2+ messages)

[PATCH V3 1/2] ARM: dts: imx7s: add temperature monitor support
 2018-02-05  8:12 UTC  (2+ messages)
` [PATCH V3 2/2] thermal: imx: add i.MX7 thermal sensor support

[PATCH 1/2] dt-bindings: thermal: add binding for MT7622 SoC
 2018-02-05  8:11 UTC  (2+ messages)
` [PATCH 2/2] thermal: mediatek: add support "

[PATCH] ARM: dts: ls1021a: add quadspi node
 2018-02-05  8:03 UTC  (2+ messages)

[PATCH] ARM: dts: fix the at24 compatible string in imx6q-h100
 2018-02-05  7:35 UTC  (2+ messages)

[PATCH] ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-rex
 2018-02-05  7:35 UTC  (2+ messages)

[PATCH] ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-zii-rdu2
 2018-02-05  7:35 UTC  (2+ messages)

[PATCH v3 1/3] ARM: dts: imx: Pass empty memory size on board dts
 2018-02-05  7:31 UTC  (2+ messages)

[RFC/RFT usb-next v1 0/6] remove driver-specific "multiple PHY" handling
 2018-02-05  7:25 UTC  (7+ messages)
` [RFC/RFT usb-next v1 5/6] usb: chipidea: do not set the "phy" field in struct usb_hcd

[PATCH 00/14] Introduce STM32MP1 clock driver
 2018-02-05  7:15 UTC  (8+ messages)
` [PATCH 01/14] dt-bindings: Document STM32MP1 Reset Clock Controller (RCC) bindings
` [PATCH 02/14] dt-bindings: clock: add STM32MP1 clocks

[PATCH 1/2] soc: imx: gpc: ARM power domain should be always-on
 2018-02-05  6:33 UTC  (2+ messages)

[PATCH] ARM: dts: imx6sx: add pu power domain support
 2018-02-05  6:27 UTC  (2+ messages)

[PATCH] ARM: dts: imx7s-warp: enable uart6 on mikroBus
 2018-02-05  6:24 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).