index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-18
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
13
-123
/
+353
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
3
-22
/
+47
2022-01-14
libperf tests: Update a use of the new cpumap API
Ian Rogers
1
-2
/
+3
2022-01-13
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
22
-1351
/
+2648
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
9
-63
/
+85
2022-01-12
libperf: Sync evsel documentation
Ian Rogers
1
-5
/
+5
2022-01-12
libperf: Allow NULL in perf_cpu_map__idx()
Ian Rogers
1
-1
/
+6
2022-01-12
libperf: Use cpu not index for evsel mmap
Ian Rogers
1
-1
/
+2
2022-01-12
libperf: Switch cpu to more accurate cpu_map_idx
Ian Rogers
2
-48
/
+50
2022-01-12
perf cpumap: Move 'has' function to libperf
Ian Rogers
5
-2
/
+10
2022-01-12
libperf: Add comments to 'struct perf_cpu_map'
Ian Rogers
1
-0
/
+9
2022-01-06
libbpf: Add documentation for bpf_map batch operations
Grant Seltzer
2
-6
/
+117
2022-01-05
libbpf 1.0: Deprecate bpf_object__find_map_by_offset() API
Christy Lee
1
-1
/
+2
2022-01-05
libbpf 1.0: Deprecate bpf_map__is_offload_neutral()
Christy Lee
1
-0
/
+1
2022-01-05
libbpf: Support repeated legacy kprobes on same function
Qiang Wang
1
-1
/
+4
2022-01-05
libbpf: Use probe_name for legacy kprobe
Qiang Wang
1
-1
/
+1
2022-01-05
libbpf: Deprecate bpf_perf_event_read_simple() API
Christy Lee
2
-8
/
+15
2021-12-28
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
3
-17
/
+28
2021-12-28
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
1
-32
/
+22
2021-12-28
libbpf: Normalize PT_REGS_xxx() macro definitions
Andrii Nakryiko
1
-225
/
+152
2021-12-23
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
1
-0
/
+6
2021-12-17
libbpf: Rework feature-probing APIs
Andrii Nakryiko
3
-54
/
+236
2021-12-16
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-1
/
+2
2021-12-16
libperf tests: Fix a spelling mistake "Runnnig" -> "Running"
Colin Ian King
1
-1
/
+1
2021-12-14
libbpf: Avoid reading past ELF data section end when copying license
Andrii Nakryiko
1
-1
/
+4
2021-12-14
libbpf: Mark bpf_object__find_program_by_title API deprecated.
Kui-Feng Lee
1
-0
/
+1
2021-12-14
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
6
-39
/
+143
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
6
-19
/
+31
2021-12-14
libbpf: Fix potential uninit memory read
Andrii Nakryiko
1
-0
/
+1
2021-12-13
libbpf: Add doc comments for bpf_program__(un)pin()
Grant Seltzer
1
-0
/
+24
2021-12-12
libbpf: Don't validate TYPE_ID relo's original imm value
Andrii Nakryiko
1
-5
/
+14
2021-12-11
libbpf: Fix gen_loader assumption on number of programs.
Alexei Starovoitov
1
-2
/
+3
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
19
-629
/
+1185
2021-12-10
libbpf: Add "bool skipped" to struct bpf_map
Shuyi Cheng
1
-3
/
+8
2021-12-10
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
Vincent Minet
1
-1
/
+1
2021-12-10
libbpf: Deprecate bpf_object__load_xattr()
Andrii Nakryiko
2
-13
/
+11
2021-12-10
libbpf: Add per-program log buffer setter and getter
Andrii Nakryiko
3
-17
/
+84
2021-12-10
libbpf: Preserve kernel error code and remove kprobe prog type guessing
Andrii Nakryiko
1
-17
/
+2
2021-12-10
libbpf: Improve logging around BPF program loading
Andrii Nakryiko
1
-19
/
+19
2021-12-10
libbpf: Allow passing user log setting through bpf_object_open_opts
Andrii Nakryiko
3
-3
/
+65
2021-12-10
libbpf: Allow passing preallocated log_buf when loading BTF into kernel
Andrii Nakryiko
2
-23
/
+56
2021-12-10
libbpf: Add OPTS-based bpf_btf_load() API
Andrii Nakryiko
4
-12
/
+69
2021-12-10
libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
Andrii Nakryiko
1
-13
/
+16
2021-12-07
perf evlist: Allow setting arbitrary leader
Ian Rogers
2
-7
/
+10
2021-12-07
libperf tests: Add test_stat_multiplexing test
Shunsuke Nakamura
1
-0
/
+157
2021-12-07
libperf: Remove scaling process from perf_mmap__read_self()
Shunsuke Nakamura
1
-2
/
+0
2021-12-07
libperf: Adopt perf_counts_values__scale() from tools/perf/util
Shunsuke Nakamura
3
-0
/
+24
2021-12-06
libbpf: Add doc comments in libbpf.h
Grant Seltzer
1
-0
/
+53
2021-12-06
libbpf: Fix trivial typo
huangxuesen
1
-2
/
+2
2021-12-06
libtraceevent: Add __rel_loc relative location attribute support
Masami Hiramatsu
3
-22
/
+47
[next]