linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-21 10:36:05 to 2019-01-21 17:33:38 UTC [more...]

[PATCH 0/3] Add support for IR on Allwinner A64
 2019-01-21 17:33 UTC  (4+ messages)
` [PATCH 1/3] media: dt: bindings: sunxi-ir: Add A64 compatible

[PATCH] arm64: Remove asm/memblock.h
 2019-01-21 17:32 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: imx8mq: properly describe IRQ hierarchy
 2019-01-21 17:31 UTC  (3+ messages)

[PATCH v2 0/4] Add driver for Mediatek-based GNSS receivers
 2019-01-21 17:27 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: Add vendor prefix for "GlobalTop Technology, Inc."
` [PATCH v2 2/4] dt-bindings: gnss: add mediatek binding

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2019-01-21 17:27 UTC  (11+ messages)
` [PATCH v7 11/25] ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
` [PATCH v7 17/25] ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
` [PATCH v7 18/25] ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
` [PATCH v7 19/25] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v7 20/25] ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications

[PATCH] drivers/perf: handle multiple CPUs with single interrupts
 2019-01-21 17:23 UTC  (2+ messages)

HDMI/DVI spurious failure
 2019-01-21 17:20 UTC  (12+ messages)
  ` [linux-sunxi] "

[PATCH v2 00/21] Refine memblock API
 2019-01-21 17:18 UTC  (3+ messages)
` [PATCH v2 19/21] treewide: add checks for the return value of memblock_alloc*()

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-21 17:08 UTC  (18+ messages)
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures

[PATCH 0/4] Fix some KVM/HYP interactions with kprobes
 2019-01-21 17:04 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: Forbid kprobing of the VHE world-switch code
` [PATCH 2/4] arm64: kprobe: Always blacklist the KVM "
` [PATCH 3/4] arm64: hyp-stub: Forbid kprobing of the hyp-stub
` [PATCH 4/4] arm64: hibernate: Clean the __hyp_text to PoC after resume

[PATCH 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-01-21 17:04 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state

[PATCH v2] arm64: dts: renesas: r8a77990: ebisu: Enable HS400 of SDHI3
 2019-01-21 16:57 UTC  (3+ messages)

[PATCH] ARM: shmobile: defconfig: Refresh for v5.0-rc2
 2019-01-21 16:56 UTC  (2+ messages)

[RFC PATCH] drm: disable WC optimization for cache coherent devices on non-x86
 2019-01-21 16:50 UTC  (9+ messages)

[PATCH v2 0/2] reset: Add Broadcom STB SW_INIT reset controller driver
 2019-01-21 16:36 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: reset: Add document for Broadcom STB reset controller
` [PATCH v2 2/2] reset: Add Broadcom STB SW_INIT reset controller driver

[PATCH 0/3] firmware: imx: scu-pd: add fallback compatible string support
 2019-01-21 16:31 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: fsl: scu: add fallback compatible string for power domain

[PATCH net-next 0/7] net: phy: Add support for 2.5GBASET PHYs
 2019-01-21 16:28 UTC  (11+ messages)
` [PATCH net-next 1/7] net: phy: Extract genphy_c45_read_abilities from marvell10g
` [PATCH net-next 5/7] net: phy: marvell10g: Force reading of 2.5/5G PMA extended abilities

[PATCH] arm64: asm-offsets: remove unused offsets
 2019-01-21 16:27 UTC  (2+ messages)

[PATCH] arm64: defaults NR_CPUS to 256
 2019-01-21 16:24 UTC  (4+ messages)

[PATCH v9 00/26] arm64: provide pseudo NMI with GICv3
 2019-01-21 15:45 UTC  (29+ messages)
