linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-09 06:20:49 to 2014-07-09 12:43:44 UTC [more...]

[PATCH 6/9] ARM: tegra: Export tegra_powergate_power_on
 2014-07-09 12:43 UTC  (18+ messages)

[RFC PATCH 1/4] tty: serial: 8250 core: provide a function to export uart_8250_port
 2014-07-09 12:42 UTC  (7+ messages)
` [RFC PATCH 3/4] tty: serial: 8250 core: add runtime pm

[PATCH v2] ARM: EXYNOS: add Exynos3250 PMU support
 2014-07-09 12:42 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: l2c: squelch warning dump on power control setting
 2014-07-09 12:39 UTC  (14+ messages)

[PATCH v2] ARM: unistd.h: relocate comments back to place
 2014-07-09 12:29 UTC  (3+ messages)

[GIT PULL] msm drm update for component changes
 2014-07-09 12:26 UTC  (3+ messages)

[PATCH 10/13] [RFC] ARM: dts: Add shmobile platform device tree bindings documentation
 2014-07-09 12:23 UTC 

[PATCH RESEND] ARM: omap2+: gpmc-nand: Use dynamic platform_device_alloc()
 2014-07-09 12:21 UTC 

[PATCH v3 00/10] Add SDHCI support for ST Microelectronics SoCs
 2014-07-09 12:19 UTC  (5+ messages)
` [PATCH v3 01/10] mmc: sdhci-st: Intial support for ST SDHCI controller
` [PATCH v3 02/10] mmc: sdhci-st: ST Microelectronics SDHCI binding documentation

[PATCH 0/3] Fix boot-hang on Peach-pit and Enable audio
 2014-07-09 12:11 UTC  (14+ messages)
` [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420

[PATCH 0/5] Introduce a managed function for gpio_request_array
 2014-07-09 12:10 UTC  (6+ messages)
` [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array

[RESEND PATCH 0/6] thermal: sti: Add new Thermal driver
 2014-07-09 12:08 UTC  (3+ messages)

[PATCH v2] pinctrl: msm: move all qualcomm drivers to subdir
 2014-07-09 12:01 UTC 

[PATCH] pinctrl: msm: move all qualcomm drivers to subdir
 2014-07-09 11:57 UTC 

[PATCH 1/2] ARM: dts: mx5: Split M53EVK into SoM and EVK parts
 2014-07-09 11:56 UTC  (4+ messages)
  ` [PATCH] ARM: dts: mx5: Move the USB pinmux to USB node on M53EVK

[RESEND PATCH v3 00/11] drm: add support for Atmel HLCDC Display Controller
 2014-07-09 11:53 UTC  (11+ messages)
` [RESEND PATCH v3 05/11] drm: add Atmel HLCDC Display Controller support

a case for a common efuse API?
 2014-07-09 11:49 UTC  (5+ messages)

[PATCH 0/2] arm: add early_ioremap support
 2014-07-09 11:48 UTC  (9+ messages)
` [PATCH 1/2] arm: use generic fixmap.h
` [PATCH 2/2] arm: add early_ioremap support

[PATCH v3 00/12] sched: consolidation of cpu_power
 2014-07-09 11:41 UTC  (17+ messages)
` [PATCH v3 01/12] sched: fix imbalance flag reset
` [PATCH v3 04/12] sched: Allow all archs to set the power_orig
` [PATCH v3 05/12] ARM: topology: use new cpu_power interface
` [PATCH v3 06/12] sched: add per rq cpu_power_orig

[PATCH v3 0/5] phy: miphy365x: Introduce support for MiPHY365x
 2014-07-09 11:41 UTC  (6+ messages)
` [PATCH v3 1/5] phy: miphy365x: Add Device Tree bindings for the MiPHY365x
` [PATCH v3 2/5] phy: miphy365x: Add MiPHY365x header file for DT x Driver defines
` [PATCH v3 3/5] phy: miphy365x: Provide support for the MiPHY356x Generic PHY
` [PATCH v3 4/5] phy: miphy365x: Represent each PHY channel as a DT subnode
` [PATCH v3 5/5] ARM: DT: STi: STiH416: Add DT node for MiPHY365x

[PATCH] omap: Add devicetree for Gumstix Pepper board
 2014-07-09 11:37 UTC  (3+ messages)
` [Patch v2] "

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-07-09 11:30 UTC  (22+ messages)
` [RFC/PATCH RESEND -next 01/21] Add kernel address sanitizer infrastructure
` [RFC/PATCH RESEND -next 02/21] init: main: initialize kasan's shadow area on boot
` [RFC/PATCH RESEND -next 03/21] x86: add kasan hooks fort memcpy/memmove/memset functions
` [RFC/PATCH RESEND -next 04/21] x86: boot: vdso: disable instrumentation for code not linked with kernel
` [RFC/PATCH RESEND -next 05/21] x86: cpu: don't sanitize early stages of a secondary CPU boot
` [RFC/PATCH RESEND -next 06/21] x86: mm: init: allocate shadow memory for kasan
` [RFC/PATCH RESEND -next 07/21] x86: Kconfig: enable kernel address sanitizer
` [RFC/PATCH RESEND -next 08/21] mm: page_alloc: add kasan hooks on alloc and free pathes
` [RFC/PATCH RESEND -next 09/21] mm: Makefile: kasan: don't instrument slub.c and slab_common.c files
` [RFC/PATCH RESEND -next 10/21] mm: slab: share virt_to_cache() between slab and slub
` [RFC/PATCH RESEND -next 11/21] mm: slub: share slab_err and object_err functions
` [RFC/PATCH RESEND -next 12/21] mm: util: move krealloc/kzfree to slab_common.c
` [RFC/PATCH RESEND -next 13/21] mm: slub: add allocation size field to struct kmem_cache
` [RFC/PATCH RESEND -next 14/21] mm: slub: kasan: disable kasan when touching unaccessible memory
` [RFC/PATCH RESEND -next 15/21] mm: slub: add kernel address sanitizer hooks to slub allocator
` [RFC/PATCH RESEND -next 16/21] arm: boot: compressed: disable kasan's instrumentation
` [RFC/PATCH RESEND -next 17/21] arm: add kasan hooks fort memcpy/memmove/memset functions
` [RFC/PATCH RESEND -next 18/21] arm: mm: reserve shadow memory for kasan
` [RFC/PATCH RESEND -next 19/21] arm: Kconfig: enable kernel address sanitizer
` [RFC/PATCH RESEND -next 20/21] fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
` [RFC/PATCH RESEND -next 21/21] lib: add kmalloc_bug_test module

[PATCH] ARM: dts: remove display power domain for exynos5420
 2014-07-09 11:30 UTC  (7+ messages)

[PATCH 0/3] Adds PMU and S2R support for exynos5800
 2014-07-09 11:25 UTC  (4+ messages)
` [PATCH 1/3] arm: dts: Add pmu node for exynos5800 SoC
` [PATCH 2/3] arm: exynos: Add exynos5800-pmu compatible entry
` [PATCH 3/3] arm: exynos: Add PMU and S2R support for exynos5800 SoC

[PATCH 0/6] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM
 2014-07-09 11:24 UTC  (3+ messages)

[PATCH v3 0/9] arm64: KVM: debug infrastructure support
 2014-07-09 11:18 UTC  (12+ messages)
` [PATCH v3 1/9] arm64: KVM: rename pm_fake handler to trap_raz_wi
` [PATCH v3 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH v3 7/9] arm64: KVM: add trap handlers for AArch32 "
` [PATCH v3 8/9] arm64: KVM: implement lazy world switch for "

[GIT PULL 1/3] ARM: tegra: rework PCIe regulators
 2014-07-09 11:16 UTC  (6+ messages)
` [GIT PULL 2/3] ARM: tegra: move fuse code out of arch/arm

[PATCH v12 6/8] arm: add pmd_[dirty|mkclean] for THP
 2014-07-09 11:14 UTC  (3+ messages)
` [PATCH v12 7/8] arm64: "

[RESEND PATCH v4 0/2] arm64: Add seccomp support
 2014-07-09 11:12 UTC  (3+ messages)
` [RESEND PATCH v4 2/2] "

[PATCH] ARM: DRA7: hwmod: add entry for RTCSS
 2014-07-09 11:06 UTC  (12+ messages)
` [PATCH V2 0/2] ARM: DRA7: Add RTC hwmod and dt entries
  ` [PATCH V2 1/2] ARM: DRA7: hwmod: Add data for RTC
  ` [PATCH V2 2/2] ARM: dts: DRA7: Add node "

[PATCH 2/2] arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems
 2014-07-09 11:02 UTC  (3+ messages)
` [PATCH v2] "

[RFC/PATCH -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2014-07-09 11:00 UTC 

[PATCH v2] devicetree: Add generic IOMMU device tree bindings
 2014-07-09 10:54 UTC  (11+ messages)

[PATCH] xen/arm: use BUG_ON
 2014-07-09 10:49 UTC  (2+ messages)

[PATCH v2 0/3] xen/arm: fix "xen_add_mach_to_phys_entry: cannot add" problem
 2014-07-09 10:30 UTC  (3+ messages)
` [Xen-devel] "

[PATCH 1/3] arm: dra7xx: Add hwmod data for MDIO and CPSW
 2014-07-09 10:26 UTC  (9+ messages)
` [PATCH 2/3] arm: dts: dra7: Enable CPSW and MDIO for dra7xx EVM
` [PATCH 3/3] arm: dts: dra7: fixup qspi entry

[PATCH 1/2] iio: adc: add driver for Rockchip saradc
 2014-07-09 10:22 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v3 "

[PATCH 00/13] uio_pruss: add support for devicetree and am33xx
 2014-07-09 10:16 UTC  (4+ messages)

[PATCH 1/2] usb: renesas_usbhs: add R-Car Gen. 2 init and power control
 2014-07-09 10:11 UTC  (3+ messages)

[Re-send PATCH 1/1] arm: dra7xx: Add hwmod data for MDIO and CPSW
 2014-07-09 10:11 UTC  (4+ messages)

[PATCH v2 0/4] Fine tune USB 3.0 PHY on exynos5420
 2014-07-09 10:01 UTC  (5+ messages)
` [PATCH v2 1/4] phy: Add provision for calibrating phy
` [PATCH v2 2/4] usb: host: xhci-plat: Get PHYs for xhci's hcds
` [PATCH v2 3/4] usb: host: xhci-plat: Caibrate PHY post host reset
` [PATCH v2 4/4] phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800

[PATCH v4 00/19] Renesas CMT, MTU2 and TMU timers DT support
 2014-07-09  9:59 UTC  (4+ messages)
` [GIT PULL FOR v3.17] "
  ` [GIT PULL v2 "

[PATCH v2] iommu/arm-smmu: fix some checkpatch issues
 2014-07-09  9:41 UTC  (2+ messages)

[PATCH v2 0/3] Clean up ACPI core to prepare for running ACPI on ARM64
 2014-07-09  9:39 UTC  (4+ messages)
` [PATCH v2 1/3] ACPI: ARM64 does not have a BIOS add config for BIOS table scan
` [PATCH v2 2/3] ACPI: Don't use acpi_lapic in ACPI core code
` [PATCH v2 3/3] ACPI / processor: Introduce ARCH_HAS_ACPI_PDC

[PATCH RFC 00/15] Armada DRM updates
 2014-07-09  9:38 UTC  (6+ messages)
` [PATCH RFC 06/15] drm/armada: move variant initialisation to CRTC init

[PATCH] ASoC: s3c64xx/smartq: use dynamic registration
 2014-07-09  9:36 UTC  (2+ messages)

[PATCH C 0/7] Freescale ethernet driver updates (part 3)
 2014-07-09  9:33 UTC  (3+ messages)
` [PATCH C 1/7] net: fec: better implementation of iMX6 ERR006358 quirk

[PATCH 0/3] Qualcomm pm8xxx gpio driver
 2014-07-09  9:32 UTC  (10+ messages)
` [PATCH 1/3] mfd: pm8921: Expose pm8xxx_read_irq_status
` [PATCH 2/3] pinctrl: Device tree bindings for Qualcomm pm8xxx gpio block
` [PATCH 3/3] pinctrl: Introduce pinctrl driver for Qualcomm pm8xxx

[PATCH v8 0/9] Support for creating generic PCI host bridges from DT
 2014-07-09  9:27 UTC  (19+ messages)
` [PATCH v8 4/9] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v8 3/9] pci: Introduce pci_register_io_range() helper function
` [PATCH v8 8/9] pci: Add support for creating a generic host_bridge from device tree

[PATCH] usb: gadget: pxa25x_udc: use correct header for gpio devm_ functions
 2014-07-09  9:24 UTC 

[PATCH] Input: s3c2410_ts: Move to clk_prepare_enable/clk_disable_unprepare
 2014-07-09  9:13 UTC  (3+ messages)

[PATCH v1 0/4] Fine tune USB 3.0 PHY on exynos5420
 2014-07-09  9:02 UTC  (4+ messages)
` [PATCH 1/4] phy: Add provision for calibrating phy

[PATCH] ARM: shmobile: Remove opps table check for cpufreq
 2014-07-09  8:50 UTC  (4+ messages)

[PATCH] BCM2835: Add I2S driver to device tree
 2014-07-09  8:50 UTC 

[PATCH] ARM: shmobile: Enable R-Car Gen 2 PCIe in shmobile_defconfig
 2014-07-09  8:44 UTC  (5+ messages)

[PATCH 0/3] ARM: shmobile: Consistently use tabs for indentation
 2014-07-09  8:36 UTC  (2+ messages)

[PATCH V3 1/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings
 2014-07-09  8:34 UTC  (2+ messages)

[PATCH 1/3] regulators: tps65218: fix DCDC4 linear voltage range
 2014-07-09  8:32 UTC  (2+ messages)

[PATCH 0/2] ARM: shmobile: Remove early_printk from command line
 2014-07-09  8:30 UTC  (2+ messages)

[PATCH 2/6] mailbox/omap: add support for parsing dt devices
 2014-07-09  8:29 UTC  (11+ messages)

[PATCH v9 0/7] ARM: berlin: add AHCI support
 2014-07-09  8:23 UTC  (9+ messages)
` [PATCH v9 3/7] ata: libahci: allow to use multiple PHYs

[PATCH 0/2] cpuidle fixes and cleanup
 2014-07-09  8:23 UTC  (6+ messages)

[PATCH 0/6] Various improvements for samsung-pinctrl driver
 2014-07-09  8:07 UTC  (7+ messages)
` [PATCH 5/6] pinctrl: samsung: Allow grouping multiple pinmux/pinconf nodes
` [PATCH 6/6] pinctrl: samsung: Allow pin value to be initialized using pinfunc

[PATCH v4 0/6] ARM: sun8i: Support A23 PRCM clock and reset controllers
 2014-07-09  7:54 UTC  (7+ messages)
` [PATCH v4 1/6] clk: sunxi: sun6i-apb0-gates: use bitmaps for valid gate indicies
` [PATCH v4 2/6] clk: sunxi: sun6i-a31-apb0-gates: Add A23 APB0 support
` [PATCH v4 3/6] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
` [PATCH v4 4/6] serial: 8250_dw: Add optional reset control support
` [PATCH v4 5/6] serial: 8250_dw: Add support for deferred probing
` [PATCH v4 6/6] ARM: sun8i: Add PRCM clock and reset controller nodes to the DTSI

[PATCH 1/2] usb: ci_hdrc_imx: Return -EINVAL for missing USB PHY
 2014-07-09  7:26 UTC  (4+ messages)
` [PATCH 2/2] usb: ci_hdrc_imx doc: fsl,usbphy is required

[PATCH] Removes FIXME message in usb.c
 2014-07-09  7:25 UTC  (2+ messages)

[PATCH 0/3] mtd: hisilicon: add a new driver for NAND controller of hisilicon hip04 Soc
 2014-07-09  7:08 UTC  (3+ messages)
` [PATCH 1/3] mtd: hisilicon: add device tree node for nand controller

[PATCH v2 0/7] Serial ATA support for NVIDIA Tegra124
 2014-07-09  6:49 UTC  (3+ messages)
` [PATCH v2 6/7] ata: Add support for the Tegra124 SATA controller

[PATCH 0/5] iommu/arm-smmu: Updates for 3.17
 2014-07-09  6:36 UTC  (3+ messages)
` [PATCH 5/5] iommu/arm-smmu: prefer stage-1 mappings where we have a choice

Issue found in Armada 370: "No buffer space available" error during continuous ping
 2014-07-09  6:35 UTC  (4+ 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).