summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | perf report: Add raw report support for s390 auxiliary traceThomas Richter2018-08-082-1/+317
| | * | perf auxtrace: Support for perf report -D for s390Thomas Richter2018-08-036-0/+150
| | * | perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscall...Arnaldo Carvalho de Melo2018-08-021-10/+3
| | * | perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME eventsArnaldo Carvalho de Melo2018-08-021-1/+52
| | * | perf trace: Allow setting up a syscall_tp struct without a format_fieldArnaldo Carvalho de Melo2018-08-021-7/+15
| | * | perf trace: Rename some syscall_tp methods to raw_syscallArnaldo Carvalho de Melo2018-08-021-7/+7
| | * | perf trace: Use beautifiers on syscalls:sys_enter_ handlersArnaldo Carvalho de Melo2018-08-021-3/+44
| | * | perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat'Arnaldo Carvalho de Melo2018-08-021-5/+8
* | | | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-252-51/+87
|\ \ \ \
| * | | | tools/testing/nvdimm: improve emulation of smart injectionVishal Verma2018-07-311-31/+47
| * | | | tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-4/+8
| * | | | tools/testing/nvdimm: Fix support for emulating controller temperatureDan Williams2018-07-141-1/+2
| * | | | tools/testing/nvdimm: Make DSM failure code injection an overrideDan Williams2018-07-141-17/+32
* | | | | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-232-82/+82
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-2212-106/+477
|\ \ \ \ \
| * | | | | kvm: selftest: add dirty logging testPeter Xu2018-08-224-0/+356
| * | | | | kvm: selftest: pass in extra memory when create vmPeter Xu2018-08-227-8/+23
| * | | | | kvm: selftest: include the tools headersPeter Xu2018-08-223-3/+3
| * | | | | kvm: selftest: unify the guest port macrosPeter Xu2018-08-226-95/+78
| * | | | | tools: introduce test_and_clear_bitPeter Xu2018-08-221-0/+17
* | | | | | proc: test /proc/thread-self symlinkAlexey Dobriyan2018-08-224-0/+71
* | | | | | proc: test /proc/self symlinkAlexey Dobriyan2018-08-224-0/+49
* | | | | | tools/testing/selftests/vm/: add MAP_POPULATE testDmitry Safonov2018-08-224-0/+126
|/ / / / /
* | | | | Merge tag 'linux-kselftest-4.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-209-7/+422
|\ \ \ \ \
| * | | | | selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu2018-08-092-19/+13
| * | | | | selftests: mount: remove no longer needed config optionAnders Roxell2018-08-091-1/+0
| * | | | | selftests: cgroup: add gitignore fileAnders Roxell2018-08-091-0/+1
| * | | | | Add cgroup core selftestsClaudio2018-08-094-0/+406
| * | | | | selftests: vDSO - fix to return KSFT_SKIP when test couldn't be runShuah Khan (Samsung OSG)2018-07-111-2/+5
| * | | | | selftests: vDSO - fix to exclude x86 test on non-x86 platformsShuah Khan (Samsung OSG)2018-07-111-4/+9
| * | | | | selftests/android: initialize heap_type to avoid compiling warningLi Zhijian2018-07-111-0/+1
* | | | | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-204-19/+89
|\ \ \ \ \ \
| * | | | | | selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu2018-07-302-19/+13
| * | | | | | kselftests: Add tests for the preemptoff and irqsoff tracersJoel Fernandes (Google)2018-07-262-0/+76
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-191-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-181-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | tools/bpf: fix bpf selftest test_cgroup_storage failureYonghong Song2018-08-171-0/+1
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-1912-158/+801
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KVM: selftests: add tests for shadow VMCS save/restorePaolo Bonzini2018-08-063-5/+74
| * | | | | | | | | kvm: selftests: add test for nested state save/restorePaolo Bonzini2018-08-063-1/+132
| * | | | | | | | | kvm: selftests: add basic test for state save and restorePaolo Bonzini2018-08-068-22/+311
| * | | | | | | | | kvm: selftests: ensure vcpu file is releasedPaolo Bonzini2018-08-061-1/+9
| * | | | | | | | | kvm: selftests: actually use all of lib/vmx.cPaolo Bonzini2018-08-063-89/+72
| * | | | | | | | | kvm: selftests: create a GDT and TSSPaolo Bonzini2018-08-065-47/+79
| * | | | | | | | | kvm: selftests: add cr4_cpuid_sync_testWei Huang2018-08-063-0/+131
* | | | | | | | | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-10/+67
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-1652-180/+410
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Tools: hv: vss: fix loop device detectionVitaly Kuznetsov2018-07-031-4/+61
| * | | | | | | | | | | tools: hv: update lsvmbus to be compatible with python3Olaf Hering2018-07-031-6/+6
* | | | | | | | | | | | Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-181-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \