index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
proc-v7.S
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-21
ARM: Fix build errors caused by adding generic macros
Russell King
1
-3
/
+0
2011-07-07
ARM: proc: add definition of cpu_reset for ARMv6 and ARMv7 cores
Will Deacon
1
-0
/
+7
2011-07-07
ARM: proc: add proc info for Cortex-A15MP using classic page tables
Will Deacon
1
-2
/
+18
2011-07-07
ARM: proc: add Cortex-A5 proc info
Pawel Moll
1
-0
/
+11
2011-07-07
ARM: proc: convert v7 proc infos into a common macro
Pawel Moll
1
-43
/
+24
2011-07-07
ARM: mm: proc-v7: Use the new processor struct macros
Dave Martin
1
-26
/
+5
2011-06-24
ARM: pm: ensure ARMv7 CPUs save and restore the TLS register
Russell King
1
-3
/
+7
2011-06-24
ARM: pm: proc-v7: fix missing struct processor pointers for suspend code
Russell King
1
-3
/
+3
2011-06-09
Revert "ARM: 6943/1: mm: use TTBR1 instead of reserved context ID"
Russell King
1
-4
/
+6
2011-05-26
ARM: 6943/1: mm: use TTBR1 instead of reserved context ID
Will Deacon
1
-6
/
+4
2011-05-26
ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7
Catalin Marinas
1
-1
/
+3
2011-04-14
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...
Russell King
1
-1
/
+1
2011-04-02
ARM: Make consolidated PM sleep code depend on PM_SLEEP
Russell King
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-17
Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...
Russell King
1
-30
/
+98
2011-03-10
ARM: 6772/1: errata: possible fault MMU translations following an ASID switch
Will Deacon
1
-0
/
+6
2011-02-22
ARM: pm: add generic CPU suspend/resume support
Russell King
1
-30
/
+86
2011-02-19
ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcast...
Will Deacon
1
-0
/
+6
2011-01-14
ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.S
Dave Martin
1
-1
/
+3
2011-01-07
Merge branch 'pgt' (early part) into devel
Russell King
1
-10
/
+8
2011-01-07
Merge branch 'misc' into devel
Russell King
1
-2
/
+7
2010-12-22
ARM: pgtable: provide RDONLY page table bit rather than WRITE bit
Russell King
1
-3
/
+3
2010-12-22
ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN
Russell King
1
-2
/
+2
2010-12-22
ARM: pgtable: switch order of Linux vs hardware page tables
Russell King
1
-5
/
+3
2010-11-30
ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/p...
Dave Martin
1
-2
/
+2
2010-11-04
ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processors
Leif Lindholm
1
-0
/
+4
2010-11-04
ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs
Catalin Marinas
1
-2
/
+3
2010-10-20
Merge branch 'devel-stable' into devel
Russell King
1
-1
/
+9
2010-10-19
Merge branch 'hotplug' into devel
Russell King
1
-1
/
+5
2010-10-08
ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...
Russell King
1
-1
/
+5
2010-10-08
ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9
Tony Lindgren
1
-1
/
+1
2010-10-04
ARM: Allow SMP kernels to boot on UP systems
Russell King
1
-14
/
+27
2010-10-04
ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to d...
Will Deacon
1
-0
/
+8
2010-09-17
ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARM
Daniel Walker
1
-1
/
+25
2010-09-17
ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data co...
Will Deacon
1
-0
/
+9
2010-09-17
ARM: 6388/1: errata: DMB operation may be faulty
Will Deacon
1
-2
/
+14
2010-09-17
ARM: 6387/1: errata: check primary part ID in proc-v7.S
Will Deacon
1
-3
/
+8
2010-07-27
ARM: Factor out common code from cpu_proc_fin()
Russell King
1
-4
/
+1
2010-07-09
ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6
Tony Lindgren
1
-1
/
+1
2010-01-20
ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 a...
Tony Lindgren
1
-2
/
+0
2010-01-19
ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec work
Tony Lindgren
1
-1
/
+8
2009-11-04
ARMv7: Check whether the SMP/nAMP mode was already enabled
Tony Thompson
1
-3
/
+4
2009-11-02
ARM: ensure initial page tables are setup for SMP systems
Russell King
1
-3
/
+4
2009-10-03
ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()
Kirill A. Shutemov
1
-1
/
+1
2009-07-24
nommu: Do not set PRRR and NMRR in proc-v7.S if !MMU
Catalin Marinas
1
-1
/
+1
2009-07-24
Thumb-2: Implement the unified arch/arm/mm support
Catalin Marinas
1
-1
/
+4
2009-06-15
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-11
/
+48
2009-06-03
[ARM] ARMv7 errata: only apply fixes when running on applicable CPU
Russell King
1
-11
/
+25
2009-05-30
Add core support for ARMv6/v7 big-endian
Catalin Marinas
1
-0
/
+3
2009-05-30
ARMv7: Document the PRRR and NMRR registers setting
Catalin Marinas
1
-2
/
+30
[next]