linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-06 15:56:55 to 2016-06-07 07:08:41 UTC [more...]

[PATCH v10 1/2] Documentation: DT: dma: Add Xilinx zynqmp dma device tree binding documentation
 2016-06-07  7:08 UTC  (3+ messages)
` [PATCH v10 2/2] dmaengine: Add Xilinx zynqmp dma engine driver support

[PATCH v3 0/2] arm/arm64: Fix architected timer interrupt trigger
 2016-06-07  7:08 UTC  (4+ messages)
` [PATCH v3 1/2] clocksource/arm_arch_timer: Force per-CPU interrupt to be level-triggered
` [PATCH v3 2/2] arm64: dts: Fix broken architected timer interrupt trigger

[PATCH 1/2] clk: imx: do not sleep if IRQ's are still disabled
 2016-06-07  7:04 UTC  (11+ messages)

[PATCH] PCI: layerscape: Add 'dma-coherent' property
 2016-06-07  6:55 UTC  (2+ messages)
` [PATCH] arm64: dts: ls1043a: Add 'dma-coherent' for ls1043a PCI nodes

Support for unaligned watchpoints in arm/arm64
 2016-06-07  6:55 UTC  (3+ messages)

[GIT PULL 0/8] ARM: exynos: Early stuff for v4.8
 2016-06-07  6:32 UTC  (3+ messages)
` [GIT PULL 6/8] arm64: dts: exynos: DTS "

[PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
 2016-06-07  6:31 UTC  (2+ messages)

[PATCH v2 0/4] dmaengine: vdma: AXI DMA's enhancments
 2016-06-07  6:19 UTC  (8+ messages)
` [PATCH v2 1/4] dmaengine: vdma: Add support for cyclic dma mode
` [PATCH v2 2/4] dmaengine: vdma: Use dma_pool_zalloc
` [PATCH v2 3/4] dmaengine: vdma: Add 64 bit addressing support for the axi dma

[PATCH 0/2] ARM: dts: exynos: Fix port nodes names for Snow and Peach Pit DTS
 2016-06-07  6:16 UTC  (4+ messages)
` [PATCH 1/2] ARM: dts: exynos: Fix port nodes names for Exynos5250 Snow board
` [PATCH 2/2] ARM: dts: exynos: Fix port nodes names for Exynos5420 Peach Pit board

[PATCH] ARM: dts: am335x-boneblack: add i2c1 DT entry
 2016-06-07  6:14 UTC  (7+ messages)

[PATCH] dmaengine: bcm2835: Fix polling for completion of DMA with interrupts masked
 2016-06-07  6:10 UTC  (5+ messages)

[PATCH v3 00/12] usb/mmc/power: Generic power sequence (and fix USB/LAN when TFTP booting)
 2016-06-07  6:03 UTC  (3+ messages)

[PATCH 0/7] dts: sunxi: Add sunxi NAND Flash Controller support
 2016-06-07  5:49 UTC  (12+ messages)
