aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox1-46/+10
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox1-28/+0
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox1-27/+0
2018-08-21idr-test: Convert ida_check_nomem to new APIMatthew Wilcox1-6/+7
2018-08-21ida: Start new test_ida moduleMatthew Wilcox4-7/+22
2018-08-21radix tree test suite: Enable ubsanMatthew Wilcox2-11/+14
2018-08-21radix tree test suite: Fix compilationMatthew Wilcox1-0/+2
2018-08-08bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann1-1/+1
2018-08-06bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2-2/+2
2018-08-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-63/+124
2018-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-8/+12
2018-08-03selftests/bpf: update test_lwt_seg6local.sh according to iproute2Mathieu Xhonneux1-3/+3
2018-08-02selftest/net: fix protocol family to work for IPv4.Maninder Singh1-1/+1
2018-08-01Merge tag 'pm-urgent-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-65/+59
2018-08-01Merge branch 'pm-tools'Rafael J. Wysocki2-65/+59
2018-07-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+7
2018-07-31Merge tag 'perf-urgent-for-mingo-4.18-20180730' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar13-63/+124
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-76/+196
2018-07-31tools/bpftool: fix a percpu_array map dump problemYonghong Song1-5/+9
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo5-0/+5
2018-07-30tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo5-58/+93
2018-07-30tools headers uapi: Refresh linux/bpf.h copyArnaldo Carvalho de Melo1-5/+23
2018-07-30tools headers powerpc: Update asm/unistd.h copy to pick newArnaldo Carvalho de Melo1-0/+1
2018-07-30tools headers uapi: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo1-0/+2
2018-07-29Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxRafael J. Wysocki2-65/+59
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller8-76/+196
2018-07-28perf build: Build error in libbpf missing initializationThomas Richter1-1/+1
2018-07-27tools/power turbostat: version 18.07.27Len Brown1-1/+1
2018-07-27tools/power turbostat: Read extended processor family from CPUIDCalvin Walton1-1/+3
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+28
2018-07-27tools/virtio: add kmalloc_array stubMichael S. Tsirkin1-0/+5
2018-07-27tools/virtio: add dma barrier stubsMichael S. Tsirkin1-2/+2
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau1-2/+84
2018-07-26tools/power turbostat: Fix logical node enumeration to allow for non-sequential physical nodesPrarit Bhargava1-56/+50
2018-07-26tools/power turbostat: fix x2apic debug message output fileLen Brown1-1/+1
2018-07-26tools/power turbostat: fix bogus summary valuesArtem Bityutskiy1-1/+1
2018-07-26Merge tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+16
2018-07-25selftests/ftrace: Add snapshot and tracing_on test caseMasami Hiramatsu1-0/+28
2018-07-25bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau5-44/+56
2018-07-25bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau4-30/+28
2018-07-25bpf: btf: Sync uapi btf.h to toolsMartin KaFai Lau1-1/+1
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+49
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau1-0/+28
2018-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2018-07-20tools/power turbostat: fix -S on UP systemsLen Brown1-3/+1
2018-07-20bpf: Use option "help" in the llvm-objcopy testMartin KaFai Lau1-1/+1
2018-07-20tools/bpftool: Fix segfault case regarding 'pin' argumentsTaeung Song1-3/+8
2018-07-19bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann1-0/+40
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-45/+22
2018-07-17tools/power turbostat: Update turbostat(8) RAPL throttling column descriptionLen Brown1-2/+2