summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2014-05-23arm64: Fix linker script entry pointGeoff Levand-1/+1
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan-1/+307
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan-1/+553
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan-1/+263
2014-05-23arm64: lib: Implement optimized memset routinezhichang.yuan-22/+185
2014-05-23arm64: lib: Implement optimized memmove routinezhichang.yuan-25/+165
2014-05-23arm64: lib: Implement optimized memcpy routinezhichang.yuan-22/+170
2014-05-22arm64: defconfig: enable a few more common/useful options in defconfigWill Deacon-13/+23
2014-05-16arm64: Fix deadlock scenario with smp_send_stop()Arun KS-2/+3
2014-05-16arm64: Fix machine_shutdown() definitionArun KS-6/+35
2014-05-16arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel-1/+20
2014-05-16arm64: topology: Add support for topology DT bindingsMark Brown-8/+196
2014-05-16arm64: topology: Initialise default topology state immediatelyMark Brown-4/+4
2014-05-16arm64: sched: Remove unused mc_capable() and smt_capable()Zi Shen Lim-3/+0
2014-05-16Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas-8/+8
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas-43/+3535
2014-05-14arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel-0/+1521
2014-05-14arm64: pull in <asm/simd.h> from asm-genericArd Biesheuvel-0/+1
2014-05-14arm64/crypto: AES in CCM mode using ARMv8 Crypto ExtensionsArd Biesheuvel-0/+529
2014-05-14arm64/crypto: AES using ARMv8 Crypto ExtensionsArd Biesheuvel-1/+164
2014-05-14arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel-0/+259
2014-05-14arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel-0/+419
2014-05-14arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel-0/+359
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro-7/+4
2014-05-12arm64: Add regs_return_value() in syscall.hAKASHI Takahiro-0/+5
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro-27/+33
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro-2/+16
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon-54/+42
2014-05-09arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon-4/+4
2014-05-09arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon-3/+9
2014-05-09arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon-5/+3
2014-05-09arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon-2/+2
2014-05-09arm64: barriers: wire up new barrier optionsWill Deacon-7/+7
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon-15/+15
2014-05-09arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper-77/+26
2014-05-09arm64: xchg: prevent warning if return value is unusedWill Deacon-1/+6
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper-1/+36
2014-05-09arm64: Make atomic64_t() return "long", not "long long"Bjorn Helgaas-1/+1
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas-95/+50
2014-05-09arm64: Introduce execute-only page access permissionsCatalin Marinas-8/+8
2014-05-09arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUSCatalin Marinas-0/+17
2014-05-09arm64: Remove the aux_context structureCatalin Marinas-41/+17
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas-9/+20
2014-05-09arm64: Remove boot thread synchronisation for spin-table release methodCatalin Marinas-38/+1
2014-05-09arm64: Implement cache_line_size() based on CTR_EL0.CWGCatalin Marinas-1/+41
2014-05-08arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel-15/+109
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel-18/+143
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel-13/+30
2014-05-08asm-generic: allow generic unaligned access if the arch supports itArd Biesheuvel-8/+13
2014-05-04Linux 3.15-rc4v3.15-rc4Linus Torvalds-1/+1