summaryrefslogtreecommitdiff
path: root/arch/arm/mm/proc-v7.S
AgeCommit message (Expand)AuthorFilesLines
2011-09-20ARM: pm: no need to save/restore context ID registerRussell King1-7/+6
2011-09-20ARM: pm: only use preallocated page table during resumeRussell King1-16/+17
2011-09-20ARM: pm: preallocate a page table for suspend/resumeRussell King1-6/+0
2011-08-28ARM: pm: avoid writing the auxillary control register for ARMv7Russell King1-1/+3
2011-08-28ARM: pm: some ARMv7 requires a dsb in resume to ensure correctnessRussell King1-0/+1
2011-08-28ARM: 7066/1: proc-v7: disable SCTLR.TE when disabling MMUWill Deacon1-0/+1
2011-07-21ARM: Fix build errors caused by adding generic macrosRussell King1-3/+0
2011-07-07ARM: proc: add definition of cpu_reset for ARMv6 and ARMv7 coresWill Deacon1-0/+7
2011-07-07ARM: proc: add proc info for Cortex-A15MP using classic page tablesWill Deacon1-2/+18
2011-07-07ARM: proc: add Cortex-A5 proc infoPawel Moll1-0/+11
2011-07-07ARM: proc: convert v7 proc infos into a common macroPawel Moll1-43/+24
2011-07-07ARM: mm: proc-v7: Use the new processor struct macrosDave Martin1-26/+5
2011-06-24ARM: pm: ensure ARMv7 CPUs save and restore the TLS registerRussell King1-3/+7
2011-06-24ARM: pm: proc-v7: fix missing struct processor pointers for suspend codeRussell King1-3/+3
2011-06-09Revert "ARM: 6943/1: mm: use TTBR1 instead of reserved context ID"Russell King1-4/+6
2011-05-26ARM: 6943/1: mm: use TTBR1 instead of reserved context IDWill Deacon1-6/+4
2011-05-26ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7Catalin Marinas1-1/+3
2011-04-13Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King1-1/+1
2011-04-02ARM: Make consolidated PM sleep code depend on PM_SLEEPRussell King1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...Russell King1-30/+98
2011-03-09ARM: 6772/1: errata: possible fault MMU translations following an ASID switchWill Deacon1-0/+6
2011-02-22ARM: pm: add generic CPU suspend/resume supportRussell King1-30/+86
2011-02-19ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcast...Will Deacon1-0/+6
2011-01-14ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.SDave Martin1-1/+3
2011-01-06Merge branch 'pgt' (early part) into develRussell King1-10/+8
2011-01-06Merge branch 'misc' into develRussell King1-2/+7
2010-12-22ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King1-3/+3
2010-12-22ARM: pgtable: invert L_PTE_EXEC to L_PTE_XNRussell King1-2/+2
2010-12-22ARM: pgtable: switch order of Linux vs hardware page tablesRussell King1-5/+3
2010-11-30ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/p...Dave Martin1-2/+2
2010-11-04ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processorsLeif Lindholm1-0/+4
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas1-2/+3
2010-10-19Merge branch 'devel-stable' into develRussell King1-1/+9
2010-10-18Merge branch 'hotplug' into develRussell King1-1/+5
2010-10-08ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King1-1/+5
2010-10-08ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9Tony Lindgren1-1/+1
2010-10-04ARM: Allow SMP kernels to boot on UP systemsRussell King1-14/+27
2010-10-04ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to d...Will Deacon1-0/+8
2010-09-17ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARMDaniel Walker1-1/+25
2010-09-17ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data co...Will Deacon1-0/+9
2010-09-17ARM: 6388/1: errata: DMB operation may be faultyWill Deacon1-2/+14
2010-09-17ARM: 6387/1: errata: check primary part ID in proc-v7.SWill Deacon1-3/+8
2010-07-27ARM: Factor out common code from cpu_proc_fin()Russell King1-4/+1
2010-07-09ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6Tony Lindgren1-1/+1
2010-01-19ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 a...Tony Lindgren1-2/+0
2010-01-19ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec workTony Lindgren1-1/+8
2009-11-04ARMv7: Check whether the SMP/nAMP mode was already enabledTony Thompson1-3/+4
2009-11-02ARM: ensure initial page tables are setup for SMP systemsRussell King1-3/+4
2009-10-02ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov1-1/+1