summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.3/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Arnd Bergmann2011-12-27438-3815/+4777
|\
| * arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OFStephen Warren2011-12-201-0/+2
| * arm/tegra: Make MACH_TEGRA_DT depend on ARCH_TEGRA_2x_SOCStephen Warren2011-12-201-0/+1
| * arm/tegra: Delete tegra_init_clock()Stephen Warren2011-12-202-6/+0
| * arm/tegra: Fix section mismatch errors in tegra30 pinmuxStephen Warren2011-12-201-1/+1
| * arm/tegra: Fix section mismatch errors in tegra20 pinmuxStephen Warren2011-12-201-1/+1
| * arm/tegra: refresh defconfig for tegra30Olof Johansson2011-12-201-5/+4
| * arm/tegra: add support for tegra30 based board cardhuPeter De Schrijver2011-12-183-0/+38
| * arm/tegra: implement support for tegra30Peter De Schrijver2011-12-186-7/+83
| * arm/tegra: pinmux tables and definitions for tegra30Peter De Schrijver2011-12-185-0/+798
| * arm/tegra: add new fields to struct tegra_pingroup_descPeter De Schrijver2011-12-182-0/+14
| * arm/tegra: prepare pinmux code for multiple tegra variantsPeter De Schrijver2011-12-187-63/+86
| * arm/tegra: rename tegra20 pinmux filesPeter De Schrijver2011-12-185-8/+9
| * arm/tegra: generalize L2 cache initializationPeter De Schrijver2011-12-181-5/+10
| * arm/tegra: use PMC resetPeter De Schrijver2011-12-181-3/+2
| * arm/tegra: rename board-dt.c to board-dt-tegra20.cPeter De Schrijver2011-12-183-3/+3
| * arm/tegra: prepare early init for multiple tegra variantsPeter De Schrijver2011-12-187-27/+34
| * arm/tegra: don't export clk_measure_input_freqPeter De Schrijver2011-12-183-6/+9
| * arm/tegra: prepare clock code for multiple tegra variantsPeter De Schrijver2011-12-184-32/+10
| * arm/tegra: cleanup tegra20 supportPeter De Schrijver2011-12-182-2/+9
| * arm/tegra: clk_get should not be fatalPeter De Schrijver2011-12-181-4/+8
| * Merge remote-tracking branch 'rmk/devel-stable' into for-3.3/socOlof Johansson2011-12-18402-3593/+3094
| |\
| | * ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon2011-12-121-12/+3
| | * ARM: stop: execute platform callback from cpu_stop codeWill Deacon2011-12-122-1/+5
| | * ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon2011-12-121-10/+40
| | * ARM: lib: add call_with_stack function for safely changing stackWill Deacon2011-12-122-1/+46
| | * ARM: 7183/1: vic: register the VIC for ST-modified VIC'sJamie Iles2011-12-111-2/+3
| | * Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King2011-12-0832-322/+1199
| | |\
| | | * ARM: LPAE: Add the Kconfig entriesCatalin Marinas2011-12-082-1/+18
| | | * ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon2011-12-081-1/+15
| | | * ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas2011-12-081-1/+27
| | | * ARM: LPAE: Add context switching supportCatalin Marinas2011-12-081-2/+17
| | | * ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-086-5/+104
| | | * ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas2011-12-081-1/+10
| | | * ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas2011-12-085-12/+243
| | | * ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas2011-12-085-7/+150
| | | * ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas2011-12-086-0/+261
| | | * ARM: LPAE: add ISBs around MMU enabling codeWill Deacon2011-12-084-0/+16
| | | * ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.SCatalin Marinas2011-12-082-149/+174
| | | * ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas2011-12-083-93/+100
| | | * ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas2011-12-082-38/+41
| | | * ARM: pgtable: switch to use pgtable-nopud.hRussell King2011-12-083-11/+15
| | | * ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas2011-12-081-12/+19
| | * | Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King2011-12-0632-89/+140
| | |\|
| | | * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon2011-12-064-66/+6
| | | * ARM: head.S: only include __turn_mmu_on in the initial identity mappingWill Deacon2011-12-061-7/+7
| | | * ARM: idmap: use idmap_pgd when setting up mm for rebootWill Deacon2011-12-061-9/+10
| | | * ARM: proc-*.S: place cpu_reset functions into .idmap.text sectionWill Deacon2011-12-0624-0/+72
| | | * ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2011-12-062-15/+5
| | | * ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon2011-12-065-3/+51