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
path:
root
/
target-sparc
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-07
sparc32 (mostly): remove unneeded calls to device reset
Blue Swirl
1
-0
/
+2
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-18
/
+18
2009-10-01
Get rid of _t suffix
malc
1
-18
/
+18
2009-08-18
Sparc32/64: Fix user emulator breakage
Blue Swirl
1
-1
/
+1
2009-08-04
Sparc64: replace tsptr with helper routine
Igor Kovalenko
1
-2
/
+3
2009-07-27
sparc64 really implement itlb/dtlb automatic replacement writes
Igor Kovalenko
1
-1
/
+3
2009-07-27
sparc64 name mmu registers and general cleanup
Igor Kovalenko
1
-28
/
+40
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
1
-10
/
+10
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-07-12
sparc64: trap handling corrections
Igor Kovalenko
1
-0
/
+4
2009-07-12
sparc64: unify mmu tag matching code
Igor Kovalenko
1
-44
/
+57
2009-07-12
sparc64: mmu bypass mode correction
Igor Kovalenko
1
-3
/
+11
2009-05-13
Include assert.h from qemu-common.h
Paul Brook
1
-1
/
+0
2009-05-10
Use dynamical computation for condition codes
Blue Swirl
1
-0
/
+1
2009-05-02
Clarify: dmmuregs[1] is not a typo
Blue Swirl
1
-0
/
+1
2009-04-28
sparc64 fix context value for ITLB fault
Igor Kovalenko
1
-1
/
+1
2009-04-27
sparc64 fix TLB match code
Igor Kovalenko
1
-7
/
+7
2009-04-24
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
1
-0
/
+1
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
1
-2
/
+3
2009-02-21
Turn MMUs and caches off on reset
blueswir1
1
-0
/
+1
2009-02-05
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2009-01-26
Log reset events (Jan Kiszka)
aliguori
1
-0
/
+5
2009-01-14
Get rid of user_mode_only
aurel32
1
-1
/
+0
2009-01-12
Fix TLB access (Jakub Jermar)
blueswir1
1
-10
/
+10
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-23
Better SuperSPARC emulation (Robert Reif)
blueswir1
1
-23
/
+27
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
1
-2
/
+2
2008-10-07
Add static (spotted by sparse)
blueswir1
1
-1
/
+1
2008-10-03
Rearrange tick functions
blueswir1
1
-31
/
+0
2008-09-26
Add a generic Niagara machine
blueswir1
1
-2
/
+1
2008-09-26
Move also DEBUG_PCALL (see r5085)
blueswir1
1
-1
/
+0
2008-09-09
Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG
blueswir1
1
-1
/
+1
2008-08-29
Fix Sparc64 boot on i386 host:
blueswir1
1
-242
/
+0
2008-08-21
Use initial CPU definition structure for some CPU fields instead of copying
blueswir1
1
-26
/
+10
2008-07-25
Make MAXTL dynamic, bounds check tl when indexing
blueswir1
1
-41
/
+44
2008-07-22
Add T1 and T2 CPUs, add a Sun4v machine
blueswir1
1
-0
/
+22
2008-07-21
Use MMU globals for some MMU traps
blueswir1
1
-3
/
+17
2008-07-21
Fix reset vector
blueswir1
1
-1
/
+1
2008-07-20
Print default and available CPU features separately
blueswir1
1
-4
/
+7
2008-07-20
Make UA200x features selectable, add MMU types
blueswir1
1
-17
/
+22
2008-07-19
Update TLB miss addresses
blueswir1
1
-0
/
+2
2008-07-17
Fix saving and loading of trap state
blueswir1
1
-8
/
+8
2008-07-16
Fix MMU miss traps
blueswir1
1
-2
/
+2
2008-06-26
Fix bogus format, reading uninitialised memory (original patch by Julian Seward)
blueswir1
1
-1
/
+1
2008-06-24
Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wright
blueswir1
1
-8
/
+8
2008-06-07
Allow NWINDOWS selection (CPU feature with model specific defaults)
blueswir1
1
-26
/
+81
2008-05-31
Add more SuperSparcs
blueswir1
1
-0
/
+36
2008-05-29
MicroSparc I didn't have fsmuld op
blueswir1
1
-7
/
+15
2008-05-27
Move non-op functions from op_helper.c to helper.c and vice versa.
blueswir1
1
-6
/
+215
2008-05-12
Wrap long lines
blueswir1
1
-26
/
+46
[prev]
[next]