aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04perf report: Make -F more strict like -sRavi Bangoria1-0/+6
2019-12-04perf report/top TUI: Replace pr_err() with ui__error()Ravi Bangoria1-5/+5
2019-12-04Merge tag 'perf-core-for-mingo-5.5-20191203' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar42-229/+789
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2019-12-02Merge tag 'linux-kselftest-5.5-rc1-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-3/+2
2019-12-02libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee1-2/+3
2019-12-02libtraceevent: Fix lib installation with O=Sudip Mukherjee1-0/+1
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-47/+43
2019-12-02perf kvm: Clarify the 'perf kvm' -i and -o command line optionsArnaldo Carvalho de Melo1-2/+3
2019-12-02tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2019-12-02perf beauty: Add CLEAR_SIGHAND support for clone's flags argArnaldo Carvalho de Melo1-0/+1
2019-12-02tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo1-18/+42
2019-12-02tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo4-2/+20
2019-12-02tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2019-12-02tools headers uapi: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+2
2019-12-02tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+18
2019-12-02perf bench: Update the copies of x86's mem{cpy,set}_64.SArnaldo Carvalho de Melo7-31/+114
2019-12-02libbpf: Fix readelf output parsing on powerpc with recent binutilsAurelien Jarno1-2/+2
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+37
2019-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-31/+122
2019-12-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+85
2019-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds65-606/+2198
2019-12-01Merge tag 'platform-drivers-x86-v5.5-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds4-261/+1090
2019-12-01selftests: vm: add fragment CONFIG_TEST_VMALLOCAnders Roxell1-0/+1
2019-12-01memfd: add test for COW on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsJoel Fernandes (Google)1-0/+36
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+109
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+376
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds14-218/+833
2019-11-30selftests: forwarding: fix race between packet receive and tc checkJiri Pirko1-8/+31
2019-11-29selftests: pmtu: use -oneline for ip route list cacheThadeu Lima de Souza Cascardo1-3/+2
2019-11-29perf machine: Fill map_symbol->maps in append_inlines() to fix segfaultArnaldo Carvalho de Melo1-0/+1
2019-11-29perf jit: Move test functionality in to a testIan Rogers5-46/+57
2019-11-29perf stat: Use affinity for enabling/disabling eventsAndi Kleen1-3/+37
2019-11-29perf evsel: Add functions to enable/disable for a specific CPUAndi Kleen4-14/+52
2019-11-29perf stat: Use affinity for readingAndi Kleen2-41/+57
2019-11-29perf stat: Use affinity for opening eventsAndi Kleen9-34/+141
2019-11-29perf stat: Factor out open error handlingAndi Kleen1-40/+60
2019-11-29perf stat: Use affinity for closing file descriptorsAndi Kleen1-2/+29
2019-11-29perf evsel: Add functions to close evsel on a CPUAndi Kleen2-6/+22
2019-11-29perf evsel: Add iterator to iterate over events ordered by CPUAndi Kleen4-0/+42
2019-11-29perf evlist: Maintain evlist->all_cpusAndi Kleen7-0/+83
2019-11-29perf cpumap: Maintain cpumaps ordered and without dupsAndi Kleen1-1/+15
2019-11-28selftests: bpf: correct perror stringsJakub Kicinski2-20/+20
2019-11-28selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski1-0/+9
2019-11-28selftests/tls: add a test for fragmented messagesJakub Kicinski1-0/+60
2019-11-29Merge tag 'perf-core-for-mingo-5.5-20191128' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar65-606/+2198
2019-11-28Revert "selftests: Fix O= and KBUILD_OUTPUT handling for relative paths"Shuah Khan1-3/+2
2019-11-28Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-0/+1
2019-11-28perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter1-1/+1
2019-11-28perf script: Fix brstackinsn for AUXTRACEAdrian Hunter1-1/+1