index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2025-02-12
perf vendor events: Add Clearwaterforest events
Ian Rogers
-0
/
+356
2025-02-12
perf vendor events: Update CascadelakeX events/metrics
Ian Rogers
-385
/
+464
2025-02-12
perf vendor events: Update BroadwellX events/metrics
Ian Rogers
-216
/
+230
2025-02-12
perf vendor events: Update BroadwellDE events/metrics
Ian Rogers
-153
/
+184
2025-02-12
perf vendor events: Update Broadwell events/metrics
Ian Rogers
-159
/
+192
2025-02-12
perf vendor events: Add Arrowlake events/metrics
Ian Rogers
-0
/
+9265
2025-02-12
perf vendor events: Update AlderlakeN events/metrics
Ian Rogers
-100
/
+459
2025-02-12
perf vendor events: Update Alderlake events/metrics
Ian Rogers
-498
/
+1042
2025-02-12
perf tools: Use symfs when opening debuginfo by path
Namhyung Kim
-1
/
+5
2025-02-12
perf trace: Add --summary-mode option
Namhyung Kim
-19
/
+114
2025-02-12
perf tools: Get rid of now-unused rb_resort.h
Namhyung Kim
-146
/
+0
2025-02-12
perf trace: Convert syscall_stats to hashmap
Namhyung Kim
-29
/
+86
2025-02-12
perf trace: Allocate syscall stats only if summary is on
Namhyung Kim
-10
/
+11
2025-02-12
perf tests: Fix Tool PMU test segfault
James Clark
-2
/
+2
2025-02-12
netlink: specs: wireless: add a spec for nl80211
Donald Hunter
-0
/
+1
2025-02-12
tools/net/ynl: add indexed-array scalar support to ynl-gen-c
Donald Hunter
-6
/
+18
2025-02-12
tools/net/ynl: sanitise enums with leading digits in ynl-gen-c
Donald Hunter
-0
/
+2
2025-02-12
tools/net/ynl: add s8, s16 to valid scalars in ynl-gen-c
Donald Hunter
-1
/
+1
2025-02-12
tools/net/ynl: accept IP string inputs
Donald Hunter
-4
/
+21
2025-02-12
tools/net/ynl: support rendering C array members to strings
Donald Hunter
-0
/
+5
2025-02-12
tools/net/ynl: support decoding indexed arrays as enums
Donald Hunter
-1
/
+3
2025-02-12
tools/net/ynl: remove extraneous plural from variable names
Donald Hunter
-6
/
+6
2025-02-12
objtool/rust: add one more `noreturn` Rust function
Miguel Ojeda
-0
/
+1
2025-02-12
lib/prime_numbers: convert self-test to KUnit
Tamir Duberstein
-5
/
+0
2025-02-12
selftests/nolibc: split up architecture list in run-tests.sh
Thomas Weißschuh
-1
/
+10
2025-02-12
KVM: selftests: Close VM's binary stats FD when releasing VM
Sean Christopherson
-6
/
+9
2025-02-12
KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
Sean Christopherson
-2
/
+2
2025-02-12
KVM: selftests: Allow running a single iteration of dirty_log_test
Sean Christopherson
-1
/
+1
2025-02-12
KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterations
Sean Christopherson
-1
/
+1
2025-02-12
KVM: selftests: Set per-iteration variables at the start of each iteration
Sean Christopherson
-26
/
+17
2025-02-12
KVM: selftests: Tighten checks around prev iter's last dirty page in ring
Sean Christopherson
-7
/
+15
2025-02-12
KVM: selftests: Ensure guest writes min number of pages in dirty_log_test
Sean Christopherson
-4
/
+36
2025-02-12
KVM: sefltests: Verify value of dirty_log_test last page isn't bogus
Sean Christopherson
-2
/
+3
2025-02-12
KVM: selftests: Collect *all* dirty entries in each dirty_log_test iteration
Sean Christopherson
-104
/
+45
2025-02-12
KVM: selftests: Print (previous) last_page on dirty page value mismatch
Sean Christopherson
-5
/
+8
2025-02-12
KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test
Sean Christopherson
-8
/
+5
2025-02-12
KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is true
Sean Christopherson
-14
/
+4
2025-02-12
KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stop
Sean Christopherson
-21
/
+22
2025-02-12
KVM: selftests: Honor "stop" request in dirty ring test
Sean Christopherson
-2
/
+10
2025-02-12
KVM: selftests: Limit dirty_log_test's s390x workaround to s390x
Maxim Levitsky
-0
/
+2
2025-02-12
KVM: selftests: Continuously reap dirty ring while vCPU is running
Sean Christopherson
-17
/
+46
2025-02-12
KVM: selftests: Read per-page value into local var when verifying dirty_log_test
Sean Christopherson
-9
/
+7
2025-02-12
KVM: selftests: Precisely track number of dirty/clear pages for each iteration
Sean Christopherson
-9
/
+9
2025-02-12
KVM: selftests: Drop stale srandom() initialization from dirty_log_test
Sean Christopherson
-2
/
+0
2025-02-12
KVM: selftests: Drop signal/kick from dirty ring testcase
Sean Christopherson
-91
/
+15
2025-02-12
KVM: selftests: Sync dirty_log_test iteration to guest *before* resuming
Sean Christopherson
-1
/
+1
2025-02-12
KVM: selftests: Support multiple write retires in dirty_log_test
Maxim Levitsky
-2
/
+50
2025-02-12
KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep()
Sean Christopherson
-1
/
+1
2025-02-12
KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APIC
Sean Christopherson
-1
/
+14
2025-02-12
KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helper
Sean Christopherson
-13
/
+17
[prev]
[next]