aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-11-27ACPICA: Tools: Deploy -vd option (build date/time) across all toolsBob Moore1-4/+24
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-9/+189
2017-11-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-32/+59
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-2/+2
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-68/+123
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-7/+106
2017-11-21bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song1-23/+16
2017-11-21x86/pkeys/selftests: Fix protection keys write() warningDave Hansen1-1/+4
2017-11-21x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen1-5/+5
2017-11-21x86/mpx/selftests: Fix up weird arraysDave Hansen1-2/+2
2017-11-21bpftool: revert printing program device bound infoJakub Kicinski2-37/+0
2017-11-21bpf: offload: rename the ifindex fieldJakub Kicinski1-1/+1
2017-11-18Merge tag 'platform-drivers-x86-v4.15-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds3-6/+236
2017-11-18Merge tag 'linux-cpupower-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linuxRafael J. Wysocki2-4/+7
2017-11-18Merge tag 'perf-core-for-mingo-4.15-20171117' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar51-916/+1021
2017-11-18kbuild: /bin/pwd -> pwdBjørn Forsman2-2/+2
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+95
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2-0/+92
2017-11-17tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian1-3/+3
2017-11-17Merge tag 'linux-kselftest-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds55-71/+1303
2017-11-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-6/+12
2017-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-13/+354
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-32/+341
2017-11-17perf tools: Move symbol__calc_percent() call to outside symbol__disassemble()Jiri Olsa3-6/+7
2017-11-17perf tools: Change (symbol|annotation)__calc_percent return type to voidJiri Olsa2-10/+9
2017-11-17perf top: Fix crash when annotating symbolJiri Olsa1-1/+2
2017-11-17perf top: Use signal interface for SIGWINCH handlerJiri Olsa1-12/+3
2017-11-17perf top: Fix window dimensions change handlingJiri Olsa1-3/+12
2017-11-17perf tools: Optimize sample parsing for ordered eventsJiri Olsa2-27/+22
2017-11-17perf ordered_events: Pass timestamp arg in perf_session__queue_eventJiri Olsa5-8/+7
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+17
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-5/+398
2017-11-16perf evlist: Add perf_evlist__parse_sample_timestamp functionJiri Olsa4-6/+78
2017-11-16perf evsel: Centralize perf_sample initializationJiri Olsa1-4/+2
2017-11-16perf callchain: Reset cursor arg instead of callchain_cursorJiri Olsa1-1/+1
2017-11-16perf buildid-cache: Document missing --force optionSihyeon Jang1-0/+3
2017-11-16perf evlist: Document missing --force optionSihyeon Jang1-0/+4
2017-11-16perf sched: Document missing --force optionSihyeon Jang1-0/+4
2017-11-16perf timechart: Document missing --force optionSihyeon Jang1-1/+3
2017-11-16perf trace: Document missing option, colonsSihyeon Jang1-6/+10
2017-11-16perf inject: Document missing optionsSihyeon Jang1-0/+4
2017-11-16perf lock: Document missing optionsSihyeon Jang1-0/+4
2017-11-16perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-interruptsKim Phillips1-2/+3
2017-11-16perf c2c: Fix spelling mistakes in browser help textKim Phillips1-4/+4
2017-11-16perf top: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-3/+5
2017-11-16perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-11/+13
2017-11-16perf report: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-0/+3
2017-11-16perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo2-0/+14
2017-11-16perf test shell: Fix test case probe libc's inet_pton on s390xThomas Richter1-2/+5
2017-11-16perf test shell: Fix check open filename arg using 'perf trace' on s390xThomas Richter1-2/+4