linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-15 03:29:13 to 2014-03-17 04:44:53 UTC [more...]

[GIT PULL] Xilinx Zynq changes for v3.15
 2014-03-17  4:44 UTC  (5+ messages)
` [GIT PULL v2] "

[PATCH] dma: Add Keystone Packet DMA Engine driver
 2014-03-17  4:42 UTC  (6+ messages)

[PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c
 2014-03-17  4:15 UTC  (2+ messages)

[PATCH] ARM: shmobile: lager-reference: Work around core clock issues
 2014-03-17  3:44 UTC  (3+ messages)

[PATCH v4 00/10] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-03-17  3:41 UTC  (22+ messages)
` [PATCH v4 01/10] KVM: Add capability to advertise PSCI v0.2 support
` [PATCH v4 02/10] ARM/ARM64: KVM: Add base for PSCI v0.2 emulation
` [PATCH v4 03/10] KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature
` [PATCH v4 04/10] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
` [PATCH v4 05/10] KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header
` [PATCH v4 06/10] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH v4 07/10] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
` [PATCH v4 08/10] ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
` [PATCH v4 09/10] ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2
` [PATCH v4 10/10] ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND

[PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c
 2014-03-17  3:28 UTC 

[PATCH resend v3 1/2] ARM: shmobile: r8a7778/r8a7779 dtsi: Improve and correct HSPI nodes
 2014-03-17  2:28 UTC  (4+ messages)
` [PATCH resend v3 2/2] ARM: shmobile: bockw reference dts: Add SPI FLASH

[PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
 2014-03-17  2:19 UTC 

[PATCHv2 0/5] ARM: dts: exynos: Add missing dt data to bring kernel of Exynos4x12
 2014-03-17  1:52 UTC  (6+ messages)

[PATCH] clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]
 2014-03-17  1:22 UTC  (2+ messages)

[PATCH v11 12/27] ARM: dts: Add description of System MMU of Exynos SoCs
 2014-03-17  0:32 UTC  (3+ messages)

[PATCH v11 11/27] clk: exynos: add gate clock descriptions of System MMU
 2014-03-17  0:28 UTC  (3+ messages)

[PATCH v11 01/27] iommu/exynos: do not include removed header
 2014-03-17  0:26 UTC  (5+ messages)

[PATCH 00/44] outer cache changes
 2014-03-17  0:17 UTC  (45+ messages)
` [PATCH 01/44] ARM: l2c: remove outer_inv_all() method
` [PATCH 02/44] ARM: l2c: remove unnecessary call to outer_flush_all()
` [PATCH 03/44] ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear)
` [PATCH 04/44] ARM: l2c: add helper for L2 cache controller DT IDs
` [PATCH 05/44] ARM: l2c: tidy up l2x0_of_data declarations
` [PATCH 06/44] ARM: l2c: rename OF specific things, making l2x0_of_data available to all
` [PATCH 07/44] ARM: l2c: provide generic function for calling set_debug method
` [PATCH 08/44] ARM: l2c: split out cache unlock code
` [PATCH 09/44] ARM: l2c: provide generic helper for way-based operations
` [PATCH 10/44] ARM: l2c: rename cache_wait_way()
` [PATCH 11/44] ARM: l2c: use add L2C revision constants
` [PATCH 12/44] ARM: l2c: clean up OF initialisation a bit
` [PATCH 13/44] ARM: l2c: pass iomem address into data->save function
` [PATCH 14/44] ARM: l2c: move l2c save function to __l2c_init()
` [PATCH 15/44] ARM: l2c: provide enable method
` [PATCH 16/44] ARM: l2c: move aurora broadcast setup to enable function
` [PATCH 17/44] ARM: l2c: group implementation specific code together
` [PATCH 18/44] ARM: l2c: implement fixups for L2 cache controller quirks/errata
` [PATCH 19/44] ARM: l2c: clean up L2 cache initialisation messages
` [PATCH 20/44] ARM: l2c: split L2C-310 enable function from l2x0 code
` [PATCH 21/44] ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF
` [PATCH 22/44] ARM: l2c: clean up save/resume functions
` [PATCH 23/44] ARM: l2c: simplify l2x0 unlocking code
` [PATCH 24/44] ARM: l2c: move pl310_set_debug() into l2c-310 code
` [PATCH 25/44] ARM: l2c: add L2C-210 specific handlers
` [PATCH 26/44] ARM: l2c: implement L2C-310 erratum 727915 as a method override
` [PATCH 27/44] ARM: l2c: Implement L2C-310 erratum 588369 "
` [PATCH 28/44] ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations
` [PATCH 29/44] ARM: l2c: add L2C-220 specific handlers
` [PATCH 30/44] ARM: l2c: remove obsolete l2x0 ops for non-OF init
` [PATCH 31/44] ARM: l2c: move type string into l2c_init_data structure
` [PATCH 32/44] ARM: l2c: add decode for L2C-220 cache ways
` [PATCH 33/44] ARM: l2c: move way size calculation data into l2c_init_data
` [PATCH 34/44] ARM: outer cache: add documentation of outer cache functions
` [PATCH 35/44] ARM: outer cache: add WARN_ON() to outer_disable()
` [PATCH 36/44] ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig
` [PATCH 37/44] ARM: l2c: provide generic hook to intercept writes to secure registers
` [PATCH 38/44] ARM: l2c: OMAP: implement new write_sec method
` [PATCH 39/44] ARM: l2c: highbank: "
` [PATCH 40/44] ARM: l2c: ux500: implement dummy "
` [PATCH 41/44] ARM: l2c: remove old .set_debug method
` [PATCH 42/44] ARM: l2c: implement L2C-310 erratum 752271 in core L2C code
` [PATCH 43/44] ARM: l2c: rename all L2C-310 constants with an L310_ prefix
` [PATCH 44/44] ARM: l2c: add L2C-310 power control DT properties

[PATCH] dtc: add ability to make nodes conditional on them being referenced
 2014-03-16 21:22 UTC 

[PATCH RESEND] ARM: dts: imx25-pdk: Add USB Host1 support
 2014-03-16 21:09 UTC 

[PATCH 00/15] iio: adc: at91 cleanups and atmel_tsadcc removal
 2014-03-16 20:28 UTC  (20+ messages)
` [PATCH 01/15] ARM: at91: sam9g45: remove unused platform_data
` [PATCH 02/15] ARM: at91: sam9260: "
` [PATCH 03/15] iio: adc: at91: cleanup platform_data
` [PATCH 04/15] iio: adc: at91_adc: Add support for touchscreens without TSMR
` [PATCH 05/15] ARM: at91: sam9m10g45ek: Add touchscreen support through at91_adc
` [PATCH 14/15] Input: atmel_tsadcc: remove driver

[PATCH v4 0/3] arm64: prerequisites for audit and ftrace
 2014-03-16 19:48 UTC  (8+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 1/4] arm64: make a single hook to syscall_trace() for all syscall features
  ` [PATCH v5 2/4] arm64: split syscall_trace() into separate functions for enter/exit
  ` [PATCH v5 3/4] arm64: Add regs_return_value() in syscall.h
  ` [PATCH v5 4/4] arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h

