summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-01-05ARM: 7269/1: mach-sa1100: fix sched_clock breakageLinus Walleij1-1/+1
2012-01-04Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King6-17/+0
2012-01-03ARM: 7236/1: vic: always use simple opsJamie Iles1-1/+1
2012-01-03Revert "ARM: move VMALLOC_END down temporarily for shmobile"Nicolas Pitre1-7/+0
2012-01-03ARM: mach-shmobile: use standard 2MiB coherent DMA memory sizeMagnus Damm5-10/+0
2011-12-20Merge branch 'arm/common-kconfig-refactor+for-rmk' of git://git.linaro.org/pe...Russell King9-12/+56
2011-12-19imx6q: Remove unconditional dependency on l2x0 L2 cache supportDave Martin1-1/+0
2011-12-19highbank: Unconditionally require l2x0 L2 cache controller supportDave Martin1-1/+1
2011-12-19omap4: Unconditionally require l2x0 L2 cache controller supportDave Martin1-1/+1
2011-12-19ARM: SMP: Refactor Kconfig to be more maintainableDave Martin7-4/+23
2011-12-19ARM: l2x0/pl310: Refactor Kconfig to be more maintainableDave Martin7-7/+33
2011-12-19ARM: 7233/1: ux500: remove overlapping iotable entriesLinus Walleij2-6/+4
2011-12-19ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier19-435/+161
2011-12-12ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon1-12/+3
2011-12-12ARM: stop: execute platform callback from cpu_stop codeWill Deacon2-1/+5
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon1-10/+40
2011-12-12ARM: lib: add call_with_stack function for safely changing stackWill Deacon2-1/+46
2011-12-11ARM: 7183/1: vic: register the VIC for ST-modified VIC'sJamie Iles1-2/+3
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King32-322/+1199
2011-12-08ARM: LPAE: Add the Kconfig entriesCatalin Marinas2-1/+18
2011-12-08ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon1-1/+15
2011-12-08ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas1-1/+27
2011-12-08ARM: LPAE: Add context switching supportCatalin Marinas1-2/+17
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas6-5/+104
2011-12-08ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas1-1/+10
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas5-12/+243
2011-12-08ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas5-7/+150
2011-12-08ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas6-0/+261
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon4-0/+16
2011-12-08ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.SCatalin Marinas2-149/+174
2011-12-08ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas3-93/+100
2011-12-08ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas2-38/+41
2011-12-08ARM: pgtable: switch to use pgtable-nopud.hRussell King3-11/+15
2011-12-08ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas1-12/+19
2011-12-07Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King32-89/+140
2011-12-07ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart c...Tony Lindgren1-1/+2
2011-12-06ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon4-66/+6
2011-12-06ARM: head.S: only include __turn_mmu_on in the initial identity mappingWill Deacon1-7/+7
2011-12-06ARM: idmap: use idmap_pgd when setting up mm for rebootWill Deacon1-9/+10
2011-12-06ARM: proc-*.S: place cpu_reset functions into .idmap.text sectionWill Deacon24-0/+72
2011-12-06ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2-15/+5
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon5-3/+51
2011-12-06ARM: 7192/1: OMAP: Fix build error for omap1_defconfigTony Lindgren1-0/+1
2011-12-06Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King93-1398/+146
2011-12-06Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King241-1618/+2028
2011-12-06ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq functionSantosh Shilimkar1-0/+1
2011-12-06ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undecl...Santosh Shilimkar1-0/+2
2011-12-03Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke...Russell King2-2/+2
2011-12-02Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon4-16/+200
2011-12-02arm: pmu: allow platform specific irq enable/disable handlingMing Lei2-5/+20