` [PATCH 5/7] mtd: nand: Add Hynix H27UBG8T2BTR-BC to nand_ids table
` [PATCH 6/7] ARM: dts: sun4i: Enable NAND on Marsboard A10
` [PATCH 7/7] ARM: dts: sun7i: Enable NAND on Wexler TAB7200

[PATCH kexec-tools v2 00/32] Keystone II updates for kexec tools
 2016-06-07  5:41 UTC  (37+ messages)
` [PATCH kexec-tools v2 01/32] kdump: mmap() and munmap() only work on page-aligned quantites
` [PATCH kexec-tools v2 02/32] kdump: fix multiple program header entries
` [PATCH kexec-tools v2 03/32] kdump: actually write out the memory
` [PATCH kexec-tools v2 04/32] kdump: fix kdump mapping
` [PATCH kexec-tools v2 05/32] arm: fix kdump to work on LPAE systems
` [PATCH kexec-tools v2 06/32] kdump: print mmap() offset in hex
` [PATCH kexec-tools v2 07/32] kexec: fix warnings caused by selecting 64-bit file IO on 32-bit platforms
` [PATCH kexec-tools v2 08/32] kexec: add max_size to memory_ranges
` [PATCH kexec-tools v2 09/32] kexec: phys_to_virt() must take unsigned long long
` [PATCH kexec-tools v2 10/32] kexec: add generic helper to add to memory_regions
` [PATCH kexec-tools v2 11/32] kexec: add mem_regions sorting implementation
` [PATCH kexec-tools v2 12/32] kexec: add helper to exlude a region from a set of memory ranges
` [PATCH kexec-tools v2 13/32] arm: fix pointer signedness warning in kexec-uImage-arm.c
` [PATCH kexec-tools v2 14/32] arm: fix off-by-one on memory end
` [PATCH kexec-tools v2 15/32] arm: fix get_kernel_stext_sym() to close its file
` [PATCH kexec-tools v2 16/32] arm: fix ELF32/ELF64 check
` [PATCH kexec-tools v2 17/32] arm: return proper error for missing crash kernel
` [PATCH kexec-tools v2 18/32] arm: report if crash kernel is out of bounds
` [PATCH kexec-tools v2 19/32] arm: add memory ranges debug
` [PATCH kexec-tools v2 20/32] arm: add maximum number of memory ranges
` [PATCH kexec-tools v2 21/32] arm: parse crash_reserved_mem early
` [PATCH kexec-tools v2 22/32] arm: use generic mem_region sorting implementation
` [PATCH kexec-tools v2 23/32] arm: move crash system RAM parsing earlier
` [PATCH kexec-tools v2 24/32] arm: add support for platforms with boot memory aliases
` [PATCH kexec-tools v2 25/32] arm: crashdump needs boot alias of crash kernel region
` [PATCH kexec-tools v2 26/32] arm: rename crash_reserved_mem to crash_kernel_mem
` [PATCH kexec-tools v2 27/32] arm: add support for multiple reserved regions
` [PATCH kexec-tools v2 28/32] arm: add support for boot-time crash kernel resource
` [PATCH kexec-tools v2 29/32] arm: add debug of reserved and coredump memory ranges
` [PATCH kexec-tools v2 30/32] arm: fix type of phys_offset
` [PATCH kexec-tools v2 31/32] arm: clean up phys/page offset debug
` [PATCH kexec-tools v2 32/32] arm: report which ELF core format we will use

[PATCH net-next v2 0/4] arm64 BPF JIT updates
 2016-06-07  5:22 UTC  (4+ messages)
` [PATCH net-next v2 1/4] bpf: fix missing header inclusion
` [PATCH net-next v2 3/4] arm64: bpf: optimize JMP_CALL
` [PATCH net-next v2 4/4] arm64: bpf: optimize LD_ABS, LD_IND

[PATCH v2 0/4] clocksource: rockchip/timer: Support rktimer for rk3399
 2016-06-07  4:54 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: document rk3399 rk-timer bindings
` [PATCH v2 2/4] clocksource: rockchip: add dynamic irq flag to the timer
` [PATCH v2 3/4] clocksource: rockchip: add support for rk3399 SoC
` [PATCH v2 4/4] arm64: dts: rockchip: add rktimer device node for rk3399

[PATCH net-next 1/3] arm64: bpf: implement bpf_tail_call() helper
 2016-06-07  4:36 UTC  (4+ messages)
` [PATCH net-next 2/3] arm64: bpf: optimize JMP_CALL

[PATCH] ARM: Keystone: Introduce Kconfig option to compile in typical Keystone features
 2016-06-07  4:28 UTC  (4+ messages)

[PATCH v13 00/10] arm64: Add kernel probes (kprobes) support
 2016-06-07  3:52 UTC  (6+ messages)
` [PATCH v13 04/10] arm64: Blacklist non-kprobe-able symbol
` [PATCH v13 06/10] arm64: Treat all entry code as non-kprobe-able

[PATCH V2 1/7] dt-bindings: Update QorIQ TMU thermal bindings
 2016-06-07  3:27 UTC 

[PATCH v3] ASoC: rockchip: Add machine driver for MAX98357A/RT5514/DA7219
 2016-06-07  2:49 UTC  (5+ messages)

[PATCH v8 0/3] Mediatek MT8173 CMDQ support
 2016-06-07  2:45 UTC  (11+ messages)
` [PATCH v8 2/3] CMDQ: Mediatek CMDQ driver

[PATCH net-next 1/3] arm64: bpf: implement bpf_tail_call() helper
 2016-06-07  2:33 UTC  (5+ messages)

[PATCH 1/7] dt-bindings: Update QorIQ TMU thermal bindings
 2016-06-07  2:26 UTC  (3+ messages)
  ` 答复: "

[PATCH v2 0/6] Support BCM23550 SoC
 2016-06-07  1:50 UTC  (7+ messages)
` [PATCH v2 1/6] power: Introduce Broadcom kona reset driver

[PATCH v2 1/2] ARM: imx6: disable deeper idle states when FEC is active w/o HW workaround
 2016-06-07  1:40 UTC  (4+ messages)

[PATCH v17 00/13] arm64 kexec kernel patches
 2016-06-07  1:36 UTC  (2+ messages)

[PATCH] pinctrl: uniphier: fix NAND pin-mux settings for PH1-LD11/LD20
 2016-06-07  1:36 UTC 

[PATCH 1/2] drm/rockchip: vop: add uv_vir register field for RK3036 VOP
 2016-06-07  0:57 UTC  (4+ messages)
` [PATCH 2/2] drm/rockchip: vop: correct the source size of uv scale factor setting

