summaryrefslogtreecommitdiff
path: root/include/vdso
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-13 20:03:26 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-13 20:03:26 +0200
commitc19a885e12f114b799b5d0d877219f0695e0d4de (patch)
tree35745c207ed917658029a04bfb38e9e2f5b63b7f /include/vdso
parentbff5ed3e7f348aea99eef9e21eca35460e4b9036 (diff)
downloadkernel-linux-5.16.y.tar.gz
Linux 5.16.20linux-5.16.y
Link: https://lore.kernel.org/r/20220412062943.670770901@linuxfoundation.org Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/vdso')
0 files changed, 0 insertions, 0 deletions
02-13 17:15:55 +1030'>2015-02-13tools/lguest: don't use legacy definitions for net device in example launcher.Rusty Russell 2015-02-13tools/lguest: use common error macros in the example launcher.Rusty Russell 2015-02-13tools/lguest: give virtqueues names for better error messagesRusty Russell 2015-02-13tools/lguest: more documentation and checking of virtio 1.0 compliance.Rusty Russell 2015-02-13tools/lguest: don't start devices until DRIVER_OK status set.Rusty Russell 2015-02-13tools/lguest: handle indirect partway through chain.Rusty Russell 2015-02-13tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell 2015-02-13tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)Rusty Russell 2015-02-13tools/lguest: rename virtio_pci_cfg_cap field to match spec.Rusty Russell 2015-02-13tools/lguest: fix features_accepted logic in example launcher.Rusty Russell 2015-02-13tools/lguest: handle device reset correctly in example launcher.Rusty Russell 2015-02-11lguest: remove NOTIFY facility from demonstration launcher.Rusty Russell 2015-02-11lguest: always put console in PCI slot #1.Rusty Russell 2015-02-11lguest: support backdoor window.Rusty Russell 2015-02-11lguest: support emerg_wr in console device in example launcher.Rusty Russell 2015-02-11lguest: remove support for lguest bus in demonstration launcher.Rusty Russell 2015-02-11lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.Rusty Russell 2015-02-11lguest: Convert console device to virtio 1.0 PCI.Rusty Russell 2015-02-11lguest: Convert entropy device to virtio 1.0 PCI.Rusty Russell 2015-02-11lguest: Convert net device to virtio 1.0 PCI.Rusty Russell 2015-02-11lguest: Convert block device to virtio 1.0 PCI.Rusty Russell 2015-02-11lguest: add a dummy PCI host bridge.Rusty Russell 2015-02-11lguest: fix failure to find linux/virtio_types.hRusty Russell 2015-02-11lguest: implement virtio-PCI MMIO accesses.Rusty Russell 2015-02-11lguest: add PCI config space emulation to example launcher.Rusty Russell 2015-02-11lguest: decode mmio accesses for PCI in example launcher.Rusty Russell 2015-02-11lguest: add MMIO region allocator in example launcher.Rusty Russell 2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell 2015-02-11lguest: suppress PS/2 keyboard polling.Rusty Russell 2015-02-11lguest: send trap 13 through to userspace.Rusty Russell 2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell 2015-02-11lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell