index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
gpio
/
omap_gpio.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-02
configure: Test that gio libs from pkg-config work
Peter Maydell
1
-1
/
+9
2020-11-02
target/arm: Get correct MMU index for other-security-state
Peter Maydell
1
-1
/
+2
2020-11-02
hw/display/exynos4210_fimd: Fix potential NULL pointer dereference
AlexChen
1
-1
/
+3
2020-11-02
hw/display/omap_lcdc: Fix potential NULL pointer dereference
AlexChen
1
-3
/
+7
2020-11-02
hw/arm/boot: fix SVE for EL3 direct kernel boot
Rémi Denis-Courmont
1
-0
/
+3
2020-11-02
hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)
Philippe Mathieu-Daudé
1
-1
/
+2
2020-11-02
disas/capstone: Fix monitor disassembly of >32 bytes
Peter Maydell
1
-1
/
+1
2020-11-02
target/arm: fix LORID_EL1 access check
Rémi Denis-Courmont
1
-14
/
+5
2020-11-02
target/arm: fix handling of HCR.FB
Rémi Denis-Courmont
1
-3
/
+2
2020-11-02
target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hosts
Peter Maydell
1
-2
/
+2
2020-11-02
target/arm: Fix float16 pairwise Neon ops on big-endian hosts
Peter Maydell
1
-4
/
+4
2020-11-02
target/arm: Improve do_prewiden_3d
Richard Henderson
2
-31
/
+45
2020-11-02
target/arm: Simplify do_long_3d and do_2scalar_long
Richard Henderson
1
-14
/
+9
2020-11-02
target/arm: Rename neon_load_reg64 to vfp_load_reg64
Richard Henderson
2
-46
/
+46
2020-11-02
target/arm: Add read/write_neon_element64
Richard Henderson
2
-47
/
+73
2020-11-02
target/arm: Rename neon_load_reg32 to vfp_load_reg32
Richard Henderson
2
-94
/
+94
2020-11-02
target/arm: Expand read/write_neon_element32 to all MemOp
Richard Henderson
2
-84
/
+37
2020-11-02
target/arm: Add read/write_neon_element32
Richard Henderson
2
-99
/
+183
2020-11-02
target/arm: Use neon_element_offset in vfp_reg_offset
Richard Henderson
1
-9
/
+4
2020-11-02
target/arm: Use neon_element_offset in neon_load/store_reg
Richard Henderson
1
-12
/
+2
2020-11-02
target/arm: Move neon_element_offset to translate.c
Richard Henderson
2
-19
/
+20
2020-11-02
target/arm: Introduce neon_full_reg_offset
Richard Henderson
3
-23
/
+31
2020-11-01
vfio: fix incorrect print type
Zhengui li
1
-2
/
+2
2020-11-01
hw/vfio: Use lock guard macros
Amey Narkhede
1
-5
/
+2
2020-11-01
s390x/pci: get zPCI function info from host
Matthew Rosato
6
-7
/
+202
2020-11-01
vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities
Matthew Rosato
2
-0
/
+12
2020-11-01
s390x/pci: use a PCI Function structure
Pierre Morel
3
-6
/
+15
2020-11-01
s390x/pci: clean up s390 PCI groups
Matthew Rosato
1
-0
/
+12
2020-11-01
s390x/pci: use a PCI Group structure
Pierre Morel
3
-9
/
+66
2020-11-01
s390x/pci: create a header dedicated to PCI CLP
Pierre Morel
3
-196
/
+212
2020-11-01
s390x/pci: Honor DMA limits set by vfio
Matthew Rosato
6
-11
/
+116
2020-11-01
s390x/pci: Add routine to get the vfio dma available count
Matthew Rosato
3
-0
/
+79
2020-11-01
vfio: Find DMA available capability
Matthew Rosato
2
-0
/
+33
2020-11-01
vfio: Create shared routine for scanning info capabilities
Matthew Rosato
1
-8
/
+13
2020-11-01
s390x/pci: Move header files to include/hw/s390x
Matthew Rosato
6
-5
/
+6
2020-11-01
linux-headers: update against 5.10-rc1
Matthew Rosato
28
-16
/
+294
2020-11-01
update-linux-headers: Add vfio_zdev.h
Matthew Rosato
1
-1
/
+1
2020-11-01
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
6
-0
/
+71
2020-11-01
vfio: Make vfio-pci device migration capable
Kirti Wankhede
2
-21
/
+8
2020-11-01
vfio: Add ioctl to get dirty pages bitmap during dma unmap
Kirti Wankhede
1
-4
/
+93
2020-11-01
vfio: Dirty page tracking when vIOMMU is enabled
Kirti Wankhede
2
-6
/
+83
2020-11-01
vfio: Add vfio_listener_log_sync to mark dirty pages
Kirti Wankhede
2
-0
/
+117
2020-11-01
vfio: Add function to start and stop dirty pages tracking
Kirti Wankhede
1
-0
/
+36
2020-11-01
vfio: Get migration capability flags for container
Kirti Wankhede
3
-9
/
+91
2020-11-01
memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
Kirti Wankhede
1
-1
/
+1
2020-11-01
vfio: Add load state functions to SaveVMHandlers
Kirti Wankhede
2
-0
/
+199
2020-11-01
vfio: Add save state functions to SaveVMHandlers
Kirti Wankhede
3
-0
/
+283
2020-11-01
vfio: Register SaveVMHandlers for VFIO device
Kirti Wankhede
2
-0
/
+104
2020-11-01
vfio: Add migration state change notifier
Kirti Wankhede
3
-0
/
+31
2020-11-01
vfio: Add VM state change handler to know state of VM
Kirti Wankhede
3
-0
/
+166
[next]