aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-0810-145/+88
|\
| * crypto: doc - Add parameter documentationHook, Gary2019-07-031-0/+11
| * crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-201-0/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-201-1/+7
| |\
| * | crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-131-1/+1
| * | crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-132-60/+60
| * | crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-30/+2
| * | crypto: aead - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-32/+2
| * | crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-302-13/+0
| * | crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers2019-05-301-1/+0
| * | crypto: cryptd - move kcrypto_wq into cryptdEric Biggers2019-05-301-8/+0
| * | crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2019-05-231-0/+2
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-082-6/+8
|\ \ \
| * | | IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava2019-06-241-0/+2
| * | | LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-141-6/+6
| |/ /
* | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-082-55/+131
|\ \ \
| * | | keys: Provide KEYCTL_GRANT_PERMISSIONDavid Howells2019-07-031-0/+2
| * | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-272-55/+129
* | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-087-22/+96
|\| | |
| * | | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-272-5/+45
| * | | keys: Network namespace domain tagDavid Howells2019-06-262-0/+6
| * | | keys: Garbage collect keys for which the domain has been removedDavid Howells2019-06-261-0/+2
| * | | keys: Include target namespace in match criteriaDavid Howells2019-06-262-0/+11
| * | | keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-262-16/+7
| * | | keys: Namespace keyring namesDavid Howells2019-06-263-0/+8
| * | | keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-261-1/+2
| * | | keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-261-0/+3
| * | | keys: Simplify key description managementDavid Howells2019-06-261-1/+13
* | | | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-084-11/+16
|\| | |
| * | | keys: Kill off request_key_async{,_with_auxdata}David Howells2019-06-261-11/+0
| * | | keys: Cache result of request_key*() temporarily in task_structDavid Howells2019-06-192-0/+12
| * | | keys: Provide request_key_rcu()David Howells2019-06-191-0/+3
| * | | keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-191-0/+1
* | | | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-082-4/+26
|\| | |
| * | | keys: Add capability-checking keyctl functionDavid Howells2019-06-191-0/+14
| * | | keys: Add a keyctl to move a key between keyringsDavid Howells2019-05-302-0/+8
| * | | keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-221-4/+4
| |/ /
* | | Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-082-0/+10
|\ \ \
| * | | audit: add saddr_fam filter fieldRichard Guy Briggs2019-05-231-0/+1
| * | | audit: deliver signal_info regarless of syscallRichard Guy Briggs2019-05-211-0/+9
| |/ /
* | | Merge tag 'tpmdd-next-20190625' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-07-082-0/+162
|\ \ \
| * | | tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-241-0/+1
| * | | tpm: Reserve the TPM final events tableMatthew Garrett2019-06-242-9/+102
| * | | tpm: Abstract crypto agile event size calculationsMatthew Garrett2019-06-241-0/+68
* | | | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-0/+6
|\ \ \ \
| * | | | topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-231-0/+3
| * | | | cpu/topology: Export die_idLen Brown2019-05-231-0/+3
| | |/ / | |/| |
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-0/+9
|\ \ \ \
| * | | | proc: Add /proc/<pid>/arch_statusAubrey Li2019-06-121-0/+9
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0810-45/+227
|\ \ \ \ \