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-03-15
perf bpf filter: Show warning for missing sample flags
Namhyung Kim
2
-1
/
+63
2023-03-15
perf bpf filter: Add logical OR operator
Namhyung Kim
6
-17
/
+79
2023-03-15
perf bpf filter: Add data_src sample data support
Namhyung Kim
2
-0
/
+84
2023-03-15
perf bpf filter: Add more weight sample data support
Namhyung Kim
2
-0
/
+14
2023-03-15
perf bpf filter: Add 'pid' sample data support
Namhyung Kim
6
-7
/
+26
2023-03-15
perf record: Record dropped sample count
Namhyung Kim
5
-15
/
+40
2023-03-15
perf record: Add BPF event filter support
Namhyung Kim
6
-17
/
+50
2023-03-15
perf bpf filter: Implement event sample filtering
Namhyung Kim
6
-13
/
+236
2023-03-15
perf bpf filter: Introduce basic BPF filter expression
Namhyung Kim
5
-0
/
+225
2023-03-15
perf top: Fix rare segfault in thread__comm_len()
liuwenyu
1
-6
/
+19
2023-03-15
perf script: Fix Python support when no libtraceevent
Adrian Hunter
9
-30
/
+72
2023-03-15
selftest: Add test for bind() conflicts.
Kuniyuki Iwashima
3
-0
/
+116
2023-03-14
selftests/bpf: Fix trace_virtqueue_add_sgs test issue with LLVM 17.
Alexei Starovoitov
1
-0
/
+3
2023-03-14
selftests/bpf: robustify test_xdp_do_redirect with more payload magics
Alexander Lobakin
1
-10
/
+26
2023-03-14
perf vendor events s390: Add metric for TLB and cache
Thomas Richter
4
-0
/
+105
2023-03-14
perf vendor events s390: Add cache metrics for z13
Thomas Richter
1
-0
/
+25
2023-03-14
perf vendor events s390: Add cache metrics for z14
Thomas Richter
1
-0
/
+25
2023-03-14
perf vendor events s390: Add cache metrics for z15
Thomas Richter
1
-0
/
+25
2023-03-14
perf vendor events intel: Update skylake events
Ian Rogers
4
-1
/
+34
2023-03-14
perf vendor events intel: Update meteorlake events
Ian Rogers
7
-7
/
+69
2023-03-14
perf vendor events intel: Update graniterapids events
Ian Rogers
3
-4
/
+4
2023-03-14
ACPI: tools: pfrut: Check if the input of level and type is in the right nume...
Chen Yu
1
-3
/
+15
2023-03-14
pm-graph: sleepgraph: Avoid crashing on binary data in device names
Todd Brandt
1
-3
/
+2
2023-03-14
KVM: selftests: Sync KVM exit reasons in selftests
Vipin Sharma
1
-2
/
+15
2023-03-14
KVM: selftests: Add macro to generate KVM exit reason strings
Sean Christopherson
1
-26
/
+28
2023-03-14
KVM: selftests: Print expected and actual exit reason in KVM exit reason assert
Vipin Sharma
1
-1
/
+2
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
44
-293
/
+69
2023-03-14
KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test
David Woodhouse
1
-0
/
+27
2023-03-14
KVM: selftests: Use enum for test numbers in xen_shinfo_test
David Woodhouse
1
-51
/
+82
2023-03-14
KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercalls
Sean Christopherson
3
-54
/
+21
2023-03-14
KVM: selftests: Move the guts of kvm_hypercall() to a separate macro
Sean Christopherson
1
-12
/
+17
2023-03-14
selftests: KVM: skip hugetlb tests if huge pages are not available
Paolo Bonzini
1
-9
/
+16
2023-03-15
selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_samp...
Kajol Jain
1
-2
/
+2
2023-03-15
selftests/powerpc: Increase timeout for vsx_signal test
Michael Neuling
1
-0
/
+1
2023-03-14
perf scripts intel-pt-events.py: Fix IPC output for Python 2
Roman Lozko
1
-1
/
+1
2023-03-14
perf tools bpf: Add vmlinux.h to .gitignore
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-03-14
perf test: Fix "PMU event table sanity" for NO_JEVENTS=1
Ian Rogers
1
-3
/
+3
2023-03-14
perf lock contention: Show lock type with address
Namhyung Kim
2
-15
/
+32
2023-03-14
perf lock contention: Show per-cpu rq_lock with address
Namhyung Kim
3
-2
/
+61
2023-03-14
perf lock contention: Track and show siglock with address
Namhyung Kim
4
-5
/
+14
2023-03-14
perf lock contention: Track and show mmap_lock with address
Namhyung Kim
3
-1
/
+48
2023-03-14
perf build: Error if no libelf and NO_LIBELF isn't set
Ian Rogers
2
-10
/
+2
2023-03-14
perf build: Remove redundant NO_NEWT build option
Ian Rogers
3
-10
/
+2
2023-03-14
perf build: If libtraceevent isn't present error the build
Ian Rogers
2
-2
/
+2
2023-03-14
perf build: Switch libpfm4 to opt-out rather than opt-in
Ian Rogers
3
-5
/
+4
2023-03-14
perf symbol: Add abi::__cxa_demangle C++ demangling support
Ian Rogers
5
-45
/
+88
2023-03-14
tools build: Add feature test for abi::__cxa_demangle
Ian Rogers
3
-0
/
+22
2023-03-14
perf build: Make binutil libraries opt in
Ian Rogers
3
-15
/
+14
2023-03-14
perf build: Error if jevents won't work and NO_JEVENTS=1 isn't set
Ian Rogers
1
-4
/
+2
2023-03-14
perf util: Remove weak sched_getcpu
Ian Rogers
2
-13
/
+16
[prev]
[next]