[PATCH v4 0/1] audit: generic compat system call support
 2014-03-16 19:13 UTC  (4+ messages)
` [PATCH_v5] "
  ` [PATCH_v5] audit: Add generic compat syscall support

leds-atmel-pwm and atmel-pwm-bl removal
 2014-03-16 17:28 UTC  (2+ messages)

[PATCH] xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override
 2014-03-16 16:32 UTC  (3+ messages)

PL310 errata workarounds
 2014-03-16 15:29 UTC  (5+ messages)

i.MX53 suspend to RAM
 2014-03-16 14:39 UTC  (2+ messages)

[PATCH v5 0/2] Add Xilinx AXI Video DMA Engine driver
 2014-03-16 14:00 UTC  (4+ messages)
` [PATCH v5 2/2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support

[PATCH] ARM: OMAP5: DSS hwmod data
 2014-03-16 11:41 UTC  (3+ messages)

[PATCH v7 0/2] hibernation support on ARM
 2014-03-16  9:46 UTC  (6+ messages)
` [PATCH v7 2/2] ARM hibernation / suspend-to-disk

[PATCH v7 0/3] Add support for PCI in AArch64
 2014-03-16  6:22 UTC  (5+ messages)
` [PATCH v7 3/3] arm64: Add architecture support for PCI

[PATCH v18 0/4] ata: Add APM X-Gene SoC AHCI SATA host controller support
 2014-03-16  6:17 UTC  (10+ messages)
` [PATCH v18 1/4] arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries
  ` [PATCH v18 2/4] Documentation: Add documentation for the APM X-Gene SoC SATA host controller DTS binding
` [PATCH v18 3/4] ata: Add APM X-Gene SoC AHCI SATA host controller driver
  ` [PATCH v18 4/4] arm64: Add APM X-Gene SoC AHCI SATA host controller DTS entries

Possible mistake in defining TTBR cache-able attributes for v7-2 level ?
 2014-03-15 23:14 UTC  (4+ messages)

[PATCH v4 0/9] Watchdog support for Armada 375/38x SoC
 2014-03-15 21:25 UTC  (11+ messages)
` [PATCH v4 1/9] watchdog: orion: Move the register ioremap'ing to its own function
` [PATCH v4 2/9] watchdog: orion: Introduce a SoC-specific RSTOUT mapping
` [PATCH v4 3/9] watchdog: orion: Remove unneeded atomic access
` [PATCH v4 4/9] watchdog: orion: Introduce per-SoC stop() function
` [PATCH v4 5/9] watchdog: orion: Introduce per-SoC enabled() function
` [PATCH v4 6/9] watchdog: orion: Add Armada 375/380 SoC support
` [PATCH v4 7/9] ARM: mvebu: Enable Armada 375 watchdog in the devicetree
` [PATCH v4 8/9] ARM: mvebu: Enable Armada 380/385 "
` [PATCH v4 9/9] ARM: mvebu: Add A375/A380 watchdog binding documentation

