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-sh4
/
helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-sh4: Split out T from SR
Aurelien Jarno
2015-06-12
1
-1
/
+1
*
target-sh4: use bit number for SR constants
Aurelien Jarno
2015-06-12
1
-13
/
+14
*
target-sh4: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-0
/
+9
*
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
2014-03-13
1
-8
/
+11
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-7
/
+14
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-26
/
+25
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-4
/
+9
*
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
2013-07-23
1
-2
/
+3
*
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
1
-1
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-1
/
+1
*
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
1
-4
/
+8
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-2
/
+3
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-9
/
+9
*
target-sh4: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-14
/
+14
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-12-05
1
-1
/
+1
|
\
|
*
fix spelling in target sub directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
*
|
sh_intc: convert interrupt controller to memory API
Benoît Canet
2011-11-24
1
-0
/
+3
|
/
*
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-08-07
1
-2
/
+2
*
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
*
target-sh4: move intr_at_halt out of cpu_halted()
Aurelien Jarno
2011-03-03
1
-2
/
+2
*
target-sh4: update PTEH upon MMU exception
Alexandre Courbot
2011-01-26
1
-0
/
+4
*
sh4: implement missing mmaped TLB read functions
Aurelien Jarno
2011-01-26
1
-0
/
+74
*
sh4: implement missing mmaped TLB write functions
Aurelien Jarno
2011-01-26
1
-1
/
+61
*
target-sh4: fix index of address read error exception
Alexandre Courbot
2011-01-25
1
-1
/
+1
*
target-sh4: fix TLB invalidation code
Alexandre Courbot
2011-01-25
1
-2
/
+2
*
target-sh4: correct use of ! and &
Aurelien Jarno
2011-01-15
1
-2
/
+2
*
target-sh4: improve TLB
Aurelien Jarno
2011-01-10
1
-21
/
+44
*
target-sh4: implement writes to mmaped ITLB
Aurelien Jarno
2011-01-09
1
-0
/
+19
*
Replace assert(0) with abort() or cpu_abort()
Blue Swirl
2010-03-18
1
-3
/
+3
*
Large page TLB flush
Paul Brook
2010-03-17
1
-1
/
+2
*
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
2010-03-12
1
-5
/
+0
*
Fix incorrect exception_index use
Blue Swirl
2010-02-14
1
-1
/
+1
*
target-sh4: MMU: separate execute and read/write permissions
Aurelien Jarno
2010-02-09
1
-21
/
+6
*
target-sh4: MMU: fix store queue addresses
Aurelien Jarno
2010-02-09
1
-1
/
+1
*
target-sh4: MMU: remove dead code
Aurelien Jarno
2010-02-09
1
-18
/
+0
*
target-sh4: MMU: optimize UTLB accesses
Aurelien Jarno
2010-02-09
1
-24
/
+14
*
target-sh4: MMU: fix ITLB priviledge check
Aurelien Jarno
2010-02-09
1
-1
/
+1
*
target-sh4: MMU: simplify call to tlb_set_page()
Aurelien Jarno
2010-02-09
1
-6
/
+3
*
sh7750: handle MMUCR TI bit
Aurelien Jarno
2010-02-09
1
-0
/
+18
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-3
/
+3
*
Get rid of _t suffix
malc
2009-10-01
1
-3
/
+3
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
Include assert.h from qemu-common.h
Paul Brook
2009-05-13
1
-1
/
+0
*
SH: Fix linux-user _is_cached typo.
edgar_igl
2009-04-03
1
-1
/
+1
*
SH: Add cpu_sh4_is_cached for linux-user.
edgar_igl
2009-04-03
1
-0
/
+6
*
SH: Improve movca.l/ocbi emulation.
edgar_igl
2009-04-01
1
-0
/
+44
*
SH4: Fixed last UTLB unused and URB/URC management
aurel32
2009-03-03
1
-1
/
+1
*
SH4: Fixed last UTLB unused
aurel32
2009-03-03
1
-1
/
+1
[next]