| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 2 | -340/+1684 |
|\ |
|
| * | tools/lguest: don't use legacy definitions for net device in example launcher. | Rusty Russell | 2015-02-13 | 1 | -1/+2 |
| * | tools/lguest: use common error macros in the example launcher. | Rusty Russell | 2015-02-13 | 1 | -101/+105 |
| * | tools/lguest: give virtqueues names for better error messages | Rusty Russell | 2015-02-13 | 1 | -7/+12 |
| * | tools/lguest: more documentation and checking of virtio 1.0 compliance. | Rusty Russell | 2015-02-13 | 1 | -14/+293 |
| * | tools/lguest: don't start devices until DRIVER_OK status set. | Rusty Russell | 2015-02-13 | 1 | -8/+36 |
| * | tools/lguest: handle indirect partway through chain. | Rusty Russell | 2015-02-13 | 1 | -12/+13 |
| * | tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI) | Rusty Russell | 2015-02-13 | 1 | -2/+57 |
| * | tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI) | Rusty Russell | 2015-02-13 | 1 | -9/+131 |
| * | tools/lguest: rename virtio_pci_cfg_cap field to match spec. | Rusty Russell | 2015-02-13 | 1 | -8/+9 |
| * | tools/lguest: fix features_accepted logic in example launcher. | Rusty Russell | 2015-02-13 | 1 | -1/+1 |
| * | tools/lguest: handle device reset correctly in example launcher. | Rusty Russell | 2015-02-13 | 1 | -2/+18 |
| * | lguest: remove NOTIFY facility from demonstration launcher. | Rusty Russell | 2015-02-11 | 1 | -24/+1 |
| * | lguest: always put console in PCI slot #1. | Rusty Russell | 2015-02-11 | 1 | -3/+3 |
| * | lguest: support backdoor window. | Rusty Russell | 2015-02-11 | 1 | -1/+100 |
| * | lguest: support emerg_wr in console device in example launcher. | Rusty Russell | 2015-02-11 | 1 | -3/+14 |
| * | lguest: remove support for lguest bus in demonstration launcher. | Rusty Russell | 2015-02-11 | 1 | -333/+22 |
| * | lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher. | Rusty Russell | 2015-02-11 | 1 | -0/+1 |
| * | lguest: Convert console device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 | 1 | -7/+7 |
| * | lguest: Convert entropy device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 | 1 | -5/+7 |
| * | lguest: Convert net device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 | 1 | -20/+28 |
| * | lguest: Convert block device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 | 1 | -21/+9 |
| * | lguest: add a dummy PCI host bridge. | Rusty Russell | 2015-02-11 | 1 | -0/+14 |
| * | lguest: fix failure to find linux/virtio_types.h | Rusty Russell | 2015-02-11 | 1 | -1/+7 |
| * | lguest: implement virtio-PCI MMIO accesses. | Rusty Russell | 2015-02-11 | 1 | -2/+490 |
| * | lguest: add PCI config space emulation to example launcher. | Rusty Russell | 2015-02-11 | 1 | -5/+211 |
| * | lguest: decode mmio accesses for PCI in example launcher. | Rusty Russell | 2015-02-11 | 1 | -0/+167 |
| * | lguest: add MMIO region allocator in example launcher. | Rusty Russell | 2015-02-11 | 1 | -5/+23 |
| * | lguest: add iomem region, where guest page faults get sent to userspace. | Rusty Russell | 2015-02-11 | 1 | -1/+2 |
| * | lguest: suppress PS/2 keyboard polling. | Rusty Russell | 2015-02-11 | 1 | -0/+4 |
| * | lguest: send trap 13 through to userspace. | Rusty Russell | 2015-02-11 | 1 | -0/+149 |
| * | lguest: write more information to userspace about pending traps. | Rusty Russell | 2015-02-11 | 1 | -6/+10 |
| * | lguest: have --rng read from /dev/urandom not /dev/random. | Rusty Russell | 2015-02-11 | 1 | -5/+5 |
* | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-15 | 3 | -32/+23 |
|\ \ |
|
| * | | Tools: hv: do not add redundant '/' in hv_start_fcopy() | Vitaly Kuznetsov | 2015-01-25 | 1 | -6/+0 |
| * | | Tools: hv: address compiler warnings for hv_fcopy_daemon.c | Vitaly Kuznetsov | 2015-01-25 | 1 | -2/+2 |
| * | | Tools: hv: address compiler warnings for hv_kvp_daemon.c | Vitaly Kuznetsov | 2015-01-25 | 1 | -13/+12 |
| * | | Tools: hv: remove unused bytes_written from kvp_update_file() | Vitaly Kuznetsov | 2015-01-25 | 1 | -3/+1 |
| * | | Merge 3.19-rc5 into char-misc-next | Greg Kroah-Hartman | 2015-01-18 | 45 | -156/+367 |
| |\| |
|
| * | | tools: hv: kvp_daemon: make IPv6-only-injection work | Dexuan Cui | 2015-01-12 | 1 | -6/+6 |
| * | | tools: hv: Makefile: Add hv_fcopy_daemon to Makefile | Matej Muzila | 2015-01-12 | 1 | -2/+2 |
* | | | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2015-02-15 | 3 | -13/+20 |
|\ \ \ |
|
| * \ \ | Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2015-02-04 | 3 | -13/+20 |
| |\ \ \ |
|
| | * \ \ | Merge tag 'v3.19-rc5' into next | Felipe Balbi | 2015-01-19 | 27 | -91/+146 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | tools: ffs-aio-example: use endpoint addresses from descriptors | Robert Baldyga | 2015-01-15 | 2 | -13/+18 |
| | * | | | tools: ffs-aio-example: add missing wMaxPacketSize for HS descs | Robert Baldyga | 2015-01-12 | 1 | -0/+2 |
* | | | | | Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-13 | 2 | -158/+254 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| *-. \ \ \ \ | Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' | Rafael J. Wysocki | 2015-02-13 | 2 | -158/+254 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| | | * | | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Rafael J. Wysocki | 2015-02-12 | 2 | -158/+254 |
| | | |\ \ \ \ |
|
| | | | * | | | | tools/power turbostat: support additional Broadwell model | Len Brown | 2015-02-10 | 1 | -1/+4 |