index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-11
lguest: remove lguest bus definitions from header.
Rusty Russell
1
-47
/
+2
2015-02-11
lguest: remove support for lguest bus in demonstration launcher.
Rusty Russell
1
-333
/
+22
2015-02-11
lguest: remove support for lguest bus.
Rusty Russell
2
-543
/
+0
2015-02-11
lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
Rusty Russell
1
-0
/
+1
2015-02-11
lguest: Convert console device to virtio 1.0 PCI.
Rusty Russell
1
-7
/
+7
2015-02-11
lguest: Convert entropy device to virtio 1.0 PCI.
Rusty Russell
1
-5
/
+7
2015-02-11
lguest: Convert net device to virtio 1.0 PCI.
Rusty Russell
1
-20
/
+28
2015-02-11
lguest: Convert block device to virtio 1.0 PCI.
Rusty Russell
1
-21
/
+9
2015-02-11
lguest: add a dummy PCI host bridge.
Rusty Russell
1
-0
/
+14
2015-02-11
lguest: fix failure to find linux/virtio_types.h
Rusty Russell
1
-1
/
+7
2015-02-11
lguest: implement virtio-PCI MMIO accesses.
Rusty Russell
1
-2
/
+490
2015-02-11
lguest: add PCI config space emulation to example launcher.
Rusty Russell
1
-5
/
+211
2015-02-11
lguest: decode mmio accesses for PCI in example launcher.
Rusty Russell
1
-0
/
+167
2015-02-11
lguest: add MMIO region allocator in example launcher.
Rusty Russell
1
-5
/
+23
2015-02-11
lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC
Rusty Russell
1
-0
/
+24
2015-02-11
lguest: disable ACPI explicitly.
Rusty Russell
1
-0
/
+4
2015-02-11
lguest: add iomem region, where guest page faults get sent to userspace.
Rusty Russell
5
-7
/
+58
2015-02-11
lguest: don't disable iospace.
Rusty Russell
1
-8
/
+0
2015-02-11
lguest: suppress PS/2 keyboard polling.
Rusty Russell
1
-0
/
+4
2015-02-11
lguest: send trap 13 through to userspace.
Rusty Russell
2
-90
/
+192
2015-02-11
lguest: add infrastructure to check mappings.
Rusty Russell
2
-13
/
+30
2015-02-11
lguest: add infrastructure for userspace to deliver a trap to the guest.
Rusty Russell
2
-0
/
+20
2015-02-11
lguest: write more information to userspace about pending traps.
Rusty Russell
6
-18
/
+42
2015-02-11
lguest: add operations to get/set a register from the Launcher.
Rusty Russell
5
-0
/
+108
2015-02-11
lguest: have --rng read from /dev/urandom not /dev/random.
Rusty Russell
1
-5
/
+5
2015-02-11
virtio: don't require a config space on the console device.
Rusty Russell
1
-1
/
+4
2015-02-11
virtio_pci: use 16-bit accessor for queue_enable.
Rusty Russell
1
-2
/
+2
2015-02-11
virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defi...
Rusty Russell
1
-0
/
+2
2015-02-11
virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined.
Rusty Russell
1
-4
/
+13
2015-02-11
virtio: define VIRTIO_PCI_CAP_PCI_CFG in header.
Rusty Russell
1
-1
/
+3
2015-02-11
virtio: Avoid possible kernel panic if DEBUG is enabled.
Tetsuo Handa
1
-3
/
+3
2015-01-23
virtio-mmio: Update the device to OASIS spec version
Pawel Moll
2
-57
/
+118
2015-01-21
virtio_pci_modern: drop an unused function
Michael S. Tsirkin
1
-8
/
+0
2015-01-21
virtio_pci: add module param to force legacy mode
Michael S. Tsirkin
1
-4
/
+21
2015-01-21
virtio_pci: add an option to disable legacy driver
Michael S. Tsirkin
3
-1
/
+31
2015-01-21
virtio_pci: drop Kconfig warnings
Michael S. Tsirkin
1
-3
/
+0
2015-01-21
virtio_pci: Kconfig grammar fix
Michael S. Tsirkin
1
-1
/
+1
2015-01-21
virtio_rng: drop extra empty line
Michael S. Tsirkin
1
-1
/
+0
2015-01-21
virtio_ring: coding style fix
Michael S. Tsirkin
1
-2
/
+1
2015-01-21
virtio_blk: coding style fixes
Michael S. Tsirkin
1
-4
/
+2
2015-01-21
virtio_balloon: coding style fixes
Michael S. Tsirkin
2
-4
/
+2
2015-01-21
virtio_pci_modern: support devices with no config
Michael S. Tsirkin
1
-2
/
+19
2015-01-21
virtio_pci_modern: reduce number of mappings
Michael S. Tsirkin
2
-8
/
+52
2015-01-21
virtio_pci: macros for PCI layout offsets
Rusty Russell
2
-6
/
+90
2015-01-21
virtio_pci: modern driver
Michael S. Tsirkin
5
-10
/
+625
2015-01-21
virtio-pci: define layout for virtio 1.0
Rusty Russell
1
-0
/
+62
2015-01-21
virtio_pci: move probe/remove code to common
Michael S. Tsirkin
3
-72
/
+77
2015-01-21
virtio_pci: drop useless del_vqs call
Sasha Levin
1
-1
/
+0
2015-01-21
s390: add pci_iomap_range
Michael S. Tsirkin
2
-7
/
+28
2015-01-21
pci: add pci_iomap_range
Michael S. Tsirkin
2
-5
/
+40
[next]