linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-27 08:56:36 to 2016-05-30 03:19:57 UTC [more...]

[PATCH v8 0/3] Mediatek MT8173 CMDQ support
 2016-05-30  3:19 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: soc: Add documentation for the MediaTek GCE unit
` [PATCH v8 2/3] CMDQ: Mediatek CMDQ driver
` [PATCH v8 3/3] arm64: dts: mt8173: Add GCE node

[path v2 0/7] Add DRM driver for Hisilicon Hibmc
 2016-05-30  3:11 UTC  (11+ messages)
` [path v2 1/7] drm/hisilicon/hibmc: Add hisilicon hibmc drm master driver
` [path v2 2/7] drm/hisilicon/hibmc: Add plane for DE
` [path v2 3/7] drm/hisilicon/hibmc: Add crtc "
` [path v2 4/7] drm/hisilicon/hibmc: Add encoder for VDAC
` [path v2 5/7] drm/hisilicon/hibmc: Add connector "
` [path v2 6/7] drm/hisilicon/hibmc: Add support for frame buffer
` [path v2 7/7] drm/hisilicon/hibmc: Add maintainer for Hibmc DRM

[PATCH 0/9] arm64: add more accurate code for tracing the hardirq flags changes
 2016-05-30  2:52 UTC  (10+ messages)
` [PATCH 1/9] arm64: entry: use the callee-saved registers to save some registers
` [PATCH 2/9] arm64: entry: add a new macro to restore the registers for syscall
` [PATCH 3/9] arm64: entry: record the hardirq changes on the entry/exit code
` [PATCH 4/9] arm64: entry: remove the duplicated code for tracing the IRQ flags
` [PATCH 5/9] arm64: entry: only restore the syscall registers once
` [PATCH 6/9] arm64: entry: adjust el1_sync so that a function can be called
` [PATCH 7/9] arm64: entry: save the x0 back into the stack before disabling the interrupt
` [PATCH 8/9] arm64: add the hardirq flags trace code for irq macros
` [PATCH 9/9] arm64: entry: remove the duplicated hardirq flags trace code

[PATCH 1/3] arm64: move the PTE_VALID to pgtable-hwdef.h
 2016-05-30  2:14 UTC  (3+ messages)
` [PATCH 2/3] arm64: fix the wrong type
` [PATCH 3/3] arm64: add a new macro for the pgd table descriptor

[PATCH] arm64: fix the wrong comment
 2016-05-30  2:12 UTC 

[PATCH] arm64: dts: drop "arm, amba-bus" in favor of "simple-bus" part 2
 2016-05-30  2:12 UTC 

[PATCH] ARM: avoid duplicating "Kernel: arch/arm/boot/*Image is ready"
 2016-05-30  2:01 UTC 

[PATCH] kprobes: fix a comment typo
 2016-05-29 14:42 UTC 

[PATCH 06/12] ARM: kexec: advertise location of bootable RAM
 2016-05-29 13:29 UTC  (47+ messages)
` [PATCH kexec-tools 05/32] arm: fix kdump to work on LPAE systems
` [PATCH kexec-tools 07/32] kexec: fix warnings caused by selecting 64-bit file IO on 32-bit platforms
` [PATCH kexec-tools 08/32] kexec: add max_size to memory_ranges
` [PATCH kexec-tools 12/32] kexec: add helper to exlude a region from a set of memory ranges
` [PATCH kexec-tools 17/32] arm: return proper error for missing crash kernel
` [PATCH kexec-tools 18/32] arm: report if crash kernel is out of bounds
` [PATCH kexec-tools 19/32] arm: add memory ranges debug
` [PATCH kexec-tools 20/32] arm: add maximum number of memory ranges
` [PATCH kexec-tools 21/32] arm: parse crash_reserved_mem early
` [PATCH kexec-tools 22/32] arm: use generic mem_region sorting implementation
` [PATCH kexec-tools 23/32] arm: move crash system RAM parsing earlier
` [PATCH kexec-tools 24/32] arm: add support for platforms with boot memory aliases
` [PATCH kexec-tools 25/32] arm: crashdump needs boot alias of crash kernel region
` [PATCH kexec-tools 26/32] arm: rename crash_reserved_mem to crash_kernel_mem
` [PATCH kexec-tools 27/32] arm: add support for multiple reserved regions
` [PATCH kexec-tools 28/32] arm: add support for boot-time crash kernel resource
` [PATCH kexec-tools 29/32] arm: add debug of reserved and coredump memory ranges
` [PATCH kexec-tools 30/32] arm: fix type of phys_offset
` [PATCH kexec-tools 31/32] arm: clean up phys/page offset debug
` [PATCH kexec-tools 32/32] arm: report which ELF core format we will use

