index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-05-20
s390x: keep hint on virtio managing size
Alexander Graf
3
-1
/
+7
2011-05-20
s390x: make kvm exported functions conditional on kvm
Alexander Graf
1
-0
/
+17
2011-05-20
s390x: s390x-linux-user support
Ulrich Hecht
10
-7
/
+1184
2011-05-20
tcg: extend max tcg opcodes when using 64-on-32bit
Alexander Graf
1
-0
/
+4
[prev]
[next]