linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-13 13:15:37 to 2010-11-16 01:16:47 UTC [more...]

[PATCH 00/14] Improvements to the MSM IOMMU driver
 2010-11-16  1:16 UTC  (8+ messages)
` [PATCH 09/14] msm: iommu: Kconfig option for cacheable page tables
` [PATCH 14/14] msm: iommu: Miscellaneous code cleanup

[PATCH] ARM: S3C64XX: fix uart clock setup for mini6410/real6410
 2010-11-16  0:51 UTC  (3+ messages)

[GIT PULL] Samsung fixes for 2.6.37-rc2
 2010-11-16  0:34 UTC  (5+ messages)

[PATCH 0/3] rtc: rtc-s3c: Fix and Update s3c_rtc_setaie()
 2010-11-16  0:02 UTC  (4+ messages)
` [PATCH 1/3] rtc: rtc-s3c: Fix return type and argument of s3c_rtc_setaie
` [PATCH 2/3] rtc: rtc-s3c: Add spin_lock_irq in s3c_rtc_setaie
` [PATCH 3/3] rtc: rtc-s3c: Change set alarm interrupt method "

[PATCH v2 00/20] ARM: Add support for the Large Physical Address Extensions
 2010-11-15 23:35 UTC  (28+ messages)
` [PATCH v2 02/20] ARM: LPAE: Factor out 2-level page table definitions into separate files
` [PATCH v2 03/20] ARM: LPAE: use u32 instead of unsigned long for 32-bit ptes
` [PATCH v2 04/20] ARM: LPAE: Do not assume Linux PTEs are always at PTRS_PER_PTE offset
` [PATCH v2 05/20] ARM: LPAE: Introduce L_PTE_NOEXEC and L_PTE_NOWRITE
` [PATCH v2 06/20] ARM: LPAE: Introduce the 3-level page table format definitions
` [PATCH v2 08/20] ARM: LPAE: MMU setup for the 3-level page table format
` [PATCH v2 20/20] ARM: LPAE: Add the Kconfig entries

[PATCH] ARM: Stop irqsoff trace on return to user
 2010-11-15 22:53 UTC 

[PATCH v5 00/12] tnetv107x ssp drivers
 2010-11-15 22:38 UTC  (15+ messages)
` [PATCH v5 01/12] misc: add driver for sequencer serial port
` [PATCH v5 02/12] davinci: add tnetv107x ssp platform device
` [PATCH v5 03/12] davinci: add ssp config for tnetv107x evm board
` [PATCH v5 04/12] spi: add ti-ssp spi master driver
` [PATCH v5 05/12] davinci: add spi devices on tnetv107x evm
` [PATCH v5 06/12] regulator: add driver for tps6524x regulator
` [PATCH v5 07/12] davinci: add tnetv107x evm regulators
` [PATCH v5 08/12] gpio: add ti-ssp gpio driver
` [PATCH v5 09/12] davinci: add tnetv107x evm ti-ssp gpio device
` [PATCH v5 10/12] backlight: add support for tps6116x controller
` [PATCH v5 11/12] davinci: add tnetv107x evm backlight device
` [PATCH v5 12/12] davinci: add tnetv107x evm i2c eeprom device

[GIT PULL] omap fixes for 2.6.37-rc1
 2010-11-15 21:06 UTC 

[PATCH v2 1/2] msm: gpio: Add v2 gpio support to MSM SoCs
 2010-11-15 20:20 UTC  (2+ messages)
` [PATCH v2 2/2] msm: gpio: Add irq support to v2 gpiolib

[PATCH 1/1] ARM: cns3xxx: Fixup the missing second parameter to addruart macro to allow them to build
 2010-11-15 20:20 UTC  (5+ messages)

[PATCH] mx51: Add a dummy clock to watchdog
 2010-11-15 19:59 UTC 

[PATCH] mx35_3ds: Add watchdog support
 2010-11-15 19:04 UTC  (4+ messages)

[PATCH 0/5] ARM: perf: split up perf_event.c by architecture
 2010-11-15 19:03 UTC  (8+ messages)
` [PATCH 1/5] ARM: perf: consolidate common PMU behaviour
` [PATCH 2/5] ARM: perf: avoid exposing internal stop function for v6 PMU
` [PATCH 3/5] ARM: perf: add _init() functions to PMUs
` [PATCH 4/5] ARM: perf: encode PMU name in arm_pmu structure
` [PATCH 5/5] ARM: perf: separate PMU backends into multiple files

