#!/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 $@ '/>
summaryrefslogtreecommitdiff
path: root/crypto/drbg.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-01-28crypto: Use scoped init guardMarco Elver
2026-01-15crypto: drbg - Use new AES library APIEric Biggers
2026-01-05crypto: Enable context analysisMarco Elver
2025-12-29crypto: drbg - make drbg_get_random_bytes() return *void*Sergey Shtylyov
2025-12-29crypto: drbg - make drbg_fips_continuous_test() return boolSergey Shtylyov
2025-12-29crypto: drbg - kill useless variable in drbg_fips_continuous_test()Sergey Shtylyov
2025-11-24crypto: drbg - Delete unused ctx from struct sdescHerbert Xu
2025-10-17crypto: drbg - Replace AES cipher calls with library callsHarsh Jain
2025-10-17crypto: drbg - Export CTR DRBG DF functionsHarsh Jain
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-10-28crypto: drbg - Use str_true_false() and str_enabled_disabled() helpersThorsten Blum