index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-02-13
tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI)
Rusty Russell
2015-02-13
tools/lguest: rename virtio_pci_cfg_cap field to match spec.
Rusty Russell
2015-02-13
tools/lguest: fix features_accepted logic in example launcher.
Rusty Russell
2015-02-13
tools/lguest: handle device reset correctly in example launcher.
Rusty Russell
2015-02-13
virtual: Documentation: simplify and generalize paravirt_ops.txt
Luis R. Rodriguez
2015-02-11
lguest: remove NOTIFY call and eventfd facility.
Rusty Russell
2015-02-11
lguest: remove NOTIFY facility from demonstration launcher.
Rusty Russell
2015-02-11
lguest: use the PCI console device's emerg_wr for early boot messages.
Rusty Russell
2015-02-11
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 lguest bus definitions from header.
Rusty Russell
2015-02-11
lguest: remove support for lguest bus in demonstration launcher.
Rusty Russell
2015-02-11
lguest: remove support for lguest bus.
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: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC
Rusty Russell
2015-02-11
lguest: disable ACPI explicitly.
Rusty Russell
2015-02-11
lguest: add iomem region, where guest page faults get sent to userspace.
Rusty Russell
2015-02-11
lguest: don't disable iospace.
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: add infrastructure to check mappings.
Rusty Russell
2015-02-11
lguest: add infrastructure for userspace to deliver a trap to the guest.
Rusty Russell
2015-02-11
lguest: write more information to userspace about pending traps.
Rusty Russell
2015-02-11
lguest: add operations to get/set a register from the Launcher.
Rusty Russell
2015-02-11
lguest: have --rng read from /dev/urandom not /dev/random.
Rusty Russell
2015-02-11
virtio: don't require a config space on the console device.
Rusty Russell
2015-02-11
virtio_pci: use 16-bit accessor for queue_enable.
Rusty Russell
2015-02-11
virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defi...
Rusty Russell
2015-02-11
virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined.
Rusty Russell
2015-02-11
virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.
Rusty Russell
2015-02-11
virtio: Avoid possible kernel panic if DEBUG is enabled.
Tetsuo Handa
2015-01-23
virtio-mmio: Update the device to OASIS spec version
Pawel Moll
2015-01-21
virtio_pci_modern: drop an unused function
Michael S. Tsirkin
2015-01-21
virtio_pci: add module param to force legacy mode
Michael S. Tsirkin
2015-01-21
virtio_pci: add an option to disable legacy driver
Michael S. Tsirkin
2015-01-21
virtio_pci: drop Kconfig warnings
Michael S. Tsirkin
2015-01-21
virtio_pci: Kconfig grammar fix
Michael S. Tsirkin
2015-01-21
virtio_rng: drop extra empty line
Michael S. Tsirkin
2015-01-21
virtio_ring: coding style fix
Michael S. Tsirkin
[next]