aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-04-21tools/build: tweak unused value workaroundGeorge Burgess IV1-1/+1
2020-04-21docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)2-2/+2
2020-04-21selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini1-4/+9
2020-04-21tools/kvm_stat: add sample systemd unit fileStefan Raspl1-0/+16
2020-04-21tools/kvm_stat: Add command line switch '-L' to log to fileStefan Raspl2-13/+68
2020-04-21tools/kvm_stat: add command line switch '-z' to skip zero recordsStefan Raspl2-8/+24
2020-04-21selftests/powerpc: Add README for GZIP engine testsRaphael Moreira Zinsly2-0/+46
2020-04-21selftests/powerpc: Add NX-GZIP engine decompress testcaseRaphael Moreira Zinsly3-1/+1030
2020-04-21selftests/powerpc: Add NX-GZIP engine compress testcaseRaphael Moreira Zinsly5-0/+803
2020-04-21selftests/powerpc: Add header files for NX compresion/decompressionRaphael Moreira Zinsly3-0/+801
2020-04-21selftests/powerpc: Add header files for GZIP engine testRaphael Moreira Zinsly3-0/+194
2020-04-20bpf, selftests: Add test for BPF_STX BPF_B storing R10Luke Nelson1-0/+40
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn1-0/+1
2020-04-20docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab1-2/+2
2020-04-20selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery testsLourdes Pedrajas1-0/+122
2020-04-20pm-graph v5.6Todd Brandt5-371/+619
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-32/+71
2020-04-19Merge tag 'perf-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds22-387/+646
2020-04-18perf hist: Add fast path for duplicate entries checkKan Liang3-1/+26
2020-04-18perf c2c: Add option to enable the LBR stitching approachKan Liang2-0/+23
2020-04-18perf top: Add option to enable the LBR stitching approachKan Liang3-0/+21
2020-04-18perf script: Add option to enable the LBR stitching approachKan Liang2-0/+23
2020-04-18perf report: Add option to enable the LBR stitching approachKan Liang2-0/+23
2020-04-18perf callchain: Stitch LBR call stackKan Liang6-28/+188
2020-04-18perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang3-4/+83
2020-04-18perf thread: Save previous sample for LBR stitching approachKan Liang3-0/+36
2020-04-18perf thread: Add a knob for LBR stitch approachKan Liang2-0/+4
2020-04-18perf machine: Factor out lbr_callchain_add_lbr_ip()Kan Liang1-70/+73
2020-04-18perf machine: Factor out lbr_callchain_add_kernel_ip()Kan Liang1-22/+45
2020-04-18perf machine: Refine the function for LBR call stack reconstructionKan Liang1-35/+76
2020-04-18perf machine: Remove the indent in resolve_lbr_callchain_sampleKan Liang1-60/+63
2020-04-18perf header: Support CPU PMU capabilitiesKan Liang4-0/+128
2020-04-18perf parser: Add support to specify rXXX event with pmuJiri Olsa4-1/+31
2020-04-18perf doc: allow ASCIIDOC_EXTRA to be an argumentIan Rogers1-2/+2
2020-04-18perf pmu: Add support for PMU capabilitiesKan Liang2-0/+91
2020-04-18tools lib traceevent: Take care of return value of asprintfHe Zhe1-10/+19
2020-04-18perf stat: Force error in fallback on :k eventsStephane Eranian1-0/+4
2020-04-18perf tools: Add support for leader-sampling with AUX area eventsAdrian Hunter2-6/+42
2020-04-18perf evlist: Allow multiple read formatsAdrian Hunter1-2/+4
2020-04-18perf evsel: Rearrange perf_evsel__config_leader_sampling()Adrian Hunter1-13/+13
2020-04-18perf evlist: Move leader-sampling configurationAdrian Hunter2-19/+29
2020-04-18perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_...Adrian Hunter3-19/+23
2020-04-17tools/virtio: make asm/barrier.h self containedMichael S. Tsirkin1-0/+1
2020-04-17tools/virtio: define aligned attributeMichael S. Tsirkin1-0/+1
2020-04-16virtio/test: fix up after IOTLB changesMichael S. Tsirkin2-2/+3
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-85/+290
2020-04-16perf intel-pt: Add support for synthesizing callchains for regular eventsAdrian Hunter1-7/+61
2020-04-16perf evsel: Add support for synthesized sample typeAdrian Hunter1-1/+14
2020-04-16perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are setAdrian Hunter1-1/+1
2020-04-16perf thread-stack: Add thread_stack__sample_late()Adrian Hunter2-0/+60