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
2011-04-01
Virtual hash page table handling on pSeries machine
David Gibson
1
-8
/
+28
2011-04-01
Add POWER7 support for ppc
David Gibson
1
-0
/
+6
2011-04-01
Support 1T segments on ppc
David Gibson
1
-12
/
+38
2011-04-01
Better factor the ppc hash translation path
David Gibson
1
-48
/
+19
2011-04-01
Use "hash" more consistently in ppc mmu code
David Gibson
1
-49
/
+46
2011-04-01
Parse SDR1 on mtspr instead of at translate time
David Gibson
1
-35
/
+45
2011-04-01
Clean up slb_lookup() function
David Gibson
1
-27
/
+18
2011-04-01
Implement PowerPC slbmfee and slbmfev instructions
David Gibson
1
-0
/
+26
2011-04-01
Add a hook to allow hypercalls to be emulated on PowerPC
David Gibson
1
-0
/
+8
2011-04-01
Clean up PowerPC SLB handling code
David Gibson
1
-126
/
+50
2010-10-13
ppc: remove video.x
Blue Swirl
1
-11
/
+0
2010-10-05
ppc: Minor 40x MMU fixes
John Clark
1
-2
/
+0
2010-09-24
powerpc: Improve emulation of the BookE MMU
Edgar E. Iglesias
1
-8
/
+30
2010-09-15
PPC: Redesign interrupt trigger path
Alexander Graf
1
-51
/
+29
2010-09-11
powerpc: Avoid TLB related log spamming
Edgar E. Iglesias
1
-1
/
+0
2010-05-31
target-ppc: remove useless line
Thomas Monjalon
1
-1
/
+0
2010-05-31
target-ppc: fix RFI by clearing some bits of MSR
Thomas Monjalon
1
-1
/
+0
2010-04-25
ppc: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-3
/
+9
2010-03-17
Large page TLB flush
Paul Brook
1
-3
/
+4
2010-03-12
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
1
-5
/
+0
2010-02-14
PPC: Fix large pages
Alexander Graf
1
-5
/
+4
2010-01-14
ppc-40x: Correct ESR for zone protection faults.
Edgar E. Iglesias
1
-5
/
+18
2010-01-14
ppc-40x: Correct decoding of zone protection bits.
Edgar E. Iglesias
1
-1
/
+1
2009-11-07
user: move CPU reset call to main.c for x86/PPC/Sparc
Blue Swirl
1
-3
/
+0
2009-11-07
PPC: rename cpu_ppc_reset to cpu_reset for consistency
Blue Swirl
1
-3
/
+2
2009-11-07
PPC: remove unneeded calls to device reset
Blue Swirl
1
-0
/
+2
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-58
/
+58
2009-10-01
Get rid of _t suffix
malc
1
-58
/
+58
2009-08-16
Replace REGX with PRIx64
Blue Swirl
1
-2
/
+3
2009-08-16
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
1
-109
/
+104
2009-08-16
Replace always_inline with inline
Blue Swirl
1
-79
/
+66
2009-08-03
target-ppc: retain l{w,d}arx loaded value
Nathan Froyd
1
-1
/
+1
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-05-13
Include assert.h from qemu-common.h
Paul Brook
1
-1
/
+0
2009-04-28
Fix PPC reset
Blue Swirl
1
-0
/
+1
2009-04-24
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
1
-2
/
+1
2009-03-29
target-ppc: Explain why the whole TLB is flushed on SR write
aurel32
1
-0
/
+2
2009-03-07
Disable BAT for 970
blueswir1
1
-3
/
+3
2009-03-07
Keep SLB in-CPU
blueswir1
1
-63
/
+69
2009-03-07
Fix NX bit
blueswir1
1
-1
/
+1
2009-03-07
Enable 64bit mode on interrupts
blueswir1
1
-1
/
+5
2009-03-07
Implement large pages
blueswir1
1
-30
/
+48
2009-03-07
Implement slbmte
blueswir1
1
-13
/
+47
2009-02-21
Turn MMU off on reset
blueswir1
1
-1
/
+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
-2
/
+6
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-69
/
+29
2009-01-15
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
1
-223
/
+105
2009-01-15
powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled (Liu Yu)
aliguori
1
-1
/
+2
[next]