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-ppc
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-03
PowerPC MMU and exception fixes:
j_mayer
1
-20
/
+74
2007-11-02
Fix PowerPC program exception that was broken by FPU exception patches
j_mayer
1
-5
/
+4
2007-10-28
PowerPC coding style and inlining fixes.
j_mayer
1
-33
/
+39
2007-10-27
Fix PowerPC FPSCR update and floating-point exception generation
j_mayer
1
-7
/
+6
2007-10-26
Make PowerPC hypervisor resources able to compile, even if not enabled for now.
j_mayer
1
-6
/
+18
2007-10-26
Bugfix: PowerPC 64 slbia never invalidates the first segment entry.
j_mayer
1
-1
/
+2
2007-10-25
Gprof prooved the PowerPC emulation spent too much time in MSR load and store
j_mayer
1
-281
/
+137
2007-10-14
Properly implement non-execute bit on PowerPC segments and PTEs.
j_mayer
1
-127
/
+138
2007-10-14
There is no need of a specific MMU model for PowerPC 601.
j_mayer
1
-21
/
+0
2007-10-14
Implement PowerPC 64 SLB invalidation helpers.
j_mayer
1
-19
/
+63
2007-10-14
Do not allow PowerPC CPU restart after entering checkstop mode.
j_mayer
1
-5
/
+12
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
1
-3
/
+8
2007-10-08
Remove synonymous in PowerPC MSR bits definitions.
j_mayer
1
-10
/
+10
2007-10-08
Real-mode only PowerPC 40x do not have any TLBs.
j_mayer
1
-1
/
+2
2007-10-08
Implement exception prefix feature for PowerPC 601.
j_mayer
1
-6
/
+7
2007-10-07
PowerPC target coding style fixes.
j_mayer
1
-21
/
+19
2007-10-07
PowerPC target optimisations: make intensive use of always_inline.
j_mayer
1
-21
/
+24
2007-10-07
Add MSR bits signification per PowerPC implementation flags (to be continued).
j_mayer
1
-16
/
+8
2007-10-05
Full implementation of PowerPC 64 MMU, just missing support for 1 TB
j_mayer
1
-43
/
+167
2007-10-05
PowerPC hardware reset vector is now considered as part of the exception model.
j_mayer
1
-5
/
+1
2007-10-03
Enable PowerPC 64 MMU model and exceptions.
j_mayer
1
-68
/
+71
2007-10-03
Fix PowerPC initialisation and first reset:
j_mayer
1
-1
/
+4
2007-10-03
We never have to export ppc_set_irq.
j_mayer
1
-0
/
+13
2007-10-01
Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c
j_mayer
1
-12
/
+6
2007-10-01
Handle all MMU models in switches, even if it's just to abort because of lack
j_mayer
1
-7
/
+100
2007-10-01
Avoid op helpers that would just call helpers for TLB & SLB management:
j_mayer
1
-28
/
+90
2007-09-30
Fix PowerPC TLB miss dump code.
j_mayer
1
-2
/
+2
2007-09-30
XER is to be treated as a 64 bits register on 64 bits implementations,
j_mayer
1
-2
/
+2
2007-09-29
Rework PowerPC exceptions model to make it more versatile:
j_mayer
1
-465
/
+528
2007-09-26
Great rework and cleanups to ease PowerPC implementations definitions.
j_mayer
1
-126
/
+161
2007-09-21
Avoid compilation warnings on 32 bits hosts.
j_mayer
1
-1
/
+3
2007-09-21
More PowerPC definitions, from POWER 2.04 specifications and misc sources.
j_mayer
1
-0
/
+12
2007-09-21
Make CPU hflags be a masked version of the PowerPC MSR.
j_mayer
1
-3
/
+4
2007-09-19
Code provision for PowerPC BookE MMU model support.
j_mayer
1
-11
/
+68
2007-09-19
Code provision for PowerPC 64 MMU model support.
j_mayer
1
-65
/
+276
2007-09-17
Coding style fixes in PowerPC related code (no functional change):
j_mayer
1
-10
/
+16
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-3
/
+3
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-8
/
+8
2007-07-12
Fix crash in set registers in PPC gdb-stub, by Jason Wessel.
ths
1
-4
/
+6
2007-04-24
Improve PowerPC 405 MMU model / share more code for other embedded targets
j_mayer
1
-22
/
+74
2007-04-19
No functional changes:
j_mayer
1
-49
/
+65
2007-04-16
PowerPC 4xx software driven TLB fixes + debug traces.
j_mayer
1
-27
/
+111
2007-04-16
Add reset callbacks for PowerPC CPU.
j_mayer
1
-0
/
+78
2007-04-16
Add bus model (or input pins) into PowerPC CPU flags.
j_mayer
1
-0
/
+7
2007-04-16
Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdout
j_mayer
1
-14
/
+39
2007-04-14
Fix miscellaneous display warnings for PowerPC & alpha targets
j_mayer
1
-5
/
+5
2007-04-09
Implement embedded IRQ controller for PowerPC 6xx/740 & 750.
j_mayer
1
-6
/
+10
2007-04-07
cpu_get_phys_page_debug should return target_phys_addr_t
j_mayer
1
-2
/
+2
2007-03-31
Support for PowerPC BookE exception model.
j_mayer
1
-49
/
+92
2007-03-31
Merge PowerPC 405 MMU model.
j_mayer
1
-17
/
+142
[next]