linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-11 10:03:35 to 2010-11-13 03:30:00 UTC [more...]

[PATCH 00/14] Improvements to the MSM IOMMU driver
 2010-11-13  3:30 UTC  (15+ messages)
` [PATCH 01/14] msm: iommu: Increase maximum MID size to 5 bits
` [PATCH 02/14] msm: iomap: Addresses and IRQs for 2nd GFX core IOMMU
` [PATCH 03/14] msm: iommu: Use more consistent naming in platform data
` [PATCH 04/14] msm: iommu: Revise GFX3D IOMMU contexts and M2V mappings
` [PATCH 05/14] msm: iommu: Revise GFX2D0 "
` [PATCH 06/14] msm: iommu: Support for the 2nd GFX core's IOMMU
` [PATCH 07/14] msm: iommu: Mark functions with the right section names
` [PATCH 08/14] msm: iommu: Don't flush page tables if no devices attached
` [PATCH 09/14] msm: iommu: Kconfig option for cacheable page tables
` [PATCH 10/14] msm: iommu: Check if device is already attached
` [PATCH 11/14] msm: iommu: Kconfig dependency for the IOMMU API
` [PATCH 12/14] msm: iommu: Definitions for extended memory attributes
` [PATCH 13/14] msm: iommu: Support cache-coherent memory access
` [PATCH 14/14] msm: iommu: Miscellaneous code cleanup

[PATCH 1/6 v2] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's
 2010-11-13  0:00 UTC  (15+ messages)
` [PATCH 3/6 v2] input: Add support for VIA VT8500 and compatibles in i8042
` [PATCH 5/6 v2] rtc: Add support for the RTC in VIA VT8500 and compatibles
      ` [PATCH 1/6 v4] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's
        ` [PATCH 1/6 v5] "
            ` [PATCH 1/6 v6] "

[PATCH v8 1/9] davinci: EMAC support for Omapl138-Hawkboard
 2010-11-12 22:38 UTC  (8+ messages)
` [PATCH v8 2/9] davinci: EDMA "
` [PATCH v8 4/9] davinci: McASP configuration "
` [PATCH v8 5/9] davinci: Audio support "
` [PATCH v8 6/9] davinci: MMC/SD and USB-OHCI configuration "
` [PATCH v8 7/9] davinci: MMC/SD support "
` [PATCH v8 8/9] davinci: USB clocks "
` [PATCH v8 9/9] davinci: USB1.1 support "

[PATCH 1/3] msm: sirc: warning fix
 2010-11-12 21:49 UTC  (3+ messages)
` [PATCH 2/3] msm: smd: Warning cleanup
` [PATCH 3/3] msm: "

[PATCH] msm: smd: Reduce driver log chatter
 2010-11-12 21:49 UTC  (4+ messages)
` [PATCH v4] "
` [PATCH v5] "

[PATCH] RFC: nomadik: expand timesource to 63 bits
 2010-11-12 20:22 UTC  (17+ messages)

Single binary kernel for all i.MX
 2010-11-12 18:50 UTC  (5+ messages)

[PATCH v2] ARM: fix compile warning in mm/init.c
 2010-11-12 18:46 UTC  (3+ messages)

[PATCH 1/6] ARM: ensure sched_clock() and children are notrace
 2010-11-12 18:44 UTC  (2+ messages)

[PATCH 01/11] ARM: pxa: redefine the cpu_is_pxa3xx
 2010-11-12 18:43 UTC  (20+ messages)
` [PATCH 02/11] ARM: pxa: redefine irqs.h
  ` [PATCH 03/11] ARM: pxa: split pxa93x from pxa3xx
    ` [PATCH 04/11] ARM: pxa: update to read ICHP
      ` [PATCH 05/11] ARM: pxa: support pxa95x
        ` [PATCH 06/11] ARM: pxa: support saarb platform
          ` [PATCH 07/11] ARM: mmp: select CPU_PJ4
            ` [PATCH 08/11] ARM: pxa: sanitize IRQ registers access based on offset
              ` [PATCH 09/11] ARM: pxa: auto compute shift and mult of timer
                ` [PATCH 10/11] ARM: pxa: add 32KHz timer as clock source
                  ` [PATCH 11/11] ARM: pxa: add iwmmx support for PJ4

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

[PATCH v2 00/20] ARM: Add support for the Large Physical Address Extensions
 2010-11-12 18:00 UTC  (21+ messages)
