summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-08perf script: Consolidate capstone print functionsAdrian Hunter
2024-04-08KVM: selftests: fix supported_flags for riscvAndrew Jones
2024-04-08KVM: selftests: fix max_guest_memory_test with more that 256 vCPUsMaxim Levitsky
2024-04-08KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs testSean Christopherson
2024-04-08Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang
2024-04-05Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-05selftests/mm: include strings.h for ffslEdward Liaw
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen
2024-04-05perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04perf stat: Do not fail on metrics on s390 z/VM systemsThomas Richter
2024-04-04perf report: Fix PAI counter names for s390 virtual machinesThomas Richter
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-04selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWNShengyu Li
2024-04-04selftests/ftrace: Limit length in subsystem-enable testsYuanhe Shu
2024-04-04memblock tests: fix undefined reference to `panic'Wei Yang
2024-04-04memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang
2024-04-03perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo
2024-04-03perf build: Add LIBTRACEEVENT_DIR build optionYang Jihong
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-03perf beauty: Fix AT_EACCESS undeclared build error for system with kernel ver...Yang Jihong
2024-04-03perf annotate: Add symbol name when using capstoneNamhyung Kim
2024-04-03perf annotate: Use libcapstone to disassembleNamhyung Kim
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong
2024-04-03perf sched timehist: Fix -g/--call-graph option failureYang Jihong
2024-04-03perf annotate: Honor output options with --data-typeNamhyung Kim
2024-04-03perf annotate: Get rid of duplicate --group option itemNamhyung Kim
2024-04-02tools/power turbostat: Add proper re-initialization for perf file descriptorsPatryk Wlazlyn
2024-04-02tools/power turbostat: Clear added counters when in no-msr modePatryk Wlazlyn
2024-04-02tools/power turbostat: add early exits for permission checksPatryk Wlazlyn
2024-04-02tools/power turbostat: detect and disable unavailable BICs at runtimePatryk Wlazlyn
2024-04-02tools/power turbostat: Add reading aperf and mperf via perf APIPatryk Wlazlyn
2024-04-02tools/power turbostat: Add --no-perf optionPatryk Wlazlyn
2024-04-02tools/power turbostat: Add --no-msr optionPatryk Wlazlyn
2024-04-02tools/power turbostat: enhance -D (debug counter dump) outputLen Brown
2024-04-02tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency readLen Brown
2024-04-02tools/power turbostat: Read base_hz and bclk from CPUID.16H if availablePatryk Wlazlyn
2024-04-02Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2024-04-02Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-04-01selftests: mptcp: join: fix dev in check_endpointGeliang Tang
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-01selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski
2024-03-30objtool: Fix compile failure when using the x32 compilerMikulas Patocka
2024-03-29Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-03-29Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...Linus Torvalds
2024-03-29selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.Kuniyuki Iwashima