summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-29samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee
2022-12-29samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee
2022-12-29samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee
2022-12-28bpf: rename list_head -> graph_root in field info typesDave Marchevsky
2022-12-28libbpf: fix errno is overwritten after being closed.Xin Liu
2022-12-27bpf: fix regs_exact() logic in regsafe() to remap IDs correctlyAndrii Nakryiko
2022-12-27bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko
2022-12-27bpf: reject non-exact register type matches in regsafe()Andrii Nakryiko
2022-12-27bpf: generalize MAYBE_NULL vs non-MAYBE_NULL ruleAndrii Nakryiko
2022-12-27bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko
2022-12-27bpf: teach refsafe() to take into account ID remappingAndrii Nakryiko
2022-12-22bpf: Remove unused field initialization in bpf's ctl_tableRicardo Ribalda
2022-12-22selftests/bpf: Add jit probe_mem corner case tests to s390x denylistDaniel Borkmann
2022-12-22selftests/bpf: Add verifier test exercising jit PROBE_MEM logicDave Marchevsky
2022-12-22bpf, x86: Improve PROBE_MEM runtime load checkDave Marchevsky
2022-12-21libbpf: start v1.2 development cycleAndrii Nakryiko
2022-12-21bpf: Reduce smap->elem_sizeMartin KaFai Lau
2022-12-20Merge branch 'bpftool: improve error handing for missing .BTF section'Andrii Nakryiko
2022-12-20bpf: makefiles: Do not generate empty vmlinux.hChangbin Du
2022-12-20libbpf: Show error info about missing ".BTF" sectionChangbin Du
2022-12-20libbpf: Fix build warning on ref_ctr_off for 32-bit architecturesKhem Raj
2022-12-20docs: BPF_MAP_TYPE_SOCK[MAP|HASH]Maryam Tahhan
2022-12-19selftests/bpf: Add BPF_F_NO_TUNNEL_KEY testChristian Ehrig
2022-12-19bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()Christian Ehrig
2022-12-19Merge branch 'samples/bpf: fix LLVM compilation warning'Martin KaFai Lau
2022-12-19samples/bpf: fix uninitialized warning with test_current_task_under_cgroupDaniel T. Lee
2022-12-19samples/bpf: replace meaningless counter with tracex4Daniel T. Lee
2022-12-19samples/bpf: remove unused function with test_lru_distDaniel T. Lee
2022-12-19bpf: Remove trace_printk_lockJiri Olsa
2022-12-19bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa
2022-12-19bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa
2022-12-15tools/resolve_btfids: Use pkg-config to locate libelfShen Jiamin
2022-12-15libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko
2022-12-15selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko
2022-12-15libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko
2022-12-15libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko
2022-12-15selftests/bpf: Add non-standardly sized enum tests for btf_dumpAndrii Nakryiko
2022-12-15libbpf: Handle non-standardly sized enums better in BTF-to-C dumperAndrii Nakryiko
2022-12-15libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko
2022-12-14libbpf: Optimized return value in libbpf_strerror when errno is libbpf errnoXin Liu
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-13Merge tag 'xtensa-20221213' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-12-13Merge tag 'x86_sev_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-13Merge tag 'x86_paravirt_for_v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-12-13Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds