51 Commits (7ab74849a5724452b35982a6e7d658c25839f5e5)

Author SHA1 Message Date
bellard d656469f44 use simpler REGPARM convention - make CPUTLBEntry size a power of two 19 years ago
balrog 6c41b2723f Don't compare '\0' against pointers. 19 years ago
balrog 7221fa98d3 Check permissions for the last byte first in unaligned slow_st accesses (patch from TeLeMan). 19 years ago
j_mayer 6ebbf39000 Replace is_user variable with mmu_idx in softmmu core, 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
bellard f1c85677fc added last_io_time field 21 years ago
bellard a64d4718f1 MIPS unaligned accesses exceptions (Daniel Jacobowitz) 21 years ago
bellard 84b7b8e778 PAGE_EXEC support in TLBs 21 years ago
bellard 98699967b8 use TARGET_PAGE_SIZE (Paul Brook) 21 years ago
bellard 108c49b8a2 allow more than 32 bit of physical memory 21 years ago
bellard c27004ec78 64 bit target support 22 years ago
bellard b769d8fef6 removed access_type hack 22 years ago
bellard a4193c8a4b support for opaque data on memory I/Os 23 years ago
bellard d720b93d0b precise self modifying code support 23 years ago
bellard 1ccde1cb94 added generic physical memory dirty bit support 23 years ago
bellard 6986f88c3f cast to return type 23 years ago
bellard 4ad06a29b2 soft mmu fix (aka debian random seg fault fix) 23 years ago
bellard 61382a500a full softmmu support 23 years ago
bellard 3f33731662 pop ss, mov ss, x and sti disable irqs for the next instruction - began dispatch optimization by adding new x86 cpu 'hidden' flags 23 years ago
bellard e2222c3924 removed warnings 23 years ago
bellard b92e5a22ec Software MMU support (used for memory mapped devices such as VGA) 23 years ago