[PATCH] ARM: dts: msm8916: Add smsm and smp2p nodes
 2016-06-07  0:57 UTC  (2+ messages)
` [PATCH] ARM: dts: msm8916: Update reserved-memory

[PATCH 00/20] drm/atomic: Provide default ->best_encoder() behavior
 2016-06-07  0:51 UTC  (3+ messages)
` [PATCH 10/20] drm: rockchip: Rely on the "

[PATCH v3 0/6] Add R8A7794/SILK sound DT support
 2016-06-07  0:37 UTC  (4+ messages)

[v1 PATCH 0/4] Rockchip Type-C and DispplayPort driver
 2016-06-07  0:33 UTC  (4+ messages)
` [v1 PATCH 1/4] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY

[PATCH 1/3] pci: introduce read_bridge/write_bridge pci ops
 2016-06-07  0:28 UTC  (5+ messages)

[PATCH 27/32] gpio: Add support for the FXL6408 GPIO expander
 2016-06-07  0:02 UTC  (3+ messages)

Updating Raspberry Pi trees pulled for -next
 2016-06-06 23:39 UTC  (2+ messages)

[PATCH V5 1/5] irqchip/gicv3-its: Introduce two helper functions for accessing BASERn
 2016-06-06 23:17 UTC  (5+ messages)
` [PATCH V5 2/5] irqchip/gicv3-its: Add a new function for parsing device table BASERn
` [PATCH V5 3/5] irqchip/gicv3-its: Split its_alloc_tables() into two functions
` [PATCH V5 4/5] irqchip/gicv3-its: Remove an unused argument 'node_name'
` [PATCH V5 5/5] irqchip/gicv3-its: Implement two-level(indirect) device table support

[PATCH v1 00/25] PCI: Request host bridge window resources
 2016-06-06 23:07 UTC  (26+ messages)
` [PATCH v1 01/25] PCI: Add devm_request_pci_bus_resources()
` [PATCH v1 02/25] PCI: designware: Free bridge resource list on failure
` [PATCH v1 03/25] PCI: designware: Request host bridge window resources
` [PATCH v1 04/25] PCI: designware: Simplify host bridge window iteration
` [PATCH v1 05/25] PCI: iproc: Request host bridge window resources
` [PATCH v1 06/25] PCI: xgene: Free bridge resource list on failure
` [PATCH v1 07/25] PCI: xgene: Request host bridge window resources
` [PATCH v1 08/25] PCI: xilinx: Free bridge resource list on failure
` [PATCH v1 09/25] PCI: xilinx: Request host bridge window resources
` [PATCH v1 10/25] PCI: xilinx-nwl: Free bridge resource list on failure
` [PATCH v1 11/25] PCI: xilinx-nwl: Request host bridge window resources
` [PATCH v1 12/25] PCI: xilinx-nwl: Use dev_printk() when possible
` [PATCH v1 13/25] PCI: altera: Request host bridge window resources with core function
` [PATCH v1 14/25] PCI: altera: Simplify host bridge window iteration
` [PATCH v1 15/25] PCI: generic: Free resource list close to where it's allocated
` [PATCH v1 16/25] PCI: generic: Request host bridge window resources with core function
` [PATCH v1 17/25] PCI: generic: Simplify host bridge window iteration
` [PATCH v1 18/25] PCI: mvebu: Request host bridge window resources with core function
` [PATCH v1 19/25] PCI: rcar Gen2: Request host bridge window resources
` [PATCH v1 20/25] PCI: rcar: Request host bridge window resources with core function
` [PATCH v1 21/25] PCI: rcar: Simplify host bridge window iteration
` [PATCH v1 22/25] PCI: tegra: Remove top-level resource from hierarchy
` [PATCH v1 23/25] PCI: tegra: Request host bridge window resources with core function
` [PATCH v1 24/25] PCI: versatile: "
` [PATCH v1 25/25] PCI: versatile: Simplify host bridge window iteration

[PATCH 00/13] Add R8A7794/SILK board eMMC DT support
 2016-06-06 22:26 UTC  (6+ messages)
` [PATCH 04/13] ARM: shmobile: r8a7792: basic SoC support
` [PATCH 07/13] ARM: dts: r8a7792: initial SoC device tree

[PATCH v10 0/4] generic TEE subsystem
 2016-06-06 21:49 UTC  (10+ messages)
` [PATCH v10 2/4] tee: "
` [PATCH v10 3/4] tee: add OP-TEE driver

[PATCH 0/3] arm64: Avoid overlapping EFI regions
 2016-06-06 21:18 UTC  (7+ messages)
` [PATCH 2/3] arm64: efi: Ensure efi_create_mapping() does not map overlapping regions

[PATCH v2 00/11] Add R8A7792/Blanche board support
 2016-06-06 19:03 UTC  (3+ messages)
` [PATCH v2 10/11] ARM: dts: blanche: initial device tree

