aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-25crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna6-24/+1097
2013-04-25crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna2-0/+197
2013-04-25crypto: x86/camellia-aesni-avx - add more optimized XTS codeJussi Kivilinna2-42/+229
2013-04-25crypto: cast6-avx: use new optimized XTS codeJussi Kivilinna2-41/+98
2013-04-25crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna2-41/+98
2013-04-25crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna6-46/+273
2013-04-25crypto: crc32-pclmul - Use gas macro for pclmulqdqSandy Wu1-2/+3
2013-04-25crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions.Tim Chen2-0/+284
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction.Tim Chen1-0/+743
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions.Tim Chen1-0/+423
2013-04-25crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions.Tim Chen1-0/+421
2013-04-25crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions.Tim Chen2-0/+277
2013-04-03crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructionsTim Chen1-0/+772
2013-04-03crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions.Tim Chen1-0/+496
2013-04-03crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions.Tim Chen1-0/+506
2013-04-03crypto: x86 - build AVX block cipher implementations only if assembler supports AVX instructionsJussi Kivilinna1-11/+23
2013-04-03crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROCJussi Kivilinna1-3/+3
2013-03-10crypto: crc32c - Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions.Tim Chen1-2/+3
2013-03-10ARM: AT91SAM9G45: same platform data structure for all crypto peripheralsNicolas Royer1-8/+6
2013-02-26crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu1-1/+1
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds24-294/+668
2013-02-25Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds2-36/+21
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds23-24/+23
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds3-8/+168
2013-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds6-23/+30
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds7-23/+59
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds51-1539/+3044
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds172-4626/+830
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds23-44/+673
2013-02-23ia64: use %ld to print pages calculated in nr_free_buffer_pagesZhang Yanfei2-2/+2
2013-02-23swap: add per-partition lock for swapfileShaohua Li2-2/+2
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen1-5/+66
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen1-3/+61
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2-6/+13
2013-02-23x86: get pg_data_t's memory from other nodeYasuaki Ishimatsu1-3/+2
2013-02-23cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2-4/+4
2013-02-23cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2-1/+5
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen6-0/+26
2013-02-23memory-hotplug: remove page table of x86_64 architectureTang Chen1-0/+10
2013-02-23memory-hotplug: common APIs to support page tables hot-removeWen Congyang3-22/+330
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu4-0/+63
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang7-0/+94
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse1-1/+0
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds185-5189/+6664
2013-02-24powerpc/kexec: Disable hard IRQ before kexecPhileas Fogg1-0/+5
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfinLinus Torvalds5-23/+13
2013-02-22Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds27-299/+697
2013-02-22Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-183/+1258
2013-02-22x86-64, xen, mmu: Provide an early version of write_cr3.Konrad Rzeszutek Wilk1-5/+39
2013-02-22mm: use vm_unmapped_area() in hugetlbfs on ia64 architectureMichel Lespinasse1-11/+9