summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-10-24bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()Martin KaFai Lau
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau
2024-10-24bpf: Handle BPF_UPTR in verifierKui-Feng Lee
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee
2024-10-24Merge branch 'add-the-missing-bpf_link_type-invocation-for-sockmap'Andrii Nakryiko
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao
2024-10-24Merge branch 'net-dsa-mv88e6xxx-fix-mv88e6393x-phc-frequency-on-internal-clock'Paolo Abeni
2024-10-24net: dsa: mv88e6xxx: support 4000ps cycle counter periodShenghao Yang