1. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  2. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  3. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  4. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  5. 70539e1 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  6. 4ffb9ae cris: Mask interrupts on dslots for CRISv10. by Edgar E. Iglesias · 15 years ago
  7. bf76baf crisv10: Prettify. by Edgar E. Iglesias · 15 years ago
  8. 40e9edd cris: Add support for CRISv10 translation. by Edgar E. Iglesias · 15 years ago
  9. 46e246c cris: Use tcg_gen_movi_tl. by Edgar E. Iglesias · 15 years ago
  10. 7a97735 cris: Add v10 style interrupts. by Edgar E. Iglesias · 15 years ago
  11. 9547521 crisv10: Always clear the V and C flags on btst. by Edgar E. Iglesias · 15 years ago
  12. fb9fb69 cris: Prepare for CRISv10. by Edgar E. Iglesias · 15 years ago
  13. 416c606 cris: Prettify register dumps. by Edgar E. Iglesias · 15 years ago
  14. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  15. 218951e CRIS: Segmented addressing only for kernel mode. by Edgar E. Iglesias · 15 years ago
  16. be9f2de CRIS: Update PR_EDA on TLB faults. by Edgar E. Iglesias · 15 years ago
  17. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  18. 99a0949 Get rid of _t suffix by malc · 15 years ago
  19. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  20. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 15 years ago
  21. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  22. 913bbbc cris: Remove unused internal flag. by Edgar E. Iglesias · 15 years ago
  23. ce24e07 CRIS: Prettify sizes for the internal disasm. by Edgar E. Iglesias · 15 years ago
  24. 4548eae CRIS: Remove duplicated flag defines. by Edgar E. Iglesias · 15 years ago
  25. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 15 years ago
  26. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  27. f3bc523 CRIS: Fix bmi. by Edgar E. Iglesias · 15 years ago
  28. 2fa73ec CRIS: cris_mmu_result_t -> cris_mmu_result by Edgar E. Iglesias · 15 years ago
  29. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 15 years ago
  30. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 15 years ago
  31. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  32. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  33. d488ddd CRIS: Avoid endless loops for unstested CRIS cpu-state load/save. by edgar_igl · 16 years ago
  34. cc53adb CRIS: Fix remaining build warnings. by edgar_igl · 16 years ago
  35. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  36. 5281966 CRIS: Init the feedback shiftreg used for randomizing TLB sets. by edgar_igl · 16 years ago
  37. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  38. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  39. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  40. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  41. 6231868 CRIS: Purify some of the flag evaluation helpers. by edgar_igl · 16 years ago
  42. ef96779 CRIS: Implement set_thread_area for CRIS. by edgar_igl · 16 years ago
  43. c38ac98 CRIS: Use a helper for lz. by edgar_igl · 16 years ago
  44. 85220fb CRIS: bound operates directly on regs, no need to allocate temp destination. by edgar_igl · 16 years ago
  45. abd5c94 CRIS: Speedup btst by using a helper. by edgar_igl · 16 years ago
  46. 69b5cae CRIS: NMI wakes up the core. by edgar_igl · 16 years ago
  47. 213fb47 CRIS: NMI wakes up the core. by edgar_igl · 16 years ago
  48. 459e518 CRIS: Move operations can be optimized as arithmetic ones for cc evaluation. by edgar_igl · 16 years ago
  49. a8cf66b CRIS: Slight performance improvement for flag evaluation. by edgar_igl · 16 years ago
  50. 10c144e ETRAX: Add a model for the axis devboard88 machine. by edgar_igl · 16 years ago
  51. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  52. 80e1b26 CRIS: Dont flush kernel protected pages when modifying $pid. by edgar_igl · 16 years ago
  53. bf91ada CRIS: Remove unused pfn member from mmu translation results. by edgar_igl · 16 years ago
  54. 0a6f8a6 CRIS: Remove CRIS specific do_unassigned_access. by edgar_igl · 16 years ago
  55. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  56. db8d990 Remove FORCE_RET() and RETURN() by aurel32 · 16 years ago
  57. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  58. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  59. 380ce5b CRIS: remove unused op_template.h. by edgar_igl · 16 years ago
  60. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  61. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  62. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  63. a7812ae TCG variable type checking. by pbrook · 16 years ago
  64. 6d17c60 target-cris: access to TCG variables through GET_TCGV() by aurel32 · 16 years ago
  65. 4469629 CRIS: Plug more temp leaks. by edgar_igl · 16 years ago
  66. f4b147f CRIS: Plug a few temp leaks. by edgar_igl · 16 years ago
  67. 31c18d8 CRIS: Remove cpu_T. by edgar_igl · 16 years ago
  68. fb48f71 CRIS: Avoid more cpu_T usage. by edgar_igl · 16 years ago
  69. 43d7ac4 CRIS: Avoid cpu_T[1] for move_r. by edgar_igl · 16 years ago
  70. c5631f4 CRIS: Avoid using cpu_T[0] for testing condition codes. by edgar_igl · 16 years ago
  71. 7dcfb08 CRIS: Add branch-free versions of abs, lsl, lsr and asr. by edgar_igl · 16 years ago
  72. 4f9cc92 CRIS: Correct tcg globals allocation for 64bit hosts. by edgar_igl · 16 years ago
  73. a855593 CRIS: Initialize the arch version preg to v32. by edgar_igl · 16 years ago
  74. cddffe3 CRIS: Partial EXS reg support and fixes for SPC. by edgar_igl · 16 years ago
  75. dd20fcd CRIS: Correct typos. by edgar_igl · 16 years ago
  76. 9b32fbf CRIS: Make local objects static. by edgar_igl · 16 years ago
  77. a1aebcb CRIS: Fix brk 8 and add S-flag emulation. by edgar_igl · 16 years ago
  78. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  79. 28de16d CRIS: Improve ASID related TLB flushes. by edgar_igl · 16 years ago
  80. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  81. 980f8a0 CRIS: Mask off the cache selection bit after MMU translations. by edgar_igl · 16 years ago
  82. cdcf4e5 TCG fixes for target-cris by aurel32 · 16 years ago
  83. b23761f CRIS: Avoid a few unecessary steps in the mmu. by edgar_igl · 16 years ago
  84. 7d5099d CRIS: Remove redundant code. by edgar_igl · 16 years ago
  85. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  86. 5ce042b Remove dyngen leftovers. by edgar_igl · 16 years ago
  87. 89cc738 CRIS: Correct condition for when to apply fast move flags evaluation. Correct single-stepping over branches. by edgar_igl · 16 years ago
  88. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 16 years ago
  89. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 16 years ago
  90. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 16 years ago
  91. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 16 years ago
  92. b3c7724 Move CPU save/load registration to common code. by pbrook · 16 years ago
  93. 6913ba5 CRIS: Correct writes to TLB hi. by edgar_igl · 16 years ago
  94. d297f46 Avoid CRIS related warnings by Jan Kiszka. by edgar_igl · 16 years ago
  95. 2e70f6e Add instruction counter. by pbrook · 16 years ago
  96. 877d8ad CRIS: Add (untested) cpu-state save/load. by edgar_igl · 16 years ago
  97. 1b1a38b CRIS: Emulate NMIs. by edgar_igl · 16 years ago
  98. 5bf8f1a CRIS: Support RFN insn. by edgar_igl · 16 years ago
  99. a7cfbba CRIS: Translator updates. by edgar_igl · 16 years ago
  100. e2eef17 Remove dead and bitrotten "qemu-fast" code. by pbrook · 16 years ago