[PATCH] mx51_babbage: Register audio codec in the I2C bus
 2010-11-15 18:33 UTC 

[PATCH 00/10] MCDE: Add frame buffer device driver
 2010-11-15 18:24 UTC  (19+ messages)
` [PATCH 01/10] MCDE: Add hardware abstraction layer
` [PATCH 02/10] MCDE: Add configuration registers

Patch IMX audmux debugfs
 2010-11-15 18:17 UTC  (13+ messages)
          ` [Patch v3] Fix audmuxv2 debugfs indexing. [was: Patch IMX audmux debugfs.]
              ` [Patch v3] Fix audmuxv2 debugfs indexing

[PATCH 0/9] Clean up SMP IPI support
 2010-11-15 17:59 UTC  (10+ messages)
` [PATCH 1/9] ARM: remove obsolete smp_cross_call_done()
` [PATCH 2/9] ARM: smp: pass an ipi number to smp_cross_call()
` [PATCH 3/9] ARM: smp: avoid using bitmasks and locks for IPIs, use hardware instead
` [PATCH 4/9] ARM: include local timer irq stats only when local timers configured
` [PATCH 5/9] ARM: smp: provide accessors for irq_stat data
` [PATCH 6/9] ARM: smp: move ipi_count into irq_stat structure
` [PATCH 7/9] ARM: fix /proc/interrupts formatting
` [PATCH 8/9] ARM: smp: provide individual IPI interrupt statistics
` [PATCH 9/9] ARM: smp: collect IPI and local timer IRQs for /proc/stat

[PATCH v2] ARM: vexpress: add support for multiple core tiles
 2010-11-15 17:54 UTC 

[PATCH v3 00/20] ARM: Add support for the Large Physical Address Extensions
 2010-11-15 17:40 UTC  (21+ messages)
` [PATCH v3 01/20] ARM: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
` [PATCH v3 02/20] ARM: LPAE: Factor out 2-level page table definitions into separate files
` [PATCH v3 03/20] ARM: LPAE: use long long format when printing physical addresses and ptes
` [PATCH v3 04/20] ARM: LPAE: use u32 instead of unsigned long for 32-bit ptes
` [PATCH v3 05/20] ARM: LPAE: Do not assume Linux PTEs are always at PTRS_PER_PTE offset
` [PATCH v3 06/20] ARM: LPAE: Introduce L_PTE_NOEXEC and L_PTE_NOWRITE
` [PATCH v3 07/20] ARM: LPAE: Introduce the 3-level page table format definitions
` [PATCH v3 08/20] ARM: LPAE: Page table maintenance for the 3-level format
` [PATCH v3 09/20] ARM: LPAE: MMU setup for the 3-level page table format
` [PATCH v3 10/20] ARM: LPAE: Change setup_mm_for_reboot() to work with LPAE
` [PATCH v3 11/20] ARM: LPAE: Remove the FIRST_USER_PGD_NR and USER_PTRS_PER_PGD definitions
` [PATCH v3 12/20] ARM: LPAE: Add fault handling support
` [PATCH v3 13/20] ARM: LPAE: Add context switching support
` [PATCH v3 14/20] ARM: LPAE: Add SMP support for the 3-level page table format
` [PATCH v3 15/20] ARM: LPAE: use phys_addr_t instead of unsigned long for physical addresses
` [PATCH v3 16/20] ARM: LPAE: Use generic dma_addr_t type definition
` [PATCH v3 17/20] ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem
` [PATCH v3 18/20] ARM: LPAE: use phys_addr_t for physical start address in early_mem
` [PATCH v3 19/20] ARM: LPAE: add support for ATAG_MEM64
` [PATCH v3 20/20] ARM: LPAE: Add the Kconfig entries

[PATCH v2] [ARM] Dove: add support for CM-A510 machine
 2010-11-15 17:30 UTC  (3+ messages)

[PATCHv5 1/3] ARM: imx: Add core definitions for MX53
 2010-11-15 17:30 UTC  (3+ messages)
` [PATCHv5 2/3] ARM: imx: Add mx53 support to common msl functions
  ` [PATCHv5 3/3] ARM: imx: Get the silicon version from the IIM module

[RFC][PATCH 00/11] ARM: imx: Add initial i.MX28 support
 2010-11-15 17:01 UTC  (21+ messages)
` [PATCH 01/11] ARM: imx: Add basic definitions for i.MX28
` [PATCH 02/11] ARM: imx: Add support of interrupt controller ICOLL
` [PATCH 03/11] ARM: imx: Add reset routine for i.MX28
` [PATCH 04/11] ARM: imx: Add timer support "
` [PATCH 05/11] ARM: imx: Add GPIO "
` [PATCH 06/11] ARM: imx: Add IOMUX "
` [PATCH 07/11] ARM: imx: Add support of uncompress print "
` [PATCH 08/11] ARM: imx: Add clock support "
` [PATCH 09/11] ARM: imx: Add memory map "
` [PATCH 10/11] ARM: imx: Add initial support of machine mx28evk
` [PATCH 11/11] ARM: imx: Add i.MX28 support into Kconfig and Makefile

