linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-16 03:01:01 to 2017-08-16 20:32:03 UTC [more...]

[PATCH 00/27] ARM Scalable Vector Extension (SVE)
 2017-08-16 20:32 UTC  (25+ messages)
` [PATCH 02/27] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH 11/27] arm64/sve: Core task context handling
` [PATCH 15/27] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH 17/27] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH 21/27] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH 23/27] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH 24/27] arm64/sve: Detect SVE and activate runtime support

[PATCH] ARM: S3C24XX: Fix NAND ECC mode for mini2440 board
 2017-08-16 20:31 UTC 

[PATCH v2] ARM: Convert to using %pOF instead of full_name
 2017-08-16 20:27 UTC  (3+ messages)

[GIT PULL 3/4] non-urgent dts fixes for omaps for v4.14
 2017-08-16 20:24 UTC 

[GIT PULL] arm: hisi: non-urgent fixes for v4.14
 2017-08-16 20:20 UTC  (2+ messages)

[PATCH net RESEND] PCI: fix oops when try to find Root Port for a PCI device
 2017-08-16 20:02 UTC  (4+ messages)

[GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.14
 2017-08-16 19:55 UTC  (2+ messages)

[PATCH 0/3][v3] pinctrl: qcom: add support for sparse GPIOs
 2017-08-16 19:55 UTC  (9+ messages)
` [PATCH 2/3] [v3] pinctrl: qcom: disable GPIO groups with no pins

[PATCH v3 0/8] irqchip/gic-v3-its: Implement ITS nodes as kernel devices and use CMA
 2017-08-16 19:53 UTC  (2+ messages)

[GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14
 2017-08-16 19:51 UTC  (2+ messages)

[GIT PULL] Qualcomm Driver updates for 4.14
 2017-08-16 19:50 UTC  (2+ messages)

[GIT PULL 1/4] Rockchip soc32 changes for 4.14
 2017-08-16 19:48 UTC  (3+ messages)
` [GIT PULL 2/4] Rockchip driver "

[GIT PULL] tee: updates for v4.14
 2017-08-16 19:46 UTC  (2+ messages)

[PATCH RFC 0/2] KVM: use RCU to allow dynamic kvm->vcpus array
 2017-08-16 19:40 UTC  (3+ messages)
` [PATCH RFC 1/2] KVM: remove unused __KVM_HAVE_ARCH_VM_ALLOC
` [PATCH RFC 2/2] KVM: RCU protected dynamic vcpus array

[PATCH 0/9] ASoC: cygnus: Various improvements and fixes
 2017-08-16 19:39 UTC  (6+ messages)
` [PATCH 2/9] ASoC: cygnus: Update bindings for audio clock changes

[PATCH] memory: Convert to using %pOF instead of full_name
 2017-08-16 19:38 UTC  (4+ messages)

[PATCH] soc: Convert to using %pOF instead of full_name
 2017-08-16 19:33 UTC  (3+ messages)

[PATCH 2/2] arm64: compat: Add CONFIG_KUSER_HELPERS
 2017-08-16 19:25 UTC  (3+ messages)

[PATCH 0/7] ASoC: make snd_soc_ops const
 2017-08-16 19:22 UTC  (9+ messages)
` [PATCH 1/7] ASoC: aux1x: "
` [PATCH 2/7] ASoC: cirrus: "
` [PATCH 3/7] ASoC: generic: "
` [PATCH 4/7] ASoC: pxa: "
` [PATCH 5/7] ASoC: rockchip: "
` [PATCH 6/7] ASoC: samsung: "
` [PATCH 7/7] ASoC: sh: "

[RFC PATCH 0/3] PCI: rockchip: Move PCIE_WAKE handling into rockchip pcie driver
 2017-08-16 17:49 UTC  (9+ messages)
` [RFC PATCH 1/3] PCI: rockchip: Add support for pcie wake irq
` [RFC PATCH 2/3] dt-bindings: "
` [RFC PATCH 3/3] arm64: dts: rockchip: Handle pcie wake in pcie driver for Gru

[PATCH 0/3] Add Support for Broadcom D1W controller
 2017-08-16 17:45 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mfd: d1w: iproc: Documentation for d1w driver
` [PATCH 2/3] w1: d1w: Provide callback for ds1wm read/write
` [PATCH 3/3] mfd: d1w: iproc: Add d1w driver

[PATCH 00/18] rpmsg: glink: Add glink smem based transport
 2017-08-16 17:19 UTC  (19+ messages)
` [PATCH 01/18] rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xx
` [PATCH 02/18] rpmsg: glink: Associate indirections for pipe fifo accessor's
` [PATCH 03/18] rpmsg: glink: Split rpm_probe to reuse the common code
` [PATCH 04/18] rpmsg: glink: Move the common glink protocol implementation to glink_native.c
` [PATCH 05/18] rpmsg: glink: Allow unaligned data access
` [PATCH 06/18] rpmsg: glink: Introduce glink smem based transport
` [PATCH 07/18] rpmsg: glink: Fix default case while handling received commands
` [PATCH 08/18] rpmsg: glink: Add support for transport version negotiation
` [PATCH 09/18] rpmsg: glink: Fix idr_lock from mutex to spinlock
` [PATCH 10/18] rpmsg: glink: Add support for TX intents
` [PATCH 11/18] rpmsg: glink: Use the local intents when receiving data
` [PATCH 12/18] rpmsg: glink: Make RX FIFO peak accessor to take an offset
` [PATCH 13/18] rpmsg: glink: Add rx done command
` [PATCH 14/18] rpmsg: glink: Add announce_create ops and preallocate intents
` [PATCH 15/18] rpmsg: glink: Receive and store the remote intent buffers
` [PATCH 16/18] rpmsg: glink: Use the intents passed by remote
` [PATCH 17/18] rpmsg: glink: Request for intents when unavailable
` [PATCH 18/18] rpmsg: glink: Handle remote rx done command

[PATCH 00/18] rpmsg: glink: Add glink smem based transport
 2017-08-16 17:17 UTC 

next-20170815 build: 2 failures 4 warnings (next-20170815)
 2017-08-16 17:17 UTC  (4+ messages)

[PATCH 0/6] Rework the pte handling for hardware AF/DBM
 2017-08-16 17:16 UTC  (2+ messages)

[PATCH 0/2] ASoC: make snd_soc_dai_driver and snd_soc_component_driver const
 2017-08-16 17:15 UTC  (3+ messages)
` [PATCH 1/2] ASoC: bcm: make snd_soc_dai_driver const
` [PATCH 2/2] ASoC: codecs: make snd_soc_dai_driver and snd_soc_component_driver const

[PATCH v2] ARM: dts: am57xx-beagle-x15: Add support for rev C
 2017-08-16 16:50 UTC 

[PATCH v3 0/4] Add STM32 MDMA driver
 2017-08-16 16:47 UTC  (3+ messages)
` [PATCH v3 2/4] dmaengine: "

[PATCH v3 0/5] Unify simple reset drivers
 2017-08-16 16:46 UTC  (15+ messages)
` [PATCH v3 1/5] reset: add reset-simple to unify socfpga, stm32, sunxi, and zx2967
` [PATCH v3 2/5] reset: socfpga: use the reset-simple driver
` [PATCH v3 3/5] reset: stm32: "
` [PATCH v3 4/5] reset: zx2967: "
` [PATCH v3 5/5] reset: simple: read back to make sure changes are applied

RCU lockup issues when CONFIG_SOFTLOCKUP_DETECTOR=n - any one else seeing this?
 2017-08-16 16:27 UTC  (15+ messages)

[PATCH v2 1/2] perf/aux: Make aux_{head, wakeup} ring_buffer members long
 2017-08-16 16:18 UTC  (2+ messages)
` [PATCH v2 2/2] perf/aux: Ensure aux_wakeup represents most recent wakeup index

[PATCHv2 0/3] arm64 xilinx zynqmp firmware interface
 2017-08-16 16:00 UTC  (8+ messages)
` [PATCHv2 1/3] dt: xilinx: zynqmp: Add bindings for PM firmware
` [PATCHv2 2/3] arm64: zynqmp: dt: Add PM firmware node
` [PATCHv2 3/3] soc: xilinx: zynqmp: Add firmware interface

[PATCH 0/5] arm64: Realtek RTD1295 reset controllers
 2017-08-16 15:33 UTC  (5+ messages)
` [PATCH 3/5] reset: Add Realtek RTD1295 driver

[PATCH] ARM: dts: am57xx-beagle-x15: Add support for rev C
 2017-08-16 15:23 UTC  (4+ messages)

[PATCH] bus: Convert to using %pOF instead of full_name
 2017-08-16 15:22 UTC  (3+ messages)

[PATCH] firmware: Convert to using %pOF instead of full_name
 2017-08-16 15:20 UTC  (2+ messages)

[GIT PULL] Qualcomm ARM64 DT updates for 4.14
 2017-08-16 15:17 UTC 

[GIT PULL] Qualcomm Device Tree updates for 4.14
 2017-08-16 15:17 UTC 

[PATCH v2 00/10] ARM: dts: Add iodelay data for MMC
 2017-08-16 15:14 UTC  (12+ messages)
` [PATCH v2 01/10] ARM: dts: dra72x: Create a common file with MMC/SD IOdelay data
` [PATCH v2 02/10] ARM: dts: dra74x: "
` [PATCH v2 03/10] ARM: dts: dra7-evm: Add pinmux configuration for MMC
` [PATCH v2 04/10] ARM: dts: am57xx-beagle-x15: "
` [PATCH v2 05/10] ARM: dts: am57xx-idk: Move common MMC/SD properties to common file
` [PATCH v2 06/10] ARM: dts: am571x-idk: Add pinmux configuration for MMC
` [PATCH v2 07/10] ARM: dts: am572x-idk: "
` [PATCH v2 08/10] ARM: dts: dra72-evm: "
` [PATCH v2 09/10] ARM: dts: dra72-evm-revc: "
` [PATCH v2 10/10] ARM: dts: dra71-evm: "

[PATCH] irqchip/gic-v3-its: handle queue wrapping in its_wait_for_range_completion()
 2017-08-16 15:12 UTC  (2+ messages)

[PATCH 0/3] arm64 xilinx zynqmp firmware interface
 2017-08-16 15:05 UTC  (9+ messages)
` [PATCH 3/3] soc: xilinx: zynqmp: Add "

[patch v3 0/3] JTAG driver introduction
 2017-08-16 14:24 UTC  (4+ messages)
` [patch v3 1/3] drivers: jtag: Add JTAG core driver

[RESEND PATCH v5 00/16] eeprom: at24: Add OF device ID table
 2017-08-16 14:21 UTC  (3+ messages)
` [RESEND PATCH v5 03/16] ARM: dts: efm32: Add generic compatible string for I2C EEPROM

[PATCH v5 0/6] perf: Support for ARM DynamIQ Shared Unit
 2017-08-16 14:10 UTC  (3+ messages)
` [PATCH v5 6/6] perf: ARM DynamIQ Shared Unit PMU support

[PATCH] spi: rockchip: configure CTRLR1 according to size and data frame
 2017-08-16 12:16 UTC  (3+ messages)
` Applied "spi: rockchip: configure CTRLR1 according to size and data frame" to the spi tree

[PATCH 0/4] Switch Ux500 to use generic DT cpufreq
 2017-08-16 11:27 UTC  (9+ messages)
` [PATCH 1/4] ARM: dts: augment Ux500 to use "
` [PATCH 3/4] mfd: db8500-prcmu: Get rid of cpufreq dependency

[PATCH ] gpio: rcar: Add r8a7745 (RZ/G1E) support
 2017-08-16 11:12 UTC 

[PATCH 1/3] ARM: dts: r8a7745: add PFC support
 2017-08-16 11:00 UTC  (6+ messages)

[PATCH v3 0/7] Add rk3328 pwm support
 2017-08-16 10:49 UTC  (2+ messages)

Questions about PMU counters
 2017-08-16 10:22 UTC  (3+ messages)

[PATCH v2] ARM: debug-ll: Add support for r8a7745
 2017-08-16 10:20 UTC 

[PATCH] arm64: dts: rockchip: Assign mic irq to correct device for Gru
 2017-08-16  9:24 UTC 

[PATCH] ARM: hisi: Fix typo in comment
 2017-08-16  9:18 UTC  (2+ messages)

[PATCH v2] ARM: dts: iwg20d-q7: Add RTC support
 2017-08-16  9:16 UTC 

[PATCH 0/3] net: stmmac: Detect PHY location with phy-is-integrated
 2017-08-16  9:12 UTC  (10+ messages)
` [PATCH 2/3] ARM: sun8i: sunxi-h3-h5: add phy-is-integrated property to internal PHY

[GIT PULL v2] arm64: dts: hisilicon dts updates for v4.14
 2017-08-16  8:45 UTC 

[PATCH v5] crypto : stm32 - Add STM32F4 CRC32 support
 2017-08-16  8:45 UTC  (2+ messages)

[PATCH v2] arm64: dts: hi6220: add acpu_sctrl
 2017-08-16  8:41 UTC  (2+ messages)

[GIT PULL] arm64: dts: hisilicon dts updates for v4.14
 2017-08-16  8:27 UTC  (2+ messages)

[PATCH 1/3 v2] cpufreq: enable the DT cpufreq driver on the Ux500
 2017-08-16  8:19 UTC  (3+ messages)
` [PATCH 2/3 v2] mfd: db8500-prcmu: Get rid of cpufreq dependency
` [PATCH 3/3 v2] cpufreq: dbx500: Delete obsolete driver

[PATCH] ARM: debug-ll: Add support for r8a7745
 2017-08-16  8:12 UTC  (2+ messages)

[PATCH v5 0/4] Add support for ThunderX2 pmu events using json files
 2017-08-16  7:10 UTC  (5+ messages)
` [PATCH v5 1/4] perf utils: passing pmu as a parameter to function get_cpuid_str
` [PATCH v5 2/4] perf tools arm64: Add support for get_cpuid_str function
` [PATCH v5 3/4] perf utils: Add helper function is_pmu_core to detect PMU CORE devices
` [PATCH v5 4/4] perf vendor events arm64: Add ThunderX2 implementation defined pmu core events

[PATCH 1/2] dmaengine: at_xdmac: Fix compilation warning
 2017-08-16  6:19 UTC  (4+ messages)
` [PATCH 2/2] dmaengine: at_xdmac: Handle return value of clk_prepare_enable

[PATCH] gpio: brcmstb: check return value of gpiochip_irqchip_add()
 2017-08-16  6:08 UTC  (2+ messages)

[PATCH v2 1/4] usb: mtu3: add generic compatible string
 2017-08-16  6:08 UTC  (4+ messages)
` [PATCH v2 2/4] usb: xhci-mtk: "
` [PATCH v2 3/4] dt-bindings: mt8173-mtu3: add generic compatible and rename file
` [PATCH v2 4/4] dt-bindings: mt8173-xhci: "

[PATCH v5 0/3] Add support Rockchip Soc LVDS
 2017-08-16  6:06 UTC  (4+ messages)
` [PATCH v5 3/3] drm/rockchip: Add support for "

[PATCH v2 0/5] K2G: Add QSPI support
 2017-08-16  4:50 UTC  (6+ messages)
` [PATCH v2 1/5] mtd: spi-nor: cadence-quadspi: Add TI 66AK2G SoC specific compatible
` [PATCH v2 2/5] mtd: spi-nor: cadence-quadspi: add a delay in write sequence
` [PATCH v2 3/5] mtd: spi-nor: cadence-quadspi: Add new binding to enable loop-back circuit
` [PATCH v2 4/5] mtd: spi-nor: cadence-quadspi: Add support to enable loop-back clock circuit
` [PATCH v2 5/5] mtd: spi-nor: cadence-quadspi: Add runtime PM support

[PATCH] ARM: dts: qcom-apq8064: Fix dsi and hdmi phy cells
 2017-08-16  4:28 UTC 

[PATCH] arm64: dts: rk3399: init vop clock rates
 2017-08-16  3:15 UTC  (2+ messages)

[PATCH v3 0/2] Add i2c dt-binding and compatible for Mediatek MT7622 SoC
 2017-08-16  3:08 UTC  (3+ messages)
` [PATCH v3 2/2] i2c: mediatek: Add i2c compatible for MediaTek MT7622

[PATCH 1/2] clk: hi6220: add acpu clock
 2017-08-16  3:02 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: hi6220: add acpu_sctrl

[GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.14
 2017-08-16  3:01 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).