index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-06
libperf: Add arm64 support to perf_mmap__read_self()
Rob Herring
2
-1
/
+102
2022-02-04
libbpf: Fix build issue with llvm-readelf
Yonghong Song
1
-2
/
+2
2022-02-04
libbpf: Deprecate forgotten btf__get_map_kv_tids()
Andrii Nakryiko
2
-0
/
+4
2022-02-03
libbpf: Deprecate priv/set_priv storage
Delyan Kratunov
1
-1
/
+6
2022-02-03
libbpf: Stop using deprecated bpf_map__is_offload_neutral()
Andrii Nakryiko
1
-1
/
+1
2022-02-02
libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
Delyan Kratunov
1
-1
/
+3
2022-02-01
libbpf: Open code raw_tp_open and link_create commands.
Alexei Starovoitov
1
-0
/
+26
2022-02-01
libbpf: Open code low level bpf commands.
Alexei Starovoitov
1
-2
/
+42
2022-02-01
libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitions
Lorenzo Bianconi
1
-3
/
+11
2022-02-01
libbpf: Deprecate btf_ext rec_size APIs
Dave Marchevsky
1
-2
/
+4
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+22
2022-01-25
libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
Andrii Nakryiko
1
-0
/
+26
2022-01-25
libbpf: deprecate bpf_map__resize()
Andrii Nakryiko
1
-0
/
+1
2022-01-25
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
6
-16
/
+37
2022-01-24
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
1
-0
/
+34
2022-01-24
libbpf: Mark bpf_object__open_xattr() deprecated
Christy Lee
2
-1
/
+2
2022-01-24
libbpf: Mark bpf_object__open_buffer() API deprecated
Christy Lee
1
-0
/
+1
2022-01-24
libbpf: Add "iter.s" section for sleepable bpf iterator programs
Kenny Yu
1
-0
/
+1
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
11
-41
/
+208
2022-01-23
Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-2
/
+2
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-0
/
+20
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
1
-2
/
+2
2022-01-21
libbpf: Add SEC name for xdp frags programs
Lorenzo Bianconi
1
-0
/
+8
2022-01-20
libbpf: streamline low-level XDP APIs
Andrii Nakryiko
3
-33
/
+117
2022-01-20
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
3
-1
/
+14
2022-01-19
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
1
-1
/
+30
2022-01-18
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
1
-1
/
+21
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-15
tools: sync tools/bitmap with mother linux
Yury Norov
1
-0
/
+20
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
libbpf: Deprecate bpf_map__def() API
Christy Lee
1
-1
/
+2
2022-01-12
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
1
-0
/
+3
2022-01-12
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
3
-2
/
+12
2022-01-12
libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
Mauricio Vásquez
1
-2
/
+1
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
[prev]
[next]