index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-ppc
/
mmu_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-ppc: Use QOM method dispatch for MMU fault handling
David Gibson
2013-03-22
1
-17
/
+7
*
target-ppc: Move ppc tlb_fill implementation into mmu_helper.c
David Gibson
2013-03-22
1
-2
/
+38
*
target-ppc: Split user only code out of mmu_helper.c
David Gibson
2013-03-22
1
-28
/
+0
*
target-ppc: mmu_ctx_t should not be a global type
David Gibson
2013-03-22
1
-0
/
+13
*
target-ppc: Disentangle BAT code for 32-bit hash MMUs
David Gibson
2013-03-22
1
-34
/
+4
*
target-ppc: Don't share get_pteg_offset() between 32 and 64-bit
David Gibson
2013-03-22
1
-7
/
+2
*
target-ppc: Disentangle hash mmu helper functions
David Gibson
2013-03-22
1
-7
/
+4
*
target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()
David Gibson
2013-03-22
1
-13
/
+16
*
target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_fault
David Gibson
2013-03-22
1
-41
/
+16
*
target-ppc: Disentangle get_physical_address() paths
David Gibson
2013-03-22
1
-38
/
+8
*
target-ppc: Rework get_physical_address()
David Gibson
2013-03-22
1
-46
/
+52
*
target-ppc: Disentangle get_segment()
David Gibson
2013-03-22
1
-101
/
+40
*
target-ppc: Disentangle find_pte()
David Gibson
2013-03-22
1
-114
/
+5
*
target-ppc: Disentangle pte_check()
David Gibson
2013-03-22
1
-55
/
+12
*
target-ppc: Move SLB handling into a mmu-hash64.c
David Gibson
2013-03-22
1
-195
/
+3
*
target-ppc: Remove address check for logging
David Gibson
2013-03-22
1
-6
/
+4
*
target-ppc: Trivial cleanups in mmu_helper.c
David Gibson
2013-03-22
1
-8
/
+3
*
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
2013-03-22
1
-39
/
+5
*
target-ppc: Fix target_ulong vs. hwaddr format mismatches
Andreas Färber
2013-02-01
1
-3
/
+3
*
target-ppc: Fix unused variable warning for FLUSH_ALL_TLBS
Andreas Färber
2013-02-01
1
-1
/
+2
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
target-ppc: make some functions static
Blue Swirl
2012-11-01
1
-5
/
+6
*
Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITS
Peter Maydell
2012-10-29
1
-2
/
+0
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-26
/
+26
*
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
2012-10-04
1
-3
/
+1
*
ppc64: Rudimentary Support for extra page sizes on server CPUs
Benjamin Herrenschmidt
2012-06-24
1
-0
/
+7
*
booke_206_tlbwe: Discard invalid bits in MAS2
Fabien Chouteau
2012-06-24
1
-2
/
+15
*
ppc: Cleanup MMU merge
Blue Swirl
2012-06-24
1
-85
/
+35
*
ppc: Move MMU helpers from helper.c to mmu_helper.c
Blue Swirl
2012-06-24
1
-0
/
+2471
*
ppc: Avoid a warning with the next patch
Blue Swirl
2012-06-24
1
-2
/
+2
*
ppc: Avoid AREG0 for MMU etc. helpers
Blue Swirl
2012-06-24
1
-44
/
+47
*
ppc: Split MMU etc. helpers from op_helper.c
Blue Swirl
2012-06-24
1
-0
/
+882