summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| * | | android/ion: userspace test utility for ion buffer sharingPintu Agarwal2017-11-1515-1/+1171
| * | | selftests: remove obsolete kconfig fragment for cpu-hotpluglei.yang@windriver.com2017-11-151-1/+0
| * | | selftests: vdso_test: support ARM64 targetsGreg Hackmann2017-11-151-3/+16
| * | | selftests/ftrace: Do not use arch dependent do_IRQ as a target functionMasami Hiramatsu2017-11-151-1/+1
| * | | selftests: breakpoints: fix compile error on breakpoint_test_arm64Sumit Semwal2017-11-151-0/+1
| * | | selftests: add missing test result status in memory-hotplug testlei.yang@windriver.com2017-11-151-2/+2
| * | | selftests/exec: include cwd in long path calculationSteve Muckle2017-11-151-8/+19
| * | | selftests: seccomp: update .gitignore with newly added testsShuah Khan2017-11-151-0/+1
| * | | selftests: vm: Update .gitignore with newly added testsShuah Khan2017-11-151-0/+2
| * | | selftests: timers: Update .gitignore with newly added testsShuah Khan2017-11-151-0/+2
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-11-171-6/+12
|\ \ \ \
| * | | | tools/thermal: tmon: use $(PKG_CONFIG) instead of hard-coding pkg-configMarkus Mayer2017-10-181-4/+5
| * | | | tools/thermal: tmon: allow $(CC) to be defined externallyMarkus Mayer2017-10-181-1/+1
| * | | | tools/thermal: tmon: use "-fstack-protector" only if supportedMarkus Mayer2017-10-181-1/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-177-13/+354
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | s390/perf: add perf register support for floating-point registersHendrik Brueckner2017-11-162-1/+51
| * | | | s390/perf: define common DWARF register string tableHendrik Brueckner2017-11-163-21/+80
| * | | | s390/perf: add support for perf_regs and libdwHeiko Carstens2017-11-165-1/+113
| * | | | s390/perf: add callback to perf to enable using AUX bufferPu Hou2017-11-162-0/+120
* | | | | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-174-32/+341
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams2017-11-1539-237/+449
| |\ \ \ \ \
| | * | | | | mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-031-0/+1
| * | | | | | tools/testing/nvdimm: unit test clear-error commandsDan Williams2017-11-131-0/+18
| * | | | | | tools/testing/nvdimm: stricter bounds checking for error injection commandsVishal Verma2017-11-081-2/+2
| * | | | | | nfit_test: when clearing poison, also remove badrange entriesVishal Verma2017-11-021-8/+4
| * | | | | | nfit_test: add error injection DSMsDave Jiang2017-11-022-24/+168
| * | | | | | libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang2017-11-021-0/+1
OpenPOWER on IntegriCloud