aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11lguest: remove NOTIFY facility from demonstration launcher.Rusty Russell1-24/+1
2015-02-11lguest: always put console in PCI slot #1.Rusty Russell1-3/+3
2015-02-11lguest: support backdoor window.Rusty Russell1-1/+100
2015-02-11lguest: support emerg_wr in console device in example launcher.Rusty Russell1-3/+14
2015-02-11lguest: remove support for lguest bus in demonstration launcher.Rusty Russell1-333/+22
2015-02-11lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.Rusty Russell1-0/+1
2015-02-11lguest: Convert console device to virtio 1.0 PCI.Rusty Russell1-7/+7
2015-02-11lguest: Convert entropy device to virtio 1.0 PCI.Rusty Russell1-5/+7
2015-02-11lguest: Convert net device to virtio 1.0 PCI.Rusty Russell1-20/+28
2015-02-11lguest: Convert block device to virtio 1.0 PCI.Rusty Russell1-21/+9
2015-02-11lguest: add a dummy PCI host bridge.Rusty Russell1-0/+14
2015-02-11lguest: fix failure to find linux/virtio_types.hRusty Russell1-1/+7
2015-02-11lguest: implement virtio-PCI MMIO accesses.Rusty Russell1-2/+490
2015-02-11lguest: add PCI config space emulation to example launcher.Rusty Russell1-5/+211
2015-02-11lguest: decode mmio accesses for PCI in example launcher.Rusty Russell1-0/+167
2015-02-11lguest: add MMIO region allocator in example launcher.Rusty Russell1-5/+23
2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell1-1/+2
2015-02-11lguest: suppress PS/2 keyboard polling.Rusty Russell1-0/+4
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell1-0/+149
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell1-6/+10
2015-02-11lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell1-5/+5
2015-01-16perf tools powerpc: Use dwfl_report_elf() instead of offline.Sukadev Bhattiprolu1-8/+11
2015-01-16perf tools: Fix segfault for symbol annotation on TUINamhyung Kim1-7/+1
2015-01-16perf test: Fix dwarf unwind using libunwind.Wang Nan2-3/+61
2015-01-16perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta3-3/+1
2015-01-16perf tools: Elide strlcpy warning with uclibcVineet Gupta1-0/+2
2015-01-16perf tools: Fix statfs.f_type data type mismatch build error with uclibcAlexey Brodkin2-2/+2
2015-01-16tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo10-42/+30
2015-01-16perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim1-1/+3
2015-01-16perf tools: Fix building error in x86_64 when dwarf unwind is onNamhyung Kim3-15/+17
2015-01-16perf probe: Propagate error code when write(2) failedNamhyung Kim1-1/+3
2015-01-14Merge tag 'linux-kselftest-3.19-rc-5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-9/+15
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds17-59/+215
2015-01-11Merge branch 'core/urgent' into locking/urgent, to collect all pending locking fixesIngo Molnar1-2/+2
2015-01-08selftests/vm: fix link error for transhuge-stress testAndrey Skvortsov1-1/+1
2015-01-08perf hists browser: Fix segfault when showing callchainNamhyung Kim1-1/+1
2015-01-08perf callchain: Free callchains when hist entries are deletedNamhyung Kim3-0/+33
2015-01-08perf hists: Fix children sort key behaviorNamhyung Kim2-32/+35
2015-01-06tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARMdann frazier1-2/+1
2015-01-06selftests/exec: allow shell return code of 126David Drysdale1-6/+13
2015-01-02perf diff: Fix to sort by baseline field by defaultNamhyung Kim1-0/+44
2015-01-02perf list: Fix --raw-dump optionTaesoo Kim1-3/+10
2015-01-02perf probe: Fix crash in dwarf_getcfi_elfNamhyung Kim1-1/+17
2015-01-02perf probe: Fix to fall back to find probe point in symbolsMasami Hiramatsu1-2/+4
2015-01-01Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar10-20/+71
2014-12-30Merge tag 'linux-kselftest-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-2/+2
2014-12-29Merge branches 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki2-2/+2
2014-12-23perf callchain: Append callchains only when requestedNamhyung Kim1-3/+4
2014-12-23perf ui/tui: Print backtrace symbols when segfault occursNamhyung Kim1-2/+24
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim9-15/+43