#!/bin/bash perf record -e net:net_dev_xmit -e net:net_dev_queue \ -e net:netif_receive_skb -e net:netif_rx \ -e skb:consume_skb -e skb:kfree_skb \ -e skb:skb_copy_datagram_iovec -e napi:napi_poll \ -e irq:irq_handler_entry -e irq:irq_handler_exit \ -e irq:softirq_entry -e irq:softirq_exit \ -e irq:softirq_raise $@ universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/crypto/chacha20_generic.c
AgeCommit message (Expand)Author
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2017-11-29crypto: chacha20 - Remove cra_alignmaskEric Biggers
2017-11-29crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers
2017-11-29crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers
2017-08-22crypto: chacha20 - fix handling of chunked inputArd Biesheuvel
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel