summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-17arm/tegra: don't export clk_measure_input_freqPeter De Schrijver3-6/+9
2011-12-17arm/tegra: prepare clock code for multiple tegra variantsPeter De Schrijver4-32/+10
2011-12-17arm/tegra: cleanup tegra20 supportPeter De Schrijver2-2/+9
2011-12-17arm/tegra: clk_get should not be fatalPeter De Schrijver1-4/+8
2011-12-17Merge remote-tracking branch 'rmk/devel-stable' into for-3.3/socOlof Johansson402-3593/+3094
2011-12-17arm/tegra: initial device tree for tegra30Peter De Schrijver2-0/+141
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-07arm/tegra: convert tegra20 to GIC devicetree bindingpdeschrijver@nvidia.com4-36/+49
2011-12-07arm/dt: tegra: Fix SDHCI nodes to match board filesStephen Warren4-0/+36
2011-12-07arm/dt: tegra: Fix serial nodes to match board filesStephen Warren4-0/+64
2011-12-07arm/dt: tegra: Fix I2C nodes to match board filesStephen Warren3-0/+36
2011-12-07arm/dt: tegra: Remove /chosen nodeStephen Warren5-20/+0
2011-12-07arm/dt: tegra: Remove /memreserve/ from device-tree filesStephen Warren5-5/+0
2011-12-07arm/tegra: board-dt: Enable audio-related clocksStephen Warren1-0/+5
2011-12-07arm/tegra: board-dt: Fix AUXDATA typoStephen Warren1-1/+1
2011-12-07arm/dt: tegra: add dts file for paz00Marc Dietrich4-0/+87
2011-12-07arm/tegra: Add device-tree support for TrimSlice boardStephen Warren4-0/+43
2011-12-07arm/dt: tegra: Clean up I2S and DAS nodesStephen Warren1-6/+0
2011-12-07USB: ehci-tegra: add probing through device treeOlof Johansson2-0/+80
2011-12-07arm/dt: add basic usb nodes to tegra device treesOlof Johansson3-0/+38
2011-12-07arm/tegra: fix variable formatting in makefileOlof Johansson1-13/+13
2011-12-06Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King32-89/+140
2011-12-06ARM: 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