` [PATCH v9 01/26] arm64: Fix HCR.TGE status for NMI contexts
` [PATCH v9 02/26] arm64: Remove unused daif related functions/macros
` [PATCH v9 03/26] arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system feature
` [PATCH v9 04/26] arm64: cpufeature: Add cpufeature for IRQ priority masking
` [PATCH v9 05/26] arm/arm64: gic-v3: Add PMR and RPR accessors
` [PATCH v9 06/26] irqchip/gic-v3: Switch to PMR masking before calling IRQ handler
` [PATCH v9 07/26] arm64: ptrace: Provide definitions for PMR values
` [PATCH v9 08/26] arm64: Make PMR part of task context
` [PATCH v9 09/26] arm64: Unmask PMR before going idle
` [PATCH v9 10/26] arm64: kvm: Unmask PMR before entering guest
` [PATCH v9 11/26] efi: Let architectures decide the flags that should be saved/restored
` [PATCH v9 12/26] arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking
` [PATCH v9 13/26] arm64: daifflags: Include PMR in daifflags restore operations
` [PATCH v9 14/26] arm64: alternative: Allow alternative status checking per cpufeature
` [PATCH v9 15/26] arm64: alternative: Apply alternatives early in boot process
` [PATCH v9 16/26] irqchip/gic-v3: Factor group0 detection into functions
` [PATCH v9 17/26] arm64: Switch to PMR masking when starting CPUs
` [PATCH v9 18/26] arm64: gic-v3: Implement arch support for priority masking
` [PATCH v9 19/26] irqchip/gic-v3: Detect if GIC can support pseudo-NMIs
` [PATCH v9 20/26] irqchip/gic-v3: Handle pseudo-NMIs
` [PATCH v9 21/26] irqchip/gic: Add functions to access irq priorities
` [PATCH v9 22/26] irqchip/gic-v3: Allow interrupts to be set as pseudo-NMI
` [PATCH v9 23/26] arm64: Handle serror in NMI context
` [PATCH v9 24/26] arm64: Skip preemption when exiting an NMI
` [PATCH v9 25/26] arm64: Skip irqflags tracing for NMI in IRQs disabled context
` [PATCH v9 26/26] arm64: Enable the support of pseudo-NMIs

[PATCH 0/3] kbuild: Add wilddt function instead of listing dtbs
 2019-01-21 16:16 UTC  (2+ messages)

[PATCH] MAINTAINERS: imx: Change Fabio's email address
 2019-01-21 16:15 UTC 

[PATCH v3 0/6] dt-bindings: Firmware node binding for ZynqMP core
 2019-01-21 17:38 UTC  (7+ messages)
` [PATCH v3 3/6] dt-bindings: reset: Add bindings for ZynqMP reset driver
` [PATCH v3 5/6] dt-bindings: nvmem: Add bindings for ZynqMP nvmem driver
` [PATCH v3 6/6] dt-bindings: fpga: Add bindings for ZynqMP fpga driver

[PATCH v4 0/6] Add MediaTek MUSB Controller Driver
 2019-01-21 16:07 UTC  (10+ messages)
` [PATCH v4 1/6] dt-bindings: usb: musb: Add support for MediaTek musb controller
` [PATCH v4 2/6] arm: dts: mt2701: Add usb2 device nodes
` [PATCH v4 3/6] usb: musb: Add get/set toggle hooks
` [PATCH v4 4/6] usb: musb: Add noirq type of dma create interface
` [PATCH v4 5/6] usb: musb: Add musb_clearb/w() interface
` [PATCH v4 6/6] usb: musb: Add support for MediaTek musb controller

[PATCH 0/3] arm64: system call table generation for asm-generic
 2019-01-21 15:53 UTC  (3+ messages)

[PATCH] ARM: dts: colibri: use valid range configuration for weim
 2019-01-21 15:53 UTC 

[PATCH v5 0/9] phy: Add configuration interface for MIPI D-PHY devices
 2019-01-21 15:45 UTC  (10+ messages)
` [PATCH v5 1/9] phy: dphy: Remove unused header
` [PATCH v5 2/9] phy: dphy: Change units of wakeup and init parameters
` [PATCH v5 3/9] phy: dphy: Clarify lanes parameter documentation
` [PATCH v5 4/9] sun6i: dsi: Convert to generic phy handling
` [PATCH v5 5/9] phy: Move Allwinner A31 D-PHY driver to drivers/phy/
` [PATCH v5 6/9] drm/bridge: cdns: Separate DSI and D-PHY configuration
` [PATCH v5 7/9] dt-bindings: phy: Move the Cadence D-PHY bindings
` [PATCH v5 8/9] phy: Add Cadence D-PHY support
` [PATCH v5 9/9] drm/bridge: cdns: Convert to phy framework

[PATCH V2 0/4] Add support for PWM Configure and stablize for PWM kona
 2019-01-21 15:51 UTC  (3+ messages)
