| Commit message (Expand) | Author | Age |
... | |
| | * | lguest: always put console in PCI slot #1. | Rusty Russell | 2015-02-11 |
| | * | lguest: support backdoor window. | Rusty Russell | 2015-02-11 |
| | * | lguest: support emerg_wr in console device in example launcher. | Rusty Russell | 2015-02-11 |
| | * | lguest: remove support for lguest bus in demonstration launcher. | Rusty Russell | 2015-02-11 |
| | * | lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher. | Rusty Russell | 2015-02-11 |
| | * | lguest: Convert console device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 |
| | * | lguest: Convert entropy device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 |
| | * | lguest: Convert net device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 |
| | * | lguest: Convert block device to virtio 1.0 PCI. | Rusty Russell | 2015-02-11 |
| | * | lguest: add a dummy PCI host bridge. | Rusty Russell | 2015-02-11 |
| | * | lguest: fix failure to find linux/virtio_types.h | Rusty Russell | 2015-02-11 |
| | * | lguest: implement virtio-PCI MMIO accesses. | Rusty Russell | 2015-02-11 |
| | * | lguest: add PCI config space emulation to example launcher. | Rusty Russell | 2015-02-11 |
| | * | lguest: decode mmio accesses for PCI in example launcher. | Rusty Russell | 2015-02-11 |
| | * | lguest: add MMIO region allocator in example launcher. | Rusty Russell | 2015-02-11 |
| | * | lguest: add iomem region, where guest page faults get sent to userspace. | Rusty Russell | 2015-02-11 |
| | * | lguest: suppress PS/2 keyboard polling. | Rusty Russell | 2015-02-11 |
| | * | lguest: send trap 13 through to userspace. | Rusty Russell | 2015-02-11 |
| | * | lguest: write more information to userspace about pending traps. | Rusty Russell | 2015-02-11 |
| | * | lguest: have --rng read from /dev/urandom not /dev/random. | Rusty Russell | 2015-02-11 |
| * | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-15 |
| |\ \ |
|
| | * | | Tools: hv: do not add redundant '/' in hv_start_fcopy() | Vitaly Kuznetsov | 2015-01-25 |
| | * | | Tools: hv: address compiler warnings for hv_fcopy_daemon.c | Vitaly Kuznetsov | 2015-01-25 |
| | * | | Tools: hv: address compiler warnings for hv_kvp_daemon.c | Vitaly Kuznetsov | 2015-01-25 |
| | * | | Tools: hv: remove unused bytes_written from kvp_update_file() | Vitaly Kuznetsov | 2015-01-25 |
| | * | | Merge 3.19-rc5 into char-misc-next | Greg Kroah-Hartman | 2015-01-18 |
| | |\| |
|
| | * | | tools: hv: kvp_daemon: make IPv6-only-injection work | Dexuan Cui | 2015-01-12 |
| | * | | tools: hv: Makefile: Add hv_fcopy_daemon to Makefile | Matej Muzila | 2015-01-12 |
| * | | | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2015-02-15 |
| |\ \ \ |
|
| | * \ \ | Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2015-02-04 |
| | |\ \ \ |
|
| | | * \ \ | Merge tag 'v3.19-rc5' into next | Felipe Balbi | 2015-01-19 |
| | | |\ \ \
| | | | | |/
| | | | |/| |
|
| | | * | | | tools: ffs-aio-example: use endpoint addresses from descriptors | Robert Baldyga | 2015-01-15 |
| | | * | | | tools: ffs-aio-example: add missing wMaxPacketSize for HS descs | Robert Baldyga | 2015-01-12 |
| * | | | | | Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-13 |
| |\ \ \ \ \ |
|
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' | Rafael J. Wysocki | 2015-02-13 |
| | |\ \ \ \ \ \
| | | | |_|_|/ /
| | | |/| | | | |
|
| | | | * | | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Rafael J. Wysocki | 2015-02-11 |
| | | | |\ \ \ \ |
|
| | | | | * | | | | tools/power turbostat: support additional Broadwell model | Len Brown | 2015-02-10 |
| | | | | * | | | | tools/power turbostat: update parameters, documentation | Len Brown | 2015-02-10 |
| | | | | * | | | | tools/power turbostat: Skip printing disabled package C-states | Len Brown | 2015-02-09 |
| * | | | | | | | | Merge tag 'ktest-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2015-02-12 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | ktest: Place quotes around item variable | Steven Rostedt (Red Hat) | 2015-02-03 |
| | * | | | | | | | | ktest: Cleanup terminal on dodie() failure | Josh Poimboeuf | 2015-02-02 |
| | * | | | | | | | | ktest: Print build,install,boot,test times at success and failure | Steven Rostedt (Red Hat) | 2015-02-02 |
| | * | | | | | | | | ktest: Enable user input to the console | Josh Poimboeuf | 2015-02-02 |
| | * | | | | | | | | ktest: Give console process a dedicated tty | Josh Poimboeuf | 2015-02-02 |
| | * | | | | | | | | ktest: Rename start_monitor_and_boot to start_monitor_and_install | Steven Rostedt (Red Hat) | 2015-01-29 |
| | * | | | | | | | | ktest: Show times for build, install, boot and test | Steven Rostedt (Red Hat) | 2015-01-29 |
| | * | | | | | | | | ktest: Restore tty settings after closing console | Josh Poimboeuf | 2015-01-27 |
| | * | | | | | | | | ktest: Add timings for commands | Steven Rostedt (Red Hat) | 2015-01-27 |
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| * | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-02-11 |
| |\ \ \ \ \ \ \ \ |
|