aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat/Kbuild.include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* compat: account for android-4.9 backport of addr_gen_modeNathan Chancellor2019-08-251-0/+4
| | | | | | | | Android kernels backported d35a00b8e33dab7385f724e713ae71c8be0a49f4, so now we need to do feature detection. Link: https://android-review.googlesource.com/c/kernel/common/+/1103831 Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* compat: do not run bc on clean targetJason A. Donenfeld2019-08-031-0/+2
| | | | | Certain targets don't define CONFIG_*, which means this bc command was previously failing.
* compat: define conversion constants for ancient kernelsJason A. Donenfeld2019-07-041-0/+4
|
* curve25519: not all linkers support bmi2 and adxJason A. Donenfeld2019-06-021-0/+10
|
* kbuild: account for recent upstream changesJason A. Donenfeld2019-05-291-10/+10
| | | | | | | Apparently cdd750bfb1f76fe9be8cfb53cbe77b2e811081ab changed things, so we fall back onto this hack. Reported-by: Alex Xu <alex@alxu.ca>
* 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