aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bpf: move explored_state() closer to the beginning of verifier.cEduard Zingerman1-15/+13
2023-10-23bpf, tcx: Get rid of tcx_link_constDaniel Borkmann2-8/+3
2023-10-23samples: bpf: Fix syscall_tp openat argumentDenys Zagorui1-2/+13
2023-10-20selftests/bpf: Add more test cases for bpf memory allocatorHou Tao2-7/+193
2023-10-20bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao3-11/+17
2023-10-20bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao3-4/+1
2023-10-20bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao2-2/+15
2023-10-20bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao1-10/+12
2023-10-20mm/percpu.c: introduce pcpu_alloc_size()Hou Tao2-0/+32
2023-10-20mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao1-3/+1
2023-10-20selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi2-9/+5
2023-10-19selftests/bpf: Add tests for open-coded task and css iterChuyi Zhou5-0/+415
2023-10-19selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou2-9/+9
2023-10-19bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou2-3/+17
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou4-21/+53
2023-10-19bpf: Introduce css open-coded iterator kfuncsChuyi Zhou3-0/+74
2023-10-19bpf: Introduce task open coded iterator kfuncsChuyi Zhou3-0/+98
2023-10-19bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou4-0/+92
2023-10-19cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou2-13/+17
2023-10-19bpftool: Wrap struct_ops dump in an arrayManu Bretelle1-0/+6
2023-10-19bpftool: Fix printing of pointer valueManu Bretelle1-1/+1
2023-10-19bpf, docs: Define signed modulo as using truncated divisionDave Thaler1-0/+8
2023-10-18selftests/bpf: Add options and frags to xdp_hw_metadataLarysa Zaremba2-13/+67
2023-10-17selftests/bpf: Add additional mprog query test coverageDaniel Borkmann1-1/+130
2023-10-17selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable progYafang Shao2-3/+36
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao1-1/+6
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior8-0/+66
2023-10-17libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko1-6/+10
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin3-23/+24
2023-10-16net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller1-0/+4
2023-10-16drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil1-2/+2
2023-10-16cgroup, netclassid: on modifying netclassid in cgroup, only consider the main process.Liansen Zhai1-0/+6
2023-10-16net: usb: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-16net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-16net: netcp: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang6-6/+39
2023-10-16net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann2-6/+23
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann3-7/+17
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko1-1/+6
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko3-32/+55
2023-10-16selftests/bpf: Make align selftests more robustAndrii Nakryiko1-120/+121
2023-10-16selftests/bpf: Improve missed_kprobe_recursion test robustnessAndrii Nakryiko1-4/+4
2023-10-16selftests/bpf: Improve percpu_alloc test robustnessAndrii Nakryiko3-0/+14
2023-10-16tsnep: Inline small fragments within TX descriptorGerhard Engleder2-26/+79
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-73/+41
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-66/+32
2023-10-16geneve: add dsfield helper functionBeniamino Galvani1-11/+18
2023-10-16ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani1-0/+1
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani3-20/+25