aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat/Kbuild.include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* makefile: use immediate expansion and use correct template patternsJason A. Donenfeld2018-12-181-1/+1
|
* crypto: better path resolution and more specific generated .SJason A. Donenfeld2018-11-161-8/+4
|
* compat: look in Kbuild and Makefile since they differ based on archJason A. Donenfeld2018-10-081-1/+1
|
* compat: don't output for grep errorsDavide Garberi2018-10-071-2/+2
| | | | | | | | This will make it so that kernels not having arch/$(SRCARCH)/Kbuild no longer give any (non-fatal) grep errors such as "grep: arch/arm64/Kbuild: No such file or directory". Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* compat: make asm/simd.h conditional on its existenceJason A. Donenfeld2018-10-071-2/+2
| | | | Android kernels backported it, complicating things.
* compat: move simd.h from crypto to compat since it's going upstreamJason A. Donenfeld2018-09-061-0/+4
|
* compat: arch-namespace certain includesJason A. Donenfeld2018-09-061-8/+8
|
* compat: support neon.h on old kernelsJason A. Donenfeld2018-09-061-0/+7
| | | | Reported-by: Philipp Richter <richterphilipp.pops@gmail.com>
* compat: use correct -include pathJason A. Donenfeld2018-03-021-5/+6
|
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
|
* chacha20poly1305: wire up avx512vl for skylake-xJason A. Donenfeld2017-12-111-0/+4
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-0/+4
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* compat: support RAP in assemblyJason A. Donenfeld2017-11-281-0/+2
|
* chacha20poly1305: import x86_64 primitives from OpenSSLSamuel Neves2017-11-221-0/+23
| | | | | | x86_64 only at the moment. SSSE3, AVX, AVX2, AVX512. Signed-off-by: Samuel Neves <sneves@dei.uc.pt>
* compat: support ptr_ring for old kernelsJason A. Donenfeld2017-10-051-0/+4
|
* queue: entirely rework parallel systemJason A. Donenfeld2017-09-181-8/+0
| | | | | | | | | | This removes our dependency on padata and moves to a different mode of multiprocessing that is more efficient. This began as Samuel Holland's GSoC project and was gradually reworked/redesigned/rebased into this present commit, which is a combination of his initial contribution and my subsequent rewriting and redesigning.
* compat: ship padata if kernel doesn't have itJason A. Donenfeld2017-05-301-0/+8
|
* compat: use real crypto_memneqJason A. Donenfeld2017-05-171-0/+5
|
* compat: support 3.12Jason A. Donenfeld2017-04-091-1/+5
|
* compat: support 3.16Jason A. Donenfeld2017-04-091-0/+5
|
* compat: allow create-patch to work on debian-based buildsJason A. Donenfeld2017-03-271-0/+4
|
* blake2s: add AVX implementationJason A. Donenfeld2017-03-191-0/+4
|
* compat: backport siphash & dst_cache from mainlineJason A. Donenfeld2017-02-131-0/+11