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
2022-04-25
selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...
Shaopeng Tan
1
-2
/
+2
2022-04-25
selftests/resctrl: Change the default limited time to 120 seconds
Shaopeng Tan
1
-0
/
+3
2022-04-25
selftests/resctrl: Kill child process before parent process terminates if SIG...
Shaopeng Tan
1
-0
/
+1
2022-04-25
selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...
Shaopeng Tan
1
-0
/
+4
2022-04-25
selftests/resctrl: Extend CPU vendor detection
Shaopeng Tan
4
-17
/
+33
2022-04-25
bpftool, musl compat: Replace sys/fcntl.h by fcntl.h
Dominique Martinet
1
-1
/
+1
2022-04-25
bpftool, musl compat: Replace nftw with FTW_ACTIONRETVAL
Dominique Martinet
1
-55
/
+57
2022-04-25
selftests/x86/corrupt_xstate_header: Use provided __cpuid_count() macro
Reinette Chatre
1
-14
/
+2
2022-04-25
selftests/x86/amx: Use provided __cpuid_count() macro
Reinette Chatre
1
-17
/
+7
2022-04-25
selftests/vm/pkeys: Use provided __cpuid_count() macro
Reinette Chatre
1
-19
/
+2
2022-04-25
selftests: Provide local define of __cpuid_count()
Reinette Chatre
1
-0
/
+15
2022-04-25
selftests/damon: add damon to selftests root Makefile
Yuanchu Xie
1
-0
/
+1
2022-04-25
cgroup: Add config file to cgroup selftest suite
David Vernet
1
-0
/
+8
2022-04-25
cgroup: Add test_cpucg_max_nested() testcase
David Vernet
1
-0
/
+63
2022-04-25
cgroup: Add test_cpucg_max() testcase
David Vernet
1
-0
/
+54
2022-04-25
cgroup: Add test_cpucg_nested_weight_underprovisioned() testcase
David Vernet
1
-16
/
+57
2022-04-25
cgroup: Adding test_cpucg_nested_weight_overprovisioned() testcase
David Vernet
1
-0
/
+122
2022-04-25
selftests/binderfs: Improve message to provide more info
Karthik Alapati
1
-1
/
+2
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
1
-1
/
+1
2022-04-25
selftests: mlxsw: Check device info on activated line card
Jiri Pirko
1
-0
/
+22
2022-04-25
selftests: mlxsw: Check line card info on provisioned line card
Jiri Pirko
1
-0
/
+17
2022-04-25
selftests: mlxsw: Check devices on provisioned line card
Jiri Pirko
1
-0
/
+22
2022-04-25
selftests: alsa: Start validating control names
Mark Brown
1
-1
/
+40
2022-04-24
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
36
-207
/
+630
2022-04-24
libperf evsel: Factor out perf_evsel__ioctl()
Adrian Hunter
1
-7
/
+12
2022-04-24
perf stat: Support hybrid --topdown option
Zhengjun Xing
4
-9
/
+36
2022-04-23
Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git://git.kernel.org/pub...
Linus Torvalds
4
-1
/
+23
2022-04-23
selftests: drivers: dsa: add a subset of forwarding selftests
Vladimir Oltean
10
-0
/
+11
2022-04-23
selftests: forwarding: add a test for local_termination.sh
Vladimir Oltean
1
-0
/
+299
2022-04-23
selftests: forwarding: add a no_forwarding.sh test
Vladimir Oltean
1
-0
/
+261
2022-04-23
selftests: forwarding: add helper for retrieving IPv6 link-local address of i...
Vladimir Oltean
1
-0
/
+9
2022-04-23
selftests: forwarding: add helpers for IP multicast group joins/leaves
Vladimir Oltean
1
-0
/
+38
2022-04-23
selftests: forwarding: multiple instances in tcpdump helper
Joachim Wiberg
2
-19
/
+31
2022-04-23
selftests: forwarding: add TCPDUMP_EXTRA_FLAGS to lib.sh
Joachim Wiberg
1
-1
/
+2
2022-04-23
selftests: forwarding: add option to run tests with stable MAC addresses
Vladimir Oltean
1
-0
/
+36
2022-04-23
selftests: mptcp: add infinite map mibs check
Geliang Tang
1
-1
/
+35
2022-04-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-128
/
+100
2022-04-22
wireguard: selftests: enable ACPI for SMP
Jason A. Donenfeld
2
-0
/
+2
2022-04-23
selftests/bpf: Switch fexit_stress to bpf_link_create() API
Andrii Nakryiko
1
-1
/
+1
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2
-3
/
+34
2022-04-22
perf test: Fix error message for test case 71 on s390, where it is not supported
Thomas Richter
1
-0
/
+4
2022-04-22
perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
Leo Yan
1
-0
/
+14
2022-04-22
perf script: Always allow field 'data_src' for auxtrace
Leo Yan
1
-1
/
+1
2022-04-22
perf clang: Fix header include for LLVM >= 14
Guilherme Amadio
1
-0
/
+4
2022-04-22
cgroup: Add test_cpucg_weight_underprovisioned() testcase
David Vernet
1
-38
/
+117
2022-04-22
cgroup: Add test_cpucg_weight_overprovisioned() testcase
David Vernet
3
-3
/
+145
2022-04-22
cgroup: Add test_cpucg_stats() testcase to cgroup cpu selftests
David Vernet
2
-0
/
+131
2022-04-22
cgroup: Add new test_cpu.c test suite in cgroup selftests
David Vernet
3
-0
/
+113
2022-04-22
tools: Add kmem_cache_alloc_lru()
Matthew Wilcox (Oracle)
2
-2
/
+9
2022-04-22
perf stat: Merge event counts from all hybrid PMUs
Zhengjun Xing
4
-2
/
+28
[prev]
[next]