aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+6
2016-02-22Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-10/+5
2016-02-19libnvdimm, tools/testing/nvdimm: fix 'ars_status' output buffer sizingGravatar Dan Williams 1-2/+6
2016-02-19ftracetest: Fix instance test to use proper shell command for pidsGravatar Steven Rostedt 1-10/+5
2016-02-16Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Gravatar Ingo Molnar 2-4/+87
2016-02-10efi: Make efivarfs entries immutable by defaultGravatar Peter Jones 2-4/+87
2016-02-04Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Ingo Molnar 1-0/+10
2016-02-04Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Ingo Molnar 4-26/+53
2016-02-03perf stat: Fix interval output valuesGravatar Jiri Olsa 1-0/+10
2016-02-02perf probe: Search both .eh_frame and .debug_frame sections for probe locationGravatar Hemant Kumar 2-26/+41
2016-02-02perf tools: Fix thread lifetime related segfaut in intel_ptGravatar Adrian Hunter 1-0/+9
2016-02-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-02-01perf tools: tracepoint_error() can receive e=NULL, robustify itGravatar Adrian Hunter 1-0/+3
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+138
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-22/+75
2016-01-31phys_to_pfn_t: use phys_addr_tGravatar Dan Williams 1-1/+1
2016-01-26kselftests: timers: Add adjtimex SETOFFSET validity testsGravatar John Stultz 1-1/+138
2016-01-26perf stat: Do not clean event's private statsGravatar Jiri Olsa 1-1/+0
2016-01-26perf hists: Fix HISTC_MEM_DCACHELINE width settingGravatar Jiri Olsa 1-0/+2
2016-01-26perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedGravatar Markus Trippelsdorf 1-2/+2
2016-01-26perf tests: Remove wrong semicolon in while loop in CQM testGravatar Markus Trippelsdorf 1-1/+1
2016-01-26tools/virtio: add ringtest utilitiesGravatar Michael S. Tsirkin 8-0/+1123
2016-01-26tools/virtio: use virt_xxx barriersGravatar Michael S. Tsirkin 3-9/+23
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 2-2/+2
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 12-11/+12
2016-01-21Merge branch 'pm-tools'Gravatar Rafael J. Wysocki 1-0/+1
2016-01-21Merge branches 'acpica', 'acpi-video' and 'acpi-fan'Gravatar Rafael J. Wysocki 11-11/+11
2016-01-19Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 5-18/+70
2016-01-19cpupower: Fix build error in cpufreq-infoGravatar Shreyas B. Prabhu 1-0/+1
2016-01-17Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-15/+297
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 22-105/+956
2016-01-15ACPICA: Additional 2016 copyright changesGravatar Bob Moore 11-11/+11
2016-01-15perf build: Introduce FEATURES_DUMP make variableGravatar Jiri Olsa 2-1/+17
2016-01-15perf build: Add feature-dump targetGravatar Jiri Olsa 1-0/+11
2016-01-15perf build: Pass O option to kernel makefile in build-testGravatar Wang Nan 1-4/+5
2016-01-15perf build: Test correct path of perf in build-testGravatar Wang Nan 1-7/+14
2016-01-15perf build: Pass O option to Makefile.perf in build-testGravatar Wang Nan 1-3/+11
2016-01-15perf build: Set parallel making options build-testGravatar Wang Nan 1-7/+16
2016-01-15perf symbols: Fix reading of build-id from vDSOGravatar Ben Hutchings 1-1/+1
2016-01-15perf kvm record/report: 'unprocessable sample' error while recording/reportin...Gravatar Ravi Bangoria 1-1/+1
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+92
2016-01-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 28-66/+918
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-34/+72
2016-01-13Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 5-3/+567
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-6/+20
2016-01-13selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnGravatar Andy Lutomirski 2-1/+90
2016-01-12Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-172/+637
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+90
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-1/+516
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+24