aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-11selftests/bpf: Fix uprobe consumer test (again)Jiri Olsa1-6/+8
2024-11-11bpf: Remove trailing whitespace in verifier.rstAbhinav Saxena1-2/+2
2024-11-11selftests/bpf: Allow building with extra flagsViktor Malik1-11/+23
2024-11-04selftests/bpf: Add tests for raw_tp null handlingKumar Kartikeya Dwivedi4-0/+67
2024-11-04selftests/bpf: Clean up open-coded gettid syscall invocationsKumar Kartikeya Dwivedi12-22/+33
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi4-9/+87
2024-11-04bpf: Move btf_type_is_struct_ptr() under CONFIG_BPF_SYSCALLAlistair Francis1-11/+10
2024-11-03selftests/bpf: Add tests for tail calls with locks and refsKumar Kartikeya Dwivedi2-0/+72
2024-11-03bpf: Unify resource leak checksKumar Kartikeya Dwivedi5-68/+46
2024-11-03bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi1-0/+15
2024-11-01selftests/bpf: Disable warnings on unused flags for Clang buildsViktor Malik1-0/+2
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik1-1/+5
2024-11-01bpf, bpftool: Fix incorrect disasm pcLeon Hwang1-11/+29
2024-11-01selftests/bpf: Add a test for open coded kmem_cache iterNamhyung Kim3-12/+51
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim2-44/+110
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko2-37/+304
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko1-4/+16
2024-10-30perf/x86/rapl: Clean up cpumask and hotplugKan Liang2-85/+6
2024-10-30perf/x86/rapl: Move the pmu allocation out of CPU hotplugKan Liang1-14/+30
2024-10-29selftests/bpf: drop unnecessary bpf_iter.h type duplicationAndrii Nakryiko34-210/+33
2024-10-29libbpf: start v1.6 development cycleAndrii Nakryiko2-1/+4
2024-10-29docs/bpf: Add description of .BTF.base sectionAlan Maguire1-1/+76
2024-10-29bpf: handle implicit declaration of function gettid in bpf_iter.cJason Xing1-3/+3
2024-10-25bpf, arm64: Remove garbage frame for struct_ops trampolineXu Kuohai1-16/+31
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet1-1/+0
2024-10-24selftests/bpf: Create task_local_storage map with invalid uptr's structMartin KaFai Lau4-0/+104
2024-10-24selftests/bpf: Add uptr failure verifier testsMartin KaFai Lau2-0/+107
2024-10-24selftests/bpf: Add update_elem failure test for task storage uptrMartin KaFai Lau3-0/+92
2024-10-24selftests/bpf: Test a uptr struct spanning across pages.Martin KaFai Lau1-0/+43
2024-10-24selftests/bpf: Some basic __uptr testsKui-Feng Lee3-0/+240
2024-10-24libbpf: define __uptr.Kui-Feng Lee1-0/+1
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau4-7/+131
2024-10-24bpf: Postpone bpf_obj_free_fields to the rcu callbackMartin KaFai Lau1-5/+24
2024-10-24bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()Martin KaFai Lau2-6/+37
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_alloc()Martin KaFai Lau6-15/+15
2024-10-24bpf: Handle BPF_UPTR in verifierKui-Feng Lee1-6/+33
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee3-5/+36
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-5/+9
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao3-0/+7
2024-10-24net: dsa: mv88e6xxx: support 4000ps cycle counter periodShenghao Yang1-3/+20
2024-10-24net: dsa: mv88e6xxx: read cycle counter period from hardwareShenghao Yang2-19/+43
2024-10-24net: dsa: mv88e6xxx: group cycle counter coefficientsShenghao Yang2-33/+32
2024-10-24net: usb: qmi_wwan: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+1
2024-10-24hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER eventHaiyang Zhang1-0/+30
2024-10-24net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876xTim Harvey1-10/+11
2024-10-23bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko1-1/+1
2024-10-23selftests/bpf: validate generic bpf_object and subskel APIs work togetherAndrii Nakryiko1-1/+75
2024-10-23libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko1-43/+40
2024-10-23selftests/bpf: fix test_spin_lock_fail.c's global vars usageAndrii Nakryiko1-2/+2
2024-10-23libsubcmd: Silence compiler warningEder Zulian1-1/+1