` [PATCH V2 1/4] dt-bindings: pwm: kona: Add new compatible for new version pwm-cygnus

[PATCH v3 00/10] A3700 USB S2RAM support
 2019-01-21 15:47 UTC  (13+ messages)
` [PATCH v3 01/10] usb: core: comply to PHY framework
` [PATCH v3 02/10] usb: host: xhci: mvebu: add reset on resume quirk
` [PATCH v3 03/10] usb: ehci-orion: avoid double PHY initialization
` [PATCH v3 04/10] usb: ehci-orion: add S2RAM support
` [PATCH v3 05/10] phy: add A3700 UTMI PHY driver
` [PATCH v3 06/10] dt-bindings: phy: mvebu-utmi: add UTMI PHY bindings
` [PATCH v3 07/10] MAINTAINERS: phy: fill Armada 3700 PHY drivers entry
` [PATCH v3 08/10] ARM64: dts: marvell: armada-37xx: fix USB2 memory region
` [PATCH v3 09/10] ARM64: dts: marvell: armada-37xx: declare USB2 UTMI PHYs
` [PATCH v3 10/10] ARM64: dts: marvell: armada-37xx: link USB hosts with their PHYs

[PATCH v2 0/9] cpufreq: Add flag to auto-register as cooling
 2019-01-21 15:40 UTC  (4+ messages)
` [PATCH v2 6/9] cpufreq: mediatek: Use auto-registration of thermal cooling device
` [PATCH v2 8/9] cpufreq: scmi: "
` [PATCH v2 9/9] cpufreq: scpi: "

[PATCH v4 0/9] phy: Add configuration interface for MIPI D-PHY devices
 2019-01-21 15:43 UTC  (7+ messages)
` [PATCH v4 6/9] drm/bridge: cdns: Separate DSI and D-PHY configuration
` [PATCH v4 8/9] phy: Add Cadence D-PHY support

[v3, 0/6] External trigger stamp fifo support for ptp_qoriq
 2019-01-21 15:43 UTC  (8+ messages)
` [v3, 1/6] ptp_qoriq: fix interrupt enabling and handling
` [v3, 2/6] ptp_qoriq: support external trigger stamp FIFO
` [v3, 3/6] dt-binding: ptp_qoriq: document "fsl,extts-fifo" property
` [v3, 4/6] ARM: dts: ls1021a: add 1588 external trigger stamp fifo support
` [v3, 5/6] ptp: add debugfs support for ptp_qoriq
` [v3, 6/6] MAINTAINERS: add drivers/ptp/ptp_qoriq_debugfs.c into QorIQ PTP list

[PATCH] ARM: dma-mapping: Clear DMA ops on teardown
 2019-01-21 15:34 UTC  (2+ messages)

[RFC v3 0/5] Add support for mt8183 SCP
 2019-01-21 15:30 UTC  (3+ messages)
` [RFC v3 1/5] dt-bindings: Add a binding for Mediatek SCP

[PATCH v4 0/4] Introduce TEE bus driver framework
 2019-01-21 15:28 UTC  (12+ messages)
` [PATCH v4 1/4] tee: add bus driver framework for TEE based devices
` [PATCH v4 4/4] hwrng: add OP-TEE based rng driver

[PATCH 0/3] iommu/arm-smmu: Add support to use Last level cache
 2019-01-21 15:15 UTC  (11+ messages)
` [PATCH 1/3] iommu/arm-smmu: Move to bitmap for arm_smmu_domain atrributes

[PATCH 4/8] Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree
 2019-01-21 15:09 UTC  (3+ messages)

[PATCH v2 0/3] dma: imx-sdma: add the sdma engine to the imx8mq
 2019-01-21 14:43 UTC  (4+ messages)
` [PATCH v2 2/3] dma: imx-sdma: add clock ratio 1:1 check

[PATCH] dmaengine: at_xdmac: Fix wrongfull report of a channel as in use
 2019-01-21 14:38 UTC  (3+ messages)

[PATCHv5 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode
 2019-01-21 14:37 UTC  (4+ messages)
` [PATCHv5 3/4] pci: layerscape: Add the EP mode support

[PATCH 5/8] Bluetooth: btrtl: add support for the RTL8723CS
 2019-01-21 14:31 UTC  (2+ messages)

[PATCH] ARM: dts: imx6qdl-apalis: add phy-supply
 2019-01-21 14:30 UTC  (2+ messages)

[Qestion] Softlockup when send IPI to other CPUs
 2019-01-21 14:21 UTC  (2+ messages)

[PATCH v10 0/3] add uart DMA function
 2019-01-21 14:18 UTC  (3+ messages)
` [PATCH v10 3/3] dt-bindings: dma: uart: rename binding

[PATCH] dmaengine: fsl-edma: dma map slave device address
 2019-01-21 14:13 UTC  (3+ messages)

[PATCH]spi: pl022: add a message state STATE_TIMEOUT for timeout transfer
 2019-01-21 13:57 UTC  (2+ messages)

[PATCH] arm/mach-sa1100/simpad.c: Remove duplicate header
 2019-01-21 13:43 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controller
 2019-01-21 13:41 UTC  (2+ messages)

[PATCH v3 00/28] Allwinner H6 DE3 and HDMI support
 2019-01-21 13:34 UTC  (6+ messages)
` [linux-sunxi] [PATCH v3 02/28] clk: sunxi-ng: Adjust MP clock parent rate when allowed

[PATCH v2 0/4] arm64: kprobes: Update blacklist checking on arm64
 2019-01-21 13:25 UTC  (6+ messages)
` [PATCH v2 3/4] arm64: kprobes: Move exception_text check in blacklist
` [PATCH v2 4/4] arm64: kprobes: Use arch_populate_kprobe_blacklist()

[PATCH RFC] ARM64: dts: marvell: Add DTS file for Turris Mox
 2019-01-21 13:12 UTC  (3+ messages)

[PATCH 0/2] iommu/arm: Add support for non-coherent page tables
 2019-01-21 13:12 UTC  (3+ messages)
` [PATCH 1/2] iommu/io-pgtable-arm: "

[GIT PULL] Nomadik DTS updates for v5.1
 2019-01-21 12:31 UTC  (2+ messages)

[GIT PULL] Nomadik defconfig update for v5.1
 2019-01-21 12:31 UTC  (2+ messages)

Need help: how to locate failure from irq_chip subsystem
 2019-01-21 12:35 UTC  (7+ messages)

[PATCH 0/4] add support for the new SAM9X60's PWM controller
 2019-01-21 12:31 UTC  (5+ messages)
` [PATCH 1/4] pwm: atmel: add struct atmel_pwm_data
` [PATCH 2/4] pwm: atmel: add support for controllers with 32 bit counters
` [PATCH 3/4] pwm: atmel: add support for SAM9X60's PWM controller
` [PATCH 4/4] pwm: atmel: add PWM binding for SAM9X60

[GIT PULL] SPEAr defconfig update
 2019-01-21 12:30 UTC 

[RFC PATCH 0/8] arm64/sve: First steps towards optimizing syscalls
 2019-01-21 12:17 UTC  (5+ messages)
` [RFC PATCH 1/8] arm64/fpsimd: Update documentation of do_sve_acc
` [RFC PATCH 2/8] arm64/signal: Update the comment in preserve_sve_context

PCI: mediatek: Remove MSI inner domain
 2019-01-21 11:59 UTC 

[PATCH] dma: imx: Fix arm64 compilation issue due to min() size issue
 2019-01-21 11:26 UTC 

[PATCH RFC 1/1] arm64: Use PSCI calls for CPU stop when hotplug is supported
 2019-01-21 11:22 UTC  (3+ messages)

[PATCH 1/2] arm64: defconfig: Enable I2C_GPIO
 2019-01-21 11:12 UTC  (2+ messages)
` [PATCH 2/2] arm64: defconfig: Enable SUN6I Camera sensor interface

[v1,0/2] PCI: mediatek: Add support for MT7629
 2019-01-21 11:11 UTC  (3+ messages)
` [v1,1/2] dt-bindings: PCI: "
` [v1,2/2] PCI: mediatek: Add controller "

[PATCHv3 0/4] Add coresight support for SDM845 and MSM8996
 2019-01-21 10:48 UTC  (3+ messages)
` [PATCHv3 3/4] coresight: etm4x: Add support to enable ETMv4.2

[PATCH v2 00/10] A3700 USB S2RAM support
 2019-01-21 10:54 UTC  (8+ messages)
` [PATCH v2 02/10] usb: host: xhci: mvebu: add reset on resume quirk
` [PATCH v2 05/10] phy: add A3700 UTMI PHY driver

[PATCH v2 1/2] dt-bindings: arm: amlogic: add amediatech x96-max bindings
 2019-01-21 10:43 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: meson: add g12a x96 max board

[PATCH v2 1/1] arm64: dts: marvell: armada-ap806: reserve PSCI area
 2019-01-21 10:41 UTC  (4+ messages)

[PATCH v2 0/2] clk: meson8b: fix typo "ABP" -> "APB"
 2019-01-21 10:40 UTC  (2+ messages)

[PATCH] ARM: dts: mps2: use list instead of tuple for uart interrupts
 2019-01-21 10:35 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).