summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2021-12-06 22:08:03 +0100
committerMark Brown <broonie@kernel.org>2021-12-14 17:15:29 +0000
commit1bcd326631dc4faa3322d60b4fc45e8b3747993e (patch)
tree5cd459fba7a7c317eda8e0cf42613bcb85afaa88 /tools/perf/scripts/python/netdev-times.py
parent80d5be1a057e05f01d66e986cfd34d71845e5190 (diff)
downloadkernel-1bcd326631dc4faa3322d60b4fc45e8b3747993e.tar.gz
ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()
The FIFO registers which take an DMA-able address are only 32-bit wide on AIU. Add dma_coerce_mask_and_coherent() to make the DMA core aware of this limitation. Fixes: 6ae9ca9ce986bf ("ASoC: meson: aiu: add i2s and spdif support") Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Link: https://lore.kernel.org/r/20211206210804.2512999-2-martin.blumenstingl@googlemail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
itle='2022-09-10 18:14:50 -0700'>2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky 2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi 2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires 2022-08-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi 2022-07-11bpf: Fix 'dubious one-bit signed bitfield' warningsMatthieu Baerts 2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman 2022-06-14bpf: Fix spelling in bpf_verifier.hHongyi Lu 2022-05-23bpf: Dynptr support for ring buffersJoanne Koong 2022-05-23bpf: Add verifier support for dynptrsJoanne Koong 2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi 2022-03-30bpf: Resolve to prog->aux->dst_prog->type only for BPF_PROG_TYPE_EXTMartin KaFai Lau 2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi 2022-03-05bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi 2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski 2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann 2022-01-18bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi 2022-01-18bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi 2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo 2021-12-18bpf: Introduce composable reg, ret and arg types.Hao Luo 2021-12-16bpf: Right align verifier states in verifier logs.Christy Lee 2021-12-16bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee 2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao 2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi 2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann 2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann 2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov 2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov 2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov 2021-05-19bpf: Introduce fd_idxAlexei Starovoitov 2021-05-10bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer 2021-05-03bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann 2021-04-13bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen 2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song 2021-02-12bpf: Support pointers in global func argsDmitrii Banshchikov