aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-14crypto: skcipher - remove unnecessary page alignment of bounce bufferEric Biggers1-47/+15
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers2-17/+35
2025-01-14crypto: omap - switch from scatter_walk to plain offsetEric Biggers3-48/+32
2025-01-14crypto: powerpc/p10-aes-gcm - simplify handling of linear associated dataEric Biggers1-7/+2
2025-01-14crypto: bcm - Drop unused setting of local 'ptr' variableKrzysztof Kozlowski1-6/+1
2025-01-14crypto: hisilicon/qm - support new function communicationYang Shen5-61/+178
2025-01-14crypto: proc - Use str_yes_no() and str_no_yes() helpersThorsten Blum1-6/+3
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers2-94/+87
2025-01-04padata: fix sysfs store callback checkThomas Weißschuh1-1/+1
2025-01-04crypto: keywrap - remove unused keywrap algorithmEric Biggers22-403/+1
2025-01-04crypto: vmac - remove unused VMAC algorithmEric Biggers28-892/+0
2025-01-04dt-bindings: crypto: qcom,prng: document ipq9574, ipq5424 and ipq5322Md Sadre Alam1-0/+3
2025-01-04crypto: fips - Use str_enabled_disabled() helper in fips_enable()Thorsten Blum1-2/+2
2024-12-28crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar2-2/+9
2024-12-28crypto: lib/aesgcm - Reduce stack usage in libaesgcm_initHerbert Xu1-1/+1
2024-12-21crypto: qce - revert "use __free() for a buffer that's always freed"Nathan Chancellor1-3/+3
2024-12-21crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()Joe Hattori1-0/+3
2024-12-21crypto: hisilicon/sec2 - fix for aead invalid authsizeWenkai Lin2-32/+34
2024-12-21crypto: hisilicon/sec2 - fix for aead icv errorWenkai Lin3-69/+44
2024-12-21crypto: x86/aes-xts - additional optimizationsEric Biggers1-55/+90
2024-12-21crypto: x86/aes-xts - more code size optimizationsEric Biggers1-11/+13
2024-12-21crypto: x86/aes-xts - change len parameter to intEric Biggers2-6/+6
2024-12-21crypto: x86/aes-xts - improve some commentsEric Biggers1-11/+20
2024-12-21crypto: x86/aes-xts - make the register aliases per-functionEric Biggers1-28/+33
2024-12-21crypto: x86/aes-xts - use .irp when usefulEric Biggers1-59/+15
2024-12-21crypto: x86/aes-gcm - tune better for AMD CPUsEric Biggers1-61/+38
2024-12-21crypto: x86/aes-gcm - code size optimizationEric Biggers1-10/+10
2024-12-21crypto: lib/gf128mul - Remove some bbe deadcodeDr. David Alan Gilbert2-80/+1
2024-12-21rhashtable: Fix potential deadlock by moving schedule_work outside lockBreno Leitao1-4/+6
2024-12-14crypto: keywrap - remove assignment of 0 to cra_alignmaskEric Biggers1-1/+0
2024-12-14crypto: aegis - remove assignments of 0 to cra_alignmaskEric Biggers1-2/+0
2024-12-14crypto: x86 - remove assignments of 0 to cra_alignmaskEric Biggers5-5/+0
2024-12-14crypto: seed - stop using cra_alignmaskEric Biggers1-27/+21
2024-12-14crypto: khazad - stop using cra_alignmaskEric Biggers1-11/+6
2024-12-14crypto: tea - stop using cra_alignmaskEric Biggers1-50/+33
2024-12-14crypto: aria - stop using cra_alignmaskEric Biggers1-20/+17
2024-12-14crypto: anubis - stop using cra_alignmaskEric Biggers1-9/+5
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers2-173/+26
2024-12-14crypto: n2 - remove Niagara2 SPU driverEric Biggers5-2515/+0
2024-12-14crypto: qce - fix priority to be less than ARMv8 CEEric Biggers3-3/+3
2024-12-14crypto: ccp - Use scoped guard for mutexMario Limonciello1-33/+20
2024-12-14crypto: qce - switch to using a mutexBartosz Golaszewski2-26/+23
2024-12-14crypto: qce - convert tasklet to workqueueBartosz Golaszewski2-16/+10
2024-12-14crypto: qce - use __free() for a buffer that's always freedBartosz Golaszewski1-3/+3
2024-12-14crypto: qce - make qce_register_algs() a managed interfaceBartosz Golaszewski1-5/+6
2024-12-14crypto: qce - convert qce_dma_request() to use devresBartosz Golaszewski3-24/+17
2024-12-14crypto: qce - shrink code with devres clk helpersBartosz Golaszewski1-25/+4
2024-12-14crypto: qce - remove unneeded call to icc_set_bw() in error pathBartosz Golaszewski1-3/+1
2024-12-14crypto: qce - unregister previously registered algos in error pathBartosz Golaszewski1-4/+7
2024-12-14crypto: qce - fix goto jump in error pathBartosz Golaszewski1-1/+1