index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-26
usb: add usb_handle_packet
Gerd Hoffmann
6
-7
/
+22
2011-05-26
usb-storage: don't call usb_packet_complete twice
Gerd Hoffmann
1
-1
/
+1
2011-05-26
usb-linux: fix max_packet_size for highspeed.
Gerd Hoffmann
1
-2
/
+17
2011-05-26
usb-linux: split large xfers
Gerd Hoffmann
1
-23
/
+41
2011-05-26
usb-linux: walk async urb list in cancel
Gerd Hoffmann
1
-11
/
+17
2011-05-26
usb-linux: track aurbs in list
Gerd Hoffmann
1
-7
/
+11
2011-05-26
usb-linux: add hostport property
Gerd Hoffmann
1
-2
/
+7
2011-05-26
usb-linux: fix device path aka physical port handling
Gerd Hoffmann
1
-22
/
+20
2011-05-26
usb-linux: use usb_generic_handle_packet()
Hans de Goede
3
-245
/
+66
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
14
-35
/
+39
2011-05-26
Bug #757654: UHCI fails to signal stall response patch
Jan Vesely
1
-0
/
+4
2011-05-26
usb: add support for "grouped" interfaces and the Interface Association Descr...
Brad Hards
3
-0
/
+68
2011-05-26
usb: remove fallback to bNumInterfaces if no .nif
Brad Hards
1
-3
/
+2
2011-05-26
usb: update config descriptors to identify number of interfaces
Brad Hards
5
-0
/
+8
2011-05-26
usb: Add Interface Association Descriptor descriptor type
Brad Hards
1
-0
/
+1
2011-05-25
Merge remote-tracking branch 'kraxel/CVE-2011-1751' into staging
Anthony Liguori
1
-1
/
+3
2011-05-23
configure: Document --disable-slirp option in --help
Peter Maydell
1
-0
/
+1
2011-05-23
target-arm/exec.h: Remove unused #define of M0
Peter Maydell
1
-2
/
+0
2011-05-23
target-arm: Signal InvalidOp for Neon GE and GT compares of QNaN
Peter Maydell
1
-22
/
+18
2011-05-23
target-arm: Use correct float status for Neon int-float conversions
Peter Maydell
3
-194
/
+146
2011-05-23
target-arm: Signal Underflow when denormal flushed to zero on output
Peter Maydell
1
-1
/
+1
2011-05-23
softfloat: Add new flag for when denormal result is flushed to zero
Peter Maydell
2
-8
/
+36
2011-05-23
target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTS
Peter Maydell
1
-0
/
+12
2011-05-23
target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fns
Peter Maydell
1
-2
/
+10
2011-05-23
tcg: don't keep dead outputs in registers
Aurelien Jarno
1
-10
/
+18
2011-05-23
tcg: mark dead output argument in op_dead_args
Aurelien Jarno
1
-2
/
+8
2011-05-23
tcg: replace op_dead_iargs by op_dead_args
Aurelien Jarno
2
-37
/
+38
2011-05-23
Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha
Aurelien Jarno
5
-4
/
+14
2011-05-23
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
4
-16
/
+7
2011-05-23
Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
24
-75
/
+10058
2011-05-22
Fix typos in comments (chek -> check)
Stefan Weil
2
-2
/
+2
2011-05-22
hw/sd.c: Don't complain about SDIO commands CMD52/CMD53
Peter Maydell
1
-0
/
+11
2011-05-22
hw/realview.c: Remove duplicate #include line
Peter Maydell
1
-1
/
+0
2011-05-22
piix_pci: fix piix3_set_irq_pic()
TeLeMan
1
-1
/
+1
2011-05-22
Delete unused tb_invalidate_page_range
Blue Swirl
7
-43
/
+3
2011-05-20
Fix a bug in mtsr/mtsrin emulation on ppc64
David Gibson
1
-5
/
+4
2011-05-20
pSeries: Clean up write-only variables
David Gibson
2
-9
/
+1
2011-05-20
w32: Fix compilation and replace non-portable usage of ulong
Stefan Weil
1
-2
/
+2
2011-05-20
s390x: complain when allocating ram fails
Alexander Graf
1
-0
/
+4
2011-05-20
s390x: fix memory detection for guests > 64GB
Christian Borntraeger
2
-7
/
+21
2011-05-20
s390x: change mapping base to allow guests > 2GB
Christian Borntraeger
1
-3
/
+7
2011-05-20
s390x: Fix debugging for unknown sigp order codes
Christian Borntraeger
1
-1
/
+1
2011-05-20
s390x: build s390x by default
Alexander Graf
2
-0
/
+3
2011-05-20
s390x: remove compatibility cc field
Alexander Graf
1
-1
/
+0
2011-05-20
s390x: Adjust GDB stub
Alexander Graf
1
-2
/
+6
2011-05-20
s390x: translate engine for s390x CPU
Alexander Graf
1
-2
/
+5161
2011-05-20
s390x: Adjust internal kvm code
Alexander Graf
1
-37
/
+7
2011-05-20
s390x: Implement opcode helpers
Alexander Graf
2
-2
/
+3068
2011-05-20
s390x: helper functions for system emulation
Alexander Graf
3
-10
/
+565
2011-05-20
s390x: Shift variables in CPUState for memset(0)
Alexander Graf
1
-3
/
+4
[next]