summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorMinghuan Lian <Minghuan.Lian@nxp.com>2017-07-05 14:59:00 +0800
committerMarc Zyngier <marc.zyngier@arm.com>2017-08-31 16:19:26 +0100
commitcb3421684ee778d60da26232bfea626dca2eb8db (patch)
treef8a143167f4c25f26601bc8c01bacb4d3d29c1f2 /tools/perf/scripts/python/net_dropmonitor.py
parent0b09331a25fe279e7b93aa58dda35e58fd23eaa6 (diff)
downloadkernel-cb3421684ee778d60da26232bfea626dca2eb8db.tar.gz
arm64: dts: ls1046a: Add MSI dts node
LS1046a includes 3 MSI controllers. Each controller supports 128 interrupts. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Minghuan Lian <Minghuan.Lian@nxp.com> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
/td>bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu 2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-08-15bpf: Support "%c" in bpf_bprintf_prepare().Kuniyuki Iwashima 2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-08-11bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song 2021-08-10bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song 2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann 2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko 2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov 2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov 2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov 2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen 2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann 2021-05-20bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest 2021-05-20bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest 2021-05-11bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffersFlorent Revest 2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest 2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest 2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest 2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song 2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song 2021-01-29bpf: Simplify cases in bpf_base_func_protoTobias Klauser 2021-01-19bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu