summaryrefslogtreecommitdiffstats
path: root/crypto/aead.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro5-0/+31
2014-05-29arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro3-2/+61
2014-05-29arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro4-0/+171
2014-05-29arm64: Add ftrace supportAKASHI Takahiro6-0/+272
2014-05-29ftrace: Add arm64 support to recordmcountAKASHI Takahiro3-0/+14
2014-05-29arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro1-1/+1
2014-05-29arm64: add __ASSEMBLY__ in asm/insn.hAKASHI Takahiro1-0/+2
2014-05-23arm64: Fix linker script entry pointGeoff Levand1-1/+1
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan5-1/+307
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan5-1/+553
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan4-1/+263
2014-05-23arm64: lib: Implement optimized memset routinezhichang.yuan1-22/+185
2014-05-23arm64: lib: Implement optimized memmove routinezhichang.yuan1-25/+165
2014-05-23arm64: lib: Implement optimized memcpy routinezhichang.yuan1-22/+170
2014-05-22arm64: defconfig: enable a few more common/useful options in defconfigWill Deacon1-13/+23
2014-05-21ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro6-63/+26
2014-05-16arm64: Fix deadlock scenario with smp_send_stop()Arun KS1-2/+3
2014-05-16arm64: Fix machine_shutdown() definitionArun KS1-6/+35
2014-05-16arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel2-1/+20
2014-05-16arm64: topology: Add support for topology DT bindingsMark Brown1-8/+196
2014-05-16arm64: topology: Initialise default topology state immediatelyMark Brown1-4/+4
2014-05-16arm64: sched: Remove unused mc_capable() and smt_capable()Zi Shen Lim1-3/+0
2014-05-16Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas2-8/+8
2014-05-14arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel6-0/+1521
2014-05-14arm64: pull in <asm/simd.h> from asm-genericArd Biesheuvel1-0/+1
2014-05-14arm64/crypto: AES in CCM mode using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+529
2014-05-14arm64/crypto: AES using ARMv8 Crypto ExtensionsArd Biesheuvel3-1/+164
2014-05-14arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+259
2014-05-14arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel4-0/+419
2014-05-14arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel6-0/+359
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro5-7/+4
2014-05-12arm64: Add regs_return_value() in syscall.hAKASHI Takahiro1-0/+5
2014-05-12arm64: split syscall_trace() into separate functions for enter/exitAKASHI Takahiro2-27/+33
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro2-2/+16
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon2-54/+42
2014-05-09Linux 3.15-rc5v3.15-rc5Linus Torvalds1-1/+1
2014-05-09arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon2-4/+4
2014-05-09arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon1-3/+9
2014-05-09arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flagWill Deacon1-5/+3
2014-05-09arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon1-2/+2
2014-05-09arm64: barriers: wire up new barrier optionsWill Deacon1-7/+7
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon6-15/+15
2014-05-09arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper3-77/+26
2014-05-09arm64: xchg: prevent warning if return value is unusedWill Deacon1-1/+6
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky1-1/+1
2014-05-09x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund1-1/+1
2014-05-09x86: Fix typo preventing msr_set/clear_bit from having an effectAndres Freund1-1/+1
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper3-1/+36
2014-05-09arm64: Make atomic64_t() return "long", not "long long"Bjorn Helgaas1-1/+1
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas5-95/+50