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
2019-10-21
seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
Christian Brauner
1
-4
/
+4
2019-10-21
selftest/bpf: Get rid of a bunch of explicit BPF program type setting
Andrii Nakryiko
4
-14
/
+0
2019-10-21
selftests/bpf: Make reference_tracking test use subtests
Andrii Nakryiko
2
-10
/
+11
2019-10-21
selftests/bpf: Make a copy of subtest name
Andrii Nakryiko
1
-5
/
+12
2019-10-21
libbpf: Teach bpf_object__open to guess program types
Andrii Nakryiko
1
-29
/
+36
2019-10-21
libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixes
Andrii Nakryiko
1
-0
/
+4
2019-10-21
libbpf: Add bpf_program__get_{type, expected_attach_type) APIs
Andrii Nakryiko
3
-0
/
+18
2019-10-21
tools: Sync if_link.h
Andrii Nakryiko
1
-0
/
+2
2019-10-21
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
5
-393
/
+386
2019-10-20
scripts/bpf: Print an error when known types list needs updating
Jakub Sitnicki
1
-0
/
+3
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
56
-127
/
+460
2019-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
8
-18
/
+55
2019-10-19
perf trace: Use STUL_STRARRAY_FLAGS with mmap
Arnaldo Carvalho de Melo
1
-1
/
+3
2019-10-19
perf trace: Wire up strarray__strtoul_flags()
Arnaldo Carvalho de Melo
2
-0
/
+9
2019-10-19
libbeauty: Introduce strarray__strtoul_flags()
Arnaldo Carvalho de Melo
2
-1
/
+45
2019-10-19
libbeauty: Make the mmap_flags strarray visible outside of its beautifier
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-10-19
perf trace: Use strtoul for the fcntl 'cmd' argument
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-10-19
libbeauty: Introduce syscall_arg__strtoul_strarrays()
Arnaldo Carvalho de Melo
2
-0
/
+8
2019-10-19
libperf: Add pr_err() macro
Jiri Olsa
2
-0
/
+4
2019-10-19
libperf: Do not export perf_evsel__init()/perf_evlist__init()
Jiri Olsa
5
-5
/
+2
2019-10-19
libperf: Keep count of failed tests
Jiri Olsa
5
-7
/
+21
2019-10-19
libperf: Add tests_mmap_cpus test
Jiri Olsa
1
-0
/
+98
2019-10-19
libperf: Add tests_mmap_thread test
Jiri Olsa
1
-0
/
+119
2019-10-19
libperf: Link static tests with libapi.a
Jiri Olsa
2
-3
/
+4
2019-10-19
libperf: Move mask setup to perf_evlist__mmap_ops()
Jiri Olsa
2
-2
/
+2
2019-10-19
libperf: Move mmap allocation to perf_evlist__mmap_ops::get
Jiri Olsa
2
-32
/
+34
2019-10-19
libperf: Introduce perf_evlist__for_each_mmap()
Jiri Olsa
7
-6
/
+47
2019-10-19
perf tests: Disable bp_signal testing for arm64
Leo Yan
1
-9
/
+6
2019-10-19
perf tests bp_account: Add dedicated checking helper is_supported()
Leo Yan
3
-1
/
+18
2019-10-19
perf tests: Remove needless headers for bp_account
Leo Yan
1
-4
/
+0
2019-10-19
perf list: Hide deprecated events by default
Jin Yao
9
-19
/
+55
2019-10-19
perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul()
Arnaldo Carvalho de Melo
1
-1
/
+5
2019-10-19
mm/gup_benchmark: add a missing "w" to getopt string
John Hubbard
1
-1
/
+1
2019-10-18
selftests/bpf: More compatible nc options in test_tc_edt
Jiri Benc
1
-1
/
+1
2019-10-18
bpf, libbpf: Add kernel version section parsing back
John Fastabend
1
-1
/
+20
2019-10-18
selftests: mlxsw: Add Spectrum-2 target scale for tc flower scale test
Danielle Ratson
2
-1
/
+21
2019-10-18
selftests: mlxsw: Add a resource scale test for Spectrum-2
Danielle Ratson
1
-0
/
+46
2019-10-18
selftests: mlxsw: Add Spectrum-2 mirror-to-gretap target scale test
Danielle Ratson
1
-0
/
+16
2019-10-18
selftests: mlxsw: Generalize the parameters of mirror_gre test
Danielle Ratson
1
-2
/
+5
2019-10-18
perf trace: Honour --max-events in processing syscalls:sys_enter_*
Arnaldo Carvalho de Melo
1
-6
/
+7
2019-10-18
libbeauty: Introduce syscall_arg__strtoul_strarray()
Arnaldo Carvalho de Melo
2
-0
/
+9
2019-10-18
perf tools: Remove unused trace_find_next_event()
Steven Rostedt (VMware)
2
-33
/
+0
2019-10-18
perf scripting engines: Iterate on tep event arrays directly
Steven Rostedt (VMware)
2
-4
/
+13
2019-10-18
perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepoints
Arnaldo Carvalho de Melo
1
-0
/
+23
2019-10-18
tools lib api: Renaming pr_warning to pr_warn
Kefeng Wang
3
-6
/
+6
2019-10-17
perf trace: Introduce 'struct evsel__trace' for evsel->priv needs
Arnaldo Carvalho de Melo
1
-6
/
+48
2019-10-17
perf trace: Hide evsel->access further, simplify code
Arnaldo Carvalho de Melo
1
-26
/
+31
2019-10-17
perf trace: Introduce accessors to trace specific evsel->priv
Arnaldo Carvalho de Melo
1
-11
/
+32
2019-10-17
perf trace: Show error message when not finding a field used in a filter expr...
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-10-17
x86: xen: insn: Decode Xen and KVM emulate-prefix signature
Masami Hiramatsu
5
-2
/
+58
[prev]
[next]