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
2008-05-31
Add TLS sections.
pbrook
1
-0
/
+2
2008-05-31
Make signal queues per thread.
pbrook
4
-173
/
+204
2008-05-31
Fix usermode build.
pbrook
1
-1
/
+1
2008-05-31
Add more SuperSparcs
blueswir1
1
-0
/
+36
2008-05-30
Copy siginfo.si_code.
pbrook
1
-1
/
+1
2008-05-30
Translate whole of target_sigset. Use host sigset accessors.
pbrook
1
-38
/
+30
2008-05-30
Fix structure type in sigtimedwait syscall.
pbrook
1
-2
/
+2
2008-05-30
support of long calls for PPC (malc)
bellard
3
-34
/
+82
2008-05-30
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
bellard
6
-135
/
+285
2008-05-30
Handle NULL argp/envp in execve syscall.
pbrook
1
-4
/
+4
2008-05-30
Implement waitid syscall.
pbrook
1
-0
/
+15
2008-05-30
Perform target->host signal mapping for *kill syscalls.
pbrook
3
-4
/
+10
2008-05-30
Fix typo.
pbrook
9
-9
/
+9
2008-05-30
Move clone() register setup to target specific code. Handle fork-like clone.
pbrook
10
-58
/
+92
2008-05-30
Fix for 32-bit MIPS.
ths
1
-9
/
+10
2008-05-29
Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford.
ths
1
-14
/
+10
2008-05-29
Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford.
ths
1
-8
/
+8
2008-05-29
Fix modulus result from MIPS DDIV & avoid overflowing division,
ths
1
-9
/
+14
2008-05-29
MicroSparc I didn't have fsmuld op
blueswir1
3
-9
/
+19
2008-05-29
Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)
blueswir1
3
-19
/
+0
2008-05-29
NPTL host detection and futex syscall passthrough.
pbrook
2
-0
/
+90
2008-05-29
Fix rounding error.
pbrook
1
-1
/
+1
2008-05-29
Strace fallback for unknown syscalls.
pbrook
1
-1
/
+2
2008-05-29
Implement clock_nanosleep.
pbrook
1
-0
/
+11
2008-05-29
Push common interrupt variables to cpu-defs.h (Glauber Costa)
bellard
10
-18
/
+4
2008-05-29
keep static code gen buffer for user mode - mark user mode reserved pages aft...
bellard
1
-5
/
+29
2008-05-29
Implement ARM magic kernel page and TLS register.
pbrook
4
-10
/
+96
2008-05-28
moved halted field to CPU_COMMON
bellard
16
-28
/
+11
2008-05-28
svn:ignore qemu-nbd and qemu-nbd.8
pbrook
0
-0
/
+0
2008-05-28
Don't link usermode emulation against libqemu_common.a
pbrook
2
-4
/
+16
2008-05-28
force bit 1 in eflags load
bellard
1
-1
/
+1
2008-05-28
SVM rework
bellard
8
-478
/
+383
2008-05-28
Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.
ths
3
-45
/
+46
2008-05-28
consistent naming for i386 TCG helper file
bellard
4
-6433
/
+6399
2008-05-28
update
bellard
1
-5
/
+2
2008-05-28
more tests
bellard
2
-18
/
+88
2008-05-28
variable dynamic translation buffer size
bellard
7
-54
/
+88
2008-05-28
Align file accesses with cache=off (O_DIRECT) (Kevin Wolf, Laurent Vivier)
bellard
1
-2
/
+238
2008-05-27
removed unused code
bellard
1
-7
/
+0
2008-05-27
CRIS: Re-add the X flag to the tb flags, it allows for better code generation...
edgar_igl
1
-1
/
+1
2008-05-27
qemu-nbd tool (Anthony Liguori)
bellard
7
-2
/
+881
2008-05-27
CRIS: Use $eda to instead of debug1 (removed) for fault addr.
edgar_igl
1
-1
/
+1
2008-05-27
CRIS: Restructure the translator to allow for better code generation.
edgar_igl
5
-386
/
+544
2008-05-27
ETRAX: Avoid compiler warning.
edgar_igl
1
-3
/
+2
2008-05-27
ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.
edgar_igl
2
-82
/
+163
2008-05-27
Free temps
blueswir1
1
-109
/
+313
2008-05-27
Move non-op functions from op_helper.c to helper.c and vice versa.
blueswir1
5
-243
/
+233
2008-05-26
More TCG type fixes
blueswir1
1
-11
/
+8
2008-05-26
Fix signed/unsigned issues of immediate version of brcond (malc)
bellard
1
-11
/
+48
2008-05-26
Fix cas on i386
blueswir1
1
-1
/
+1
[next]