[PATCHv4 0/7] omap hwspinlock dt support
 2014-03-15 17:32 UTC  (9+ messages)
` [PATCHv4 4/7] hwspinlock/core: add common OF helpers

[PATCH v2 0/8] mfd: AXP20x: Add support for AXP202 and AXP209
 2014-03-15 15:48 UTC  (11+ messages)
` [PATCH v2 1/8] mfd: AXP20x: Add mfd driver for AXP20x PMIC
` [PATCH v2 2/8] mfd: AXP20x: Add bindings documentation
` [PATCH v2 3/8] input: misc: Add driver for AXP20x Power Enable Key
` [PATCH v2 4/8] input: misc: Add ABI docs for AXP20x PEK
` [PATCH v2 5/8] regulator: AXP20x: Add support for regulators subsystem
` [PATCH v2 6/8] ARM: sunxi: dt: Add x-powers-axp209.dtsi file
` [PATCH v2 7/8] ARM: sun7i: dt: Add AXP209 support to various boards
` [PATCH v2 8/8] ARM: sunxi: Add AXP20x support in defconfig

[PATCH 0/3] iio: adc: at91 fixes
 2014-03-15 15:33 UTC  (5+ messages)
` [PATCH 2/3] ARM: at91: at91sam9g45: change at91_adc name

[PATCH 00/18] arm64: GICv3 support
 2014-03-15 15:22 UTC  (6+ messages)
` [PATCH 01/18] arm64: initial support for GICv3

[PATCH v2 0/2] irqchip: sun4i: Use handle_fasteoi_irq for all irqs
 2014-03-15 15:04 UTC  (3+ messages)
` [PATCH v2 1/2] irqchip: sun4i: Use handle_fasteoi_irq for all interrupts
` [PATCH v2 2/2] irqchip: sun4i: simplify sun4i_irq_ack

[PATCH v2 00/16] ASoC: fsl-ssi: Driver cleanup
 2014-03-15 14:43 UTC  (18+ messages)
` [PATCH v2 01/16] ASoC: fsl-ssi: Remove fsl_ssi_setup
` [PATCH v2 02/16] ASoC: fsl-ssi: Fix i2s_mode variable setup
` [PATCH v2 03/16] ASoC: fsl-ssi: Move debugging to seperate file
` [PATCH v2 04/16] ASoC: fsl-ssi: Use dev_name for DAI driver struct
` [PATCH v2 05/16] ASoC: fsl-ssi: Move imx-specific probe to seperate function
` [PATCH v2 06/16] ASoC: fsl-ssi: Remove useless DMA code
` [PATCH v2 07/16] ASoC: fsl-ssi: baud clock error handling
` [PATCH v2 08/16] ASoC: fsl-ssi: Cleanup probe function
` [PATCH v2 09/16] ASoC: fsl-ssi: Remove unnecessary variables from ssi_private
` [PATCH v2 10/16] ASoC: fsl-ssi: reorder and document fsl_ssi_private
` [PATCH v2 11/16] ASoC: fsl-ssi: Fix register values when disabling
` [PATCH v2 12/16] ASoC: fsl-ssi: Only enable baudclk when used
` [PATCH v2 13/16] ASoC: fsl-ssi: Set default dai-fmts
` [PATCH v2 14/16] ASoC: fsl-ssi: Transmit enable synchronization
` [PATCH v2 15/16] ASoC: fsl-ssi: Update binding documentation
` [PATCH v2 16/16] ASoC: fsl-ssi: Use regmap

[PATCHv14][ 1/4] video: imxfb: Introduce regulator support
 2014-03-15 14:27 UTC  (6+ messages)
` [PATCHv14][ 4/4] ARM: dts: imx25: mbimxsd25: Add displays support

[PATCH v6 0/3] ARM: sun7i/sun6i: irqchip: Irqchip driver for NMI controller
 2014-03-15 13:41 UTC  (4+ messages)
` [PATCH v6 1/3] ARM: sun7i/sun6i: irqchip: Add irqchip "
` [PATCH v6 2/3] ARM: sun7i/sun6i: dts: Add NMI irqchip support
` [PATCH v6 3/3] ARM: sun7i/sun6i: irqchip: Update the documentation

[PATCH v5 00/11] reserved-memory regions/CMA in devicetree, again
 2014-03-15 13:07 UTC  (3+ messages)
      ` [PATCH v5 09/11] arm: add support for reserved memory defined by device tree

[PATCH v2 0/5] net: cpsw: Support for am335x chip MACIDs
 2014-03-15 13:07 UTC  (6+ messages)
` [PATCH v2 1/5] net: cpsw: document mac-address being optional
` [PATCH v2 2/5] net: cpsw: make cpsw.h self-contained
` [PATCH v2 3/5] net: cpsw: Add control-module macid driver
` [PATCH v2 4/5] net: cpsw: Use cpsw-ctrl-macid driver
` [PATCH v2 5/5] arm: dts: am33xx, Add device node for cpsw-ctrl-macid

Recent 3.x kernels: Memory leak causing OOMs
 2014-03-15 10:19 UTC  (6+ messages)

[PATCH v2 1/3] net: phy: fix uninitalized WOL parameters in phy_ethtool_get_wol
 2014-03-15 10:01 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] PHY: Exynos: fix SATA phy license typo
 2014-03-15  9:37 UTC 

[PATCH] pinctrl: msm: fix build bug
 2014-03-15  9:33 UTC 

[PATCH v17 0/4] ata: Add APM X-Gene SoC AHCI SATA host controller support
 2014-03-15  9:01 UTC  (4+ messages)
` [PATCH v17 3/4] ata: Add APM X-Gene SoC AHCI SATA host controller driver

[PATCH v4 0/4] APM X-Gene PCIe controller
 2014-03-15  8:58 UTC  (7+ messages)
` [PATCH v4 1/4] pci: APM X-Gene PCIe controller driver
` [PATCH v4 2/4] arm64: dts: APM X-Gene PCIe device tree nodes

[PATCH] gpio: davinci: fix gpio selection for OF
 2014-03-15  7:37 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v11 02/27] iommu/exynos: add missing cache flush for removed page table entries
 2014-03-15  6:35 UTC  (2+ messages)

[PATCH v3 0/3] arm64: Add seccomp support
 2014-03-15  5:50 UTC  (4+ messages)
` [PATCH_v4 0/2] "
  ` [PATCH_v4 1/2] asm-generic: Add generic seccomp.h for secure computing mode 1
  ` [PATCH_v4 2/2] arm64: Add seccomp support

[PATCH v7 0/2] arm64: Add audit support
 2014-03-15  5:49 UTC  (4+ messages)
` [PATCH_v8 "
  ` [PATCH_v8 1/2] "
  ` [PATCH_v8 2/2] arm64: audit: Add audit hook in syscall_trace_enter/exit()

[PATCH v6 0/7] arm64: Add ftrace support
 2014-03-15  5:45 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/7] arm64: add __ASSEMBLY__ in asm/insn.h
  ` [PATCH v7 2/7] arm64: Add 'notrace' attribute to unwind_frame() for ftrace
  ` [PATCH v7 3/7] ftrace: Add arm64 support to recordmcount
` [PATCH v7 4/7] arm64: Add ftrace support
` [PATCH v7 5/7] arm64: ftrace: Add dynamic "
` [PATCH v7 6/7] arm64: ftrace: Add CALLER_ADDRx macros
` [PATCH v7 7/7] arm64: ftrace: Add system call tracepoint

[PATCH] ARM: dts: imx27-phytec-phycore-rdk: Add display support
 2014-03-15  5:22 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).