index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
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 propagation of CRYPTO_TFM_RES_* flags
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: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
Eric Biggers
2020-01-09
crypto: remove unused tfm result flags
Eric Biggers
2020-01-09
crypto: skcipher - remove skcipher_walk_aead()
Eric Biggers
2020-01-04
tee: amdtee: check TEE status during driver initialization
Rijo Thomas
2020-01-04
tee: add AMD-TEE driver
Rijo Thomas
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-27
crypto: api - remove unneeded semicolon
Chen Zhou
2019-12-20
crypto: algapi - make unregistration functions return void
Eric Biggers
2019-12-20
crypto: ccp - provide in-kernel API to submit TEE commands
Rijo Thomas
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
padata: update documentation
Daniel Jordan
2019-12-11
padata: remove reorder_objects
Daniel Jordan
2019-12-11
padata: remove cpumask change notifier
Daniel Jordan
2019-12-11
padata: validate cpumask without removed CPU during offline
Daniel Jordan
2019-12-11
crypto: cipher - remove crt_u.cipher (struct cipher_tfm)
Eric Biggers
2019-12-11
crypto: compress - remove crt_u.compress (struct compress_tfm)
Eric Biggers
2019-12-11
crypto: skcipher - add crypto_skcipher_min_keysize()
Eric Biggers
2019-12-11
crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>
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-12-11
crypto: pcrypt - Avoid deadlock by using per-instance padata queues
Herbert Xu
2019-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2019-12-07
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-12-07
Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2019-12-07
pipe: remove 'waiting_writers' merging logic
Linus Torvalds
2019-12-07
inet: protect against too small mtu values.
Eric Dumazet
2019-12-06
tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()
Guillaume Nault
[next]