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