Gregory CLEMENT 8a3a180d21 ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writel 12 years ago
..
Kconfig de4901933f arm: mm: Add support for PJ4B cpu and init routines 12 years ago
Makefile 357c9c1f07 ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs 13 years ago
abort-ev4.S da74047257 ARM: entry: data abort: tail-call the main data abort handler 14 years ago
abort-ev4t.S da74047257 ARM: entry: data abort: tail-call the main data abort handler 14 years ago
abort-ev5t.S da74047257 ARM: entry: data abort: tail-call the main data abort handler 14 years ago
abort-ev5tj.S da74047257 ARM: entry: data abort: tail-call the main data abort handler 14 years ago
abort-ev6.S f0c4b8d653 ARM: 7396/1: errata: only handle ARM erratum #326103 on affected cores 13 years ago
abort-ev7.S da74047257 ARM: entry: data abort: tail-call the main data abort handler 14 years ago
abort-lv4t.S 40f0b90a2f ARM: entry: data abort: ensure r5 is preserved by abort functions 14 years ago
abort-macro.S 6c6d8deb5d ARM: 7088/1: entry: fix wrong parameter name used in do_thumb_abort 14 years ago
abort-nommu.S da74047257 ARM: entry: data abort: tail-call the main data abort handler 14 years ago
alignment.c 6404f0b71c ARM: 7569/1: mm: uninitialized warning corrections 12 years ago
cache-aurora-l2.h b8db6b886a ARM: 7547/4: cache-l2x0: add support for Aurora L2 cache ctrl 12 years ago
cache-fa.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
cache-feroceon-l2.c 15d07dc9c5 ARM: move CP15 definitions to separate header file 13 years ago
cache-l2x0.c 8a3a180d21 ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writel 12 years ago
cache-tauros2.c c2b7e05c75 ARM: cache: add dt support for tauros2 cache 13 years ago
cache-v3.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
cache-v4.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
cache-v4wb.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
cache-v4wt.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
cache-v6.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
cache-v7.S d056a699dd ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUs 12 years ago
cache-xsc3l2.c 15d07dc9c5 ARM: move CP15 definitions to separate header file 13 years ago
context.c 3e99675af1 ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVM 12 years ago
copypage-fa.c 5472e862de arm: remove the second argument of k[un]map_atomic() 13 years ago
copypage-feroceon.c 5472e862de arm: remove the second argument of k[un]map_atomic() 13 years ago
copypage-v4mc.c 12679a2d7e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 13 years ago
copypage-v4wb.c 5472e862de arm: remove the second argument of k[un]map_atomic() 13 years ago
copypage-v4wt.c 5472e862de arm: remove the second argument of k[un]map_atomic() 13 years ago
copypage-v6.c 12679a2d7e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 13 years ago
copypage-xsc3.c 5472e862de arm: remove the second argument of k[un]map_atomic() 13 years ago
copypage-xscale.c 12679a2d7e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 13 years ago
dma-mapping.c 3c2e81ef34 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 12 years ago
extable.c 33fa9b1328 [ARM] Convert asm/uaccess.h to linux/uaccess.h 17 years ago
fault-armv.c 6b2dbba8b6 mm: replace vma prio_tree with an interval tree 12 years ago
fault.c 45cac65b0f readahead: fault retry breaks mmap file read random detection 12 years ago
fault.h f7b8156d15 ARM: LPAE: Add fault handling support 13 years ago
flush.c 6b2dbba8b6 mm: replace vma prio_tree with an interval tree 12 years ago
fsr-2level.c 136848d4ca ARM: LPAE: Move the FSR definitions to separate files 13 years ago
fsr-3level.c f7b8156d15 ARM: LPAE: Add fault handling support 13 years ago
highmem.c 12679a2d7e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 13 years ago
idmap.c e40678559f ARM: 7573/1: idmap: use flush_cache_louis() and flush TLBs only when necessary 12 years ago
init.c 7ac68a4c1d ARM: Allow arm_memblock_steal() to remove memory from any RAM region 13 years ago
iomap.c 6696cbc39d arm/PCI: remove arch pci_flags definition 13 years ago
ioremap.c 3e99675af1 ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVM 12 years ago
mm.h a849088aa1 ARM: Fix ioremap() of address zero 13 years ago
mmap.c 608ff1a210 Merge branch 'akpm' (Andrew's patchbomb) 12 years ago
mmu.c d027db132b Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc 12 years ago
nommu.c 6b8e5c912f ARM: 7383/1: nommu: populate vectors page from paging_init 13 years ago
pabort-legacy.S 8dfe7ac96f ARM: entry: prefetch abort: tail-call the main prefetch abort handler 14 years ago
pabort-v6.S 8dfe7ac96f ARM: entry: prefetch abort: tail-call the main prefetch abort handler 14 years ago
pabort-v7.S 8dfe7ac96f ARM: entry: prefetch abort: tail-call the main prefetch abort handler 14 years ago
pgd.c 15d07dc9c5 ARM: move CP15 definitions to separate header file 13 years ago
proc-arm1020.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm1020e.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm1022.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm1026.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm720.S 1a4baafa7d ARM: proc-*.S: place cpu_reset functions into .idmap.text section 13 years ago
proc-arm740.S 1a4baafa7d ARM: proc-*.S: place cpu_reset functions into .idmap.text section 13 years ago
proc-arm7tdmi.S 1a4baafa7d ARM: proc-*.S: place cpu_reset functions into .idmap.text section 13 years ago
proc-arm920.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm922.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm925.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm926.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm940.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm946.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-arm9tdmi.S 1a4baafa7d ARM: proc-*.S: place cpu_reset functions into .idmap.text section 13 years ago
proc-fa526.S 9f97da78bf Disintegrate asm/system.h for ARM 13 years ago
proc-feroceon.S 8ee777fd91 ARM: 7542/1: mm: fix cache LoUIS API for xscale and feroceon 12 years ago
proc-macros.S 26ffd0d43b ARM: mm: introduce present, faulting entries for PAGE_NONE 12 years ago
proc-mohawk.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-sa110.S 1a4baafa7d ARM: proc-*.S: place cpu_reset functions into .idmap.text section 13 years ago
proc-sa1100.S 1a4baafa7d ARM: proc-*.S: place cpu_reset functions into .idmap.text section 13 years ago
proc-syms.c 2c9b9c8490 ARM: add size argument to __cpuc_flush_dcache_page 15 years ago
proc-v6.S 2b6e204f84 ARM: 7572/1: proc-v6.S: fix comment 12 years ago
proc-v7-2level.S 26ffd0d43b ARM: mm: introduce present, faulting entries for PAGE_NONE 12 years ago
proc-v7-3level.S 26ffd0d43b ARM: mm: introduce present, faulting entries for PAGE_NONE 12 years ago
proc-v7.S d106de38ca ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4b 12 years ago
proc-xsc3.S 031bd879f7 ARM: mm: implement LoUIS API for cache maintenance ops 12 years ago
proc-xscale.S 8ee777fd91 ARM: 7542/1: mm: fix cache LoUIS API for xscale and feroceon 12 years ago
tlb-fa.S 3ad55155b2 Merge branch 'devel-stable' into for-next 14 years ago
tlb-v4.S f249a6425a ARM: mm: tlb-v4: Use the new processor struct macros 14 years ago
tlb-v4wb.S 2284ece2d6 ARM: mm: tlb-v4wb: Use the new processor struct macros 14 years ago
tlb-v4wbi.S ca56096367 ARM: mm: tlb-v4wbi: Use the new processor struct macros 14 years ago
tlb-v6.S 3ad55155b2 Merge branch 'devel-stable' into for-next 14 years ago
tlb-v7.S 730a8128cd ARM: 7489/1: errata: fix workaround for erratum #720789 on UP systems 13 years ago
vmregion.c 45cd5290bf ARM: add dma coherent region reporting via procfs 13 years ago
vmregion.h 4e85fb831a ARM: mm: Remove unused arm_vmregion priv field 12 years ago