summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo Carvalho de Melo2017-11-281-0/+16
| * | | | | | perf evlist: Set the correct idx when adding dummy eventsArnaldo Carvalho de Melo2017-11-281-1/+1
* | | | | | | objtool: Fix 64-bit build on 32-bit hostMikulas Patocka2017-12-062-6/+9
| |/ / / / / |/| | | | |
* | | | | | Merge tag 'char-misc-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-051-56/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | hv: kvp: Avoid reading past allocated blocks from KVP filePaul Meyer2017-11-281-56/+14
* | | | | | Merge tag 'usb-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-051-3/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | usbip: fix usbip attach to find a port that matches the requested speedShuah Khan2017-11-301-3/+11
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-045-18/+39
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-035-18/+39
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_logYonghong Song2017-11-301-0/+7
| | * | | | tools: bpftool: declare phony targets as suchQuentin Monnet2017-11-301-1/+1
| | * | | | tools: bpftool: unify installation directoriesQuentin Monnet2017-11-302-3/+4
| | * | | | tools: bpftool: remove spurious line break from error messageQuentin Monnet2017-11-301-1/+1
| | * | | | tools: bpftool: make error message from getopt_long() JSON-friendlyQuentin Monnet2017-11-301-1/+6
| | * | | | tools: bpftool: clean up the JSON writer before exiting in usage()Quentin Monnet2017-11-302-2/+11
| | * | | | tools: bpftool: fix crash on bad parameters with JSONQuentin Monnet2017-11-301-10/+9
* | | | | | Merge tag 'pm-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-302-4/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge tag 'linux-cpupower-4.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2017-11-182-4/+7
| |\ \ \ \ \
| | * | | | | cpupower : Fix cpupower working when cpu0 is offlineAbhishek Goel2017-11-151-3/+6
| | * | | | | cpupowerutils: bench - Fix cpu online checkAbhishek Goel2017-11-151-1/+1
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-265-9/+189
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | x86/pkeys/selftests: Fix protection keys write() warningDave Hansen2017-11-211-1/+4
| * | | | | | x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen2017-11-211-5/+5
| * | | | | | x86/mpx/selftests: Fix up weird arraysDave Hansen2017-11-211-2/+2
| * | | | | | x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2017-11-162-1/+178
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-2614-32/+59
|\ \ \ \ \ \
| * | | | | | tools/headers: Sync objtool UAPI headerIngo Molnar2017-11-141-0/+10
| * | | | | | Merge branch 'linus' into core/objtool, to pick up dependent commitsIngo Molnar2017-11-14181-1826/+8081
| |\| | | | |
| * | | | | | objtool: Fix cross-buildJosh Poimboeuf2017-11-081-1/+1
| * | | | | | objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf2017-11-072-15/+30
| * | | | | | objtool: Move synced files to their original relative locationsJosh Poimboeuf2017-11-0713-25/+27
| * | | | | | Merge branch 'linus' into core/objtool, to pick up dependent fixesIngo Molnar2017-11-071011-247/+1968
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-11-252-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | kbuild: /bin/pwd -> pwdBjørn Forsman2017-11-182-2/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-243-68/+123
|\ \ \ \ \ \ \ \
| * | | | | | | | bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-7/+106
| * | | | | | | | bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song2017-11-211-23/+16
| * | | | | | | | bpftool: revert printing program device bound infoJakub Kicinski2017-11-212-37/+0
| * | | | | | | | bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-211-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'platform-drivers-x86-v4.15-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-11-183-6/+236
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | tools/wmi: add a sample for dell smbios communication over WMIMario Limonciello2017-11-033-6/+236
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-173-3/+95
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-172-0/+92
| * | | | | | | | tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian2017-11-171-3/+3
* | | | | | | | | Merge tag 'linux-kselftest-4.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-1755-71/+1303
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | selftests: firmware: skip unsupported custom firmware fallback testsAmit Pundir2017-11-151-12/+26
| * | | | | | | | selftests: firmware: skip unsupported async loading testsAmit Pundir2017-11-151-13/+21
| * | | | | | | | selftests: memfd_test.c: fix compilation warning.Lei Yang2017-11-151-2/+2
| * | | | | | | | selftests/ftrace: Introduce exit_pass and exit_failMasami Hiramatsu2017-11-1528-28/+35
| * | | | | | | | selftests: ftrace: add more config fragmentsLei Yang2017-11-151-0/+4