summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/lguest: use common error macros in the example launcher.Rusty Russell2015-02-131-101/+105
* tools/lguest: give virtqueues names for better error messagesRusty Russell2015-02-131-7/+12
* tools/lguest: more documentation and checking of virtio 1.0 compliance.Rusty Russell2015-02-131-14/+293
* tools/lguest: don't start devices until DRIVER_OK status set.Rusty Russell2015-02-131-8/+36
* tools/lguest: handle indirect partway through chain.Rusty Russell2015-02-131-12/+13
* tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell2015-02-131-2/+57
* tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell2015-02-131-9/+131
* tools/lguest: rename virtio_pci_cfg_cap field to match spec.Rusty Russell2015-02-131-8/+9
* tools/lguest: fix features_accepted logic in example launcher.Rusty Russell2015-02-131-1/+1
* tools/lguest: handle device reset correctly in example launcher.Rusty Russell2015-02-131-2/+18
* lguest: remove NOTIFY facility from demonstration launcher.Rusty Russell2015-02-111-24/+1
* lguest: always put console in PCI slot #1.Rusty Russell2015-02-111-3/+3
* lguest: support backdoor window.Rusty Russell2015-02-111-1/+100
* lguest: support emerg_wr in console device in example launcher.Rusty Russell2015-02-111-3/+14
* lguest: remove support for lguest bus in demonstration launcher.Rusty Russell2015-02-111-333/+22
* lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.Rusty Russell2015-02-111-0/+1
* lguest: Convert console device to virtio 1.0 PCI.Rusty Russell2015-02-111-7/+7
* lguest: Convert entropy device to virtio 1.0 PCI.Rusty Russell2015-02-111-5/+7
* lguest: Convert net device to virtio 1.0 PCI.Rusty Russell2015-02-111-20/+28
* lguest: Convert block device to virtio 1.0 PCI.Rusty Russell2015-02-111-21/+9
* lguest: add a dummy PCI host bridge.Rusty Russell2015-02-111-0/+14
* lguest: fix failure to find linux/virtio_types.hRusty Russell2015-02-111-1/+7
* lguest: implement virtio-PCI MMIO accesses.Rusty Russell2015-02-111-2/+490
* lguest: add PCI config space emulation to example launcher.Rusty Russell2015-02-111-5/+211
* lguest: decode mmio accesses for PCI in example launcher.Rusty Russell2015-02-111-0/+167
* lguest: add MMIO region allocator in example launcher.Rusty Russell2015-02-111-5/+23
* lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell2015-02-111-1/+2
* lguest: suppress PS/2 keyboard polling.Rusty Russell2015-02-111-0/+4
* lguest: send trap 13 through to userspace.Rusty Russell2015-02-111-0/+149
* lguest: write more information to userspace about pending traps.Rusty Russell2015-02-111-6/+10
* lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell2015-02-111-5/+5
* perf tools powerpc: Use dwfl_report_elf() instead of offline.Sukadev Bhattiprolu2015-01-161-8/+11
* perf tools: Fix segfault for symbol annotation on TUINamhyung Kim2015-01-161-7/+1
* perf test: Fix dwarf unwind using libunwind.Wang Nan2015-01-162-3/+61
* perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta2015-01-163-3/+1
* perf tools: Elide strlcpy warning with uclibcVineet Gupta2015-01-161-0/+2
* perf tools: Fix statfs.f_type data type mismatch build error with uclibcAlexey Brodkin2015-01-162-2/+2
* tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo2015-01-1610-42/+30
* perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim2015-01-161-1/+3
* perf tools: Fix building error in x86_64 when dwarf unwind is onNamhyung Kim2015-01-163-15/+17
* perf probe: Propagate error code when write(2) failedNamhyung Kim2015-01-161-1/+3
* Merge tag 'linux-kselftest-3.19-rc-5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-143-9/+15
|\
| * selftests/vm: fix link error for transhuge-stress testAndrey Skvortsov2015-01-081-1/+1
| * tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARMdann frazier2015-01-061-2/+1
| * selftests/exec: allow shell return code of 126David Drysdale2015-01-061-6/+13
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-1117-59/+215
|\ \
| * | perf hists browser: Fix segfault when showing callchainNamhyung Kim2015-01-081-1/+1
| * | perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-083-0/+33
| * | perf hists: Fix children sort key behaviorNamhyung Kim2015-01-082-32/+35
| * | perf diff: Fix to sort by baseline field by defaultNamhyung Kim2015-01-021-0/+44
OpenPOWER on IntegriCloud