1. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  2. 99a0949 Get rid of _t suffix by malc · 15 years ago
  3. 58caed6 target-mips: unmatched brackets in if 0 by Michael S. Tsirkin · 15 years ago
  4. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  5. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  6. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  7. 6958549 target-mips: fix indentation by aurel32 · 16 years ago
  8. 932e71c target-mips: get rid of tests on env->user_mode_only by aurel32 · 16 years ago
  9. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  10. f9480ff Fix remaining compiler warnings for mips targets. by ths · 16 years ago
  11. 9c67ef0 Fix Xcontext fill, by Here Poussineau. by ths · 16 years ago
  12. 0eaef5a Less hardcoding of TARGET_USER_ONLY. by ths · 17 years ago
  13. b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
  14. 53715e4 Fix infinite loop when invalidating TLB, by Herve Poussineau. by ths · 17 years ago
  15. b67bfe8 Handle some more exception types. by ths · 17 years ago
  16. 9a5d878 Fix exception debug output. by ths · 17 years ago
  17. 14e51cc De-cruft exception definitions, and implement nicer debug output. by ths · 17 years ago
  18. 6d35524 Improved PABITS handling, and config register fixes. by ths · 17 years ago
  19. 67d6abf Fix off-by-one address checks in MIPS64 MMU, by Aurelien Jarno. by ths · 17 years ago
  20. d26bc21 Clean out the N32 macros from target-mips, and introduce MIPS ABI specific by ths · 17 years ago
  21. 6276c76 Fix logic bug which broke TLBL/TLBS handling somewhat. by ths · 17 years ago
  22. 623a930 Implement missing MIPS supervisor mode bits. by ths · 17 years ago
  23. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  24. 89fc88d Fix off-by-one in address check. by ths · 17 years ago
  25. 540635b Code provision for n32/n64 mips userland emulation. Not functional yet. by ths · 17 years ago
  26. 671880e Supervisor mode implementation, by Aurelien Jarno. by ths · 17 years ago
  27. 08fa4ba hflags computation cleanup, by Aurelien Jarno. by ths · 17 years ago
  28. 387a8fe Optimise instructions accessing CP0, by Aurelien Jarno. by ths · 17 years ago
  29. e189e74 Per-CPU instruction decoding implementation, by Aurelien Jarno. by ths · 17 years ago
  30. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  31. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  32. ead9360 Partial support for 34K multithreading, not functional yet. by ths · 17 years ago
  33. 3ddf0b5 Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. by ths · 17 years ago
  34. 996ba2c MIPS64 improvements, based on a patch by Aurelien Jarno. by ths · 18 years ago
  35. e034e2c Handle MIPS64 SEGBITS value correctly. by ths · 18 years ago
  36. 6e47312 Handle PX/UX status flags correctly, by Aurelien Jarno. by ths · 18 years ago
  37. fd88b6a The 24k wants more watch and srsmap registers. by ths · 18 years ago
  38. 100ce98 Full MIPS64 MMU implementation, by Aurelien Jarno. by ths · 18 years ago
  39. f2e9ebe MMU code improvements, by Aurelien Jarno. by ths · 18 years ago
  40. 29929e3 MIPS TLB style selection at runtime, by Herve Poussineau. by ths · 18 years ago
  41. b4ab4b4 Preliminary MIPS 64-bit MMU implementation, by Aurelien Jarno. by ths · 18 years ago
  42. 5a5012e MIPS 64-bit FPU support, plus some collateral bugfixes in the by ths · 18 years ago
  43. 0a6de75 Clear BD slot on next exception if appropriate. by ths · 18 years ago
  44. e58c8ba Another fix for CP0 Cause register handling. by ths · 18 years ago
  45. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  46. beb811b Fix handling of ADES exceptions. by ths · 18 years ago
  47. c53f4a6 fix branch delay slot cornercases. by ths · 18 years ago
  48. acd858d Handle EBase properly. by ths · 18 years ago
  49. 5efbfed Squash logic bugs while they are fresh... by ths · 18 years ago
  50. 24c7b0e Sanitize mips exception handling. by ths · 18 years ago
  51. 39d51eb Fix BD flag handling, cause register contents, implement some more bits by ths · 18 years ago
  52. 3594c77 Replace TLSZ with TARGET_FMT_lx. by ths · 18 years ago
  53. 925fd0f Fix sign-extension of VPN field in TLB, by Herve Poussineau. by ths · 18 years ago
  54. 3b1c8be Fix PageMask handling, second part. by ths · 18 years ago
  55. bc81440 Bring TLB / PageSize handling in line with real hardware behaviour. by ths · 18 years ago
  56. 2ee4aed moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppressed invalid tb_invalidate_page_range() calls by bellard · 18 years ago
  57. 5dc4b74 Scrap SIGN_EXTEND32. by ths · 18 years ago
  58. c570fd1 Preliminiary MIPS64 support, disabled by default due to performance impact. by ths · 18 years ago
  59. ca7c2b1 Handle invalid accesses as SIGILL for mips/mipsel userland emulation. by ths · 18 years ago
  60. aa328ad Fix reset handling, CP0 isn't enabled by default (a fact which doesn't by ths · 18 years ago
  61. 7a387ff Add MIPS32R2 instructions, and generally straighten out the instruction by ths · 18 years ago
  62. 814b9a4 MIPS TLB performance improvements, by Daniel Jacobowitz. by ths · 18 years ago
  63. 3e382bc consistent update of ERL and EXL (Dirk Behme) by bellard · 19 years ago
  64. 43057ab use constants for TLB handling (Thiemo Seufer) by bellard · 19 years ago
  65. ba9a74d fix wrong bitmasks for CP0_Context and CP0_EntryHi (Thiemo Seufer) by bellard · 19 years ago
  66. 3d9fb9fe cosmetics (Thiemo Seufer) by bellard · 19 years ago
  67. 9d05095 mips cleanup (Thiemo Seufer) by bellard · 19 years ago
  68. ecd78a0 Clear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer). by pbrook · 19 years ago
  69. 98c1b82 e bitfields in mips TLB structures (Thiemo Seufer). by pbrook · 19 years ago
  70. 4ad40f3 MIPS fixes (Daniel Jacobowitz) by bellard · 19 years ago
  71. e37e863 correct split between helper.c and op_helper.c - cosmetics by bellard · 20 years ago
  72. 0d8aca8 TLB reload exception vector (Ralf Baechle) by bellard · 20 years ago
  73. 8549850 fixed c0_context in tlb exception (Ralf Baechle) by bellard · 20 years ago
  74. 7a962d3 use MIPS_TLB_NB constant (Ralf Baechle) by bellard · 20 years ago
  75. dfae648 remove nonsense exception code (Ralf Baechle) by bellard · 20 years ago
  76. 9fb63ac MIPS_USES_R4K_TLB typo by bellard · 20 years ago
  77. 6af0bf9 MIPS target (Jocelyn Mayer) by bellard · 20 years ago