[PATCH v2 00/11] pwm: Add support for PWM Capture
 2016-06-06 18:46 UTC  (4+ messages)

[PATCH v4 0/7] Add MDIO bus multiplexer support for iProc SoCs
 2016-06-06 18:42 UTC  (11+ messages)
` [PATCH v4 1/7] mdio: mux: Enhanced MDIO mux framework for integrated multiplexers
` [PATCH v4 3/7] binding: mdio-mux: Add DT binding doc for Broadcom MDIO bus multiplexer
` [PATCH v4 4/7] dt: mdio-mux: Add mdio multiplexer driver node
` [PATCH v4 5/7] net: mdio-mux: Add MDIO mux driver for iProc SoCs
` [PATCH v4 7/7] phy: Add Northstar2 PCI Phy support

[PATCH 0/5] net-next: ethernet: add sun8i-emac driver
 2016-06-06 18:25 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 3/5] ARM: sun8i: dt: Add DT bindings documentation for Allwinner sun8i-emac

[PATCH 2/2] aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-06-06 18:10 UTC  (11+ messages)

[PATCH 0/5] regulator: add Ricoh RN5T567 PMIC support
 2016-06-06 18:04 UTC  (8+ messages)
` [PATCH 3/5] regulator: rn5t618: add "
` [PATCH 5/5] mfd: rn5t618: register restart handler

[PATCH v2 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
 2016-06-06 17:55 UTC  (12+ messages)
` [PATCH v2 2/4] Documentation: Add documentation for APM X-Gene SoC PMU DTS binding

[PATCH 0/7] reset: Consumers to explicitly request 'exclusive' or 'shared' lines
 2016-06-06 17:44 UTC  (6+ messages)
` [PATCH 7/7] usb: dwc3: st: Inform the reset framework that our reset line may be shared
  ` [PATCH 8/10] phy: phy-stih407-usb: "
    ` [PATCH 9/10] usb: host: ehci-st: "
    ` [PATCH 10/10] usb: host: ohci-st: "

[PATCH 00/18] Add support for FDMA DMA controller and xp70 rproc found on STi chipsets
 2016-06-06 17:40 UTC  (7+ messages)
` [PATCH v4 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file
` [PATCH v4 06/18] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support

[PATCH 00/22] ARM: clps711x: Switch to DT and Multiplatform
 2016-06-06 17:36 UTC  (3+ messages)
` [PATCH 13/22] spi: clps711x: Driver refactor

[PATCH v2 4/4] ARM: dts: imx6q-cm-fx6: Relicense under GPLv2/X11
 2016-06-06 17:24 UTC  (2+ messages)

[PATCH v2 0/7] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
 2016-06-06 17:22 UTC  (4+ messages)
` [PATCH v2 6/7] iommu/arm-smmu: Finish off SMMUv3 default domain support

[PATCH] dma: bcm2835: Fix compiler warning on arm64
 2016-06-06 17:15 UTC  (3+ messages)

[RFC PATCH 0/4] arm64: vdso: check whether the params is invalid address
 2016-06-06 17:12 UTC  (2+ messages)

[RFC PATCH 0/2] scpi: Add SCPI framework to handle vendors variants
 2016-06-06 17:10 UTC  (5+ messages)

[v2 PATCH] arm64: kasan: instrument user memory access API
 2016-06-06 17:07 UTC  (3+ messages)

[PATCH 1/8] arm64: tegra: p2180: Add PMIC support
 2016-06-06 16:36 UTC  (8+ messages)
` [PATCH 2/8] arm64: tegra: p2597: Add basic power supplies
` [PATCH 3/8] arm64: tegra: p2597: Add SDMMC "
` [PATCH 4/8] arm64: tegra: Add DSI panel on Jetson TX1
` [PATCH 5/8] arm64: tegra: Add Tegra210 XUSB pad controller
` [PATCH 6/8] arm64: tegra: Add Tegra210 XUSB controller
` [PATCH 7/8] arm64: tegra: Enable debug serial on Jetson TX1
` [PATCH 8/8] arm64: tegra: Enable XUSB controller "

[RFC v2 0/4] ARM LPAE Outer Shared v2
 2016-06-06 16:28 UTC  (11+ messages)
` [RFC v2 4/4] ARM: keystone: dma-coherent with safe fallback

[PATCH 0/3] ARM: keystone-k2l: Enable pinctrl support
 2016-06-06 16:00 UTC  (9+ messages)
` [PATCH 3/3] ARM: configs: keystone: Enable PINCTRL_SINGLE Config

[PATCH 0/3] arm64: dts: juno: add coresight support
 2016-06-06 15:59 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] arm64: dts: juno: add arm,primecell-periphid override
` [PATCH 3/3] arm64: dts: juno: add SCPI power domains for device power management


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).