linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-19 05:48:02 to 2017-06-19 17:13:05 UTC [more...]

[PATCH] arm64: Decode information from ESR upon mem faults
 2017-06-19 17:13 UTC  (2+ messages)

[PATCH v5 0/8] Support for contiguous pte hugepages
 2017-06-19 17:01 UTC  (9+ messages)
` [PATCH v5 1/8] arm64: hugetlb: Refactor find_num_contig
` [PATCH v5 2/8] arm64: hugetlb: Remove spurious calls to huge_ptep_offset
` [PATCH v5 3/8] mm, gup: Remove broken VM_BUG_ON_PAGE compound check for hugepages
` [PATCH v5 4/8] mm, gup: Ensure real head page is ref-counted when using hugepages
` [PATCH v5 5/8] mm/hugetlb: add size parameter to huge_pte_offset()
` [PATCH v5 6/8] mm/hugetlb: Allow architectures to override huge_pte_clear()
` [PATCH v5 7/8] mm/hugetlb: Introduce set_huge_swap_pte_at() helper
` [PATCH v5 8/8] mm: rmap: Use correct helper when poisoning hugepages

[GIT PULL v2] updates to qbman (soc drivers) to support arm/arm64
 2017-06-19 17:00 UTC  (3+ messages)

[PATCH v3 0/6] STM32 DSI HOST
 2017-06-19 16:58 UTC  (7+ messages)
` [PATCH v3 2/6] dt-bindings: display: Add Synopsys DW MIPI DSI DRM bridge driver
` [PATCH v3 5/6] dt-bindings: display: stm32: Add DSI host driver

[PATCH] mips: bcm63xx: spi: Fix checkpatch.pl warnings
 2017-06-19 16:49 UTC 

[PATCH 0/2] ASoC: stm32: add SPDIFRX driver
 2017-06-19 16:46 UTC  (3+ messages)
` [PATCH 2/2] ASoC: stm32: Add SPDIFRX support

[PATCH 1/2] drm/exynos/decon: Add include guard to the Exynos7 header
 2017-06-19 16:31 UTC  (2+ messages)
` [PATCH 2/2] drm/exynos/decon: Move headers from global to local place

[PATCH v4 0/6] STM32 DSI HOST
 2017-06-19 16:28 UTC  (7+ messages)
` [PATCH v4 1/6] drm/stm: ltdc: Add panel-bridge support
` [PATCH v4 2/6] dt-bindings: display: Add Synopsys DW MIPI DSI DRM bridge driver
` [PATCH v4 3/6] drm/bridge/synopsys: Add MIPI DSI host controller bridge
` [PATCH v4 4/6] dt-bindings: display: stm32: remove st-display-subsystem parent node requirement
` [PATCH v4 5/6] dt-bindings: display: stm32: Add DSI host driver
` [PATCH v4 6/6] drm/stm: Add STM32 "

[PATCH] ASoC: zx-i2s: flip I2S master/slave mode
 2017-06-19 16:23 UTC  (2+ messages)
` Applied "ASoC: zx-i2s: flip I2S master/slave mode" to the asoc tree

[PATCH 0/2] Add ZTE ZTE zx-aud96p22 audio codec driver
 2017-06-19 16:19 UTC  (5+ messages)
` [PATCH 1/2] ASoC: add bindings for ZTE zx-aud96p22 audio codec
` [PATCH 2/2] ASoC: zx_aud96p22: add ZTE ZX AUD96P22 codec driver

No subject
 2017-06-19 16:16 UTC  (5+ messages)
` [PATCH 05/20] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 16/20] arm64: signal32: move ilp32 and aarch32 common code to separated file

[PATCH v5 0/3] Tango PCIe controller support
 2017-06-19 16:16 UTC  (7+ messages)
` [PATCH v5 2/3] PCI: Add tango PCIe host bridge support

[PATCHv2] ARM32: Support mremap() for sigpage/vDSO
 2017-06-19 16:10 UTC  (8+ messages)

[PATCH RESEND 0/2] Add support for ARM CCN-502 interconnect
 2017-06-19 16:06 UTC  (3+ messages)

[GIT PULL 1/2] ARM: dts: exynos: Second round for v4.13
 2017-06-19 16:05 UTC  (2+ messages)
` [GIT PULL 2/2] ARM: defconfig: Topic branch with defconfig cleanup "

Using __always_inline attribute
 2017-06-19 15:53 UTC  (2+ messages)
` [PATCH] compiler, clang: Add always_inline attribute to inline

[PATCH 0/8] Add STM32 LPTimer: PWM, trigger and counter
 2017-06-19 15:51 UTC  (3+ messages)
` [PATCH 2/8] mfd: Add STM32 LPTimer driver

[PATCH v8 00/20] ILP32 for ARM64
 2017-06-19 15:50 UTC  (20+ messages)
