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
2021-02-09
perf daemon: Add daemon command
Jiri Olsa
6
-0
/
+130
2021-02-09
perf script: Simplify bool conversion
Yang Li
1
-2
/
+2
2021-02-09
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
4
-39
/
+39
2021-02-09
perf arm64/s390: Fix printf conversion specifier for IP addresses
Arnaldo Carvalho de Melo
2
-2
/
+4
2021-02-09
selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test
Vitaly Kuznetsov
1
-1
/
+38
2021-02-09
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
Vitaly Kuznetsov
3
-28
/
+39
2021-02-09
selftests: kvm: Raise the default timeout to 120 seconds
Vitaly Kuznetsov
1
-0
/
+1
2021-02-09
perf powerpc: Fix printf conversion specifier for IP addresses
Arnaldo Carvalho de Melo
1
-1
/
+2
2021-02-08
tools/resolve_btfids: Set srctree variable unconditionally
Jiri Olsa
1
-5
/
+2
2021-02-08
tools/resolve_btfids: Check objects before removing
Jiri Olsa
1
-5
/
+12
2021-02-08
tools/resolve_btfids: Build libbpf and libsubcmd in separate directories
Jiri Olsa
2
-17
/
+11
2021-02-08
bpf: Simplify bool comparison
Jiapeng Chong
1
-1
/
+1
2021-02-08
selftests/bpf: Add missing cleanup in atomic_bounds test
Brendan Jackman
1
-0
/
+2
2021-02-08
selftests/bpf: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
selftests: netdevsim: Test route offload failure notifications
Amit Cohen
1
-2
/
+132
2021-02-08
selftests/timens: add futex binary to .gitignore
Tobias Klauser
1
-0
/
+1
2021-02-08
selftests: breakpoints: Use correct error messages in breakpoint_test_arm64.c
Tiezhu Yang
1
-2
/
+2
2021-02-08
selftests/vDSO: fix ABI selftest on riscv
Tobias Klauser
1
-1
/
+3
2021-02-08
selftests/x86/ldt_gdt: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
selftests/ipc: remove unneeded semicolon
Yang Li
1
-3
/
+3
2021-02-08
kselftests: dmabuf-heaps: Add extra checking that allocated buffers are zeroed
John Stultz
1
-0
/
+86
2021-02-08
kselftests: dmabuf-heaps: Cleanup test output
John Stultz
1
-23
/
+21
2021-02-08
kselftests: dmabuf-heaps: Softly fail if don't find a vgem device
John Stultz
1
-8
/
+7
2021-02-08
kselftests: dmabuf-heaps: Add clearer checks on DMABUF_BEGIN/END_SYNC
John Stultz
1
-7
/
+13
2021-02-08
kselftests: dmabuf-heaps: Fix Makefile's inclusion of the kernel's usr/includ...
John Stultz
1
-1
/
+1
2021-02-08
selftests: tc-testing: u32: Add tests covering sample option
Phil Sutter
1
-0
/
+46
2021-02-08
kunit: tool: fix unintentional statefulness in run_kernel()
Daniel Latypov
1
-1
/
+3
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
3
-12
/
+28
2021-02-08
selftests/net: so_txtime: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
3
-7
/
+46
2021-02-08
kunit: tool: simplify kconfig is_subset_of() logic
Daniel Latypov
1
-7
/
+6
2021-02-08
minor: kunit: tool: fix unit test so it can run from non-root dir
Daniel Latypov
1
-36
/
+24
2021-02-08
kunit: tool: use `with open()` in unit test
Daniel Latypov
1
-19
/
+14
2021-02-08
kunit: tool: stop using bare asserts in unit test
Daniel Latypov
1
-26
/
+24
2021-02-08
kunit: tool: fix unit test cleanup handling
Daniel Latypov
1
-8
/
+6
2021-02-08
bpf/benchs/bench_ringbufs: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
perf script: Support filtering by hex address
Jin Yao
5
-1
/
+98
2021-02-08
perf intlist: Change 'struct intlist' int member to 'unsigned long'
Jin Yao
3
-17
/
+22
2021-02-08
tools/power/x86/intel-speed-select: Update version to 1.8
Srinivas Pandruvada
1
-1
/
+1
2021-02-08
tools/power/x86/intel-speed-select: Add new command to get/set TRL
Srinivas Pandruvada
4
-1
/
+83
2021-02-08
tools/power/x86/intel-speed-select: Add new command turbo-mode
Srinivas Pandruvada
1
-1
/
+61
2021-02-08
perf stat: Use nftw() instead of ftw()
Paul Cercueil
1
-4
/
+4
2021-02-08
perf tools: Update topdown documentation for Sapphire Rapids
Kan Liang
1
-4
/
+74
2021-02-08
perf stat: Support L2 Topdown events
Kan Liang
5
-4
/
+149
2021-02-08
perf test: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
1
-3
/
+11
2021-02-08
perf report: Support instruction latency
Kan Liang
10
-11
/
+81
2021-02-08
perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
8
-10
/
+61
2021-02-08
perf c2c: Support data block and addr block
Kan Liang
3
-0
/
+11
2021-02-08
perf tools: Support data block and addr block
Kan Liang
8
-4
/
+70
2021-02-08
perf tools: Support the auxiliary event
Kan Liang
7
-1
/
+60
[prev]
[next]