summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-285-21/+124
|\
| * selftests, sched/membarrier: Add multi-threaded testMathieu Desnoyers2019-09-255-21/+124
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-4/+34
|\ \
| * | sefltest/ima: support appended signatures (modsig)Mimi Zohar2019-08-291-4/+34
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-279-81/+149
|\ \ \
| * | | KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson2019-09-251-1/+0
| * | | KVM: selftests: fix ucall on x86Vitaly Kuznetsov2019-09-251-1/+1
| * | | KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bitVitaly Kuznetsov2019-09-241-0/+27
| * | | KVM: selftests: Remove duplicate guest mode handlingPeter Xu2019-09-243-47/+26
| * | | KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu2019-09-246-14/+67
| * | | KVM: selftests: Create VM earlier for dirty log testPeter Xu2019-09-241-3/+16
| * | | KVM: selftests: Move vm type into _vm_create() internallyPeter Xu2019-09-243-20/+17
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-26267-3614/+4798
|\ \ \ \
| * | | | perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo2019-09-261-1/+1
| * | | | perf parser: Remove needless include directivesArnaldo Carvalho de Melo2019-09-251-3/+0
| * | | | perf build: Add detection of java-11-openjdk-devel packageThomas Richter2019-09-251-1/+1
| * | | | perf jvmti: Include JVMTI support for s390Thomas Richter2019-09-252-0/+4
| * | | | perf vendor events: Remove P8 HW events which are not supportedMamatha Inamdar2019-09-251-24/+0
| * | | | perf evlist: Fix access of freed id arraysAndi Kleen2019-09-251-1/+1
| * | | | perf stat: Fix free memory access / memory leaks in metricsAndi Kleen2019-09-251-2/+2
| * | | | perf tools: Replace needless mmap.h with what is needed, event.hArnaldo Carvalho de Melo2019-09-252-2/+2
| * | | | perf evsel: Move config terms to a separate headerArnaldo Carvalho de Melo2019-09-256-43/+54
| * | | | perf evlist: Remove unused perf_evlist__fprintf() methodArnaldo Carvalho de Melo2019-09-253-16/+1
| * | | | perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo2019-09-2512-193/+218
| * | | | perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo2019-09-255-15/+16
| * | | | perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo2019-09-257-142/+164
| * | | | libperf: Add perf_evlist__poll() functionJiri Olsa2019-09-2512-12/+19
| * | | | libperf: Add perf_evlist__add_pollfd() functionJiri Olsa2019-09-257-27/+28
| * | | | libperf: Add perf_evlist__alloc_pollfd() functionJiri Olsa2019-09-254-23/+25
| * | | | libperf: Add libperf_init() call to the testsJiri Olsa2019-09-254-0/+40
| * | | | libperf: Merge libperf_set_print() into libperf_init()Jiri Olsa2019-09-254-10/+10
| * | | | libperf: Add libperf dependency for tests targetsJiri Olsa2019-09-251-1/+1
| * | | | libperf: Use sys/types.h to get ssize_t, not unistd.hArnaldo Carvalho de Melo2019-09-252-1/+2
| * | | | perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo2019-09-252-1/+1
| * | | | libperf: Move 'page_size' global variable to libperfJiri Olsa2019-09-2528-25/+36
| * | | | libperf: Add perf_evlist__id_add_fd() functionJiri Olsa2019-09-255-47/+50
| * | | | libperf: Add perf_evlist__id_add() functionJiri Olsa2019-09-256-26/+34
| * | | | libperf: Add perf_evlist__read_format() functionJiri Olsa2019-09-254-8/+10
| * | | | libperf: Add perf_evlist__first()/last() functionsJiri Olsa2019-09-2532-129/+145
| * | | | libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functionsJiri Olsa2019-09-258-67/+71
| * | | | libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa2019-09-254-11/+11
| * | | | libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-258-15/+15
| * | | | libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-259-22/+22
| * | | | libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-255-11/+10
| * | | | libperf: Add missing 'struct xyarray' forward declarationArnaldo Carvalho de Melo2019-09-251-0/+1
| * | | | libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa2019-09-255-14/+15
| * | | | libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa2019-09-254-7/+7
| * | | | libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa2019-09-2520-28/+28
| * | | | libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-2510-20/+21
| * | | | libperf: Add 'flush' to 'struct perf_mmap'Jiri Olsa2019-09-254-8/+8