` [PATCH v2 01/20] ARM: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
` [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 07/20] ARM: LPAE: Page table maintenance for the 3-level format
` [PATCH v2 08/20] ARM: LPAE: MMU setup for the 3-level page table format
` [PATCH v2 09/20] ARM: LPAE: Change setup_mm_for_reboot() to work with LPAE
` [PATCH v2 10/20] ARM: LPAE: Remove the FIRST_USER_PGD_NR and USER_PTRS_PER_PGD definitions
` [PATCH v2 11/20] ARM: LPAE: Add fault handling support
` [PATCH v2 12/20] ARM: LPAE: Add context switching support
` [PATCH v2 13/20] ARM: LPAE: Add SMP support for the 3-level page table format
` [PATCH v2 14/20] ARM: LPAE: use phys_addr_t instead of unsigned long for physical addresses
` [PATCH v2 15/20] ARM: LPAE: Use generic dma_addr_t type definition
` [PATCH v2 16/20] ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem
` [PATCH v2 17/20] ARM: LPAE: use phys_addr_t for physical start address in early_mem
` [PATCH v2 18/20] ARM: LPAE: add support for ATAG_MEM64
` [PATCH v2 19/20] ARM: LPAE: define printk format for physical addresses and page table entries
` [PATCH v2 20/20] ARM: LPAE: Add the Kconfig entries

[PATCH 0/4] omap fixes for v2.6.37-rc1
 2010-11-12 17:48 UTC  (6+ messages)
` [PATCH 1/4] OMAP2: Devkit8000: Fix mmc regulator failure
` [PATCH 2/4] omap: dma: Add read-back to DMA interrupt handler to avoid spuriousinterrupts
` [PATCH 3/4] OMAP1: camera.h: add missing include
` [PATCH 4/4] arm: omap1: devices: need to return with a value

[PATCH 00/07] ARM: Common GIC entry macro code V3
 2010-11-12 17:45 UTC  (12+ messages)
` [PATCH 01/07] ARM: Introduce asm/hardware/entry-macro-gic.S
` [PATCH 02/07] ARM: Use shared GIC entry macros on CNS3XXX
` [PATCH 03/07] ARM: Use shared GIC entry macros on Realview
` [PATCH 04/07] ARM: Use shared GIC entry macros on Tegra
` [PATCH 05/07] ARM: Use shared GIC entry macros on UX500
` [PATCH 06/07] ARM: Use shared GIC entry macros on Vexpress
` [PATCH 07/07] ARM: Use shared GIC entry macros on OMAP

[PATCH 00/10] MCDE: Add frame buffer device driver
 2010-11-12 17:22 UTC  (22+ messages)
` [PATCH 01/10] MCDE: Add hardware abstraction layer
  ` [PATCH 02/10] MCDE: Add configuration registers
    ` [PATCH 03/10] MCDE: Add pixel processing registers
` [PATCH 06/10] MCDE: Add generic display
` [PATCH 07/10] MCDE: Add display subsystem framework
` [PATCH 08/10] MCDE: Add frame buffer device
` [PATCH 09/10] MCDE: Add build files and bus
  ` [PATCH 10/10] ux500: MCDE: Add platform specific data

[PATCH] arch/arm/kernel/smp_twd.c: Correct local timer printk decimal output
 2010-11-12 16:34 UTC  (3+ messages)
` [PATCH V2] "

Booting CNS3420 EVB v 1.3 failed with 2.6.36 (and 2.6.35)
 2010-11-12 14:32 UTC  (2+ messages)

[PATCH 2/2] omap: rx51: mark reserved memory earlier
 2010-11-12 13:28 UTC  (2+ messages)

[PATCH] [ARM] twd: Allow twd rescaling to match cpu frequency
 2010-11-12 13:05 UTC  (5+ messages)

Patch IMX audmux debugfs
 2010-11-12 11:49 UTC  (5+ messages)

[PATCH 0/4] ARM: S5PV310: Add support FIMD
 2010-11-12 10:43 UTC  (7+ messages)
` [PATCH 3/4] s3c-fb: Add support S5PV310 FIMD

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

[PATCH v3] ARM: fix compile warning in mm/init.c
 2010-11-12 10:29 UTC  (2+ messages)

ARM: fix compile warning in mm/init.c
 2010-11-12  8:51 UTC  (6+ messages)

[PATCH] ARM: fix build error with GCC 4.5.0
 2010-11-12  8:15 UTC  (9+ messages)

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

[PATCH] ARM: Common GIC entry macro code V2
 2010-11-12  3:36 UTC  (9+ messages)

[Questions] How to run 'perf top' on ARM to profile kernel functions with modules loaded
 2010-11-12  1:40 UTC  (9+ messages)

arm smp support patch
 2010-11-12  0:13 UTC  (15+ messages)

[PATCH] AT91 USB Serial Device
 2010-11-11 23:24 UTC  (2+ messages)

[PATCH v3 00/13] OMAP: DMA: hwmod and DMA as platform device
 2010-11-11 23:04 UTC  (4+ messages)
` [PATCH v3 04/13] OMAP2420: DMA: hwmod: add system DMA

[PATCH] ARM: add MAINTAINERS entry for Marvell Dove SoC
 2010-11-11 17:47 UTC  (4+ messages)

[PATCH] [ARM] dove: add support for CM-A510 machine
 2010-11-11 16:18 UTC  (6+ messages)

[PATCH 00/02] staging: tidspbridge: 2.6.37-rcX fixes
 2010-11-11 13:17 UTC  (2+ messages)

[AT91SAM9260] kernel hang in at91sam926x_pit_reset()
 2010-11-11 12:59 UTC  (4+ messages)

[PATCH] mx51_babbage: Add initial PMIC support
 2010-11-11 12:42 UTC 

[PATCH] atmel_serial: Atmel RS485 support v2
 2010-11-11 10:22 UTC  (9+ messages)
` [PATCH] Documentation about RS485 serial communications


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