summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-133-24/+30
|\
| * keys: Fix overwrite of key expiration on instantiationSilvio Gissi2024-05-091-1/+2
| * keys: update key quotas in key_put()Luis Henriques2024-05-093-23/+28
* | Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-1325-212/+2519
|\ \
| * | Documentation: tpm: Add TPM security docs toctree entryBagas Sanjaya2024-05-091-0/+1
| * | tpm: disable the TPM if NULL name changesJames Bottomley2024-05-094-17/+70
| * | Documentation: add tpm-security.rstJames Bottomley2024-05-091-0/+216
| * | tpm: add the null key name as a sysfs exportJames Bottomley2024-05-091-0/+18
| * | KEYS: trusted: Add session encryption protection to the seal/unseal pathJames Bottomley2024-05-091-27/+61
| * | tpm: add session encryption protection to tpm2_get_random()James Bottomley2024-05-091-4/+17
| * | tpm: add hmac checks to tpm2_pcr_extend()James Bottomley2024-05-091-17/+10
| * | tpm: Add the rest of the session HMAC APIJames Bottomley2024-05-092-0/+469
| * | tpm: Add HMAC session name/handle appendJames Bottomley2024-05-092-0/+155
| * | tpm: Add HMAC session start and end functionsJames Bottomley2024-05-095-0/+325
| * | tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley2024-05-092-0/+106
| * | tpm: Add NULL primary creationJames Bottomley2024-05-096-0/+418
| * | tpm: export the context save and load commandsJames Bottomley2024-05-092-4/+8
| * | tpm: add buffer function to point to returned parametersJames Bottomley2024-05-092-0/+30
| * | crypto: lib - implement library version of AES in CFB modeArd Biesheuvel2024-05-094-0/+270
| * | KEYS: trusted: tpm2: Use struct tpm_buf for sized buffersJarkko Sakkinen2024-05-091-23/+31
| * | tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen2024-05-092-1/+83
| * | tpm: TPM2B formatted buffersJarkko Sakkinen2024-05-092-3/+39
| * | tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen2024-05-095-20/+47
| * | tpm: Update struct tpm_buf documentation commentsJarkko Sakkinen2024-05-091-5/+4
| * | tpm: Move buffer handling from static inlines to real functionsJames Bottomley2024-05-093-71/+97
| * | tpm: Remove tpm_send()Jarkko Sakkinen2024-05-093-32/+12
| * | tpm: Remove unused tpm_buf_tag()Jarkko Sakkinen2024-05-091-7/+0
| * | char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=nNiklas Schnelle2024-05-092-3/+1
| * | dt-bindings: tpm: Add st,st33ktpm2xi2cMichael Haener2024-05-091-0/+1
| * | Documentation: tpm_tisJarkko Sakkinen2024-05-092-0/+47
| * | tpm/eventlog: remove redundant assignment to variabel retColin Ian King2024-05-091-1/+0
| * | char: tpm: handle HAS_IOPORT dependenciesNiklas Schnelle2024-05-093-15/+21
| |/
* | Merge tag 'keys-trusted-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-1310-14/+554
|\ \
| * | docs: trusted-encrypted: add DCP as new trust sourceDavid Gstir2024-05-092-0/+72
| * | docs: document DCP-backed trusted keys kernel paramsDavid Gstir2024-05-091-0/+13
| * | MAINTAINERS: add entry for DCP-based trusted keysDavid Gstir2024-05-091-0/+9
| * | KEYS: trusted: Introduce NXP DCP-backed trusted keysDavid Gstir2024-05-095-1/+339
| * | KEYS: trusted: improve scalability of trust source configDavid Gstir2024-05-091-2/+8
| * | crypto: mxs-dcp: Add support for hardware-bound keysDavid Gstir2024-05-092-11/+113
| |/
* | Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-05-134-54/+96
|\ \
| * | mm/slub: remove the check for NULL kmalloc_cachesHyunmin Lee2024-05-021-6/+4
| * | mm/slub: create kmalloc 96 and 192 caches regardless cache size orderHyunmin Lee2024-05-021-12/+7
| * | mm/slub: mark racy access on slab->freelistlinke li2024-05-021-1/+1
| * | slub: use count_partial_free_approx() in slab_out_of_memory()Jianfeng Wang2024-04-231-1/+1
| * | slub: introduce count_partial_free_approx()Jianfeng Wang2024-04-231-1/+38
| * | slub: Set __GFP_COMP in kmem_cache by defaultHaifeng Xu2024-04-151-3/+1
| * | mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()Sangyun Kim2024-04-091-1/+0
| * | mm/slub: correct comment in do_slab_free()Xiu Jianfeng2024-04-041-1/+1
| * | mm/slub, kunit: Use inverted data to corrupt kmem cacheGuenter Roeck2024-04-041-1/+1
| * | mm/slub: simplify get_partial_node()Xiongwei Song2024-04-041-8/+8