summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-340/+1684
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-32/+23
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+20
2015-02-13Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-158/+254
2015-02-13Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Rafael J. Wysocki-158/+254
2015-02-13tools/lguest: don't use legacy definitions for net device in example launcher.Rusty Russell-1/+2
2015-02-13tools/lguest: use common error macros in the example launcher.Rusty Russell-101/+105
2015-02-13tools/lguest: give virtqueues names for better error messagesRusty Russell-7/+12
2015-02-13tools/lguest: more documentation and checking of virtio 1.0 compliance.Rusty Russell-14/+293
2015-02-13tools/lguest: don't start devices until DRIVER_OK status set.Rusty Russell-8/+36
2015-02-13tools/lguest: handle indirect partway through chain.Rusty Russell-12/+13
2015-02-13tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell-2/+57
2015-02-13tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell-9/+131
2015-02-13tools/lguest: rename virtio_pci_cfg_cap field to match spec.Rusty Russell-8/+9
2015-02-13tools/lguest: fix features_accepted logic in example launcher.Rusty Russell-1/+1
2015-02-13tools/lguest: handle device reset correctly in example launcher.Rusty Russell-2/+18
2015-02-12Merge tag 'ktest-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-30/+229
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-4/+393
2015-02-12Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki-158/+254
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin-0/+1
2015-02-11lguest: remove NOTIFY facility from demonstration launcher.Rusty Russell-24/+1
2015-02-11lguest: always put console in PCI slot #1.Rusty Russell-3/+3
2015-02-11lguest: support backdoor window.Rusty Russell-1/+100
2015-02-11lguest: support emerg_wr in console device in example launcher.Rusty Russell-3/+14
2015-02-11lguest: remove support for lguest bus in demonstration launcher.Rusty Russell-333/+22
2015-02-11lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.Rusty Russell-0/+1
2015-02-11lguest: Convert console device to virtio 1.0 PCI.Rusty Russell-7/+7
2015-02-11lguest: Convert entropy device to virtio 1.0 PCI.Rusty Russell-5/+7
2015-02-11lguest: Convert net device to virtio 1.0 PCI.Rusty Russell-20/+28
2015-02-11lguest: Convert block device to virtio 1.0 PCI.Rusty Russell-21/+9
2015-02-11lguest: add a dummy PCI host bridge.Rusty Russell-0/+14
2015-02-11lguest: fix failure to find linux/virtio_types.hRusty Russell-1/+7
2015-02-11lguest: implement virtio-PCI MMIO accesses.Rusty Russell-2/+490
2015-02-11lguest: add PCI config space emulation to example launcher.Rusty Russell-5/+211
2015-02-11lguest: decode mmio accesses for PCI in example launcher.Rusty Russell-0/+167
2015-02-11lguest: add MMIO region allocator in example launcher.Rusty Russell-5/+23
2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell-1/+2
2015-02-11lguest: suppress PS/2 keyboard polling.Rusty Russell-0/+4
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell-0/+149
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell-6/+10
2015-02-11lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell-5/+5
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-107/+321
2015-02-10tools/power turbostat: support additional Broadwell modelLen Brown-1/+4
2015-02-10Merge branch 'pm-tools'Rafael J. Wysocki-96/+310
2015-02-10Merge branch 'acpica'Rafael J. Wysocki-11/+11
2015-02-10tools/power turbostat: update parameters, documentationLen Brown-87/+136
2015-02-09tools/power turbostat: Skip printing disabled package C-statesLen Brown-72/+116
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-498/+1175
2015-02-10Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki-95/+309