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-11-15
selftests: add tests for clone3() with *set_tid
Adrian Reber
6
-26
/
+421
2019-11-15
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
Alexei Starovoitov
2
-0
/
+167
2019-11-15
selftests/bpf: Extend test_pkt_access test
Alexei Starovoitov
1
-2
/
+36
2019-11-15
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
5
-17
/
+71
2019-11-15
selftests/bpf: Add stress test for maximum number of progs
Alexei Starovoitov
1
-0
/
+76
2019-11-15
selftests/bpf: Add combined fentry/fexit test
Alexei Starovoitov
1
-0
/
+90
2019-11-15
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2
-0
/
+162
2019-11-15
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
3
-0
/
+167
2019-11-15
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2
-3
/
+88
2019-11-15
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
4
-25
/
+82
2019-11-15
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
3
-0
/
+25
2019-11-15
ptp: Extend the test program to check the external time stamp flags.
Richard Cochran
1
-2
/
+51
2019-11-15
selftests: net: tcp_mmap should create detached threads
Eric Dumazet
1
-1
/
+6
2019-11-15
selftests: mlxsw: Adjust test to recent changes
Ido Schimmel
1
-2
/
+6
2019-11-15
ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"
Colin Ian King
2
-3
/
+3
2019-11-15
selftests: kvm: Simplify loop in kvm_create_max_vcpus test
Wainer dos Santos Moschetta
1
-5
/
+2
2019-11-14
tracing/selftests: Turn off timeout setting
Steven Rostedt (VMware)
1
-0
/
+1
2019-11-14
selftests/powerpc: Handle Makefile for unrecognized option
Harish
1
-1
/
+6
2019-11-13
perf maps: Purge the entries from maps->names in __maps__purge()
Arnaldo Carvalho de Melo
2
-41
/
+1
2019-11-13
selftests: kvm: fix build with glibc >= 2.30
Vitaly Kuznetsov
1
-2
/
+2
2019-11-13
ftrace/selftests: Update the direct call selftests to test two direct calls
Steven Rostedt (VMware)
2
-23
/
+52
2019-11-13
ftrace/selftest: Add tests to test register_ftrace_direct()
Steven Rostedt (VMware)
2
-0
/
+124
2019-11-13
tools: gpio: Correctly add make dependencies for gpio_utils
Laura Abbott
2
-3
/
+8
2019-11-13
perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite
Adrian Hunter
1
-3
/
+9
2019-11-13
Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
2
-3
/
+8
2019-11-13
powerpc/watchpoint: Support for 8xx in ptrace-hwbreak.c selftest
Ravi Bangoria
1
-9
/
+23
2019-11-13
powerpc/watchpoint: Add DAR outside test in perf-hwbreak.c selftest
Ravi Bangoria
1
-1
/
+118
2019-11-13
selftests/powerpc: Rewrite ptrace-hwbreak.c selftest
Ravi Bangoria
1
-210
/
+361
2019-11-12
tc-testing: Introduced tdc tests for basic filter
Roman Mashak
1
-0
/
+325
2019-11-12
selftests: Add a test of large binary to devlink health test
Aya Levin
1
-0
/
+9
2019-11-12
perf vendor events power9: Fix commas so PMU event files are valid JSON
James Clark
9
-894
/
+894
2019-11-12
perf vendor events power8: Fix commas so PMU event files are valid JSON
James Clark
9
-969
/
+969
2019-11-12
perf vendor events arm64: Fix commas so PMU event files are valid JSON
James Clark
19
-310
/
+310
2019-11-12
kselftests: cgroup: Avoid the reuse of fd after it is deallocated
Hewenliang
1
-0
/
+1
2019-11-12
perf parse: Use YYABORT to clear stack after failure, plugging leaks
Ian Rogers
1
-1
/
+2
2019-11-12
perf tool: Provide an option to print perf_event_open args and return value
Ravi Bangoria
5
-18
/
+32
2019-11-12
perf map: Remove ->groups from 'struct map'
Arnaldo Carvalho de Melo
2
-5
/
+0
2019-11-12
perf map: Combine maps__fixup_overlappings with its only use
Arnaldo Carvalho de Melo
1
-9
/
+4
2019-11-12
perf annotate: Stop using map->groups, use map_symbol->mg instead
Arnaldo Carvalho de Melo
3
-4
/
+5
2019-11-12
perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'
Arnaldo Carvalho de Melo
6
-0
/
+12
2019-11-12
perf symbols: Use kmaps(map)->machine when we know its a kernel map
Arnaldo Carvalho de Melo
1
-13
/
+3
2019-11-12
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
Arnaldo Carvalho de Melo
10
-125
/
+114
2019-11-12
perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
Arnaldo Carvalho de Melo
9
-62
/
+71
2019-11-12
perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'
Arnaldo Carvalho de Melo
5
-20
/
+19
2019-11-12
perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...
Arnaldo Carvalho de Melo
7
-75
/
+66
2019-11-12
perf tools: Add map_groups to 'struct addr_location'
Arnaldo Carvalho de Melo
5
-14
/
+14
2019-11-12
perf map_groups: Pass the object to map_groups__find_ams()
Arnaldo Carvalho de Melo
4
-8
/
+8
2019-11-12
perf symbols: Stop using map->groups, we can use kmaps instead
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-12
perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()
Arnaldo Carvalho de Melo
1
-10
/
+3
2019-11-12
selftests: add tests for clone3()
Adrian Reber
3
-2
/
+208
[prev]
[next]