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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
tools: gpio: port gpio-event-mon to v2 uAPI
Kent Gibson
1
-44
/
+47
2020-09-30
tools: gpio: port gpio-hammer to v2 uAPI
Kent Gibson
3
-45
/
+197
2020-09-30
tools: gpio: rename nlines to num_lines
Kent Gibson
3
-26
/
+26
2020-09-30
tools: gpio: port gpio-watch to v2 uAPI
Kent Gibson
1
-8
/
+8
2020-09-30
tools: gpio: port lsgpio to v2 uAPI
Kent Gibson
1
-22
/
+38
2020-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-2
/
+8
2020-09-29
libbpf: Compile in PIC mode only for shared library case
Andrii Nakryiko
1
-2
/
+1
2020-09-29
libbpf: Compile libbpf under -O2 level by default and catch extra warnings
Andrii Nakryiko
1
-1
/
+1
2020-09-29
libbpf: Fix uninitialized variable in btf_parse_type_sec
Andrii Nakryiko
1
-1
/
+1
2020-09-29
selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
Ilya Leoshkevich
1
-115
/
+101
2020-09-29
perf trace beauty: Add script to autogenerate mremap's flags args string/id t...
Arnaldo Carvalho de Melo
3
-19
/
+39
2020-09-29
bpf, selftests: Fix warning in snprintf_btf where system() call unchecked
John Fastabend
1
-1
/
+3
2020-09-29
selftests: Add selftest for disallowing modify_return attachment to freplace
Toke Høiland-Jørgensen
3
-1
/
+71
2020-09-29
selftests/bpf: Adding test for arg dereference in extension trace
Jiri Olsa
3
-0
/
+154
2020-09-29
selftests: Add test for multiple attachments of freplace program
Toke Høiland-Jørgensen
2
-32
/
+139
2020-09-29
libbpf: Add support for freplace attachment in bpf_link_create
Toke Høiland-Jørgensen
5
-9
/
+60
2020-09-29
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
1
-2
/
+7
2020-09-29
selftests/bpf: Test BTF's handling of endianness
Andrii Nakryiko
1
-0
/
+101
2020-09-29
libbpf: Support BTF loading and raw data output in both endianness
Andrii Nakryiko
3
-64
/
+255
2020-09-29
selftests/bpf: Move and extend ASSERT_xxx() testing macros
Andrii Nakryiko
2
-34
/
+63
2020-09-29
selftests: Make sure all 'skel' variables are declared static
Toke Høiland-Jørgensen
2
-2
/
+2
2020-09-29
selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id
Toke Høiland-Jørgensen
1
-3
/
+9
2020-09-29
selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli...
Alan Maguire
3
-1
/
+51
2020-09-29
selftests/bpf: Fix unused-result warning in snprintf_btf.c
Alan Maguire
1
-1
/
+1
2020-09-29
perf tools: Separate the checking of headers only used to build beautificatio...
Arnaldo Carvalho de Melo
1
-2
/
+20
2020-09-28
bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tp
John Fastabend
1
-1
/
+1
2020-09-28
selftests/bpf: Test BTF writing APIs
Andrii Nakryiko
2
-4
/
+282
2020-09-28
libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset
Andrii Nakryiko
3
-1
/
+8
2020-09-28
libbpf: Add BTF writing APIs
Andrii Nakryiko
3
-0
/
+838
2020-09-28
selftests/bpf: Add test for bpf_seq_printf_btf helper
Alan Maguire
2
-0
/
+124
2020-09-28
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
1
-0
/
+9
2020-09-28
selftests/bpf: Fix overflow tests to reflect iter size increase
Alan Maguire
1
-7
/
+7
2020-09-28
selftests/bpf: Add bpf_snprintf_btf helper tests
Alan Maguire
2
-0
/
+309
2020-09-28
bpf: Add bpf_snprintf_btf helper
Alan Maguire
1
-0
/
+67
2020-09-28
libbpf: Add btf__new_empty() to create an empty BTF object
Andrii Nakryiko
3
-0
/
+32
2020-09-28
libbpf: Allow modification of BTF and add btf__add_str API
Andrii Nakryiko
3
-8
/
+258
2020-09-28
libbpf: Extract generic string hashing function for reuse
Andrii Nakryiko
2
-8
/
+13
2020-09-28
libbpf: Generalize common logic for managing dynamically-sized arrays
Andrii Nakryiko
2
-21
/
+59
2020-09-28
libbpf: Remove assumption of single contiguous memory for BTF data
Andrii Nakryiko
3
-43
/
+60
2020-09-28
libbpf: Refactor internals of BTF type index
Andrii Nakryiko
1
-64
/
+75
2020-09-28
selftests: Remove fmod_ret from test_overhead
Toke Høiland-Jørgensen
4
-39
/
+1
2020-09-28
selftest: bpf: Test copying a sockmap and sockhash
Lorenz Bauer
2
-11
/
+30
2020-09-28
selftests: bpf: Remove shared header from sockmap iter test
Lorenz Bauer
3
-24
/
+20
2020-09-28
selftests: bpf: Add helper to compare socket cookies
Lorenz Bauer
1
-14
/
+36
2020-09-28
selftests/bpf: Add raw_tp_test_run
Song Liu
2
-0
/
+120
2020-09-28
libbpf: Support test run of raw tracepoint programs
Song Liu
4
-0
/
+63
2020-09-28
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
1
-0
/
+7
2020-09-28
selftests: net: add a test for static UDP tunnel ports
Jakub Kicinski
1
-0
/
+58
2020-09-28
selftests: net: add a test for shared UDP tunnel info tables
Jakub Kicinski
1
-0
/
+109
2020-09-28
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
12
-11
/
+106
[prev]
[next]