aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2019-05-29Merge tag 'v5.0.19' into v5.0/standard/baseBruce Ashfield
2019-05-29Merge tag 'v5.0.18' into v5.0/standard/baseBruce Ashfield
2019-05-25perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan
2019-05-25perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo
2019-05-25KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov
2019-05-25KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini
2019-05-25tools: bpftool: fix infinite loop in map createAlban Crequy
2019-05-25objtool: Allow AR to be overridden with HOSTARNathan Chancellor
2019-05-25perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter
2019-05-25perf intel-pt: Fix improved sample timestampAdrian Hunter
2019-05-25perf intel-pt: Fix instructions sampling rateAdrian Hunter
2019-05-22objtool: Fix function fallthrough detectionJosh Poimboeuf
2019-05-17Merge tag 'v5.0.17' into v5.0/standard/baseBruce Ashfield
2019-05-17Merge tag 'v5.0.16' into v5.0/standard/baseBruce Ashfield
2019-05-17Merge tag 'v5.0.15' into v5.0/standard/baseBruce Ashfield
2019-05-17Merge tag 'v5.0.14' into v5.0/standard/baseBruce Ashfield
2019-05-16selftests/net: correct the return value for run_afpackettestsPo-Hsu Lin
2019-05-16selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin
2019-05-16netfilter: nat: fix icmp id randomizationFlorian Westphal
2019-05-16selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal
2019-05-16perf tools: Fix map reference countingJiri Olsa
2019-05-16perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa
2019-05-16tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn
2019-05-16selftests: fib_tests: Fix 'Command line is not complete' errorsDavid Ahern
2019-05-16tools/testing/nvdimm: Retain security state after overwriteDave Jiang
2019-05-16libnvdimm/security: provide fix for secure-erase to use zero-keyDave Jiang
2019-05-16selftests/seccomp: Handle namespace failures gracefullyKees Cook
2019-05-14x86/msr-index: Cleanup bit definesThomas Gleixner
2019-05-10objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf
2019-05-08selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook
2019-05-07Merge tag 'v5.0.13' into v5.0/standard/baseBruce Ashfield
2019-05-07Merge tag 'v5.0.12' into v5.0/standard/baseBruce Ashfield
2019-05-07Merge tag 'v5.0.9' into v5.0/standard/baseBruce Ashfield
2019-05-05selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern
2019-05-05selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu
2019-05-04perf machine: Update kernel map address and re-order properlyWei Li
2019-05-04perf cs-etm: Add missing case valueSolomon Tan
2019-05-04KVM: selftests: complete IO before migrating guest stateSean Christopherson
2019-05-04KVM: selftests: disable stack protector for all KVM testsSean Christopherson
2019-05-04KVM: selftests: explicitly disable PIE for testsSean Christopherson
2019-05-04KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson
2019-04-23linux-yocto: fix compile warning from gen-insn-attr-x86.awkLiwei Song
2019-04-20perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du
2019-04-20perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du
2019-04-20perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o...Changbin Du
2019-04-20perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo
2019-04-20perf top: Fix global-buffer-overflow issueChangbin Du
2019-04-20perf maps: Purge all maps from the 'names' treeChangbin Du
2019-04-20perf map: Remove map from 'names' tree in __maps__remove()Changbin Du
2019-04-20perf hist: Add missing map__put() in error caseChangbin Du