summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-04-2611-36/+78
|\
| * fscrypt: optimize fscrypt_initialize()Eric Biggers2023-04-063-9/+14
| * fscrypt: use WARN_ON_ONCE instead of WARN_ONEric Biggers2023-03-288-25/+25
| * fscrypt: new helper function - fscrypt_prepare_lookup_partial()Luís Henriques2023-03-282-0/+37
| * fs/buffer.c: use b_folio for fscrypt workEric Biggers2023-03-281-2/+2
* | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-26257-2730/+6776
|\ \
| * | i2c: designware: Add doorbell support for MendocinoMario Limonciello2023-04-202-1/+26
| * | i2c: designware: Use PCI PSP driver for communicationMario Limonciello2023-04-205-153/+29
| * | powerpc: Move Power10 feature PPC_MODULE_FEATURE_P10Danny Tsen2023-04-202-1/+1
| * | crypto: p10-aes-gcm - Remove POWER10_CPU dependencyDanny Tsen2023-04-201-1/+1
| * | crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2023-04-202-0/+53
| * | crypto: cryptd - Add support for cloning hashesHerbert Xu2023-04-201-0/+16
| * | crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu2023-04-201-9/+9
| * | crypto: hmac - Add support for cloningHerbert Xu2023-04-201-0/+15
| * | crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-205-2/+115
| * | crypto: api - Add crypto_clone_tfmHerbert Xu2023-04-202-9/+52
| * | crypto: api - Add crypto_tfm_getHerbert Xu2023-04-203-0/+11
| * | crypto: x86/sha - Use local .L symbols for codeArd Biesheuvel2023-04-207-68/+57
| * | crypto: x86/crc32 - Use local .L symbols for codeArd Biesheuvel2023-04-202-42/+41
| * | crypto: x86/aesni - Use local .L symbols for codeArd Biesheuvel2023-04-202-207/+207
| * | crypto: x86/sha256 - Use RIP-relative addressingArd Biesheuvel2023-04-201-6/+12
| * | crypto: x86/ghash - Use RIP-relative addressingArd Biesheuvel2023-04-201-2/+2
| * | crypto: x86/des3 - Use RIP-relative addressingArd Biesheuvel2023-04-201-32/+64
| * | crypto: x86/crc32c - Use RIP-relative addressingArd Biesheuvel2023-04-201-1/+2
| * | crypto: x86/cast6 - Use RIP-relative addressingArd Biesheuvel2023-04-201-14/+18
| * | crypto: x86/cast5 - Use RIP-relative addressingArd Biesheuvel2023-04-201-17/+21
| * | crypto: x86/camellia - Use RIP-relative addressingArd Biesheuvel2023-04-203-32/+34
| * | crypto: x86/aria - Use RIP-relative addressingArd Biesheuvel2023-04-203-40/+40
| * | crypto: x86/aesni - Use RIP-relative addressingArd Biesheuvel2023-04-202-30/+8
| * | crypto: x86/aegis128 - Use RIP-relative addressingArd Biesheuvel2023-04-201-3/+3
| * | crypto: ixp4xx - fix building wiht 64-bit dma_addr_tArnd Bergmann2023-04-141-6/+8
| * | crypto: caam - OP-TEE firmware supportHoria GeantA2023-04-143-1/+26
| * | crypto: caam - reduce page 0 regs access to minimumHoria GeantA2023-04-147-58/+84
| * | crypto: ccp - Use lower 8 bytes to communicate with doorbell command registerMario Limonciello2023-04-141-2/+3
| * | crypto: ccp - Return doorbell status code as an argumentMario Limonciello2023-04-142-3/+5
| * | crypto: ccp - Bump up doorbell debug message to errorMario Limonciello2023-04-141-1/+1
| * | crypto: ccp - Drop extra doorbell checksMario Limonciello2023-04-141-20/+0
| * | crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello2023-04-141-1/+1
| * | crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-144-31/+26
| * | crypto: ixp4xx - Do not check word size when compile testingHerbert Xu2023-04-111-1/+2
| * | crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang2023-04-064-1/+187
| * | crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner2023-04-061-1/+1
| * | crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner2023-04-061-10/+4
| * | crypto: atmel-tdes - Detecting in-place operations with two sg listsRyan Wanner2023-04-061-10/+5
| * | crypto: atmel-sha - Add zero length message digest support for hmacRyan Wanner2023-04-061-4/+30
| * | crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi2023-04-06111-3/+3
| * | crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xxTom Zanussi2023-04-068-18/+20
| * | crypto: keembay - Move driver to drivers/crypto/intel/keembayTom Zanussi2023-04-0614-15/+21
| * | crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski2023-04-061-3/+3
| * | crypto: hash - Remove maximum statesize limitHerbert Xu2023-04-062-4/+1