#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm sham.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/crypto/omap-sham.c
AgeCommit message (Expand)Author
2021-08-21crypto: omap - Fix inconsistent locking of device listsBen Hutchings
2021-08-06crypto: omap-sham - drop pm_runtime_irqsafe() usageTony Lindgren
2021-08-06crypto: omap-sham - drop suspend and resume functionsTony Lindgren
2021-08-06crypto: omap-sham - drop old hw_init and unused FLAGS_INITTony Lindgren
2021-08-06crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Tony Lindgren
2021-08-06crypto: omap-sham - initialize req only after omap_sham_hw_init()Tony Lindgren
2021-08-06crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren
2021-06-11crypto: omap-sham - Fix PM reference leak in omap sham opsZhang Qilong
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers