| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds | 2022-06-04 | 1 | -10/+10 |
|\ |
|
| * | bitmap: Fix return values to be unsigned | Kees Cook | 2022-06-03 | 1 | -10/+10 |
* | | perf tools: Allow system-wide events to keep their own threads | Adrian Hunter | 2022-05-26 | 1 | -2/+5 |
* | | perf tools: Allow system-wide events to keep their own CPUs | Adrian Hunter | 2022-05-26 | 1 | -6/+5 |
* | | libperf evsel: Add comments for booleans | Adrian Hunter | 2022-05-26 | 1 | -0/+10 |
* | | perf stat: Add requires_cpu flag for uncore | Adrian Hunter | 2022-05-26 | 2 | -1/+4 |
* | | libperf evlist: Check nr_mmaps is correct | Adrian Hunter | 2022-05-26 | 1 | -2/+9 |
* | | libperf evlist: Allow mixing per-thread and per-cpu mmaps | Adrian Hunter | 2022-05-26 | 1 | -29/+7 |
* | | perf tools: Allow all_cpus to be a superset of user_requested_cpus | Adrian Hunter | 2022-05-26 | 1 | -6/+6 |
* | | Merge tag 'perf-tools-for-v5.19-2022-05-23' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2022-05-25 | 7 | -14/+62 |
|\ \ |
|
| * | | libperf: Add preadn() | Adrian Hunter | 2022-05-23 | 2 | -0/+22 |
| * | | perf cpumap: Add perf_cpu_map__for_each_idx() | Ian Rogers | 2022-05-23 | 1 | -0/+3 |
| * | | libperf evlist: Add evsel as a parameter to ->idx() | Adrian Hunter | 2022-05-10 | 2 | -2/+3 |
| * | | libperf evlist: Move ->idx() into mmap_per_evsel() | Adrian Hunter | 2022-05-10 | 1 | -6/+3 |
| * | | libperf evlist: Remove ->idx() per_cpu parameter | Adrian Hunter | 2022-05-10 | 2 | -3/+3 |
| * | | libperf evsel: Add perf_evsel__enable_thread() | Adrian Hunter | 2022-05-10 | 2 | -0/+16 |
| * | | perf evlist: Clear all_cpus before propagating | Ian Rogers | 2022-05-05 | 1 | -0/+4 |
| * | | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2022-04-24 | 1 | -2/+1 |
| |\ \ |
|
| * | | | libperf evsel: Factor out perf_evsel__ioctl() | Adrian Hunter | 2022-04-24 | 1 | -7/+12 |
| | |/
| |/| |
|
* | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-05-25 | 17 | -363/+3424 |
|\ \ \ |
|
| * | | | libbpf: Fix typo in comment | Julia Lawall | 2022-05-23 | 1 | -1/+1 |
| * | | | libbpf: remove bpf_create_map*() APIs | Andrii Nakryiko | 2022-05-19 | 2 | -122/+0 |
| * | | | libbpf: start 1.0 development cycle | Andrii Nakryiko | 2022-05-19 | 2 | -2/+6 |
| * | | | libbpf: fix up global symbol counting logic | Andrii Nakryiko | 2022-05-19 | 1 | -1/+1 |
| * | | | libbpf: fix memory leak in attach_tp for target-less tracepoint program | Andrii Nakryiko | 2022-05-16 | 1 | -4/+4 |
| * | | | libbpf: Add safer high-level wrappers for map operations | Andrii Nakryiko | 2022-05-13 | 5 | -0/+229 |
| * | | | libbpf: Add bpf_program__set_insns function | Jiri Olsa | 2022-05-11 | 3 | -0/+41 |
| * | | | libbpf: Clean up ringbuf size adjustment implementation | Andrii Nakryiko | 2022-05-11 | 1 | -4/+2 |
| * | | | libbpf: Assign cookies to links in libbpf. | Kui-Feng Lee | 2022-05-11 | 5 | -4/+40 |
| * | | | libbpf: Automatically fix up BPF_MAP_TYPE_RINGBUF size, if necessary | Andrii Nakryiko | 2022-05-09 | 1 | -1/+41 |
| * | | | libbpf: Provide barrier() and barrier_var() in bpf_helpers.h | Andrii Nakryiko | 2022-05-09 | 1 | -0/+24 |
| * | | | libbpf: Complete field-based CO-RE helpers with field offset helper | Andrii Nakryiko | 2022-05-09 | 1 | -0/+12 |
| * | | | libbpf: Improve usability of field-based CO-RE helpers | Andrii Nakryiko | 2022-05-09 | 1 | -4/+21 |
| * | | | libbpf: Make __kptr and __kptr_ref unconditionally use btf_type_tag() attr | Andrii Nakryiko | 2022-05-09 | 1 | -5/+0 |
| * | | | libbpf: Allow to opt-out from creating BPF maps | Andrii Nakryiko | 2022-04-29 | 3 | -17/+133 |
| * | | | libbpf: Use libbpf_mem_ensure() when allocating new map | Andrii Nakryiko | 2022-04-29 | 1 | -27/+10 |
| * | | | libbpf: Append "..." in fixed up log if CO-RE spec is truncated | Andrii Nakryiko | 2022-04-29 | 1 | -4/+4 |
| * | | | libbpf: Support target-less SEC() definitions for BTF-backed programs | Andrii Nakryiko | 2022-04-28 | 1 | -17/+32 |
| * | | | libbpf: Allow "incomplete" basic tracing SEC() definitions | Andrii Nakryiko | 2022-04-28 | 1 | -18/+51 |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-04-28 | 10 | -132/+655 |
| |\ \ \ |
|
| | * | | | libbpf: Fix up verifier log for unguarded failed CO-RE relos | Andrii Nakryiko | 2022-04-27 | 3 | -4/+154 |
| | * | | | libbpf: Simplify bpf_core_parse_spec() signature | Andrii Nakryiko | 2022-04-27 | 1 | -19/+15 |
| | * | | | libbpf: Refactor CO-RE relo human description formatting routine | Andrii Nakryiko | 2022-04-27 | 1 | -26/+38 |
| | * | | | libbpf: Record subprog-resolved CO-RE relocations unconditionally | Andrii Nakryiko | 2022-04-27 | 1 | -15/+12 |
| | * | | | libbpf: Avoid joining .BTF.ext data with BPF programs by section name | Andrii Nakryiko | 2022-04-27 | 3 | -29/+65 |
| | * | | | libbpf: Fix logic for finding matching program for CO-RE relocation | Andrii Nakryiko | 2022-04-27 | 1 | -2/+3 |
| | * | | | libbpf: Drop unhelpful "program too large" guess | Andrii Nakryiko | 2022-04-27 | 1 | -4/+0 |
| | * | | | libbpf: Fix anonymous type check in CO-RE logic | Andrii Nakryiko | 2022-04-27 | 1 | -1/+1 |
| | * | | | libbpf: Add kptr type tag macros to bpf_helpers.h | Kumar Kartikeya Dwivedi | 2022-04-26 | 1 | -0/+7 |
| | * | | | libbpf: Remove unnecessary type cast | Yuntao Wang | 2022-04-25 | 1 | -1/+1 |