1. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  2. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  3. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  4. 344eecf mips: Support the MT TCStatus IXMT irq disable flag by Edgar E. Iglesias · 14 years ago
  5. f249412 mips: Add MT halting and waking of VPEs by Edgar E. Iglesias · 14 years ago
  6. 9e56e75 mips: Initialize MT state at reset by Edgar E. Iglesias · 14 years ago
  7. 1dab005 mips: Default to using one VPE and one TC. by Edgar E. Iglesias · 14 years ago
  8. ded4008 mips: Enable VInt interrupt mode for the 34Kf by Edgar E. Iglesias · 14 years ago
  9. e428097 mips: Correct VInt vector generation by Edgar E. Iglesias · 14 years ago
  10. bc45a67 mips: Correct IntCtl write mask for VInt by Edgar E. Iglesias · 14 years ago
  11. 5a25ce9 mips: Hook in more reg accesses via mttr/mftr by Edgar E. Iglesias · 14 years ago
  12. fe8dca8 mips: Synchronize CP0 TCSTatus, Status and EntryHi by Edgar E. Iglesias · 14 years ago
  13. b93bbdc mips: Handle TC indexing of other VPEs by Edgar E. Iglesias · 14 years ago
  14. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  15. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  16. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  17. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  18. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  19. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  20. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  21. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  22. 99e43d3 target-mips: Fix warning caused by unused local variable by Aurelien Jarno · 14 years ago
  23. 711c212 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  24. ce0c693 target-mips: Do not check CPU_INTERRUPT_TIMER. by Richard Henderson · 14 years ago
  25. ff2712b Fix typos in comments (interupt -> interrupt) by Stefan Weil · 14 years ago
  26. ebabb67 Fix typo in code and comments by Stefan Weil · 14 years ago
  27. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  28. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  29. 6a38534 target-mips: clear softfpu exception state for comparison instructions by Aurelien Jarno · 14 years ago
  30. 30a00bc target-mips: fix c.ps.* instructions by Aurelien Jarno · 14 years ago
  31. 353ebb7 target-mips: don't hardcode softfloat exception bits by Aurelien Jarno · 14 years ago
  32. 06a0e6b target-mips: simplify FP comparisons by Aurelien Jarno · 14 years ago
  33. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  34. 3a59938 target-mips: use new float*_unordered*() functions by Aurelien Jarno · 14 years ago
  35. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  36. 4ff9786 Fix trivial "endianness bugs" by Stefan Weil · 14 years ago
  37. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  38. efd4103 [PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floor by Chris Dearman · 14 years ago
  39. b835e91 target-mips: fix save_cpu_state() calls by Aurelien Jarno · 14 years ago
  40. 5580722 mips: Break TBs after mfc0_count by Edgar E. Iglesias · 14 years ago
  41. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  42. 4cdc1cd target-mips: fix host CPU consumption when guest is idle by Aurelien Jarno · 14 years ago
  43. 9ed5726 target-mips: fix translation of MT instructions by Nathan Froyd · 14 years ago
  44. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  45. 2abf314 mips: avoid write only variables by Blue Swirl · 14 years ago
  46. 1c7242d MIPS: fix yield handling by Blue Swirl · 14 years ago
  47. 138afb0 mips: Add support for VInt and VEIC irq modes by Edgar E. Iglesias · 15 years ago
  48. 671b0f3 Correctly identify multiple cpus in SMP systems by Hervé Poussineau · 15 years ago
  49. cf7c00d Remove unused constant by Hervé Poussineau · 15 years ago
  50. 5dc5d9f mips: more fixes to the MIPS interrupt glue logic by Aurelien Jarno · 15 years ago
  51. 3638831 mips: Correct MIPS interrupt glue logic for icount by Edgar E. Iglesias · 15 years ago
  52. 3fc00a7 target-mips: fix xtlb exception for loongson by Aurelien Jarno · 15 years ago
  53. 161f85e target-mips: add loongson 2E & 2F integer instructions by Aurelien Jarno · 15 years ago
  54. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  55. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  56. 83dae09 remove unused stuff from */exec.h by Paolo Bonzini · 15 years ago
  57. afa88c3 target-mips: add Loongson support prefetch by Aurelien Jarno · 15 years ago
  58. 5c13fdf target-mips: split load and store by Aurelien Jarno · 15 years ago
  59. 6fbab86 target-mips: fix DINSU instruction by Aurelien Jarno · 15 years ago
  60. aa8f400 target-mips: enable movn/movz on loongson 2E & 2F by Aurelien Jarno · 15 years ago
  61. 5bc6fba MIPS: Initial support of fulong mini pc (CPU definition) by Huacai Chen · 15 years ago
  62. 3308759 target-mips: Fix compilation by Stefan Weil · 15 years ago
  63. bbfa8f7 target-mips: add microMIPS exception handler support by Nathan Froyd · 15 years ago
  64. 3c82410 target-mips: microMIPS ASE support by Nathan Froyd · 15 years ago
  65. 620e48f target-mips: mips16 cleanups by Nathan Froyd · 15 years ago
  66. 8153667c target-mips: refactor c{, abs}.cond.fmt insns by Nathan Froyd · 15 years ago
  67. e459440 target-mips: move FP FMT comments closer to the definitions by Aurelien Jarno · 15 years ago
  68. bf4120a target-mips: define constants for magic numbers by Nathan Froyd · 15 years ago
  69. 26ebe46 target-mips: break out [ls][wd]c1 and rdhwr insn generation by Nathan Froyd · 15 years ago
  70. 564856b target-mips: Remove duplicate CPU log. by Richard Henderson · 15 years ago
  71. 2a5612e target-mips: Fix format specifiers for fpu_fprintf by Stefan Weil · 15 years ago
  72. a7200c9 target-mips: Fix one more format specifier for cpu_fprintf by Stefan Weil · 15 years ago
  73. 1a7ff92 remove TARGET_* defines from translate-all.c by Paolo Bonzini · 15 years ago
  74. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  75. 30724e7 target-mips: update address space definitions by Aurelien Jarno · 15 years ago
  76. 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
  77. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  78. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  79. deb4203 target-mips: use newer logical ops by Aurelien Jarno · 15 years ago
  80. e68dd28 target-mips: use setcond when possible by Aurelien Jarno · 15 years ago
  81. 3399e30 target-mips: fix ROTR and DROTR by zero by Nathan Froyd · 15 years ago
  82. c2c65da target-mips: fix CpU exception for coprocessor 0 by Nathan Froyd · 15 years ago
  83. 6462bfc target-mips: remove useless sign extension by Aurelien Jarno · 15 years ago
  84. c36bbb2 target-mips: don't call cpu_loop_exit() from helper.c by Aurelien Jarno · 15 years ago
  85. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  86. ab3aee2 target-mips: No MIPS16 support for 4Kc, 4KEc cores by Stefan Weil · 15 years ago
  87. 73642f5 target-mips: 4Kc, 4KEc cores do not support MIPS16 by Stefan Weil · 15 years ago
  88. 91a7593 target-mips: fix user-mode emulation startup by Nathan Froyd · 15 years ago
  89. d19954f target-mips: set Config1.CA for MIPS16-aware CPUs by Nathan Froyd · 15 years ago
  90. 9da53be target-mips: add copyright notice for mips16 work by Nathan Froyd · 15 years ago
  91. 364d483 target-mips: add mips16 instruction decoding by Nathan Froyd · 15 years ago
  92. 6ea219d target-mips: add enums for MIPS16 opcodes by Nathan Froyd · 15 years ago
  93. c960206 target-mips: split out delay slot handling by Nathan Froyd · 15 years ago
  94. 662d748 target-mips: add gen_base_offset_addr by Nathan Froyd · 15 years ago
  95. 7dca4ad target-mips: make gen_compute_branch 16/32-bit-aware by Nathan Froyd · 15 years ago
  96. ea63e2c target-mips: move ROTR and ROTRV inside gen_shift_{imm, } by Nathan Froyd · 15 years ago
  97. 32188a0 target-mips: change interrupt bits to be mips16-aware by Nathan Froyd · 15 years ago
  98. 79ef2c4 target-mips: add new HFLAGs for JALX and 16/32-bit delay slots by Nathan Froyd · 15 years ago
  99. e7139c4 target-mips: use physical address in lladdr by Aurelien Jarno · 15 years ago
  100. 25b91e3 target-mips: add a function to do virtual -> physical translations by Aurelien Jarno · 15 years ago