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
2024-08-14
selftests/bpf: convert test_cgroup_storage to test_progs
Alexis Lothoré (eBPF Foundation)
5
-177
/
+120
2024-08-14
selftests/bpf: convert get_current_cgroup_id_user to test_progs
Alexis Lothoré (eBPF Foundation)
5
-176
/
+51
2024-08-14
selftests: netfilter: add test for br_netfilter+conntrack+queue combination
Florian Westphal
2
-0
/
+79
2024-08-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+30
2024-08-14
KVM: selftests: Test memslot move in memslot_perf_test with quirk disabled
Yan Zhao
1
-1
/
+11
2024-08-14
KVM: selftests: Allow slot modification stress test with quirk disabled
Yan Zhao
1
-2
/
+17
2024-08-14
KVM: selftests: Test slot move/delete with slot zap quirk enabled/disabled
Yan Zhao
1
-8
/
+21
2024-08-14
perf test record.sh: Raise limit of open file descriptors
Veronika Molnarova
1
-1
/
+18
2024-08-14
perf build: Fix up broken capstone feature detection fast path
Arnaldo Carvalho de Melo
1
-4
/
+0
2024-08-14
perf test: Add new test cases for the branch counter feature
Kan Liang
1
-5
/
+12
2024-08-14
perf script: Add branch counters
Kan Liang
2
-8
/
+63
2024-08-14
perf annotate: Display the branch counter histogram
Kan Liang
6
-9
/
+74
2024-08-14
perf report: Display the branch counter histogram
Kan Liang
8
-18
/
+246
2024-08-14
perf evsel: Assign abbr name for the branch counter events
Kan Liang
2
-1
/
+60
2024-08-14
perf annotate: Save branch counters for each block
Kan Liang
10
-22
/
+80
2024-08-14
perf evlist: Save branch counters information
Kan Liang
4
-6
/
+32
2024-08-14
perf report: Remove the first overflow check for branch counters
Kan Liang
1
-2
/
+0
2024-08-14
perf report: Fix --total-cycles --stdio output error
Kan Liang
1
-1
/
+2
2024-08-14
perf test annotate: Dump trapping test in trap handler
Ian Rogers
1
-1
/
+2
2024-08-14
perf disasm: Fix memory leak for locked operations
Ian Rogers
1
-0
/
+1
2024-08-14
selftests/ftrace: Add required dependency for kprobe tests
Masami Hiramatsu (Google)
2
-2
/
+2
2024-08-14
refscale: Add TINY scenario
Paul E. McKenney
1
-0
/
+20
2024-08-14
torture: Add torture.sh --guest-cpu-limit argument for limited hosts
Paul E. McKenney
1
-11
/
+27
2024-08-13
selftests/bpf: Avoid subtraction after htons() in ipip tests
Asbjørn Sloth Tønnesen
1
-6
/
+6
2024-08-13
perf inject: Inject build ids for entire call chain
Ian Rogers
1
-0
/
+31
2024-08-13
perf callchain: Add a for_each callback style API
Ian Rogers
2
-0
/
+41
2024-08-13
perf test: Add test for Intel TPEBS counting mode
Weilin Wang
1
-0
/
+19
2024-08-13
perf Document: Add TPEBS (Timed PEBS(Precise Event-Based Sampling)) to Documents
Weilin Wang
2
-0
/
+31
2024-08-13
perf stat: Add command line option for enabling TPEBS recording
Weilin Wang
2
-0
/
+12
2024-08-13
perf vendor events intel: Add MTL metric JSON files
Weilin Wang
2
-0
/
+2677
2024-08-13
perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...
Weilin Wang
8
-2
/
+564
2024-08-13
KVM: selftests: Add a testcase to verify x2APIC is fully readonly
Michal Luczaj
1
-0
/
+28
2024-08-13
Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-2
/
+2
2024-08-12
selftests/bpf: Add a test to verify previous stacksafe() fix
Yonghong Song
1
-0
/
+54
2024-08-12
selftests: fib_nexthops: Test 16-bit next hop weights
Petr Machata
1
-1
/
+54
2024-08-12
selftests: router_mpath_nh_res: Test 16-bit next hop weights
Petr Machata
1
-8
/
+48
2024-08-12
selftests: router_mpath_nh: Test 16-bit next hop weights
Petr Machata
3
-8
/
+50
2024-08-12
selftests: router_mpath: Sleep after MZ
Petr Machata
3
-0
/
+6
2024-08-12
perf data: Allow to use given fd in data->file.fd
Weilin Wang
1
-1
/
+6
2024-08-12
perf parse-events: Add a retirement latency modifier
Ian Rogers
4
-1
/
+6
2024-08-12
perf session: Constify tool
Ian Rogers
2
-4
/
+4
2024-08-12
perf tool: Remove perf_tool__fill_defaults()
Ian Rogers
3
-96
/
+0
2024-08-12
perf kwork: Use perf_tool__init()
Ian Rogers
1
-6
/
+5
2024-08-12
perf test event_update: Ensure tools is initialized
Ian Rogers
1
-0
/
+1
2024-08-12
perf data convert ctf: Use perf_tool__init()
Ian Rogers
1
-16
/
+14
2024-08-12
perf data convert json: Use perf_tool__init()
Ian Rogers
1
-23
/
+20
2024-08-12
perf diff: Use perf_tool__init()
Ian Rogers
1
-15
/
+13
2024-08-12
perf timechart: Use perf_tool__init()
Ian Rogers
1
-9
/
+8
2024-08-12
perf mem: Use perf_tool__init()
Ian Rogers
1
-16
/
+17
2024-08-12
perf sched: Use perf_tool__init()
Ian Rogers
1
-9
/
+7
[prev]
[next]