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
2023-06-01
selftests/bpf: Test table ID fib lookup BPF helper
Louis DeLosSantos
1
-8
/
+53
2023-06-01
bpf: Add table ID to bpf_fib_lookup BPF helper
Louis DeLosSantos
1
-3
/
+18
2023-06-01
perf test: Update parse-events expectations to test for multiple events
Ian Rogers
1
-518
/
+590
2023-06-01
perf parse-events: Wildcard most "numeric" events
Ian Rogers
6
-35
/
+106
2023-06-01
perf evsel: Add verbose 3 print of evsel name when opening
Ian Rogers
1
-0
/
+1
2023-06-01
perf pmu: Correct perf_pmu__auto_merge_stats() affecting hybrid
Ian Rogers
1
-1
/
+1
2023-05-31
KVM: selftests: Allow dumping per-vcpu info for uffd threads
Peter Xu
1
-2
/
+2
2023-05-31
KVM: selftests: Setup vcpu_alias only for minor mode test
Peter Xu
1
-8
/
+9
2023-05-31
Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-next
Arnaldo Carvalho de Melo
33
-440
/
+956
2023-05-31
x86/alternatives: Add longer 64-bit NOPs
Peter Zijlstra
1
-2
/
+14
2023-05-30
selftests: forwarding: Add layer 2 miss test cases
Ido Schimmel
2
-0
/
+351
2023-05-30
KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"
Colin Ian King
1
-1
/
+1
2023-05-30
KVM: selftests: Refactor stable TSC check to use TEST_REQUIRE()
Sean Christopherson
1
-15
/
+7
2023-05-30
selftests/bpf: Add a test where map key_type_id with decl_tag type
Yonghong Song
1
-0
/
+40
2023-05-30
Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' of git://git.kernel.org/pu...
Linus Torvalds
12
-24
/
+51
2023-05-30
cxl/pci: Find and register CXL PMU devices
Jonathan Cameron
1
-0
/
+1
2023-05-30
perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...
Ian Rogers
1
-2
/
+2
2023-05-30
spi: spidev_test Add three missing spi mode bits
Boerge Struempfel
1
-2
/
+17
2023-05-30
spi: spidev_test: Sorted the options into logical groups
Boerge Struempfel
1
-42
/
+48
2023-05-30
selftests: mptcp: userspace pm: skip if MPTCP is not supported
Matthieu Baerts
1
-0
/
+4
2023-05-30
selftests: mptcp: sockopt: skip if MPTCP is not supported
Matthieu Baerts
1
-0
/
+4
2023-05-30
selftests: mptcp: simult flows: skip if MPTCP is not supported
Matthieu Baerts
1
-0
/
+4
2023-05-30
selftests: mptcp: diag: skip if MPTCP is not supported
Matthieu Baerts
1
-0
/
+4
2023-05-30
selftests: mptcp: join: skip if MPTCP is not supported
Matthieu Baerts
1
-0
/
+4
2023-05-30
selftests: mptcp: pm nl: skip if MPTCP is not supported
Matthieu Baerts
1
-0
/
+4
2023-05-30
selftests: mptcp: connect: skip if MPTCP is not supported
Matthieu Baerts
3
-1
/
+45
2023-05-30
selftests: mptcp: join: avoid using 'cmp --bytes'
Matthieu Baerts
1
-2
/
+11
2023-05-29
tools: ynl: Support enums in struct members in genetlink-legacy
Donald Hunter
2
-1
/
+7
2023-05-29
tools: ynl: Initialise fixed headers to 0 in genetlink-legacy
Donald Hunter
1
-1
/
+1
2023-05-29
usbip: Use _FORTIFY_SOURCE=2 instead of (implicitly) =1
Uwe Kleine-König
1
-2
/
+2
2023-05-29
usbip: give a more helpful error message if vhdi_hcd isn't loaded
Galen Guyer
3
-3
/
+3
2023-05-29
Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-3
/
+26
2023-05-28
libsubcmd: Avoid two path statics, removing 8192 bytes from .bss
Ian Rogers
1
-15
/
+20
2023-05-28
perf test pmu: Avoid 2 static path arrays
Ian Rogers
1
-8
/
+9
2023-05-28
tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...
Ian Rogers
1
-6
/
+11
2023-05-28
perf scripting-engines: Move static to local variable, remove 16384 from .bss
Ian Rogers
2
-4
/
+5
2023-05-28
perf path: Make mkpath thread safe, remove 16384 bytes from .bss
Ian Rogers
5
-34
/
+14
2023-05-28
perf probe: Dynamically allocate params memory
Ian Rogers
1
-62
/
+71
2023-05-28
perf timechart: Make large arrays dynamic
Ian Rogers
1
-9
/
+39
2023-05-28
perf lock: Dynamically allocate lockhash_table
Ian Rogers
1
-4
/
+16
2023-05-28
perf daemon: Dynamically allocate path to perf
Ian Rogers
1
-16
/
+28
2023-05-28
tools lib api fs tracing_path: Remove two unused MAX_PATH paths
Ian Rogers
1
-11
/
+6
2023-05-28
tools api fs: Avoid large static PATH_MAX arrays
Ian Rogers
1
-7
/
+18
2023-05-28
perf trace beauty: Make MSR arrays const to move it to .data.rel.ro
Ian Rogers
2
-4
/
+4
2023-05-28
perf trace: Make some large static arrays const to move it to .data.rel.ro
Ian Rogers
1
-14
/
+19
2023-05-28
perf test x86: intel-pt-test data is immutable so mark it const
Ian Rogers
1
-7
/
+7
2023-05-28
perf test x86: insn-x86 test data is immutable so mark it const
Ian Rogers
1
-5
/
+5
2023-05-28
perf header: Make nodes dynamic in write_mem_topology()
Ian Rogers
1
-16
/
+25
2023-05-28
perf evsel: Don't let for_each_group() treat the head of the list as one of i...
Ian Rogers
2
-8
/
+17
2023-05-28
perf evsel: Don't let evsel__group_pmu_name() traverse unsorted group
Ian Rogers
3
-36
/
+67
[prev]
[next]