summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-07MAINTAINERS: Update maintainers for crypto/marvellHerbert Xu1-2/+0
2025-04-07crypto: omap-sham - use dev_groups to register attribute groupsOvidiu Panait1-12/+2
2025-04-07crypto: omap-aes - use dev_groups to register attribute groupsOvidiu Panait1-12/+2
2025-04-07crypto: qat - remove BITS_IN_DWORD()Suman Kumar Chakraborty1-10/+10
2025-04-07crypto: qat - remove initialization in device classGiovanni Cabiddu8-8/+0
2025-04-07crypto: qat - add shutdown handler to qat_c3xxxGiovanni Cabiddu1-0/+8
2025-04-07crypto: qat - remove redundant prototypes in qat_c3xxxGiovanni Cabiddu1-18/+15
2025-04-07crypto: qat - add shutdown handler to qat_c62xGiovanni Cabiddu1-0/+8
2025-04-07crypto: qat - remove redundant prototypes in qat_c62xGiovanni Cabiddu1-18/+15
2025-04-07crypto: qat - add shutdown handler to qat_dh895xccGiovanni Cabiddu1-0/+8
2025-04-07crypto: qat - remove redundant prototypes in qat_dh895xccGiovanni Cabiddu1-18/+15
2025-04-07crypto: qat - add shutdown handler to qat_420xxGiovanni Cabiddu1-0/+8
2025-04-07crypto: qat - add shutdown handler to qat_4xxxGiovanni Cabiddu1-0/+8
2025-04-07crypto: sa2ul - Use proper helpers to setup requestHerbert Xu1-47/+16
2025-04-07crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra2-0/+12
2025-04-07crypto: ccp - Register SNP panic notifier only if SNP is enabledAshish Kalra1-9/+13
2025-04-07crypto: ccp - Reset TMR size at SNP ShutdownAshish Kalra1-0/+3
2025-04-07crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctlsAshish Kalra1-23/+119
2025-04-07crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdownAshish Kalra1-16/+33
2025-04-07crypto: ccp - Abort doing SEV INIT if SNP INIT failsAshish Kalra1-5/+2
2025-04-07crypto: iaa - Remove unused disable_async argument from iaa_decompressHerbert Xu1-6/+5
2025-04-07crypto: iaa - Do not clobber req->base.dataHerbert Xu1-4/+2
2025-04-07crypto: iaa - Move compression CRC into request objectHerbert Xu1-15/+13
2025-04-07crypto: scomp - Drop the dst scratch bufferHerbert Xu1-54/+44
2025-04-07crypto: cavium/zip - Remove driverHerbert Xu17-3690/+0
2025-04-07crypto: cavium - Move cpt and nitrox rules into cavium MakefileHerbert Xu2-3/+3
2025-04-07crypto: crypto4xx - Fix gcc12 uninitialized warning in crypto4xx_cryptHerbert Xu3-5/+11
2025-04-07crypto: deflate - Convert to acompHerbert Xu1-176/+187
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu2-0/+160
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu4-140/+166
2025-04-07dt-bindings: crypto: qcom-qce: document QCS615 crypto engineAbhinaba Rakshit1-0/+1
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu4-48/+171
2025-04-07crypto: api - Ensure cra_type->destroy is done in process contextHerbert Xu3-15/+11
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu2-10/+30
2025-04-07crypto: tegra - Fix IV usage for AES ECBAkhil R1-4/+1
2025-04-06Linux 6.15-rc1v6.15-rc1Linus Torvalds1-2/+2
2025-04-06tools/include: make uapi/linux/types.h usable from assemblyThomas Weißschuh1-0/+3
2025-04-06Merge tag 'turbostat-2025.05.06' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-43/+135
2025-04-06Merge tag 'soundwire-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-04-06tools/power turbostat: v2025.05.06Len Brown1-1/+1
2025-04-06tools/power turbostat: disable "cpuidle" invocation counters, by defaultLen Brown2-13/+33
2025-04-06Merge tag 'perf-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+9
2025-04-06Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+3
2025-04-06Disable SLUB_TINY for build testingLinus Torvalds2-2/+2
2025-04-06tools/power turbostat: re-factor sysfs codeLen Brown1-10/+21
2025-04-06tools/power turbostat: Restore GFX sysfs fflush() callZhang Rui1-0/+1
2025-04-06tools/power turbostat: Document GNR UncMHz domain conventionLen Brown1-0/+1
2025-04-06tools/power turbostat: report CoreThr per measurement intervalLen Brown2-1/+3
2025-04-06tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192Justin Ernst1-1/+1
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds796-1718/+1650