VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2022-04-28
crypto: add patch for 5.15
william.qiu
2022-01-13
add patches for libkcapi tool
Huan.Feng
2021-08-30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2021-08-23
crypto: public_key: fix overflow during implicit conversion
zhenwei pi
2021-07-30
crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic
Tianjia Zhang
2021-07-30
crypto: sm4 - create SM4 library based on sm4 generic code
Tianjia Zhang
2021-06-28
crypto: scatterwalk - Remove obsolete PageSlab check
Herbert Xu
2021-06-24
crypto: api - Move crypto attr definitions out of crypto.h
Herbert Xu
2021-06-17
crypto: api - remove CRYPTOA_U32 and related functions
Liu Shixin
2021-06-17
crypto: shash - avoid comparing pointers to exported functions under CFI
Ard Biesheuvel
2021-05-28
crypto: header - Fix spelling errors
Zhen Lei
2021-04-02
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
2021-04-02
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
2021-03-26
Merge branch 'ecc'
Herbert Xu
2021-03-26
crypto: ecc - Add NIST P384 curve parameters
Saulo Alessandre
2021-03-13
crypto: ecc - add curve25519 params and expose them
Meng Yu
2021-03-13
crypto: ecc - expose ecc curves
Meng Yu
2021-03-13
crypto: ecdh - move curve_id of ECDH from the key to algorithm name
Meng Yu
2021-03-13
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
2021-02-23
Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2021-01-22
crypto - shash: reduce minimum alignment of shash_desc structure
Ard Biesheuvel
2021-01-21
crypto: public_key: Remove redundant header file from public_key.h
Tianjia Zhang
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
2021-01-03
crypto: blake2b - sync with blake2s implementation
Eric Biggers
2021-01-03
crypto: blake2s - include instead of
Eric Biggers
2021-01-03
crypto: blake2s - adjust include guard naming
Eric Biggers
2021-01-03
crypto: blake2s - add comment for blake2s_state fields
Eric Biggers
2021-01-03
crypto: blake2s - optimize blake2s initialization
Eric Biggers
2021-01-03
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
2021-01-03
crypto: blake2s - move update and final logic to internal/blake2s.h
Eric Biggers
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
2020-12-04
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
2020-11-20
crypto: lib/curve25519 - Move selftest prototype into header file
Herbert Xu
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-06
crypto: aead - add crypto_aead_driver_name()
Eric Biggers
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
2020-10-08
X.509: Fix modular build of public_key_sm2
Herbert Xu
2020-09-25
X.509: support OSCCA SM2-with-SM3 certificate verification
Tianjia Zhang
2020-09-25
crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
Tianjia Zhang
2020-09-25
crypto: sm3 - export crypto_sm3_final function
Tianjia Zhang
2020-09-25
crypto: af_alg - add extra parameters for DRBG interface
Elena Petrova
2020-09-11
crypto: cbc - Remove cbc.h
Herbert Xu
2020-08-28
crypto: ahash - Remove AHASH_REQUEST_ON_STACK
Herbert Xu
2020-08-28
crypto: ahash - Add ahash_alg_instance
Herbert Xu
2020-08-28
crypto: ahash - Add init_tfm/exit_tfm
Herbert Xu
2020-08-21
crypto: hash - Remove unused async iterators
Ira Weiny
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
2020-08-19
crypto: algapi - Move crypto_yield into internal.h
Herbert Xu
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-07-23
crypto: skcipher - drop duplicated word in kernel-doc
Randy Dunlap
2020-07-23
crypto: hash - drop duplicated word in a comment
Randy Dunlap
2020-07-16
crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY
Eric Biggers
2020-07-16
crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS
Eric Biggers
2020-07-16
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
2020-07-16
crypto: geniv - remove unneeded arguments from aead_geniv_alloc()
Eric Biggers
2020-07-16
crypto: lib/sha256 - add sha256() function
Eric Biggers
2020-07-16
crypto: x86/chacha-sse3 - use unaligned loads for state array
Ard Biesheuvel
2020-07-16
crypto: lib/chacha20poly1305 - Add missing function declaration
Herbert Xu
2020-07-09
crypto: api - permit users to specify numa node of acomp hardware
Barry Song
2020-06-19
docs: crypto: convert asymmetric-keys.txt to ReST
Mauro Carvalho Chehab
2020-06-18
crypto: algif_aead - Only wake up when ctx->more is zero
Herbert Xu
2020-06-18
crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()
Herbert Xu
2020-05-08
crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h
Eric Biggers
2020-05-08
crypto: hash - introduce crypto_shash_tfm_digest()
Eric Biggers
2020-05-08
crypto: lib/sha256 - return void
Eric Biggers
2020-05-08
crypto: acomp - search acomp with scomp backend in crypto_has_acomp
Barry Song
2020-05-08
crypto: engine - support for batch requests
Iuliana Prodan
2020-05-08
crypto: engine - support for parallel requests based on retry mechanism
Iuliana Prodan
2020-05-08
crypto: algapi - create function to add request in front of queue
Iuliana Prodan
2020-04-24
crypto: drbg - always seeded with SP800-90B compliant noise source
Stephan Müller
2020-04-09
crypto: curve25519 - do not pollute dispatcher based on assembler
Jason A. Donenfeld
2020-04-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2020-03-12
crypto: aead - improve documentation for scatterlist layout
Eric Biggers
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-05
crypto: x86/curve25519 - support assemblers with no adx support
Jason A. Donenfeld
2020-01-16
crypto: poly1305 - add new 32 and 64-bit generic versions
Jason A. Donenfeld
2020-01-09
crypto: algapi - remove crypto_template::{alloc,free}()
Eric Biggers
2020-01-09
crypto: shash - convert shash_free_instance() to new style
Eric Biggers
2020-01-09
crypto: geniv - convert to new way of freeing instances
Eric Biggers
2020-01-09
crypto: hash - add support for new way of freeing instances
Eric Biggers
2020-01-09
crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()
Eric Biggers
2020-01-09
crypto: ahash - unexport crypto_ahash_type
Eric Biggers
2020-01-09
crypto: algapi - remove obsoleted instance creation helpers
Eric Biggers
2020-01-09
crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn
Eric Biggers
2020-01-09
crypto: skcipher - use crypto_grab_cipher() and simplify error paths
Eric Biggers
2020-01-09
crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()
Eric Biggers
2020-01-09
crypto: ahash - introduce crypto_grab_ahash()
Eric Biggers
2020-01-09
crypto: shash - introduce crypto_grab_shash()
Eric Biggers
2020-01-09
crypto: algapi - pass instance to crypto_grab_spawn()
Eric Biggers
2020-01-09
crypto: akcipher - pass instance to crypto_grab_akcipher()
Eric Biggers
2020-01-09
crypto: aead - pass instance to crypto_grab_aead()
Eric Biggers
2020-01-09
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
2020-01-09
crypto: ahash - make struct ahash_instance be the full size
Eric Biggers
2020-01-09
crypto: shash - make struct shash_instance be the full size
Eric Biggers
2020-01-09
crypto: remove CRYPTO_TFM_RES_WEAK_KEY
Eric Biggers
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
crypto: skcipher - remove skcipher_walk_aead()
Eric Biggers
2019-12-27
crypto: skcipher - Add skcipher_ialg_simple helper
Herbert Xu
2019-12-27
crypto: api - Retain alg refcount in crypto_grab_spawn
Herbert Xu
2019-12-20
crypto: algapi - make unregistration functions return void
Eric Biggers
2019-12-11
crypto: hmac - Use init_tfm/exit_tfm interface
Herbert Xu
2019-12-11
crypto: shash - Add init_tfm/exit_tfm and verify descsize
Herbert Xu
2019-12-11
crypto: api - Do not zap spawn->alg
Herbert Xu
2019-12-11
crypto: chacha - fix warning message in header file
Valdis Klētnieks
2019-12-11
crypto: skcipher - add crypto_skcipher_min_keysize()
Eric Biggers
2019-12-11
crypto: aead - move crypto_aead_maxauthsize() to
Eric Biggers
2019-12-11
crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::decrypt
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::encrypt
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::setkey
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::keysize
Eric Biggers
2019-12-11
crypto: skcipher - remove crypto_skcipher::ivsize
Eric Biggers
2019-12-11
crypto: x86 - Regularize glue function prototypes
Kees Cook
2019-11-17
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
2019-11-17
crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine
Ard Biesheuvel
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel
2019-11-17
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
2019-11-17
crypto: blake2s - implement generic shash driver
Ard Biesheuvel
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
2019-11-17
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
2019-11-17
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
2019-11-17
crypto: chacha - unexport chacha_generic routines
Ard Biesheuvel
2019-11-17
crypto: x86/chacha - expose SIMD ChaCha routine as library function
Ard Biesheuvel
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2019-11-01
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
2019-11-01
crypto: skcipher - unify the crypto_has_skcipher*() functions
Eric Biggers
2019-10-05
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
2019-09-27
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Linus Torvalds
2019-09-09
crypto: skcipher - add the ability to abort a skcipher walk
Ard Biesheuvel
2019-09-05
crypto: sha256 - Remove sha256/224_init code duplication
Hans de Goede
2019-09-05
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
Hans de Goede
2019-08-22
crypto: sha256 - Add sha224 support to sha256 library code
Hans de Goede
2019-08-22
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
2019-08-22
crypto: sha256 - Move lib/sha256.c to lib/crypto
Hans de Goede
2019-08-22
crypto: des - remove now unused __des3_ede_setkey()
Ard Biesheuvel
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
2019-08-22
crypto: des - remove unused function
Ard Biesheuvel
2019-08-22
crypto: des/3des_ede - add new helpers to verify keys
Ard Biesheuvel
2019-08-09
crypto: aes - helper function to validate key length for AES algorithms
Iuliana Prodan
2019-08-09
crypto: gcm - helper functions for assoclen/authsize check
Iuliana Prodan
2019-08-05
PKCS#7: Introduce pkcs7_get_digest()
Thiago Jung Bauermann
2019-08-02
crypto: api - Remove redundant #ifdef in crypto_yield()
Thomas Gleixner
2019-08-02
crypto: user - fix potential warnings in cryptouser.h
Masahiro Yamada
2019-08-02
crypto: add header include guards
Masahiro Yamada
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
2019-07-26
crypto: user - make NETLINK_CRYPTO work inside netns
Ondrej Mosnacek
2019-07-26
crypto: morus - remove generic and x86 implementations
Ard Biesheuvel
2019-07-26
crypto: lib/aes - export sbox and inverse sbox
Ard Biesheuvel
2019-07-26
crypto: aes-generic - unexport last-round AES tables
Ard Biesheuvel
2019-07-26
crypto: ctr - add helper for performing a CTR encryption walk
Ard Biesheuvel
2019-07-26
crypto: aes-generic - drop key expansion routine in favor of library version
Ard Biesheuvel
2019-07-26
crypto: aes - create AES library based on the fixed time AES code
Ard Biesheuvel
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2019-06-20
crypto: arc4 - refactor arc4 core code into separate library
Ard Biesheuvel
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-13
crypto: chacha - constify ctx and iv arguments
Eric Biggers
2019-06-13
crypto: skcipher - make chunksize and walksize accessors internal
Eric Biggers
2019-06-13
crypto: skcipher - un-inline encrypt and decrypt functions
Eric Biggers
2019-06-13
crypto: aead - un-inline encrypt and decrypt functions
Eric Biggers
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
crypto: algapi - remove crypto_tfm_in_queue()
Eric Biggers
2019-05-30
crypto: cryptd - move kcrypto_wq into cryptd
Eric Biggers
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-23
crypto: drbg - add FIPS 140-2 CTRNG for noise source
Stephan Mueller
2019-05-17
crypto: hash - fix incorrect HASH_MAX_DESCSIZE
Eric Biggers
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-18
crypto: cryptd - remove ability to instantiate ablkciphers
Eric Biggers
2019-04-18
X.509: parse public key parameters from x509 for akcipher
Vitaly Chikunov
2019-04-18
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
2019-04-18
crypto: des_generic - Forbid 2-key in 3DES and add helpers
Herbert Xu
2019-04-08
crypto: streebog - fix unaligned memory accesses
Eric Biggers
2019-04-08
crypto: aes - Use ___cacheline_aligned for aes data
Andi Kleen
2019-03-22
crypto: simd,testmgr - introduce crypto_simd_usable()
Eric Biggers
2019-03-22
crypto: x86/morus1280 - convert to use AEAD SIMD helpers
Eric Biggers
2019-03-22
crypto: x86/morus640 - convert to use AEAD SIMD helpers
Eric Biggers
2019-03-22
crypto: simd - support wrapping AEAD algorithms
Eric Biggers
2019-02-15
crypto: export arc4 defines
Iuliana Prodan
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
2019-01-25
crypto: api - add a helper to (un)register a array of templates
Xiongfeng Wang
2019-01-25
crypto: morus - Cleanup license mess
Thomas Gleixner
2019-01-18
crypto: af_alg - make some functions static
Eric Biggers
2019-01-18
crypto: user - forward declare crypto_nlsk
Eric Biggers
2019-01-18
crypto: streebog - use correct endianness type
Eric Biggers
2019-01-11
crypto: algapi - remove crypto_alloc_instance()
Eric Biggers
2019-01-11
crypto: skcipher - add helper for simple block cipher modes
Eric Biggers
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
2018-12-23
crypto: user - remove unused dump functions
Corentin Labbe
2018-12-07
crypto: user - fix use_after_free of struct xxx_request
Corentin Labbe
2018-12-07
crypto: user - convert all stats from u32 to u64
Corentin Labbe
2018-12-07
crypto: user - made crypto_user_stat optional
Corentin Labbe
2018-11-20
crypto: nhpoly1305 - add NHPoly1305 support
Eric Biggers
2018-11-20
crypto: poly1305 - add Poly1305 core API
Eric Biggers
2018-11-20
crypto: poly1305 - use structures for key and accumulator
Eric Biggers
2018-11-20
crypto: chacha - add XChaCha12 support
Eric Biggers