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
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
48
-145
/
+137
2007-11-17
Improve PowerPC instructions set dump.
j_mayer
2
-7
/
+44
2007-11-17
Add definitions for Freescale PowerPC implementations,
j_mayer
2
-1646
/
+3290
2007-11-17
Define Freescale cores specific MMU model, exceptions and input bus.
j_mayer
3
-36
/
+109
2007-11-17
A little more granularity in PowerPC instructions definition is needed
j_mayer
2
-66
/
+84
2007-11-17
PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.
j_mayer
4
-108
/
+73
2007-11-17
Name the magic constants, fix a hex number without 0x
blueswir1
1
-10
/
+16
2007-11-17
Better STOPINTR bit semantics in the PXA2xx DMA.
balrog
4
-3
/
+9
2007-11-17
Remove stray uses of vl.h.
pbrook
4
-4
/
+8
2007-11-17
Break up vl.h.
pbrook
224
-1842
/
+2416
2007-11-17
sd.c build fix.
pbrook
1
-3
/
+3
2007-11-17
Fix int/float inconsistencies.
pbrook
3
-36
/
+34
2007-11-17
Convert SD cards code to use qemu_irq too.
balrog
6
-63
/
+22
2007-11-17
Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...
balrog
7
-169
/
+157
2007-11-17
Don't compare '\0' against pointers.
balrog
2
-7
/
+9
2007-11-17
Fix collision in PowerPC instructions definitions.
j_mayer
1
-11
/
+11
2007-11-17
Gumstix 'connex' board support by Thorsten Zitterell.
balrog
5
-1
/
+686
2007-11-17
Show usage and abort if an unknown option is passed to configure (Carlo Marce...
balrog
1
-0
/
+2
2007-11-17
Check permissions for the last byte first in unaligned slow_st accesses (patc...
balrog
1
-1
/
+1
2007-11-17
Machine specific IOMMU version (Robert Reif)
blueswir1
3
-6
/
+13
2007-11-17
Remove unnecessary register masking (Robert Reif)
blueswir1
1
-5
/
+5
2007-11-17
Fix MXCC error register (Robert Reif)
blueswir1
1
-4
/
+2
2007-11-17
Add MXCC module reset register (Robert Reif)
blueswir1
1
-0
/
+8
2007-11-17
Make the PowerPC MMU model, exception model and input bus model
j_mayer
2
-11
/
+12
2007-11-17
Add missing definition for number of input pins for the PowerPC 970 bus.
j_mayer
2
-2
/
+5
2007-11-17
Remove ppc64h CPUs definitions from the configure script.
j_mayer
1
-10
/
+2
2007-11-17
Resynchronize darwin-user target with linux-user:
j_mayer
1
-4
/
+31
2007-11-17
Always make all PowerPC exception definitions visible.
j_mayer
7
-76
/
+69
2007-11-16
Fix NaN handling for MIPS and HPPA.
ths
1
-40
/
+68
2007-11-16
Always make PowerPC hypervisor mode memory accesses and instructions
j_mayer
6
-1034
/
+256
2007-11-16
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
bellard
10
-248
/
+473
2007-11-15
Init dumb display if no others available.
pbrook
1
-0
/
+2
2007-11-15
force correct ppc64 cpu
bellard
1
-0
/
+4
2007-11-15
x86_64 fixes
bellard
1
-11
/
+14
2007-11-14
Update OpenBIOS image to SVN revision 176. Changes:
blueswir1
3
-2
/
+2
2007-11-14
Update OHW interface to version 3.
blueswir1
3
-254
/
+324
2007-11-14
Fix PowerPC targets compilation on 32 bits hosts:
j_mayer
2
-5
/
+5
2007-11-14
x86_64 linux user emulation
bellard
6
-50
/
+174
2007-11-14
printf format fix
bellard
1
-1
/
+3
2007-11-14
i386 TLS support
bellard
4
-12
/
+161
2007-11-14
always define TARGET_ABI32 if 32 bit user
bellard
1
-0
/
+4
2007-11-14
fixed target_mmap() if host page size < TARGET_PAGE_SIZE
bellard
1
-138
/
+126
2007-11-14
suppressed page_unprotect_range() - fixed access_ok()
bellard
4
-23
/
+17
2007-11-14
removed obsolete test2 target
bellard
2
-9
/
+2
2007-11-14
added lock_user() in target_strlen()
bellard
1
-9
/
+34
2007-11-14
Fix invalid PowerPC 64 rldimi optimized case.
j_mayer
1
-5
/
+3
2007-11-14
Introduce 4KEm configuration with fixed MMU mapping. Delete bogus INSN_DSP
ths
1
-2
/
+19
2007-11-14
Reorganize PowerPC instructions categories, add icbi separate case.
j_mayer
2
-95
/
+109
2007-11-13
Fix signed/unsigned comparisons in OHCI host.
balrog
2
-4
/
+5
2007-11-13
Revert an accidental change in previous commit.
balrog
1
-0
/
+2
[next]