` [PATCH 01/20] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 02/20] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 04/20] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 05/20] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 06/20] arm64: ensure the kernel is compiled for LP64
` [PATCH 07/20] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 08/20] thread: move thread bits accessors to separated file
` [PATCH 09/20] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 10/20] arm64: ilp32: add is_ilp32_compat_{task, thread} and TIF_32BIT_AARCH64
` [PATCH 11/20] arm64: introduce binfmt_elf32.c
` [PATCH 12/20] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 13/20] arm64: ilp32: share aarch32 syscall handlers
` [PATCH 14/20] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 15/20] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 16/20] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 17/20] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 18/20] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 19/20] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 20/20] arm64:ilp32: add ARM64_ILP32 to Kconfig

[RFC PATCH 00/33] irqchip: Core support for GICv4
 2017-06-19 15:48 UTC  (37+ messages)
` [RFC PATCH 01/33] irqchip/gic-v3: Add redistributor iterator
` [RFC PATCH 07/33] irqchip/gic-v3-its: Macro-ize its_send_single_command
` [RFC PATCH 09/33] irqchip/gic-v3-its: Split out property table allocation
` [RFC PATCH 10/33] irqchip/gic-v4-its: Allow use of indirect VCPU tables
` [RFC PATCH 15/33] irqchip/gic-v4: Add management structure definitions
` [RFC PATCH 17/33] irqchip/gic-v3-its: Add VLPI configuration hook
` [RFC PATCH 18/33] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [RFC PATCH 20/33] irqchip/gic-v3-its: Add VPE domain infrastructure
` [RFC PATCH 23/33] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [RFC PATCH 24/33] irqchip/gic-v3-its: Add VPE scheduling
` [RFC PATCH 28/33] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI

[PATCH v2 0/2] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-06-19 15:45 UTC  (3+ messages)
` [PATCH v2 1/2] acpi:iort: Add an IORT helper function to reserve HW ITS address regions for IOMMU drivers
` [PATCH v2 2/2] iommu/arm-smmu-v3:Enable ACPI based HiSilicon erratum 161010801

[PATCH v3] iommu/arm-smmu: Plumb in new ACPI identifiers
 2017-06-19 15:41 UTC 

[GIT PULL] Improve cp110 clk support on Marvell Armada 7K/8K
 2017-06-19 15:36 UTC 

[PATCH V2 0/2] timer: add imx tpm timer support
 2017-06-19 15:36 UTC  (6+ messages)
` [PATCH V2 2/2] timer: imx-tpm: "

[PATCH v3 0/4] Generalize fncpy availability
 2017-06-19 15:18 UTC  (7+ messages)
` [PATCH v3 2/4] asm-generic: Provide a fncpy() implementation

[PATCH] ARM/hw_breakpoint: Fix possible recursive locking for arch_hw_breakpoint_init
 2017-06-19 15:17 UTC  (2+ messages)

clean up and modularize arch dma_mapping interface V2
 2017-06-19 15:12 UTC  (3+ messages)
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE

[PATCH v2] drivers/kmem: disable on arm64
 2017-06-19 15:03 UTC  (2+ messages)

[RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it
 2017-06-19 14:54 UTC  (3+ messages)
` [RESEND PATCH v6 2/8] mfd: retu: Drop -mfd suffix from I2C device ID name

[PATCH v4 00/11] net: mvmdio: add xMDIO xSMI support
 2017-06-19 14:49 UTC  (4+ messages)
