1. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 11 years ago
  2. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 11 years ago
  3. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  4. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  5. d1a94fe target-cris: Move TCG initialization to CRISCPU initfn by Andreas Färber · 12 years ago
  6. a42a56c target-cris: Drop unused cpu_cris_close() prototype by Andreas Färber · 12 years ago
  7. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  8. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  9. 8219314 cris: Fix NMI-flag handling on crisv10. by Lars Persson · 13 years ago
  10. f756c7a cris: Add break support for v10. by Edgar E. Iglesias · 13 years ago
  11. 9fca563 target-cris: Let cpu_cris_init() return CRISCPU by Andreas Färber · 13 years ago
  12. e739a48 target-cris: QOM'ify CPU by Andreas Färber · 13 years ago
  13. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  14. a1170bf target-cris: Don't overuse CPUState by Andreas Färber · 13 years ago
  15. 7ad757b target-cris: Clean includes by Stefan Weil · 13 years ago
  16. 774d5c5 cris: Handle conditional stores on CRISv10 by Stefan Sandstrom · 13 years ago
  17. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 13 years ago
  18. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  19. 711c212 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  20. 85097db irq: Privatize CPU_INTERRUPT_NMI. by Richard Henderson · 14 years ago
  21. 64c7b9d Fix typos in comments (accessable -> accessible, priveleged -> privileged) by Stefan Weil · 14 years ago
  22. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  23. ebab172 cris: Fix watchdog resets by Edgar E. Iglesias · 14 years ago
  24. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 14 years ago
  25. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 14 years ago
  26. 77d4f95 cris: Break out image loading to hw/cris-boot.c. by Edgar E. Iglesias · 15 years ago
  27. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  28. 40e9edd cris: Add support for CRISv10 translation. by Edgar E. Iglesias · 15 years ago
  29. fb9fb69 cris: Prepare for CRISv10. by Edgar E. Iglesias · 15 years ago
  30. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 15 years ago
  31. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  32. 913bbbc cris: Remove unused internal flag. by Edgar E. Iglesias · 15 years ago
  33. 4548eae CRIS: Remove duplicated flag defines. by Edgar E. Iglesias · 16 years ago
  34. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  35. cc53adb CRIS: Fix remaining build warnings. by edgar_igl · 16 years ago
  36. ef96779 CRIS: Implement set_thread_area for CRIS. by edgar_igl · 16 years ago
  37. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  38. 0a6f8a6 CRIS: Remove CRIS specific do_unassigned_access. by edgar_igl · 16 years ago
  39. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  40. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  41. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  42. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 16 years ago
  43. b3c7724 Move CPU save/load registration to common code. by pbrook · 16 years ago
  44. 2e70f6e Add instruction counter. by pbrook · 16 years ago
  45. 1b1a38b CRIS: Emulate NMIs. by edgar_igl · 17 years ago
  46. f8ed707 Fix typo. by pbrook · 17 years ago
  47. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  48. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  49. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  50. 30abcfc CRIS: Restructure the translator to allow for better code generation. by edgar_igl · 17 years ago
  51. cf1d97f CRIS: Improve TLB management and handle delayslots at page boundaries. by edgar_igl · 17 years ago
  52. 44cd42e CRIS: Add support for the pseudo randomized set that the mmu provides with TLB refill faults. This makes linux guests use the four way TLB set associativty. by edgar_igl · 17 years ago
  53. 939ef59 Move #include "softfloat.h" to cpu-all.h by aurel32 · 17 years ago
  54. b41f7df CRIS updates: by edgar_igl · 17 years ago
  55. bb7ec04 m68k mmap2 fixes. by pbrook · 17 years ago
  56. b52901b Remove unused members. by edgar_igl · 17 years ago
  57. 786c02f Model more parts of the ETRAX mmu (still alot missing). by edgar_igl · 17 years ago
  58. 9004627 More consistent naming for CRIS register-number macros. by edgar_igl · 17 years ago
  59. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  60. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  61. 81fdc5f The remainder of CRIS CPU emulation files, by Edgar E. Iglesias. by ths · 17 years ago