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