summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Merge tag 'v4.20-rc7' into perf/core, to pick up fixesIngo Molnar12-47/+544
2018-12-13Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds4-0/+82
2018-12-13Merge tag 'linux-kselftest-4.20-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+7
2018-12-11selftests/seccomp: Remove SIGSTOP si_pid checkKees Cook1-2/+7
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-43/+422
2018-12-09Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+33
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox4-0/+82
2018-12-05tools/testing/nvdimm: Align test resources to 128MDan Williams1-2/+33
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov1-2/+2
2018-12-03Merge tag 'v4.20-rc5' into perf/core, to pick up fixesIngo Molnar28-48/+871
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2018-11-30bpf: Improve socket lookup reuseport documentationJoe Stringer1-4/+4
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer3-25/+36
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann1-5/+12
2018-11-30proc: fixup map_files test on armAlexey Dobriyan1-2/+7
2018-11-30bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-11-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-4/+93
2018-11-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+15
2018-11-28tools: bpftool: fix a bitfield pretty print issueYonghong Song1-3/+3
2018-11-28tools/bpf: add addition type tests to test_btfYonghong Song1-0/+361
2018-11-28tools/bpf: fix two test_btf unit test casesMartin KaFai Lau1-7/+7
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-0/+87
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner1-0/+1
2018-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller13-23/+734
2018-11-23Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds7-14/+14
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang2-39/+39
2018-11-21perf symbols: Fix slowness due to -ffunction-sectionEric Saint-Etienne3-2/+42
2018-11-21perf jvmti: Separate jvmti cmlr checkJiri Olsa6-1/+37
2018-11-21perf vendor events: Add JSON metrics for Cascadelake serverKan Liang11-0/+31347
2018-11-21perf vendor events: Add stepping in CPUID string for x86Kan Liang3-3/+67
2018-11-21perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria1-2/+1
2018-11-21perf pmu: Suppress potential format-truncation warningBen Hutchings1-4/+4
2018-11-21perf tools: Add Hygon Dhyana supportPu Wen1-1/+1
2018-11-21perf bench: Add epoll_ctl(2) benchmarkDavidlohr Bueso5-0/+419
2018-11-21perf bench: Add epoll parallel epoll_wait benchmarkDavidlohr Bueso5-0/+563
2018-11-21tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo5-1/+23
2018-11-22tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski1-3/+7
2018-11-21perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.hDavidlohr Bueso2-12/+11
2018-11-21perf script: Share code and output format for uregs and iregs outputMilian Wolff1-23/+17
2018-11-21perf bpf: Reduce the hardcoded .max_entries for pid_mapsArnaldo Carvalho de Melo1-1/+9
2018-11-21perf script: Add newline after uregs outputMilian Wolff1-0/+2
2018-11-21Revert "perf augmented_syscalls: Drop 'write', 'poll' for testing without sel...Arnaldo Carvalho de Melo1-4/+0
2018-11-21perf augmented_syscalls: Remove example hardcoded set of filtered pidsArnaldo Carvalho de Melo1-27/+0
2018-11-21perf trace: Fill in BPF "filtered_pids" map when presentArnaldo Carvalho de Melo1-13/+48
2018-11-21perf trace: See if there is a map named "filtered_pids"Arnaldo Carvalho de Melo1-1/+24
2018-11-21perf trace: Add "_from_option" suffix to trace__set_filter()Arnaldo Carvalho de Melo1-3/+3
2018-11-21perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*Arnaldo Carvalho de Melo3-10/+10
2018-11-21perf augmented_syscalls: Use pid_filterArnaldo Carvalho de Melo1-2/+32
2018-11-21perf augmented_syscalls: Drop 'write', 'poll' for testing without self pid fi...Arnaldo Carvalho de Melo1-0/+4
2018-11-21perf bpf: Add simple pid_filter class accessible to BPF proggiesArnaldo Carvalho de Melo1-0/+21