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-01-11
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
9
-29
/
+7
2011-01-11
usb network: use new descriptor infrastructure.
Gerd Hoffmann
1
-244
/
+209
2011-01-11
usb storage: serial number support
Gerd Hoffmann
1
-0
/
+6
2011-01-11
usb descriptors: add settable strings.
Gerd Hoffmann
4
-9
/
+57
2011-01-11
usb hub: use new descriptor infrastructure.
Gerd Hoffmann
1
-63
/
+78
2011-01-11
usb bluetooth: use new descriptor infrastructure.
Gerd Hoffmann
1
-271
/
+202
2011-01-11
usb wacom: use new descriptor infrastructure.
Gerd Hoffmann
1
-105
/
+73
2011-01-11
usb storage: use new descriptor infrastructure.
Gerd Hoffmann
1
-104
/
+63
2011-01-11
usb serial: use new descriptor infrastructure.
Gerd Hoffmann
1
-117
/
+83
2011-01-11
usb hid: use new descriptor infrastructure.
Gerd Hoffmann
1
-243
/
+205
2011-01-11
usb: data structs and helpers for usb descriptors.
Gerd Hoffmann
5
-1
/
+339
2011-01-11
usb: update MAINTAINERS
Gerd Hoffmann
1
-2
/
+2
2011-01-10
cris: Remove unused orig_flags
Edgar E. Iglesias
1
-2
/
+2
2011-01-10
cris: Allow more TB chaining for crisv10
Edgar E. Iglesias
2
-14
/
+33
2011-01-10
cris: Support disassembly of crisv10
Edgar E. Iglesias
3
-4
/
+15
2011-01-10
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
16
-35
/
+410
2011-01-10
slirp: fix unaligned access in bootp code
Aurelien Jarno
1
-15
/
+17
2011-01-10
bswap.h: add cpu_to_be64wu()
Aurelien Jarno
1
-0
/
+15
2011-01-10
tcg/arm: improve constant loading
Aurelien Jarno
1
-18
/
+21
2011-01-10
tcg/ia64: remove an unnecessary stop bit
Aurelien Jarno
1
-1
/
+1
2011-01-10
target-sh4: improve TLB
Aurelien Jarno
1
-21
/
+44
2011-01-09
target-sh4: implement writes to mmaped ITLB
Aurelien Jarno
3
-0
/
+23
2011-01-09
tcg: fix typo in readme
Mike Frysinger
1
-1
/
+1
2011-01-09
tcg/README: Spelling fixes
Stefan Weil
1
-4
/
+4
2011-01-09
qemu-tech: Spelling fixes
Stefan Weil
1
-2
/
+2
2011-01-09
qemu-doc: Spelling fixes
Stefan Weil
1
-10
/
+10
2011-01-09
qemu-doc: Add missing blanks
Stefan Weil
1
-2
/
+2
2011-01-09
qemu-doc: Add missing menu entry
Stefan Weil
1
-0
/
+2
2011-01-09
qemu-doc: Clean whitespace
Stefan Weil
1
-2
/
+2
2011-01-09
usb-bsd: fix a file descriptor leak
Blue Swirl
1
-32
/
+39
2011-01-09
alsaaudio: add endianness support for VoiceIn
Michael Walle
1
-7
/
+27
2011-01-09
ossaudio: add endianness support for VoiceIn
Michael Walle
1
-5
/
+15
2011-01-08
tcg/mips: fix branch target change during code retranslation
Aurelien Jarno
1
-1
/
+1
2011-01-08
tcg/arm: fix qemu_st64 for big endian targets
Aurelien Jarno
1
-1
/
+1
2011-01-08
tcg/arm: fix branch target change during code retranslation
Aurelien Jarno
1
-8
/
+20
2011-01-08
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Aurelien Jarno
13
-46
/
+238
2011-01-07
Remove dead code for ARM semihosting commandline handling
Wolfgang Schildbach
4
-6
/
+0
2011-01-07
Fix commandline handling for ARM semihosted executables
Wolfgang Schildbach
1
-30
/
+49
2011-01-07
linux-user: Fix incorrect NaN detection in ARM nwfpe emulation
Peter Maydell
1
-7
/
+7
2011-01-07
softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()
Peter Maydell
1
-0
/
+11
2011-01-07
linux-user: Implement FS_IOC_FIEMAP ioctl
Peter Maydell
4
-0
/
+109
2011-01-07
linux-user: Support ioctls whose parameter size is not constant
Peter Maydell
1
-3
/
+15
2011-01-07
cris: Allow more TB chaning
Edgar E. Iglesias
1
-19
/
+22
2011-01-07
linux-user: Implement sync_file_range{,2} syscalls
Peter Maydell
3
-0
/
+47
2011-01-07
cris: Avoid useless tmp in t_gen_cc_jmp()
Edgar E. Iglesias
1
-6
/
+1
2011-01-06
cirrus: delete GCC 4.6 warnings
Aurelien Jarno
1
-3
/
+3
2011-01-06
target-arm: wire up the softfloat flush_input_to_zero flag
Peter Maydell
1
-1
/
+7
2011-01-06
target-arm: Set softfloat cumulative exc flags from correct FPSCR bits
Peter Maydell
1
-1
/
+1
2011-01-06
softfloat: Implement flushing input denormals to zero
Peter Maydell
2
-3
/
+123
2011-01-06
target-arm: fix SMMLA/SMMLS instructions
Aurelien Jarno
1
-45
/
+51
[next]