]> git.proxmox.com Git - qemu.git/history - target-cris/mmu.c
Merge branch 'pci' into for_anthony
[qemu.git] / target-cris / mmu.c
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-18 Edgar E. Iglesiascris: Fix TLB exec bit protection
2010-09-18 Blue SwirlUse gcc warning flag -Wempty-body
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-05 Edgar E. Iglesiascris: Avoid debug clobbering for both I & D MMU state.
2010-07-05 Edgar E. Iglesiascris: Break out rand LFSR update into a separate func.
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-19 Riccardo MagliocchettiFix __VA__ARGS__ typo in cris mmu.c
2010-04-25 Blue Swirlcris: remove dead assignments, spotted by clang analyzer
2009-10-10 Edgar E. IglesiasCRIS: Segmented addressing only for kernel mode.
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-04-25 Blue SwirlMerge branch 'master' of blueswir1@git.sv.gnu.org:...
2009-04-25 Edgar E. IglesiasCRIS: cris_mmu_result_t -> cris_mmu_result
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-04 edgar_iglCRIS: Dont flush kernel protected pages when modifying...
2009-01-04 edgar_iglCRIS: Remove unused pfn member from mmu translation...
2008-09-22 edgar_iglCRIS: Improve ASID related TLB flushes.
2008-09-03 edgar_iglCRIS: Avoid a few unecessary steps in the mmu.
2008-06-30 edgar_iglAvoid CRIS related warnings by Jan Kiszka.
2008-05-13 edgar_iglCRIS: Improve TLB management and handle delayslots...
2008-05-11 edgar_iglCRIS: Add support for the pseudo randomized set that...
2008-05-07 edgar_iglCRIS: More TCG conversion.
2008-05-06 edgar_iglCRIS MMU Updates
2008-05-02 edgar_iglCRIS updates:
2008-03-14 edgar_iglModel more parts of the ETRAX mmu (still alot missing).
2008-02-28 edgar_iglMore consistent naming for CRIS register-number macros.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-08 thsCRIS MMU emulation, by Edgar E. Iglesias.