[PATCH v5 0/3] Add Amlogic secure monitor driver
 2016-05-29 11:36 UTC  (5+ messages)
` [PATCH v5 1/3] firmware: Amlogic: Add "
` [PATCH v5 2/3] documentation: Add secure monitor binding documentation
` [PATCH v5 3/3] ARM64: dts: amlogic: gxbb: Enable secure monitor

[PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings
 2016-05-29  9:21 UTC  (2+ messages)

[PATCH 2/2] ARM: dts: imx6q: add support for the Utilite Pro
 2016-05-29  8:01 UTC  (5+ messages)

[PATCH 0/3] mmc: sunxi: Fix MMC DDR modes for Allwinner A80
 2016-05-29  7:04 UTC  (4+ messages)
` [PATCH 1/3] mmc: fix mmc mode selection for HS-DDR and higher
` [PATCH 2/3] mmc: sunxi: Fix DDR MMC timings for A80
` [PATCH 3/3] mmc: sunxi: Re-enable eMMC HS-DDR modes on Allwinner A80

[PATCH V6 0/8] vfio, platform: add ACPI support
 2016-05-28 22:01 UTC  (9+ messages)
` [PATCH V6 1/8] vfio: platform: move reset call to a common function
` [PATCH V6 2/8] vfio: platform: determine reset capability
` [PATCH V6 3/8] vfio: platform: add support for ACPI probe
` [PATCH V6 4/8] vfio: platform: add extra debug info argument to call reset
` [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI
` [PATCH V6 6/8] vfio, platform: make reset driver a requirement by default
` [PATCH V6 7/8] vfio: platform: check reset call return code during open
` [PATCH V6 8/8] vfio: platform: check reset call return code during release

pxa_defconfig runtime failures due to 'ARM: pxa: activate pinctrl for device-tree machines'
 2016-05-28 21:17 UTC  (3+ messages)

[PATCH] regulator: axp20x: Add support for the (external) drivebus regulator
 2016-05-28 13:42 UTC  (3+ messages)
  ` [linux-sunxi] "

4.4, 4.6: camera and unlock buttons produce tons of interrupts (was Re: N900 sleep mode)
 2016-05-28 11:09 UTC  (10+ messages)
  ` Nokia N900 retention mode in v4.6, camera buttons fun

[rjarzmik:work/ac97 4/7] sound/soc/codecs/.tmp_gl_wm9713.o:undefined reference to `compat_release_snd_ac97_codec'
 2016-05-28 10:54 UTC 

[PATCH v5 00/22] ARM: dts: exynos: Add initial support for Odroid XU
 2016-05-28  9:54 UTC  (22+ messages)
` [PATCH v5 01/22] dt-bindings: clock: Add license and reformat Exynos5410 clock IDs
` [PATCH v5 02/22] dt-bindings: clock: Add PWM and USB clock IDs to Exynos5410
` [PATCH v5 03/22] clk: samsung: exynos5410: Add serial3, USB and PWM clocks
` [PATCH v5 04/22] ARM: dts: exynos: Re-order alphabetically Exynos5420 SD0/SD1 pinctrl nodes
` [PATCH v5 05/22] ARM: dts: exynos: Use lowercase for Exynos5410 CPU node labels
` [PATCH v5 06/22] ARM: dts: exynos: Configure Exynos5410 pinctrl for eMMC and SD card
` [PATCH v5 07/22] ARM: dts: exynos: Split Odroid XU3 LEDs to separate DTSI
` [PATCH v5 08/22] ARM: dts: exynos: Move common nodes to exynos5.dtsi
` [PATCH v5 09/22] ARM: dts: exynos: Prepare for inclusion of exynos5.dtsi in exynos5410.dtsi
` [PATCH v5 10/22] ARM: dts: exynos: Use phandle to get parent node in exynos5250-snow
` [PATCH v5 12/22] ARM: dts: exynos: Include common exynos5 in exynos5410.dtsi
` [PATCH v5 13/22] ARM: dts: exynos: Enable UART3 on Exynos5410
` [PATCH v5 14/22] ARM: dts: exynos: MCT is not an interrupt controller and extend length of iomap
` [PATCH v5 15/22] ARM: dts: exynos: Move common Exynos5410/542x/5800 nodes to new DTSI
` [PATCH v5 16/22] ARM: dts: exynos: Add USB to Exynos5410
` [PATCH v5 17/22] ARM: dts: exynos: Add initial support for Odroid XU board
` [PATCH v5 18/22] dt-bindings: clock: Add I2C, HSI2C and RTC clock IDs to Exynos5410
` [PATCH v5 19/22] clk: samsung: exynos5410: Add I2C, HSI2C and RTC clocks
` [PATCH v5 20/22] ARM: dts: exynos: Move HSI2C nodes to exynos54xx.dtsi
` [PATCH v5 21/22] ARM: dts: exynos: Add I2C, PWM and UART pinctrl to Exynos5410
` [PATCH v5 22/22] ARM: dts: exynos: Add RTC and I2C "