` [PATCH v4 03/11] net: mvmdio: use GENMASK for masks

[PATCH RFC 2/3] samples/bpf: Add define __EMITTING_BPF__ when building BPF
 2017-06-19 14:37 UTC  (2+ messages)

[PATCH v5 0/3] nvmem: upstream snvs_lpgpr driver
 2017-06-19 14:33 UTC  (10+ messages)
` [PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding
` [PATCH v5 2/3] nvmem: add snvs_lpgpr driver

[PATCH 00/16] omap_hsmmc: Add ADMA support and UHS/HS200/DDR support
 2017-06-19 14:33 UTC  (7+ messages)
` [PATCH 12/16] mmc: host: omap_hsmmc: Add support to set IODELAY values

[PATCH v4 00/28] ARM: Initial Actions Semi S500 and S900 enablement
 2017-06-19 14:31 UTC  (6+ messages)
` [PATCH v4 04/28] clocksource: Add Owl timer

[PATCH] thermal: imx: interpret fsl,tempmon-data through nvmem
 2017-06-19 13:40 UTC 

[PATCH v3 00/21] arm64: dts: hi3660: add device nodes
 2017-06-19 13:00 UTC  (4+ messages)
` [PATCH v3 19/21] dt-bindings: mmc: dw_mmc-k3: add document of hi3660 mmc

[arm-soc:mediatek/dts64 6/13] arch/arm64/boot/dts/mediatek/mt6797.dtsi:15:44: fatal error: dt-bindings/power/mt6797-power.h: No such file or directory
 2017-06-19 12:49 UTC 

[PATCH 0/6] add some device nodes support for rk322x SoC
 2017-06-19 12:30 UTC  (5+ messages)
` [PATCH 1/6] ARM: dts: rockchip: add basic dtsi file for RK3229 SoC

[PATCH] reset: zx2967: constify zx2967_reset_ops
 2017-06-19 12:15 UTC  (2+ messages)

[PATCH v2 00/12] AC97 device/driver model revamp
 2017-06-19 11:57 UTC  (15+ messages)
` [PATCH v2 01/12] ALSA: ac97: add an ac97 bus
` [PATCH v2 02/12] ASoC: add new ac97 bus support
` [PATCH v2 03/12] ASoC: arm: make pxa2xx-ac97-lib ac97 codec agnostic
` [PATCH v2 04/12] Input: wm97xx: split out touchscreen registering
` [PATCH v2 05/12] mfd: wm97xx-core: core support for wm97xx Codec
` [PATCH v2 06/12] Input: wm97xx: add new AC97 bus support
` [PATCH v2 07/12] ASoC: wm9713: add ac97 new "
` [PATCH v2 08/12] ASoC: wm9712: "
` [PATCH v2 09/12] ASoC: wm9705: add private structure
` [PATCH v2 10/12] ASoC: wm9705: add ac97 new bus support
` [PATCH v2 11/12] ASoC: pxa: switch to new ac97 "
` [PATCH v2 12/12] ASoC: Fix use-after-free at card unregistration

[RFC 0/2] Add support for Meson MX "SDIO" MMC driver
 2017-06-19 11:50 UTC  (7+ messages)
` [RFC 2/2] mmc: meson-mx-sdio: Add a driver for the Amlogic Meson8 and Meson8b SoCs

[PATCH] psci: add debugfs for runtime instrumentation
 2017-06-19 11:44 UTC  (5+ messages)

[RFC PATCH] drivers/char: kmem: disable read/write if VMALLOC_START < PAGE_OFFSET
 2017-06-19 11:36 UTC  (2+ messages)

[PATCH v5 0/6] provide power off support for iMX6 with external PMIC
 2017-06-19 11:35 UTC  (5+ messages)
` [PATCH v5 2/6] ARM: imx6: register pm_power_off handler if "fsl, pmic-stby-poweroff" is set
  ` [PATCH v5 2/6] ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" "
` [PATCH v5 3/6] kernel/reboot.c: export pm_power_off_prepare

[PATCH] gpio: rcar: Add R8A7743 (RZ/G1M) support
 2017-06-19 11:17 UTC  (3+ messages)

[PATCH 0/5] arm64: signal: Signal frame expansion support
 2017-06-19 11:03 UTC  (5+ messages)
` [PATCH 5/5] arm64: signal: Allow expansion of the signal frame

[PATCH] drm: exynos: constify mixer_match_types and *_mxr_drv_data
 2017-06-19 10:37 UTC  (2+ messages)

[PATCH] of: update ePAPR references to point to Devicetree Specification
 2017-06-19 10:23 UTC  (3+ messages)

[PATCH] drm: exynos: hdmi: make of_device_ids const
 2017-06-19 10:11 UTC  (2+ messages)

[PATCH v2] [media] mtk-mdp: Fix g_/s_selection capture/compose logic
 2017-06-19 10:10 UTC  (4+ messages)

[PATCH v9 5/7] ACPI: Translate the I/O range of non-MMIO devices before scanning
 2017-06-19 10:04 UTC  (15+ messages)

[PATCH 0/3] change powerup logic for MediaTek PCIe controller
 2017-06-19 10:00 UTC  (4+ messages)
` [PATCH 1/3] PCI: mediatek: modify controller powerup logic
` [PATCH 2/3] PCI: mediatek: turn off subsys power if no link up detected
` [PATCH 3/3] PCI: mediatek: make some properties optioanl

[PATCH v15 0/7] power: add power sequence library
 2017-06-19  9:48 UTC  (13+ messages)
` [PATCH v15 2/7] "

[PATCH v2 0/3] rtc: make st-lpc robust against y2038/2106 bug
 2017-06-19  9:36 UTC  (4+ messages)
` [PATCH v2 1/3] tools: timer: add rtctest_setdate
` [PATCH v2 2/3] tool: timer: rtctest add check for problematic dates
` [PATCH v2 3/3] rtc: st-lpc: make it robust against y2038/2106 bug

[PATCH v2 0/4] Add support for the s6e63j0x03 panel on Rinato board
 2017-06-19  9:14 UTC  (3+ messages)
  ` [PATCH v2 2/4] drm/panel: Add support for s6e63j0x03 panel driver

[PATCH v2] clocksource/drivers/tcb_clksrc: make IO endian agnostic
 2017-06-19  9:11 UTC  (2+ messages)

[PATCH v2 0/3] ARM64: dts: meson-gxl: Add support for Libre Technology CC board
 2017-06-19  9:04 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: add Libre Technology vendor prefix
` [PATCH v2 2/3] dt-bindings: arm: amlogic: Add Libre Technology CC board
` [PATCH v2 3/3] ARM64: dts: meson-gxl: Add Libre Technology CC support

[PATCH 0/7] ASoC: stm32: sai: misc fixes
 2017-06-19  8:51 UTC  (4+ messages)
` [PATCH 2/7] ASoC: stm32: change SAI configuration flag

[PATCH v5 0/4] tty/serial: meson_uart: add support for core clock handling
 2017-06-19  8:43 UTC  (5+ messages)
` [PATCH v5 3/4] ARM64: dts: meson-gx: use stable UART bindings with correct gate clock

[PATCH] ARM: dts: iwg20d-q7: Add pinctl support for scif0
 2017-06-19  8:42 UTC  (2+ messages)

[GIT PULL] arm64: dts: hisilicon dts updates for v4.13
 2017-06-19  8:33 UTC  (4+ messages)
` [GIT PULL v2] "

[PATCH v2] [media] mtk-vcodec: Show mtk driver error without DEBUG definition
 2017-06-19  7:59 UTC  (2+ messages)

[PATCH 0/3] rtc: make st-lpc robust against y2038/2106 bug
 2017-06-19  7:57 UTC  (3+ messages)
` [PATCH 3/3] rtc: st-lpc: make it "

[GIT PULL 1/7] Broadcom soc changes for 4.13 (v2)
 2017-06-19  7:52 UTC  (4+ messages)
` [GIT PULL 4/7] Broadcom maintainers "

[RFC PATCH 0/3] provide imx rproc driver
 2017-06-19  7:43 UTC  (6+ messages)
` [RFC PATCH 2/3] remoteproc: imx_rproc: add a NXP/Freescale "

[PATCH] arm64: dts: marvell: mcbin: enable the mdio node
 2017-06-19  7:37 UTC 

[PATCH v5 0/3] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-06-19  6:53 UTC  (4+ messages)
` [PATCH v5 1/3] PCI: Add new PCIe Fabric End Node flag, PCI_DEV_FLAGS_NO_RELAXED_ORDERING
` [PATCH v5 2/3] PCI: Enable PCIe Relaxed Ordering if supported
` [PATCH v5 3/3] net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag

[PATCH 1/1] PCI: imx6: Add pcie compliance test option
 2017-06-19  6:43 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v3 00/13] ARM: sun5i: cryptographic engine support
 2017-06-19  6:43 UTC  (2+ messages)

[GIT PULL] ARM: SoC fixes
 2017-06-19  6:40 UTC 

[PATCH] crypto: mediatek - drop .owner field in mtk_crypto_driver
 2017-06-19  6:39 UTC  (2+ messages)

imx6: efficient buffer copy from fpga
 2017-06-19  6:27 UTC 

[PATCH v4 0/3] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-06-19  6:12 UTC  (6+ messages)
` [PATCH v4 2/3] PCI: Enable PCIe Relaxed Ordering if supported

[GIT PULL 1/5] i.MX driver changes for 4.13
 2017-06-19  6:10 UTC  (10+ messages)
` [GIT PULL 2/5] i.MX SoC updates "
` [GIT PULL 3/5] i.MX device tree "
` [GIT PULL 4/5] Freescale arm64 "
` [GIT PULL 5/5] i.MX defconfig "

[GIT PULL 1/4] soc/tegra: Changes for v4.13-rc1
 2017-06-19  6:04 UTC  (4+ messages)

[GIT PULL] ARM: mvebu: dt64 for v4.13 (#1)
 2017-06-19  6:00 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: dt for v4.13 (#1)
 2017-06-19  5:59 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: defconfig for v4.13 (#1)
 2017-06-19  5:56 UTC  (2+ messages)

[GIT PULL] ARM: at91: DT for 4.13
 2017-06-19  5:56 UTC  (2+ messages)

[GIT PULL] ARM: at91: SoC for 4.13
 2017-06-19  5:53 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Updates for v4.13
 2017-06-19  5:52 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC R-Car SYSC Updates for v4.13
 2017-06-19  5:51 UTC  (2+ messages)

[GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13
 2017-06-19  5:51 UTC  (2+ messages)

[GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.13
 2017-06-19  5:50 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.13
 2017-06-19  5:49 UTC  (2+ messages)

[PATCH v2] soc: ti: knav_dma: make of_device_ids const
 2017-06-19  5:48 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).