- 07989b7 Revert "ARM: 6943/1: mm: use TTBR1 instead of reserved context ID" by Russell King · 14 years ago
- 52af9c6 ARM: 6943/1: mm: use TTBR1 instead of reserved context ID by Will Deacon · 14 years ago
- d427958 ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 by Catalin Marinas · 14 years ago
- a84bd2e Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into fixes by Russell King · 14 years ago
- 29ea23f ARM: Make consolidated PM sleep code depend on PM_SLEEP by Russell King · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 2472f3c Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', 'irqdata', 'pm', 'sh', 'smp', 'spear', 'ux500' and 'via' into devel by Russell King · 14 years ago
- fcbdc5fe ARM: 6772/1: errata: possible fault MMU translations following an ASID switch by Will Deacon · 14 years ago
- f6b0fa0 ARM: pm: add generic CPU suspend/resume support by Russell King · 14 years ago
- 9a27c27 ARM: 6743/1: errata: interrupted ICALLUIS may prevent completion of broadcasted operation by Will Deacon · 14 years ago
- 874d5d3 ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.S by Dave Martin · 14 years ago
- 28cdac6 Merge branch 'pgt' (early part) into devel by Russell King · 14 years ago
- 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
- 36bb94b ARM: pgtable: provide RDONLY page table bit rather than WRITE bit by Russell King · 14 years ago
- 9522d7e ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN by Russell King · 14 years ago
- d30e45e ARM: pgtable: switch order of Linux vs hardware page tables by Russell King · 14 years ago
- 6323875 ARM: 6501/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in mm/proc-v7.S by Dave Martin · 14 years ago
- 64d2dc3 ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processors by Leif Lindholm · 14 years ago
- 247055a ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs by Catalin Marinas · 14 years ago
- 809b4e0 Merge branch 'devel-stable' into devel by Russell King · 14 years ago
- a0a5568 Merge branch 'hotplug' into devel by Russell King · 14 years ago
- 5085f3f ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_type by Russell King · 14 years ago
- c0bb586 ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9 by Tony Lindgren · 14 years ago
- f00ec48 ARM: Allow SMP kernels to boot on UP systems by Russell King · 14 years ago
- 475d92f ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to data corruption by Will Deacon · 14 years ago
- 14eff18 ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARM by Daniel Walker · 14 years ago
- a672e99 ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data corruption by Will Deacon · 14 years ago
- 9f05027 ARM: 6388/1: errata: DMB operation may be faulty by Will Deacon · 14 years ago
- 6491848 ARM: 6387/1: errata: check primary part ID in proc-v7.S by Will Deacon · 14 years ago
- 9ca03a2 ARM: Factor out common code from cpu_proc_fin() by Russell King · 14 years ago
- f159f4e ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6 by Tony Lindgren · 14 years ago
- 2045124 ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 and V7 comments by Tony Lindgren · 15 years ago
- 1f667c6 ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec work by Tony Lindgren · 15 years ago
- 1b3a02eb ARMv7: Check whether the SMP/nAMP mode was already enabled by Tony Thompson · 15 years ago
- 4b46d64 ARM: ensure initial page tables are setup for SMP systems by Russell King · 15 years ago
- 4fb2847 ARM: 5727/1: Pass IFSR register to do_PrefetchAbort() by Kirill A. Shutemov · 15 years ago
- bdaaaec nommu: Do not set PRRR and NMRR in proc-v7.S if !MMU by Catalin Marinas · 15 years ago
- 347c8b7 Thumb-2: Implement the unified arch/arm/mm support by Catalin Marinas · 15 years ago
- 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
- 1946d6e [ARM] ARMv7 errata: only apply fixes when running on applicable CPU by Russell King · 16 years ago
- 2658485 Add core support for ARMv6/v7 big-endian by Catalin Marinas · 16 years ago
- 23d1c51 ARMv7: Document the PRRR and NMRR registers setting by Catalin Marinas · 16 years ago
- 213fb2a ARMv7: Enable the SWP instruction by Catalin Marinas · 16 years ago
- ba3c026 ARMv7: Mark the PTWs inner WBWA on SMP and WB on UP by Tony Thompson · 16 years ago
- faa7bc5 Check whether the TLB operations need broadcasting on SMP systems by Catalin Marinas · 16 years ago
- 2142bab Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
- 0516e46 [ARM] 5489/1: ARM errata: Data written to the L2 cache can be overwritten with stale data by Catalin Marinas · 16 years ago
- 855c551 [ARM] 5490/1: ARM errata: Processor deadlock when a false hazard is created by Catalin Marinas · 16 years ago
- 7ce236f [ARM] 5487/1: ARM errata: Stale prediction on replaced interworking branch by Catalin Marinas · 16 years ago
- 991da17 arm: Use __INIT macro instead of .text.init. by Tim Abbott · 16 years ago
- f412b09 Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel by Russell King · 16 years ago
- 8553cb6 Modern processors may need to drain the WB before WFI by Catalin Marinas · 16 years ago
- b1cce6b [ARM] mm: fix page table initialization by Russell King · 16 years ago
- 73b63ef ARMv7: Add SMP initialisation to proc-v7.S by Jon Callan · 16 years ago
- 6b07d7f ARMv7: Do not set TTBR0 in __v7_setup by Catalin Marinas · 16 years ago
- f80a3bb [ARM] 5318/1: Swap the PRRR and NMRR values in proc-v7.S by Catalin Marinas · 16 years ago
- 6a4690c Merge branch 'ptebits' into devel by Russell King · 16 years ago
- 000b502 [ARM] 5229/3: Replace some ARMv7 opcodes with the instruction name by Catalin Marinas · 16 years ago
- 5ec9407 [ARM] Don't include asm/elf.h in asm code by Russell King · 16 years ago
- 3f69c0c [ARM] Convert ARMv7 to use TEX remapping by Russell King · 16 years ago
- 639b0ae [ARM] Convert ARMv6 and ARMv7 to use new memory types by Russell King · 16 years ago
- da09165 [ARM] Convert set_pte_ext implementions to macros by Russell King · 16 years ago
- 93ed397 [ARM] 5227/1: Add the ENDPROC declarations to the .S files by Catalin Marinas · 16 years ago
- 4a1fd55 [ARM] fix 48d7927bdf071d05cf5d15b816cf06b0937cb84f by Catalin Marinas · 17 years ago
- 48d7927 Add a prefetch abort handler by Paul Brook · 17 years ago
- 2eb8c82 [ARM] 4503/1: nommu: Add noMMU support for ARMv7 by Catalin Marinas · 17 years ago
- 7092fc3 [ARM] 4498/1: ARMv7: Remove the L2 cache configuration via the aux ctrl register by Catalin Marinas · 17 years ago
- 2ccdd1e [ARM] 4394/1: ARMv7: Add the TLB range operations by Catalin Marinas · 18 years ago
- bbe8888 [ARM] armv7: add support for ARMv7 cores. by Catalin Marinas · 18 years ago