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