summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-04-16crypto: poly1305 - remove rset and sset fields of poly1305_desc_ctxEric Biggers1-4/+0
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers1-0/+9
2025-04-16crypto: sm3-base - Use sm3_initHerbert Xu1-12/+1
2025-04-16crypto: lib/sm3 - Export generic block functionHerbert Xu1-0/+1
2025-04-16crypto: hash - Update HASH_MAX_DESCSIZE commentHerbert Xu1-2/+2
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu2-11/+69
2025-04-16crypto: shash - Remove dynamic descsizeHerbert Xu1-2/+1
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu1-0/+9
2025-04-16crypto: skcipher - Realign struct skcipher_walk to save 8 bytesThorsten Blum1-2/+1
2025-04-16crypto: simd - Include asm/simd.h in internal/simd.hHerbert Xu1-3/+1
2025-04-16asm-generic: Make simd.h more resilientHerbert Xu1-1/+7
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner1-1/+1
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu1-3/+0
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu1-3/+0
2025-04-16crypto: api - Add reqsize to crypto_algHerbert Xu1-0/+7
2025-04-16crypto: api - Mark cra_init/cra_exit as deprecatedHerbert Xu1-11/+2
2025-04-16crypto: ctr - Remove unnecessary header inclusionsHerbert Xu1-3/+0
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu2-53/+8
2025-04-16crypto: acomp - Remove ACOMP_REQUEST_ALLOCHerbert Xu1-21/+0
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu2-12/+29
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu1-0/+26
2025-04-16crypto: acomp - Use request flag helpers and add acomp_request_flagsHerbert Xu2-11/+22
2025-04-16crypto: api - Add helpers to manage request flagsHerbert Xu2-0/+29
2025-04-16crypto: ahash - Remove request chainingHerbert Xu4-37/+0
2025-04-16crypto: acomp - Remove request chainingHerbert Xu2-19/+0
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-2/+6
2025-04-12crypto: ahash - Disable request chainingHerbert Xu2-2/+6
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers1-43/+0
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers1-0/+9
2025-04-07crypto: ctr - remove unused crypto_ctr_encrypt_walk()Ard Biesheuvel1-47/+0
2025-04-07crypto: hash - Do not use shash in hard IRQsHerbert Xu1-9/+9
2025-04-07crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra1-0/+3
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu1-0/+44
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu2-19/+42
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu3-7/+13
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu1-2/+3
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-44/+8
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+8
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao1-2/+2
2025-04-05hrtimers: Make callback function pointer privateNam Cao2-3/+3
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao2-3/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-36/+2
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+0
2025-04-04Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-9/+18
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2025-04-04irqdomain: Stop using 'host' for domainJiri Slaby (SUSE)1-6/+6
2025-04-04irqdomain: Rename irq_get_default_host() to irq_get_default_domain()Jiri Slaby (SUSE)1-1/+1
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)1-1/+1
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski1-0/+6
2025-04-04Merge tag 'soc_fsl-6.15-1' of https://github.com/chleroy/linux into soc/drive...Arnd Bergmann1-2/+0