summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2025-10-01 13:44:23 +0200
committerArd Biesheuvel <ardb@kernel.org>2025-11-12 09:52:02 +0100
commit72cb51233b59429bd9920f396d4a2e8cd1ad1a40 (patch)
treeadb6e32f094af6f5deb38169ea447fea2c12ae6b /tools/perf/scripts/python
parent87c9b04e715d13a7c110b17a66ad279da821cd0e (diff)
downloadkernel-72cb51233b59429bd9920f396d4a2e8cd1ad1a40.tar.gz
crypto/arm64: nhpoly1305 - Switch to 'ksimd' scoped guard API
Switch to the more abstract 'scoped_ksimd()' API, which will be modified in a future patch to transparently allocate a kernel mode FP/SIMD state buffer on the stack, so that kernel mode FP/SIMD code remains preemptible in principe, but without the memory overhead that adds 528 bytes to the size of struct task_struct. Reviewed-by: Eric Biggers <ebiggers@kernel.org> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
5ASoC: cs4271: convert to direct regmap API usageDaniel Mack 2012-12-24ALSA: ASoC: cs4271: add optional soft reset workaroundDaniel Mack 2012-12-24Merge branch 'asoc-fix-cs4271' into asoc-cs4271Mark Brown 2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton 2012-12-10Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown 2012-12-02ASoC: cs4271: fix property checkDaniel Mack 2012-12-02ASoC: cs4271: fix sparse warningDaniel Mack 2012-11-13ASoC: cs4271: free allocated GPIODaniel Mack 2012-10-15ASoC: cs4271: add support for AMUTEB=BMUTEC featureDaniel Mack 2012-09-28ALSA: ASoC: add DT bindings for CS4271Daniel Mack 2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown 2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood 2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen 2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen 2011-11-20ASoC: cs4271: Fix wrong mask parameter in some snd_soc_update_bits callsAxel Lin