Russell King 274e91b81e ARM: alignment: fix alignment handling for uaccess changes 10 years ago
..
Kconfig f81309067f ARM: move heavy barrier support out of line 10 years ago
Makefile 9de44aa4dc Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next 10 years ago
abort-ev4.S 2190fed67b ARM: entry: provide uaccess assembly macro hooks 10 years ago
abort-ev4t.S da74047257 ARM: entry: data abort: tail-call the main data abort handler 14 years ago
abort-ev5t.S 2190fed67b ARM: entry: provide uaccess assembly macro hooks 10 years ago
abort-ev5tj.S 2190fed67b ARM: entry: provide uaccess assembly macro hooks 10 years ago
abort-ev6.S 2190fed67b ARM: entry: provide uaccess assembly macro hooks 10 years ago
abort-ev7.S 2190fed67b ARM: entry: provide uaccess assembly macro hooks 10 years ago
abort-lv4t.S 2190fed67b ARM: entry: provide uaccess assembly macro hooks 10 years ago
abort-macro.S 2190fed67b ARM: entry: provide uaccess assembly macro hooks 10 years ago
abort-nommu.S da74047257 ARM: entry: data abort: tail-call the main data abort handler 14 years ago
alignment.c 274e91b81e ARM: alignment: fix alignment handling for uaccess changes 10 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 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
cache-feroceon-l2.c da4f295b4a ARM: 8416/1: Feroceon: use of_iomap() to map register base 10 years ago
cache-l2x0.c eeedcea69e ARM: 8395/1: l2c: Add support for the "arm,shared-override" property 10 years ago
cache-nop.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
cache-tauros2.c 4ed89f2228 ARM: convert printk(KERN_* to pr_* 10 years ago
cache-tauros3.h e68f31f452 ARM: 7922/1: l2x0: add Marvell Tauros3 support 11 years ago
cache-v4.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
cache-v4wb.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
cache-v4wt.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
cache-v6.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
cache-v7.S aaf4b5d92c ARM: cache-v7: optimise test for Cortex A9 r0pX devices 10 years ago
cache-xsc3l2.c 15d07dc9c5 ARM: move CP15 definitions to separate header file 13 years ago
context.c 8e64806672 ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover 10 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 802318743a ARM: 8236/1: mm: fix discard_old_kernel_data 10 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 99bc7215bc Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm 10 years ago
dma.h 1234e3fda9 ARM: reduce visibility of dmac_* functions 10 years ago
dump.c cca547e9aa ARM: 8249/1: mm: dump: don't skip regions 10 years ago
extable.c e16b31bf47 ARM: 7876/1: clear Thumb-2 IT state on exception handling 11 years ago
fault-armv.c 4ed89f2228 ARM: convert printk(KERN_* to pr_* 10 years ago
fault.c 70ffdb9393 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler 10 years ago
fault.h f7b8156d15 ARM: LPAE: Add fault handling support 13 years ago
flush.c 4e1f8a6f1d ARM: add soc memory barrier extension 10 years ago
fsr-2level.c 136848d4ca ARM: LPAE: Move the FSR definitions to separate files 13 years ago
fsr-3level.c 8d96250700 ARM: mm: Transparent huge page support for LPAE systems. 12 years ago
highmem.c a5f4c561b3 ARM: 8415/1: early fixmap support for earlycon 10 years ago
hugetlbpage.c e81f2d2237 mm/hugetlb: reduce arch dependent code about huge_pmd_unshare 10 years ago
idmap.c 8b521cb294 ARM: 8152/1: Convert pr_warning to pr_warn 11 years ago
init.c 24bbd929e6 of/fdt: split off FDT self reservation from memreserve processing 10 years ago
iomap.c 6696cbc39d arm/PCI: remove arch pci_flags definition 13 years ago
ioremap.c 20a1080dff ARM: io: convert ioremap*() to functions 10 years ago
l2c-common.c 1f1d5b745a ARM: outer cache: add WARN_ON() to outer_disable() 11 years ago
l2c-l2x0-resume.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
mm.h b4b20ad881 ARM: provide common method to clear bits in CPU control register 11 years ago
mmap.c 2b68f6caea mm: expose arch_mmap_rnd when available 10 years ago
mmu.c 40d3f02851 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus 10 years ago
nommu.c 20a1080dff ARM: io: convert ioremap*() to functions 10 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
pageattr.c f2ca09f381 ARM: 8311/1: Don't use is_module_addr in setting page attributes 10 years ago
pgd.c a02d8dfd54 ARM: domains: keep vectors in separate domain 10 years ago
proc-arm1020.S 024587dc21 ARM: 8348/1: remove comments on CPU_ARM1020_CPU_IDLE 10 years ago
proc-arm1020e.S 024587dc21 ARM: 8348/1: remove comments on CPU_ARM1020_CPU_IDLE 10 years ago
proc-arm1022.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-arm1026.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-arm720.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-arm740.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-arm7tdmi.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-arm920.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-arm922.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-arm925.S 13f2fa7cb3 ARM: 8349/1: arch/arm/mm/proc-arm925.S: remove dead #ifdef block 10 years ago
proc-arm926.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-arm940.S c848791f03 Merge branches 'misc', 'vdso' and 'fixes' into for-next 10 years ago
proc-arm946.S c848791f03 Merge branches 'misc', 'vdso' and 'fixes' into for-next 10 years ago
proc-arm9tdmi.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-fa526.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-feroceon.S 59c3191628 ARM: 8350/1: proc-feroceon: Fix feroceon_proc_info macro 10 years ago
proc-macros.S c848791f03 Merge branches 'misc', 'vdso' and 'fixes' into for-next 10 years ago
proc-mohawk.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-sa110.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-sa1100.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-syms.c d455bac223 ARM: modules: don't export cpu_set_pte_ext when !MMU 12 years ago
proc-v6.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-v7-2level.S 9de44aa4dc Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next 10 years ago
proc-v7-3level.S b2c3e38a54 ARM: redo TTBR setup code for LPAE 10 years ago
proc-v7.S bac51ad9d1 ARM: invalidate L1 before enabling coherency 10 years ago
proc-v7m.S 14327c6628 ARM: replace BSYM() with badr assembly macro 10 years ago
proc-xsc3.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
proc-xscale.S bf35706f3d ARM: 8314/1: replace PROCINFO embedded branch with relative offset 10 years ago
pv-fixup-asm.S d8dc7fbd53 ARM: re-implement physical address space switching 10 years ago
tcm.h de40614e92 ARM: 7694/1: ARM, TCM: initialize TCM in paging_init(), instead of setup_arch() 12 years ago
tlb-fa.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
tlb-v4.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
tlb-v4wb.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
tlb-v4wbi.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
tlb-v6.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago
tlb-v7.S 6ebbf2ce43 ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 11 years ago