aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/proc-v7.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-04-131-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | ARM: Make consolidated PM sleep code depend on PM_SLEEPRussell King2011-04-021-1/+1
|/
*---. Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...Russell King2011-03-161-30/+98
|\ \ \
| | * | ARM: pm: add generic CPU suspend/resume supportRussell King2011-02-221-30/+86
| |/ / |/| |
| * | ARM: 6772/1: errata: possible fault MMU translations following an ASID switchWill Deacon2011-03-091-0/+6
| |/
| * ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcast...Will Deacon2011-02-191-0/+6
|/
* ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.SDave Martin2011-01-141-1/+3
* Merge branch 'pgt' (early part) into develRussell King2011-01-061-10/+8
|\
| * ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King2010-12-221-3/+3
| * ARM: pgtable: invert L_PTE_EXEC to L_PTE_XNRussell King2010-12-221-2/+2
| * ARM: pgtable: switch order of Linux vs hardware page tablesRussell King2010-12-221-5/+3
* | Merge branch 'misc' into develRussell King2011-01-061-2/+7
|\ \
| * | ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processorsLeif Lindholm2010-11-041-0/+4
| * | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas2010-11-041-2/+3
| |/
* | ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/p...Dave Martin2010-11-301-2/+2
|/
* Merge branch 'devel-stable' into develRussell King2010-10-191-1/+9
|\
| * ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9Tony Lindgren2010-10-081-1/+1
| * ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to d...Will Deacon2010-10-041-0/+8
* | Merge branch 'hotplug' into develRussell King2010-10-181-1/+5
|\ \
| * | ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King2010-10-081-1/+5
* | | ARM: Allow SMP kernels to boot on UP systemsRussell King2010-10-041-14/+27
| |/ |/|
* | ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARMDaniel Walker2010-09-171-1/+25
* | ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data co...Will Deacon2010-09-171-0/+9
* | ARM: 6388/1: errata: DMB operation may be faultyWill Deacon2010-09-171-2/+14
* | ARM: 6387/1: errata: check primary part ID in proc-v7.SWill Deacon2010-09-171-3/+8
|/
* ARM: Factor out common code from cpu_proc_fin()Russell King2010-07-271-4/+1
* ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6Tony Lindgren2010-07-091-1/+1
* ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 a...Tony Lindgren2010-01-191-2/+0
* ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec workTony Lindgren2010-01-191-1/+8
* ARMv7: Check whether the SMP/nAMP mode was already enabledTony Thompson2009-11-041-3/+4
* ARM: ensure initial page tables are setup for SMP systemsRussell King2009-11-021-3/+4
* ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov2009-10-021-1/+1
* nommu: Do not set PRRR and NMRR in proc-v7.S if !MMUCatalin Marinas2009-07-241-1/+1
* Thumb-2: Implement the unified arch/arm/mm supportCatalin Marinas2009-07-241-1/+4
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-141-11/+48
|\
| * Add core support for ARMv6/v7 big-endianCatalin Marinas2009-05-301-0/+3
| * ARMv7: Document the PRRR and NMRR registers settingCatalin Marinas2009-05-301-2/+30
| * ARMv7: Enable the SWP instructionCatalin Marinas2009-05-301-4/+4
| * ARMv7: Mark the PTWs inner WBWA on SMP and WB on UPTony Thompson2009-05-301-3/+9
| * Check whether the TLB operations need broadcasting on SMP systemsCatalin Marinas2009-05-301-2/+2
* | [ARM] ARMv7 errata: only apply fixes when running on applicable CPURussell King2009-06-021-11/+25
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-05-021-0/+19
|\
| * [ARM] 5489/1: ARM errata: Data written to the L2 cache can be overwritten wit...Catalin Marinas2009-04-301-0/+5
| * [ARM] 5490/1: ARM errata: Processor deadlock when a false hazard is createdCatalin Marinas2009-04-301-0/+6
| * [ARM] 5487/1: ARM errata: Stale prediction on replaced interworking branchCatalin Marinas2009-04-301-0/+8
* | arm: Use __INIT macro instead of .text.init.Tim Abbott2009-04-271-1/+2
|/
* Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2008-11-271-3/+16
|\
| * Modern processors may need to drain the WB before WFICatalin Marinas2008-11-101-0/+1
| * ARMv7: Add SMP initialisation to proc-v7.SJon Callan2008-11-061-2/+15