aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-05-12tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' staticZou Wei1-1/+1
2021-05-12objtool/x86: Fix elf_add_alternative() endiannessVasily Gorbik1-1/+2
2021-05-12objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik1-0/+1
2021-05-12rcu: Fix various typos in commentsIngo Molnar1-1/+1
2021-05-12perf cs-etm: Set time on synthesised samples to preserve orderingJames Clark1-2/+13
2021-05-12perf cs-etm: Refactor timestamp variable namesJames Clark3-33/+31
2021-05-12selftests: futex: Expand timeout testAndré Almeida1-16/+110
2021-05-12selftests: futex: Correctly include headers dirsAndré Almeida1-1/+2
2021-05-12perf x86 kvm-stat: Support to analyze kvm MSRLei Zhao1-0/+46
2021-05-12perf stat: Use aggregated counts directlyNamhyung Kim2-16/+4
2021-05-12perf record: Set timestamp boundary for AUX area eventsAdrian Hunter1-4/+23
2021-05-12perf intel-pt: Parse VM Time Correlation options and set up decodingAdrian Hunter2-4/+202
2021-05-12perf intel-pt: Add VM Time Correlation to decoderAdrian Hunter3-0/+696
2021-05-12perf intel-pt: Better 7-byte timestamp wraparound logicAdrian Hunter1-3/+9
2021-05-12perf intel-pt: Pass the first timestamp to the decoderAdrian Hunter3-0/+31
2021-05-12perf intel-pt: Add a tree for VMCS informationAdrian Hunter3-0/+79
2021-05-12perf intel-pt: Let overlap detection handle VM timestampsAdrian Hunter3-6/+19
2021-05-12perf auxtrace: Allow buffers to be mapped read / writeAdrian Hunter2-3/+8
2021-05-12perf inject: Add --vm-time-correlation optionAdrian Hunter3-0/+60
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter5-6/+35
2021-05-12perf intel-pt: Support Z itrace option for timeless decodingAdrian Hunter2-1/+6
2021-05-12perf intel-pt: Move synth_opts initialization earlierAdrian Hunter1-15/+14
2021-05-12perf auxtrace: Add Z itrace option for timeless decodingAdrian Hunter3-0/+6
2021-05-12objtool: Provide stats for jump_labelsPeter Zijlstra2-2/+23
2021-05-12objtool: Rewrite jump_label instructionsPeter Zijlstra1-0/+14
2021-05-12objtool: Decode jump_entry::key addendPeter Zijlstra3-0/+16
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra2-47/+83
2021-05-12kselftest: Add test for core sched prctl interfaceChris Hyser4-0/+354
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser1-0/+8
2021-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller9-266/+625
2021-05-11libbpf: Treat STV_INTERNAL same as STV_HIDDEN for functionsAndrii Nakryiko1-5/+6
2021-05-11libbpf: Fix ELF symbol visibility update logicAndrii Nakryiko1-1/+1
2021-05-11bpftool: Stop emitting static variables in BPF skeletonAndrii Nakryiko1-0/+4
2021-05-11selftests/bpf: Stop using static variables for passing data to/from user-spaceAndrii Nakryiko19-40/+33
2021-05-11libbpf: Add per-file linker optsAndrii Nakryiko3-6/+22
2021-05-11bpftool: Strip const/volatile/restrict modifiers from .bss and .data varsAndrii Nakryiko1-0/+2
2021-05-11selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.cJussi Maki7-266/+617
2021-05-11libbpf: Provide GELF_ST_VISIBILITY() define for older libelfArnaldo Carvalho de Melo1-0/+5
2021-05-10tools/memory-model: Fix smp_mb__after_spinlock() spellingBjörn Töpel1-1/+1
2021-05-10torture: Don't cap remote runs by build-system number of CPUsPaul E. McKenney2-4/+12
2021-05-10torture: Make kvm-remote.sh account for network failure in pathname checksPaul E. McKenney1-2/+24
2021-05-10rcutorture: Add BUSTED-BOOST to test RCU priority boosting testsPaul E. McKenney2-0/+25
2021-05-10torture: Set kvm.sh language to EnglishPaul E. McKenney1-0/+3
2021-05-10torture: Correctly fetch number of CPUs for non-English languagesFrederic Weisbecker2-2/+2
2021-05-10torture: Make kvm-find-errors.sh account for kvm-remote.shPaul E. McKenney1-1/+1
2021-05-10torture: Make the build machine control N in "make -jN"Paul E. McKenney1-2/+4
2021-05-10torture: Make kvm.sh use abstracted kvm-end-run-stats.shPaul E. McKenney1-15/+1
2021-05-10torture: Abstract end-of-run summaryPaul E. McKenney2-8/+43
2021-05-10torture: Fix grace-period rate outputPaul E. McKenney1-1/+1
2021-05-10torture: Add kvm-remote.sh script for distributed rcutorture test runsPaul E. McKenney1-0/+227