summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: 6268/1: ARMv6K and ARMv7 use fault statuses 3 and 6 as Access Flag faultKirill A. Shutemov2010-07-272-2/+23
* ARM: 6256/1: Check arch version and modify fsr_info[] depends on it at runtimeKirill A. Shutemov2010-07-271-5/+11
* ARM: 6255/1: Workaround infinity loop in handling of translation faultsKirill A. Shutemov2010-07-271-1/+10
* ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov2010-07-2710-20/+25
* ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILLKirill A. Shutemov2010-07-272-4/+4
* ARM: 6251/1: Make SPARSE_IRQ a hidden optioneric miao2010-07-271-4/+1
* ARM: DMA coherent allocator: align remapped addressesRussell King2010-07-273-4/+18
* ARM: use generic ioremap_page_range()Russell King2010-07-271-70/+4
* Merge branch 'origin' into miscRussell King2010-07-27216-194370/+1093
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-07-158-93/+243
| |\
| | * ARM: 6226/1: fix kprobe bug in ldr instruction emulationNicolas Pitre2010-07-151-2/+3
| | * ARM: Update mach-typesRussell King2010-07-121-3/+149
| | * ARM: lockdep: fix unannotated irqs-onRussell King2010-07-102-19/+20
| | * ARM: 6184/2: ux500: use neutral PRCMU baseLinus Walleij2010-07-092-1/+2
| | * ARM: 6212/1: atomic ops: add memory constraints to inline asmWill Deacon2010-07-091-66/+66
| | * ARM: 6211/1: atomic ops: fix register constraints for atomic64_add_unlessWill Deacon2010-07-091-1/+1
| | * ARM: 6210/1: Do not rely on reset defaults of L2X0_AUX_CTRLSascha Hauer2010-07-091-2/+3
| * | Merge branch 'arm/defconfig/reduced-v2.6.35-rc1' of git://git.pengutronix.de/...Linus Torvalds2010-07-12177-194157/+652
| |\ \ | | |/ | |/|
| | * ARM: reduce defconfigsUwe Kleine-König2010-06-10177-194157/+652
| * | ARM: SAMSUNG: Fix on wrong function name for S5PV210 sdhci0Hyuk Lee2010-07-051-1/+1
| * | ARM: S5P6442: Fix PLL setting announce message.Thomas Abraham2010-07-051-1/+1
| * | ARM: SAMSUNG: Fix build without SDHCI controllers for S3C64XXMarek Szyprowski2010-07-051-0/+2
| * | ARM: S5PV210: Correct clock register propertiesMyungJoo Ham2010-07-051-53/+62
| * | ARM: S5P: Bug fix on external interrupt for S5P SoCsBoojin Kim2010-07-051-1/+1
| * | ARM: 6205/1: perf: ensure counter delta is treated as unsignedWill Deacon2010-07-051-1/+1
| * | ARM: 6202/1: Do not ARM_DMA_MEM_BUFFERABLE on RealView boards with L210/L220Catalin Marinas2010-07-021-0/+2
| * | ARM: 6201/1: RealView: Do not use outer_sync() on ARM11MPCore boards with L220Catalin Marinas2010-07-022-0/+10
| * | Merge branch 'imx-for-2.6.35' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-07-011-11/+22
| |\ \
| | * | ARM: mx3: mx31lilly: fix build error for !CONFIG_USB_ULPIDaniel Mack2010-07-011-11/+22
| * | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-07-014-20/+15
| |\ \ \
| | * | | [ARM] mmp: fix build failure due to IRQ_PMU depends on ARCH_PXAJonathan Cameron2010-06-131-1/+2
| | * | | [ARM] pxa/mioa701: fix camera regressionRobert Jarzmik2010-06-131-1/+1
| | * | | [ARM] pxa/z2: fix flash layout to final versionMarek Vasut2010-06-131-16/+10
| | * | | [ARM] pxa: fix incorrect gpio type in udc_pxa2xx.hSteve Bennett2010-06-131-2/+2
| * | | | ARM: 6195/1: OMAP3: pmu: make CPU_HAS_PMU dependent on OMAP3_EMUWill Deacon2010-07-011-1/+2
| * | | | ARM: 6194/1: change definition of cpu_relax() for ARM11MPCoreWill Deacon2010-07-011-0/+4
| * | | | ARM: 6193/1: RealView: Align the machine_desc.phys_io to 1MB sectionCatalin Marinas2010-07-015-5/+10
| * | | | ARM: 6192/1: VExpress: Align the machine_desc.phys_io to 1MB sectionCatalin Marinas2010-07-011-1/+2
| * | | | ARM: 6188/1: Add a config option for the ARM11MPCore DMA cache maintenance wo...Catalin Marinas2010-07-012-3/+31
| * | | | ARM: 6187/1: The v6_dma_inv_range() function must preserve data on SMPCatalin Marinas2010-07-011-1/+2
| * | | | ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU buildsCatalin Marinas2010-07-011-9/+9
| | |/ / | |/| |
| * | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-07-018-12/+20
| |\ \ \
| | * \ \ Merge branch 'for_2.6.35rc' of git://git.pwsan.com/linux-2.6 into omap-fixes-...Tony Lindgren2010-06-2821-33/+213
| | |\ \ \
| | | * | | OMAP: hwmod: Fix the missing bracesBenoit Cousson2010-06-241-3/+6
| | | |/ /
| | * | | OMAP4: clock: Fix multi-omap boot with reset un-used clocksSantosh Shilimkar2010-06-161-0/+2
| | * | | OMAP3: PM: fix IO daisy chain enable to use PM_WKEN regKevin Hilman2010-06-101-2/+2
| | * | | omap: GPIO: fix auto-disable of debounce clockKevin Hilman2010-06-101-0/+1
| | * | | omap: DMTIMER: Ack pending interrupt always when stopping a timerTero Kristo2010-06-101-3/+3
| | * | | omap: Stalker board: switch over to gpio_set_debounceSantosh Shilimkar2010-06-091-3/+1
| | * | | omap: fix build failure due to missing include dma-mapping.hAmit Kucheria2010-06-091-0/+2