Age | Commit message (Expand) | Author |
2022-02-16 | libsubcmd: Fix use-after-free for realloc(..., 0) | Kees Cook |
2022-02-16 | libperf: Fix perf_cpu_map__for_each_cpu macro | Jiri Olsa |
2022-02-16 | libperf: Fix 32-bit build for tests uint64_t printf | Rob Herring |
2022-02-06 | libperf: Add arm64 support to perf_mmap__read_self() | Rob Herring |
2022-01-23 | Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds |
2022-01-22 | perf cpumap: Migrate to libperf cpumap api | Ian Rogers |
2022-01-18 | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2022-01-16 | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2022-01-15 | tools: sync tools/bitmap with mother linux | Yury Norov |
2022-01-14 | libperf tests: Update a use of the new cpumap API | Ian Rogers |
2022-01-13 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo |
2022-01-12 | perf cpumap: Give CPUs their own type | Ian Rogers |
2022-01-12 | libperf: Sync evsel documentation | Ian Rogers |
2022-01-12 | libperf: Allow NULL in perf_cpu_map__idx() | Ian Rogers |
2022-01-12 | libperf: Use cpu not index for evsel mmap | Ian Rogers |
2022-01-12 | libperf: Switch cpu to more accurate cpu_map_idx | Ian Rogers |
2022-01-12 | perf cpumap: Move 'has' function to libperf | Ian Rogers |
2022-01-12 | libperf: Add comments to 'struct perf_cpu_map' | Ian Rogers |
2022-01-06 | libbpf: Add documentation for bpf_map batch operations | Grant Seltzer |
2022-01-05 | libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API | Christy Lee |
2022-01-05 | libbpf 1.0: Deprecate bpf_map__is_offload_neutral() | Christy Lee |
2022-01-05 | libbpf: Support repeated legacy kprobes on same function | Qiang Wang |
2022-01-05 | libbpf: Use probe_name for legacy kprobe | Qiang Wang |
2022-01-05 | libbpf: Deprecate bpf_perf_event_read_simple() API | Christy Lee |
2021-12-28 | libbpf: Improve LINUX_VERSION_CODE detection | Andrii Nakryiko |
2021-12-28 | libbpf: Use 100-character limit to make bpf_tracing.h easier to read | Andrii Nakryiko |
2021-12-28 | libbpf: Normalize PT_REGS_xxx() macro definitions | Andrii Nakryiko |
2021-12-23 | libbpf: Do not use btf_dump__new() macro in C++ mode | Jiri Olsa |
2021-12-17 | libbpf: Rework feature-probing APIs | Andrii Nakryiko |
2021-12-16 | tools/libbpf: Enable cross-building with clang | Jean-Philippe Brucker |
2021-12-16 | libperf tests: Fix a spelling mistake "Runnnig" -> "Running" | Colin Ian King |
2021-12-14 | libbpf: Avoid reading past ELF data section end when copying license | Andrii Nakryiko |
2021-12-14 | libbpf: Mark bpf_object__find_program_by_title API deprecated. | Kui-Feng Lee |
2021-12-14 | libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF | Andrii Nakryiko |
2021-12-14 | libbpf: Add sane strncpy alternative and use it internally | Andrii Nakryiko |
2021-12-14 | libbpf: Fix potential uninit memory read | Andrii Nakryiko |
2021-12-13 | libbpf: Add doc comments for bpf_program__(un)pin() | Grant Seltzer |
2021-12-12 | libbpf: Don't validate TYPE_ID relo's original imm value | Andrii Nakryiko |
2021-12-11 | libbpf: Fix gen_loader assumption on number of programs. | Alexei Starovoitov |
2021-12-10 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-12-10 | libbpf: Add "bool skipped" to struct bpf_map | Shuyi Cheng |
2021-12-10 | libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition | Vincent Minet |
2021-12-10 | libbpf: Deprecate bpf_object__load_xattr() | Andrii Nakryiko |
2021-12-10 | libbpf: Add per-program log buffer setter and getter | Andrii Nakryiko |
2021-12-10 | libbpf: Preserve kernel error code and remove kprobe prog type guessing | Andrii Nakryiko |
2021-12-10 | libbpf: Improve logging around BPF program loading | Andrii Nakryiko |
2021-12-10 | libbpf: Allow passing user log setting through bpf_object_open_opts | Andrii Nakryiko |
2021-12-10 | libbpf: Allow passing preallocated log_buf when loading BTF into kernel | Andrii Nakryiko |
2021-12-10 | libbpf: Add OPTS-based bpf_btf_load() API | Andrii Nakryiko |