[PATCH 0/4] Support hisilicon 64bit mode timer
 2016-05-28  9:33 UTC  (5+ messages)
` [PATCH 1/4] clocksource: sp804: cleanup clk_get_sys()
` [PATCH 2/4] clocksource: sp804: introduce helper sp804_load_mode_set()
` [PATCH 3/4] clocksource: sp804: use sp804_timer_disable() where possible
` [PATCH 4/4] clocksource: sp804: support 64bit mode for hisilicon timer64

[PATCH v2 0/5] fix some type infos and bugs for arm64/of numa
 2016-05-28  9:22 UTC  (6+ messages)
` [PATCH v2 1/5] of/numa: remove a duplicated pr_debug information
` [PATCH v2 2/5] of/numa: fix a memory@ node can only contains one memory block
` [PATCH v2 3/5] arm64/numa: add nid check for "
` [PATCH v2 4/5] of/numa: remove a duplicated warning
` [PATCH v2 5/5] arm64/numa: avoid inconsistent information to be printed

[RFC v2 00/13] usb/mmc/power: Fix USB/LAN when TFTP booting
 2016-05-28  3:36 UTC  (6+ messages)

[PATCH] tty/serial: atmel: fix RS485 half duplex with DMA
 2016-05-27 22:54 UTC 

[v2 PATCH] arm64: kasan: instrument user memory access API
 2016-05-27 21:01 UTC 

[PATCH] support for AD5820 camera auto-focus coil
 2016-05-27 20:51 UTC  (10+ messages)
` [PATCHv2] "
    ` [PATCHv3] "
          ` [PATCHv4] "
              ` [PATCHv5] "

[PATCH v9] spi: orion.c: Add direct access mode
 2016-05-27 20:46 UTC  (2+ messages)
` Applied "spi: orion: Add direct access mode" to the spi tree

[PATCH 00/14] clk/mfd/ASoC/ARM: OMAP4/5: McPDM/twl6040 pdmclk support
 2016-05-27 20:31 UTC  (3+ messages)
` [PATCH 14/14] ASoC: omap-mcpdm: Add support for pdmclk clock handling

[RFC PATCH v2 0/7] AC97 device/driver model revamp
 2016-05-27 20:26 UTC  (8+ messages)
` [RFC PATCH v2 1/7] ALSA: ac97: split out the generic ac97 registers
` [RFC PATCH v2 2/7] ALSA: ac97: add an ac97 bus
` [RFC PATCH v2 3/7] ASoC: add new ac97 bus support
` [RFC PATCH v2 4/7] ASoC: wm9713: add ac97 new "
` [RFC PATCH v2 5/7] ASoC: pxa: switch to new ac97 "
` [RFC PATCH v2 6/7] ARM: pxa: mioa701 convert to the new AC97 bus
` [RFC PATCH v2 7/7] ASoC: mioa701_wm9713: convert to new ac97 bus

[rjarzmik:work/ac97 4/7] warning: (SND_SOC_WM9713) selects AC97_BUS_COMPAT which has unmet direct dependencies (SOUND && ..)
 2016-05-27 20:08 UTC 

Help needed with kexec on arm64
 2016-05-27 19:19 UTC  (9+ messages)

[PATCH] arm: tegra124: remove commas from unit addresses
 2016-05-27 18:35 UTC  (2+ messages)

[PATCH] arm64: kasan: instrument user memory access API
 2016-05-27 18:05 UTC  (6+ messages)

[PATCH v3 0/4] Implement SoC driver for Vybrid
 2016-05-27 17:56 UTC  (7+ messages)
` [PATCH v3 4/4] soc: Add SoC driver for Freescale Vybrid platform

[PATCH 01/23] all: syscall wrappers: add documentation
 2016-05-27 17:36 UTC  (18+ messages)

[PATCH v2 0/5] ACPI: ARM64: support for ACPI_TABLE_UPGRADE
 2016-05-27 17:14 UTC  (5+ messages)
` [PATCH v2 5/5] "

[PATCH 00/18] Add support for FDMA DMA controller and xp70 rproc found on STi chipsets
 2016-05-27 17:14 UTC  (9+ messages)
` [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore rproc driver
` [PATCH v4 04/18] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation
` [PATCH v4 10/18] ASoC: sti: Update DT example to match the driver code

[PATCH v1 0/6] drivers: net: xgene: Fix 1G hot-plug and module support
 2016-05-27 17:07 UTC  (4+ messages)
` [PATCH v1 1/6] drivers: net: xgene: MAC and PHY configuration changes

[PATCH v4 0/7] ARM/ASoC: OMAP3: Fix McBSP2/3 sidetone support
 2016-05-27 16:37 UTC  (3+ messages)
` [PATCH v4 2/7] ARM: dts: omap3: Add clocks to McBSP nodes

v7_dma_inv_range performance/high expense
 2016-05-27 16:37 UTC  (5+ messages)

[PATCH v4 0/7] ARM/ASoC: OMAP3: Fix McBSP2/3 sidetone support
 2016-05-27 16:35 UTC  (3+ messages)
` [PATCH v4 2/7] ARM: dts: omap3: Add clocks to McBSP nodes

[PATCH 1/3] of/numa: remove a duplicated pr_debug information
 2016-05-27 16:07 UTC  (5+ messages)
` [PATCH 2/3] of/numa: fix a memory@ dt node can only contains one memory block

[PATCH 00/11] Clock improvement for video playback
 2016-05-27 15:41 UTC  (9+ messages)
` [PATCH 02/11] drivers: clk: st: Add clock propagation for audio clocks
        ` [STLinux Kernel] "

[RFC PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver
 2016-05-27 15:24 UTC  (6+ messages)
` [RFC PATCH 1/3] watchdog: Add Meson GXBB Watchdog Driver

[RFC PATCH 0/2] scpi: Add SCPI framework to handle vendors variants
 2016-05-27 15:17 UTC  (4+ messages)

interrupts properties and API usage with GPIO controllers/Device Tree
 2016-05-27 14:23 UTC  (2+ messages)

[PATCH 1/3] power: axp20x_usb: Add support for usb power-supply on axp22x pmics
 2016-05-27 13:59 UTC  (3+ messages)
  ` [linux-sunxi] "

[PATCH] hwrng: stm32: fix maybe uninitialized variable warning
 2016-05-27 13:46 UTC  (2+ messages)

[PATCH v8 0/4] ACPI: parse the SPCR table
 2016-05-27 13:41 UTC  (2+ messages)

kexec: Not able to copy the vmcore file to external device
 2016-05-27 12:03 UTC 

[PATCH] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1
 2016-05-27 10:52 UTC  (9+ messages)

[RESEND PATCH 0/6] Rockchip Type-C and DispplayPort driver
 2016-05-27 10:45 UTC  (6+ messages)
` [RESEND PATCH 1/6] phy: Add USB Type-C PHY driver for rk3399
` [RESEND PATCH 2/6] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY
` [RESEND PATCH 3/6] drm/rockchip: vop: add cdn DP support for rk3399
` [RESEND PATCH 4/6] Documentation: bindings: add dt documentation for cdn DP controller
` [RESEND PATCH 6/6] ASoC: rockchip: Add machine driver for cdn dp codec

[PATCH] arm64: defconfig: add options for virtualization and containers
 2016-05-27 10:42 UTC 

[PATCH v2 0/4] hw rng support for NSP SoC
 2016-05-27 10:10 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: rng: Northstar Plus SoC rng bindings
` [PATCH v2 2/4] hwrng: bcm2835: Support Broadcom NSP SoC rng
` [PATCH v2 3/4] ARM: dts: nsp: Add rng device tree entry
` [PATCH v2 4/4] hwrng: bcm2835: Read as much data as available

[RFC v2 0/5] MT2701 DRM support
 2016-05-27  9:35 UTC  (9+ messages)
` [RFC v2 1/5] drm/mediatek: rename macros, add chip suffix
` [RFC v2 2/5] drm/mediatke: add support for Mediatek SoC MT2701
` [RFC v2 3/5] drm/mediatek: add *driver_data for different hardware settings

[PATCH v2] arm64:efi fix the format of debug message from efi
 2016-05-27  9:27 UTC 

[PATCH] hwrng: stm32 - fix build warning
 2016-05-27  9:00 UTC  (5+ messages)

[PATCH v3 0/5] MT2701 iommu support
 2016-05-27  8:56 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: mediatek: add descriptions for mediatek mt2701 iommu and smi
` [PATCH v3 2/5] iommu/mediatek: move the common struct into header file
` [PATCH v3 3/5] memory/mediatek: add support for mt2701
` [PATCH v3 4/5] iommu/mediatek: add support for mtk iommu generation one HW
` [PATCH v3 5/5] ARM: dts: mt2701: add iommu/smi dtsi node for mt2701


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