summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* ARM mmu: use xmemalignSascha Hauer2012-09-161-1/+1
* create a common ARM flush_icache functionSascha Hauer2012-08-132-6/+5
* ARM pbl: enable MMU during decompressionSascha Hauer2012-08-132-0/+75
* ARM MMU: call __mmu_cache_* as regular C functionsSascha Hauer2012-08-132-19/+14
* ARM __mmu_cache_*: Do not clobber registersSascha Hauer2012-08-132-3/+6
* compressed image: add gzip supportJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+4
* ARM: add early malloc support needed by the decompressorJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+8
* Add compressed image supportJean-Christophe PLAGNIOL-VILLARD2012-08-031-4/+55
* Add pre-bootloader (pbl) image supportJean-Christophe PLAGNIOL-VILLARD2012-08-034-39/+165
* ARM: move exception vector table to exceptions.SSascha Hauer2012-07-242-34/+19
* ARM: Separate assembler functions into their own sectionSascha Hauer2012-07-234-6/+27
* ARM startup: calculate offset instead of runtime addressSascha Hauer2012-07-231-6/+6
* ARM: Enable unaligned accesses on armv6 and laterSascha Hauer2012-07-101-7/+5
* ARM mmu: flush page tables in arm_mmu_remap_sdram()Sascha Hauer2012-07-031-1/+4
* Merge branch 'for-next/mmuinfo'Sascha Hauer2012-07-022-0/+112
|\
| * mmuinfo: add a command do display the result of virtual to physical translationJan Luebbe2012-06-302-0/+112
* | ARM mmu: don't use CONFIG_MMU to disable mmu code, there are static inline ve...Marc Kleine-Budde2012-06-301-4/+0
|/
* Merge branch 'pu/cache' into nextSascha Hauer2012-05-245-10/+3
|\
| * ARM startup: Do call __mmu_cache_flush during startupSascha Hauer2012-05-235-10/+0
| * ARM startup: invalidate I-cache before jumping to relocated binarySascha Hauer2012-04-131-0/+3
* | fix typo funtion -> functionAntony Pavlov2012-05-131-1/+1
* | complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
|/
* Merge branch 'work/thumb2' into nextSascha Hauer2012-03-064-19/+48
|\
| * ARM: use unconditional branch in exception vectorsSascha Hauer2012-03-061-8/+8
| * ARM: Allow to compile in thumb-2 modeSascha Hauer2012-03-063-0/+29
| * ARM: get runtime offset of board_init_lowlevel_return by using separate sectionSascha Hauer2012-02-281-2/+2
| * ARM: move exception vectors away from start of binarySascha Hauer2012-02-282-9/+9
* | commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
|/
* ARM: Add missing ifdef around dump_stack()Sascha Hauer2012-01-271-0/+2
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-271-0/+5
|\
| * Add dump_stack functionSascha Hauer2012-01-261-0/+5
* | ARM cache-armv7: Add additional ISBSascha Hauer2012-01-171-0/+1
|/
* Merge branch 'next'Sascha Hauer2012-01-054-39/+21
|\
| * ARM cache-armv7: use thumb-2 instructions where necessarySascha Hauer2012-01-021-2/+6
| * arch/arm: mmu: add map_io_range()Robert Jarzmik2011-12-211-0/+12
| * ARM: remove unused icache commandSascha Hauer2011-12-151-34/+0
| * ARM cpuinfo: decode more bits, use ARRAY_SIZESascha Hauer2011-12-151-3/+3
* | ARM: set SCTRL[A] only when architecture does not support unaligned accessEnrico Scholz2012-01-021-1/+10
* | ARM: mark 'lr' as clobbered by inline assemblerEnrico Scholz2012-01-023-5/+5
|/
* arm/mach-pxa: Initial Intel/Marvell PXA supportMarc Kleine-Budde2011-12-051-0/+5
* remove irq support fragmentsSascha Hauer2011-11-281-21/+0
* arm: trivial renaming create_sectionsRobert Jarzmik2011-11-271-3/+3
* arm: cpuinfo: import ARM architecture detection code from LinuxAntony Pavlov2011-10-151-21/+70
* ARM: switch to generic memory banksSascha Hauer2011-09-232-24/+12
* ARM mmu: find second level descriptors by walking the page tableSascha Hauer2011-09-231-19/+20
* introduce io.hSascha Hauer2011-09-221-1/+1
* ARM: some cleanup in interrupts.cSascha Hauer2011-08-071-22/+21
* ARM: fix comments in interrupts.cSascha Hauer2011-08-071-6/+6
* ARM: remove unused irq enable/disable functionsSascha Hauer2011-08-071-31/+0
* ARM: exceptions: remove unnecessary function declarationsSascha Hauer2011-08-071-8/+0