summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-11bpf: Add support for uprobe multi session contextJiri Olsa
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa
2024-11-11bpf: Force uprobe bpf program to always return 0Jiri Olsa
2024-11-11bpf: Allow return values 0 and 1 for kprobe sessionJiri Olsa
2024-11-11selftests/bpf: Fix uprobe consumer test (again)Jiri Olsa
2024-11-11bpf: Remove trailing whitespace in verifier.rstAbhinav Saxena
2024-11-11selftests/bpf: Allow building with extra flagsViktor Malik
2024-11-06Merge tag 'perf-core-for-bpf-next' from tip treeAndrii Nakryiko
2024-11-04Merge branch 'handle-possible-null-trusted-raw_tp-arguments'Alexei Starovoitov
2024-11-04selftests/bpf: Add tests for raw_tp null handlingKumar Kartikeya Dwivedi
2024-11-04selftests/bpf: Clean up open-coded gettid syscall invocationsKumar Kartikeya Dwivedi
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-11-04bpf: Move btf_type_is_struct_ptr() under CONFIG_BPF_SYSCALLAlistair Francis
2024-11-03Merge branch 'fix-resource-leak-checks-for-tail-calls'Alexei Starovoitov
2024-11-03selftests/bpf: Add tests for tail calls with locks and refsKumar Kartikeya Dwivedi
2024-11-03bpf: Unify resource leak checksKumar Kartikeya Dwivedi
2024-11-03bpf: Tighten tail call checks for lingering locks, RCU, preempt_disableKumar Kartikeya Dwivedi
2024-11-01selftests/bpf: Disable warnings on unused flags for Clang buildsViktor Malik
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik
2024-11-01bpf, bpftool: Fix incorrect disasm pcLeon Hwang
2024-11-01selftests/bpf: Add a test for open coded kmem_cache iterNamhyung Kim
2024-11-01bpf: Add open coded version of kmem_cache iteratorNamhyung Kim
2024-10-30uprobes: SRCU-protect uretprobe lifetime (with timeout)Andrii Nakryiko
2024-10-30uprobes: allow put_uprobe() from non-sleepable softirq contextAndrii Nakryiko
2024-10-30perf/x86/rapl: Clean up cpumask and hotplugKan Liang
2024-10-30perf/x86/rapl: Move the pmu allocation out of CPU hotplugKan Liang
2024-10-29selftests/bpf: drop unnecessary bpf_iter.h type duplicationAndrii Nakryiko
2024-10-29libbpf: start v1.6 development cycleAndrii Nakryiko
2024-10-29docs/bpf: Add description of .BTF.base sectionAlan Maguire
2024-10-29bpf: handle implicit declaration of function gettid in bpf_iter.cJason Xing
2024-10-25bpf, arm64: Remove garbage frame for struct_ops trampolineXu Kuohai
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-24Merge tag 'hid-for-linus-20241024' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-10-24Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-10-24Merge tag 'probes-fixes-v6.12-rc4.2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-24Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet
2024-10-24Merge branch 'share-user-memory-to-bpf-program-through-task-storage-map'Alexei Starovoitov
2024-10-24selftests/bpf: Create task_local_storage map with invalid uptr's structMartin KaFai Lau
2024-10-24selftests/bpf: Add uptr failure verifier testsMartin KaFai Lau
2024-10-24selftests/bpf: Add update_elem failure test for task storage uptrMartin KaFai Lau
2024-10-24selftests/bpf: Test a uptr struct spanning across pages.Martin KaFai Lau
2024-10-24selftests/bpf: Some basic __uptr testsKui-Feng Lee
2024-10-24libbpf: define __uptr.Kui-Feng Lee
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau
2024-10-24bpf: Postpone bpf_obj_free_fields to the rcu callbackMartin KaFai Lau