[PATCH] omap4: enable L2 prefetching
 2010-11-15 16:20 UTC 

[PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard
 2010-11-15 15:47 UTC  (6+ messages)

[PATCH] ARM: Temporary fix for broken arch reboot
 2010-11-15 15:25 UTC  (10+ messages)

[PATCH] ARM: thumb2: fix incorrect optimisation in usracc
 2010-11-15 13:38 UTC 

[PATCH][trivial] ARM, mm: Don't include smp_plat.h twice in flush.c
 2010-11-15 13:27 UTC  (2+ messages)

[PATCH V2] s3c-fb: Add support S5PV310 FIMD
 2010-11-15 11:49 UTC 

[PATCH 2.6.36 1/1 RESEND] kernel SPIN_LOCK_UNLOCKED changed to __SPIN_LOCK_UNLOCKED()
 2010-11-15 10:06 UTC  (5+ messages)

[PATCH v4 0/2] [ARM] Dove: add support for MPP configuration
 2010-11-15  9:48 UTC  (3+ messages)
` [PATCH v4 1/2] [ARM] Dove: add support for GPIOs 64-71
` [PATCH v4 2/2] [ARM] Dove: add support for multi-purpose pins configuration

[PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #5)
 2010-11-15  9:16 UTC  (8+ messages)
` [PATCH 1/3] OMAP: DSS2: Add generic DPI panel display driver

[PATCH 8/9] ARM: S5PV210: I2S: Upgrade platform device
 2010-11-15  8:52 UTC  (12+ messages)

[PATCH] Fix IGEPv2 second MMC channel power supply
 2010-11-15  8:32 UTC  (6+ messages)

Pull Request i.MX
 2010-11-15  8:29 UTC 

[PATCH 0/4] ARM kdump fixes
 2010-11-15  7:53 UTC  (6+ messages)
` [PATCH 1/4] proc/vmcore: allow archs to override vmcore_elf_check_arch()
` [PATCH 4/4] ARM: memblock: convert reserve_crashkernel() to use memblock

[PATCH v3 0/2] [ARM] Dove: add support for MPP configuration
 2010-11-15  7:00 UTC  (4+ messages)
` [PATCH v3 2/2] [ARM] Dove: add support for multi-purpose pins configuration

[PATCH 00/44] remove unnecessary semicolons
 2010-11-15  3:57 UTC  (4+ messages)
` [PATCH 01/44] arch/arm: Remove "
` [PATCH 28/44] drivers/spi: "

[PATCH 1/2] ARM: S3C2410: H1940: Adapt h1940-bluetooth to gpiolib changes
 2010-11-15  3:55 UTC  (3+ messages)
` [PATCH 2/2] h1940-leds: Fix compile issue introduced by latch-related changes

[PATCH] ARM: fix some trivial compiler warnings
 2010-11-15  2:07 UTC  (2+ messages)

[patch v3 0/2] ARM: mach-shmobile: Add zboot support for SuperH Mobile ARM
 2010-11-14 23:22 UTC  (5+ messages)
` [patch v3 2/2] "

Booting CNS3420 EVB v 1.3 failed with 2.6.36 (and 2.6.35)
 2010-11-14 21:58 UTC  (3+ messages)

[PATCH 1/6 v2] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's
 2010-11-14 17:00 UTC  (6+ messages)
` [PATCH 5/6 v2] rtc: Add support for the RTC in VIA VT8500 and compatibles
    ` [PATCH 5/6 v3] "
        ` [PATCH 5/6 v4] "

[PATCH 1/2] msm: gpio: Add v2 gpio support to MSM SoCs
 2010-11-13 19:25 UTC  (2+ messages)

Single binary kernel for all i.MX
 2010-11-13 15:30 UTC  (7+ messages)

[PATCH 2.6.36 1/1] kernel SPIN_LOCK_UNLOCKED changed to __SPIN_LOCK_UNLOCKED()
 2010-11-13 13:15 UTC  (2+ 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).