index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-cris
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-02-16
cris: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-16
target-cris: Remove unnecessary ifdef from mmu.c
Peter Maydell
1
-3
/
+0
2014-03-13
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
1
-1
/
+2
2012-03-14
target-cris: Don't overuse CPUState
Andreas Färber
1
-7
/
+7
2012-02-28
target-cris: Clean includes
Stefan Weil
1
-5
/
+0
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+0
2010-09-18
cris: Fix TLB exec bit protection
Edgar E. Iglesias
1
-1
/
+1
2010-09-18
Use gcc warning flag -Wempty-body
Blue Swirl
1
-1
/
+1
2010-07-05
cris: Avoid debug clobbering for both I & D MMU state.
Edgar E. Iglesias
1
-5
/
+6
2010-07-05
cris: Break out rand LFSR update into a separate func.
Edgar E. Iglesias
1
-8
/
+13
2010-05-19
Fix __VA__ARGS__ typo in cris mmu.c
Riccardo Magliocchetti
1
-1
/
+1
2010-04-25
cris: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-3
/
+1
2009-10-10
CRIS: Segmented addressing only for kernel mode.
Edgar E. Iglesias
1
-1
/
+1
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-04-25
CRIS: cris_mmu_result_t -> cris_mmu_result
Edgar E. Iglesias
1
-2
/
+2
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-1
/
+1
2009-01-15
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
1
-6
/
+6
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2009-01-04
CRIS: Dont flush kernel protected pages when modifying $pid.
edgar_igl
1
-5
/
+2
2009-01-04
CRIS: Remove unused pfn member from mmu translation results.
edgar_igl
1
-5
/
+1
2008-09-22
CRIS: Improve ASID related TLB flushes.
edgar_igl
1
-4
/
+4
2008-09-03
CRIS: Avoid a few unecessary steps in the mmu.
edgar_igl
1
-12
/
+8
2008-06-30
Avoid CRIS related warnings by Jan Kiszka.
edgar_igl
1
-0
/
+6
2008-05-13
CRIS: Improve TLB management and handle delayslots at page boundaries.
edgar_igl
1
-17
/
+38
2008-05-11
CRIS: Add support for the pseudo randomized set that the mmu provides with TL...
edgar_igl
1
-13
/
+36
2008-05-07
CRIS: More TCG conversion.
edgar_igl
1
-1
/
+1
2008-05-06
CRIS MMU Updates
edgar_igl
1
-5
/
+16
2008-05-02
CRIS updates:
edgar_igl
1
-55
/
+103
2008-03-14
Model more parts of the ETRAX mmu (still alot missing).
edgar_igl
1
-23
/
+142
2008-02-28
More consistent naming for CRIS register-number macros.
edgar_igl
1
-2
/
+2
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
1
-1
/
+2
2007-10-08
CRIS MMU emulation, by Edgar E. Iglesias.
ths
1
-0
/
+147